StoreSourceCodeManagementSettingsAppl.st
changeset 11427 4b712ac287fb
parent 11411 74469d327c8d
child 11623 b748d338ff6b
equal deleted inserted replaced
11426:87e946179456 11427:4b712ac287fb
   119               horizontalSpace: 3
   119               horizontalSpace: 3
   120               verticalSpace: 4
   120               verticalSpace: 4
   121               component: 
   121               component: 
   122              (SpecCollection
   122              (SpecCollection
   123                 collection: (
   123                 collection: (
       
   124                  (LabelSpec
       
   125                     label: 'Experimental (Only for Transport)'
       
   126                     name: 'Label10'
       
   127                     style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
       
   128                     foregroundColor: (Color 86.9993133440146 0.0 0.0)
       
   129                     translateLabel: true
       
   130                     extent: (Point 659 37)
       
   131                   )
   124                  (ViewSpec
   132                  (ViewSpec
   125                     name: 'ManagerSetupBoxx'
   133                     name: 'ManagerSetupBoxx'
   126                     component: 
   134                     component: 
   127                    (SpecCollection
   135                    (SpecCollection
   128                       collection: (
   136                       collection: (
  1208 ! !
  1216 ! !
  1209 
  1217 
  1210 !StoreSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1218 !StoreSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1211 
  1219 
  1212 version
  1220 version
  1213     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:13:34 cg Exp $'
  1221     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.17 2012-03-16 11:37:02 cg Exp $'
  1214 !
  1222 !
  1215 
  1223 
  1216 version_CVS
  1224 version_CVS
  1217     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:13:34 cg Exp $'
  1225     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.17 2012-03-16 11:37:02 cg Exp $'
  1218 !
  1226 !
  1219 
  1227 
  1220 version_SVN
  1228 version_SVN
  1221     ^ '§Id§'
  1229     ^ '§Id§'
  1222 ! !
  1230 ! !