CVSSourceCodeManagementSettingsAppl.st
changeset 11406 d84bed74b436
parent 11335 e8f40489e5ca
child 11621 7c50c3996c6d
equal deleted inserted replaced
11405:4738cbb078ce 11406:d84bed74b436
   273                           labelPosition: topLeft
   273                           labelPosition: topLeft
   274                           translateLabel: true
   274                           translateLabel: true
   275                           component: 
   275                           component: 
   276                          (SpecCollection
   276                          (SpecCollection
   277                             collection: (
   277                             collection: (
       
   278                              (ComboBoxSpec
       
   279                                 name: 'ComboBox1'
       
   280                                 layout: (LayoutFrame 64 0.25 275 0 0 1 297 0)
       
   281                                 activeHelpKey: cvsRootPerModuleModule
       
   282                                 tabable: true
       
   283                                 model: perModuleRootModule
       
   284                                 acceptChannel: acceptChannel
       
   285                                 acceptOnPointerLeave: true
       
   286                                 comboList: sampleModuleList
       
   287                               )
   278                              (CheckBoxSpec
   288                              (CheckBoxSpec
   279                                 label: 'Show in Browser Menus'
   289                                 label: 'Show in Browser Menus'
   280                                 name: 'CheckBox1'
   290                                 name: 'CheckBox1'
   281                                 layout: (LayoutFrame 0 0 5 0 0 1 27 0)
   291                                 layout: (LayoutFrame 0 0 5 0 0 1 27 0)
   282                                 activeHelpKey: shownInBrowserMenus
   292                                 activeHelpKey: shownInBrowserMenus
   409                                 name: 'moduleLabel'
   419                                 name: 'moduleLabel'
   410                                 layout: (LayoutFrame 0 0.0 279 0 60 0.25 296 0)
   420                                 layout: (LayoutFrame 0 0.0 279 0 60 0.25 296 0)
   411                                 activeHelpKey: cvsRootPerModuleModule
   421                                 activeHelpKey: cvsRootPerModuleModule
   412                                 translateLabel: true
   422                                 translateLabel: true
   413                                 adjust: right
   423                                 adjust: right
   414                               )
       
   415                              (InputFieldSpec
       
   416                                 name: 'perModuleRootModuleEntryField'
       
   417                                 layout: (LayoutFrame 64 0.25 275 0 0 1 297 0)
       
   418                                 activeHelpKey: cvsRootPerModuleModule
       
   419                                 tabable: true
       
   420                                 model: perModuleRootModule
       
   421                                 acceptChannel: acceptChannel
       
   422                                 acceptOnPointerLeave: true
       
   423                               )
   424                               )
   424                              (LabelSpec
   425                              (LabelSpec
   425                                 label: 'CVSRoot:'
   426                                 label: 'CVSRoot:'
   426                                 name: 'cvsRootLabel'
   427                                 name: 'cvsRootLabel'
   427                                 layout: (LayoutFrame 0 0.0 304 0 60 0.25 321 0)
   428                                 layout: (LayoutFrame 0 0.0 304 0 60 0.25 321 0)
  1095 ! !
  1096 ! !
  1096 
  1097 
  1097 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1098 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1098 
  1099 
  1099 version
  1100 version
  1100     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.22 2012-03-02 13:58:57 cg Exp $'
  1101     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.23 2012-03-12 11:03:03 cg Exp $'
  1101 !
  1102 !
  1102 
  1103 
  1103 version_CVS
  1104 version_CVS
  1104     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.22 2012-03-02 13:58:57 cg Exp $'
  1105     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.23 2012-03-12 11:03:03 cg Exp $'
  1105 ! !
  1106 ! !