StoreSourceCodeManagementSettingsAppl.st
changeset 11411 74469d327c8d
parent 11327 a47b9e7181e8
child 11427 4b712ac287fb
equal deleted inserted replaced
11410:3ee77aa6232e 11411:74469d327c8d
   133                           labelPosition: topLeft
   133                           labelPosition: topLeft
   134                           translateLabel: true
   134                           translateLabel: true
   135                           component: 
   135                           component: 
   136                          (SpecCollection
   136                          (SpecCollection
   137                             collection: (
   137                             collection: (
       
   138                              (ComboBoxSpec
       
   139                                 name: 'ComboBox1'
       
   140                                 layout: (LayoutFrame 44 0.25 222 0 0 1 244 0)
       
   141                                 tabable: true
       
   142                                 model: perStoreModuleRoot
       
   143                                 acceptChannel: acceptChannel
       
   144                                 acceptOnPointerLeave: true
       
   145                                 comboList: sampleModuleList
       
   146                               )
   138                              (CheckBoxSpec
   147                              (CheckBoxSpec
   139                                 label: 'Show in Browser Menus'
   148                                 label: 'Show in Browser Menus'
   140                                 name: 'CheckBox1'
   149                                 name: 'CheckBox1'
   141                                 layout: (LayoutFrame 0 0 5 0 0 1 27 0)
   150                                 layout: (LayoutFrame 0 0 5 0 0 1 27 0)
       
   151                                 activeHelpKey: shownInBrowserMenus
   142                                 model: shownInBrowserMenusHolder
   152                                 model: shownInBrowserMenusHolder
   143                                 activeHelpKey: shownInBrowserMenus
       
   144                                 translateLabel: true
   153                                 translateLabel: true
   145                               )
   154                               )
   146                              (ViewSpec
   155                              (ViewSpec
   147                                 name: 'HostBox'
   156                                 name: 'HostBox'
   148                                 layout: (LayoutFrame 0 0 40 0 0 1 65 0)
   157                                 layout: (LayoutFrame 0 0 40 0 0 1 65 0)
   274                                 name: 'perModuleModuleLabel'
   283                                 name: 'perModuleModuleLabel'
   275                                 layout: (LayoutFrame 0 0.0 226 0 40 0.25 243 0)
   284                                 layout: (LayoutFrame 0 0.0 226 0 40 0.25 243 0)
   276                                 translateLabel: true
   285                                 translateLabel: true
   277                                 adjust: right
   286                                 adjust: right
   278                               )
   287                               )
   279                              (InputFieldSpec
       
   280                                 name: 'perModuleModuleEntryField'
       
   281                                 layout: (LayoutFrame 44 0.25 222 0 0 1 244 0)
       
   282                                 tabable: true
       
   283                                 model: perStoreModuleRoot
       
   284                                 acceptChannel: acceptChannel
       
   285                                 acceptOnPointerLeave: true
       
   286                               )
       
   287                              (LabelSpec
   288                              (LabelSpec
   288                                 label: 'DB:'
   289                                 label: 'DB:'
   289                                 name: 'perModuleDBLabel'
   290                                 name: 'perModuleDBLabel'
   290                                 layout: (LayoutFrame 0 0.0 251 0 40 0.25 268 0)
   291                                 layout: (LayoutFrame 0 0.0 251 0 40 0.25 268 0)
   291                                 translateLabel: true
   292                                 translateLabel: true
   481             )
   482             )
   482            )
   483            )
   483          
   484          
   484         )
   485         )
   485       )
   486       )
   486 
       
   487     "Modified: / 11-01-2012 / 15:39:47 / cg"
       
   488 ! !
   487 ! !
   489 
   488 
   490 !StoreSourceCodeManagementSettingsAppl class methodsFor:'queries'!
   489 !StoreSourceCodeManagementSettingsAppl class methodsFor:'queries'!
   491 
   490 
   492 managerClass
   491 managerClass
  1209 ! !
  1208 ! !
  1210 
  1209 
  1211 !StoreSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1210 !StoreSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1212 
  1211 
  1213 version
  1212 version
  1214     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-02 13:51:03 cg Exp $'
  1213     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:13:34 cg Exp $'
  1215 !
  1214 !
  1216 
  1215 
  1217 version_CVS
  1216 version_CVS
  1218     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-02 13:51:03 cg Exp $'
  1217     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:13:34 cg Exp $'
  1219 !
  1218 !
  1220 
  1219 
  1221 version_SVN
  1220 version_SVN
  1222     ^ '§Id§'
  1221     ^ '§Id§'
  1223 ! !
  1222 ! !