FileBasedSourceCodeManagementSettingsAppl.st
changeset 14315 0a76133b6b5c
parent 14256 99c9828ff9c5
child 14337 67da8a022ca9
--- a/FileBasedSourceCodeManagementSettingsAppl.st	Wed May 07 17:39:12 2014 +0200
+++ b/FileBasedSourceCodeManagementSettingsAppl.st	Wed May 07 17:39:17 2014 +0200
@@ -169,8 +169,9 @@
       (WindowSpec
          label: 'FileBased SCM Settings'
          name: 'FileBased SCM Settings'
+         flags: 1
          min: (Point 10 10)
-         bounds: (Rectangle 0 0 668 391)
+         bounds: (Rectangle 0 0 694 545)
        )
        component: 
       (SpecCollection
@@ -191,176 +192,152 @@
                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
                    foregroundColor: (Color 86.9993133440147 0.0 0.0)
                    translateLabel: true
-                   extent: (Point 668 37)
+                   extent: (Point 694 37)
                  )
-                (VerticalPanelViewSpec
-                   name: 'VerticalPanel3'
-                   horizontalLayout: fit
-                   verticalLayout: top
-                   horizontalSpace: 3
-                   verticalSpace: 4
+                (FramedBoxSpec
+                   label: 'File Based Source Repository Manager Settings'
+                   name: 'FileRepositorySetupBox'
+                   labelPosition: topLeft
+                   translateLabel: true
                    component: 
                   (SpecCollection
                      collection: (
+                      (CheckBoxSpec
+                         label: 'Show in Browser Menus'
+                         name: 'CheckBox1'
+                         layout: (LayoutFrame 0 0 5 0 0 1 35 0)
+                         activeHelpKey: shownInBrowserMenus
+                         model: shownInBrowserMenusHolder
+                         translateLabel: true
+                       )
                       (ViewSpec
-                         name: 'ManagerSetupBoxx'
+                         name: 'Box1'
+                         layout: (LayoutFrame 0 0 38 0 0 1 68 0)
                          component: 
                         (SpecCollection
                            collection: (
-                            (FramedBoxSpec
-                               label: 'File Based Source Repository Manager Settings'
-                               name: 'FileRepositorySetupBox'
-                               layout: (LayoutFrame 0 0 0 0 0 1 -20 1)
-                               labelPosition: topLeft
+                            (LabelSpec
+                               label: 'Repository Path:'
+                               name: 'Label1'
+                               layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
+                               activeHelpKey: defaultRepositoryPath
+                               level: 0
                                translateLabel: true
-                               component: 
-                              (SpecCollection
-                                 collection: (
-                                  (CheckBoxSpec
-                                     label: 'Show in Browser Menus'
-                                     name: 'CheckBox1'
-                                     layout: (LayoutFrame 0 0 5 0 0 1 35 0)
-                                     activeHelpKey: shownInBrowserMenus
-                                     model: shownInBrowserMenusHolder
-                                     translateLabel: true
-                                   )
-                                  (ViewSpec
-                                     name: 'Box1'
-                                     layout: (LayoutFrame 0 0 38 0 0 1 68 0)
-                                     component: 
-                                    (SpecCollection
-                                       collection: (
-                                        (LabelSpec
-                                           label: 'Repository Path:'
-                                           name: 'Label1'
-                                           layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
-                                           activeHelpKey: defaultRepositoryPath
-                                           level: 0
-                                           translateLabel: true
-                                           adjust: right
-                                         )
-                                        (InputFieldSpec
-                                           name: 'RepositoryPathField'
-                                           layout: (LayoutFrame 64 0.25 0 0 0 1 30 0)
-                                           activeHelpKey: defaultRepositoryPath
-                                           tabable: true
-                                           model: repositoryPathHolder
-                                           acceptChannel: acceptChannel
-                                           acceptOnPointerLeave: true
-                                         )
-                                        )
-                                      
-                                     )
-                                   )
-                                  (LabelSpec
-                                     label: 'Path per Module:'
-                                     name: 'knownModulesLabel'
-                                     layout: (LayoutFrame 0 0.0 82 0 60 0.25 112 0)
-                                     activeHelpKey: repositoryPathPerModule
-                                     translateLabel: true
-                                     adjust: right
-                                   )
-                                  (SequenceViewSpec
-                                     name: 'List1'
-                                     layout: (LayoutFrame 64 0.25 82 0 0 1 201 0)
-                                     activeHelpKey: repositoryPathPerModule
-                                     tabable: true
-                                     model: selectedPerModulePath
-                                     hasHorizontalScrollBar: true
-                                     hasVerticalScrollBar: true
-                                     miniScrollerHorizontal: true
-                                     useIndex: false
-                                     sequenceList: listOfModules
-                                   )
-                                  (LabelSpec
-                                     label: 'Module:'
-                                     name: 'moduleLabel'
-                                     layout: (LayoutFrame 0 0.0 207 0 60 0.25 237 0)
-                                     activeHelpKey: perModuleModule
-                                     translateLabel: true
-                                     adjust: right
-                                   )
-                                  (ComboBoxSpec
-                                     name: 'ComboBox1'
-                                     layout: (LayoutFrame 64 0.25 207 0 0 1 237 0)
-                                     activeHelpKey: perModuleModule
-                                     tabable: true
-                                     model: perModulePathModule
-                                     acceptChannel: acceptChannel
-                                     acceptOnPointerLeave: true
-                                     comboList: sampleModuleList
-                                   )
-                                  (LabelSpec
-                                     label: 'Path:'
-                                     name: 'cvsRootLabel'
-                                     layout: (LayoutFrame 0 0.0 240 0 60 0.25 270 0)
-                                     activeHelpKey: perModuleRepositoryPath
-                                     translateLabel: true
-                                     adjust: right
-                                   )
-                                  (ComboBoxSpec
-                                     name: 'perModulePathComboBox'
-                                     layout: (LayoutFrame 64 0.25 240 0 0 1.0 270 0)
-                                     activeHelpKey: perModuleRepositoryPath
-                                     tabable: true
-                                     model: perModulePath
-                                     immediateAccept: true
-                                     acceptOnLeave: true
-                                     acceptOnReturn: true
-                                     acceptOnTab: true
-                                     acceptOnLostFocus: true
-                                     acceptChannel: acceptChannel
-                                     acceptOnPointerLeave: true
-                                     comboList: pathPrototypeList
-                                   )
-                                  (HorizontalPanelViewSpec
-                                     name: 'HorizontalPanel2'
-                                     layout: (LayoutFrame 64 0.25 274 0 -1 1 304 0)
-                                     horizontalLayout: fitSpace
-                                     verticalLayout: center
-                                     horizontalSpace: 3
-                                     verticalSpace: 3
-                                     component: 
-                                    (SpecCollection
-                                       collection: (
-                                        (ActionButtonSpec
-                                           label: 'Add/Apply'
-                                           name: 'addButton'
-                                           translateLabel: true
-                                           tabable: true
-                                           model: addPerModulePath
-                                           extent: (Point 132 30)
-                                         )
-                                        (ActionButtonSpec
-                                           label: 'Remove'
-                                           name: 'removeButton'
-                                           translateLabel: true
-                                           tabable: true
-                                           model: removePerModulePath
-                                           enableChannel: removeEnabled
-                                           extent: (Point 132 30)
-                                         )
-                                        (ViewSpec
-                                           name: 'Box11'
-                                           extent: (Point 133 10)
-                                         )
-                                        )
-                                      
-                                     )
-                                   )
-                                  )
-                                
-                               )
+                               adjust: right
+                             )
+                            (InputFieldSpec
+                               name: 'RepositoryPathField'
+                               layout: (LayoutFrame 64 0.25 0 0 0 1 30 0)
+                               activeHelpKey: defaultRepositoryPath
+                               tabable: true
+                               model: repositoryPathHolder
+                               acceptChannel: acceptChannel
+                               acceptOnPointerLeave: true
                              )
                             )
                           
                          )
-                         extent: (Point 668 364)
+                       )
+                      (LabelSpec
+                         label: 'Path per Module:'
+                         name: 'knownModulesLabel'
+                         layout: (LayoutFrame 0 0.0 82 0 60 0.25 112 0)
+                         activeHelpKey: repositoryPathPerModule
+                         translateLabel: true
+                         adjust: right
+                       )
+                      (SequenceViewSpec
+                         name: 'List1'
+                         layout: (LayoutFrame 64 0.25 82 0 0 1 201 0)
+                         activeHelpKey: repositoryPathPerModule
+                         tabable: true
+                         model: selectedPerModulePath
+                         hasHorizontalScrollBar: true
+                         hasVerticalScrollBar: true
+                         miniScrollerHorizontal: true
+                         useIndex: false
+                         sequenceList: listOfModules
+                       )
+                      (LabelSpec
+                         label: 'Module:'
+                         name: 'moduleLabel'
+                         layout: (LayoutFrame 0 0.0 207 0 60 0.25 237 0)
+                         activeHelpKey: perModuleModule
+                         translateLabel: true
+                         adjust: right
+                       )
+                      (ComboBoxSpec
+                         name: 'ComboBox1'
+                         layout: (LayoutFrame 64 0.25 207 0 0 1 237 0)
+                         activeHelpKey: perModuleModule
+                         tabable: true
+                         model: perModulePathModule
+                         acceptChannel: acceptChannel
+                         acceptOnPointerLeave: true
+                         comboList: sampleModuleList
+                       )
+                      (LabelSpec
+                         label: 'Path:'
+                         name: 'cvsRootLabel'
+                         layout: (LayoutFrame 0 0.0 240 0 60 0.25 270 0)
+                         activeHelpKey: perModuleRepositoryPath
+                         translateLabel: true
+                         adjust: right
+                       )
+                      (ComboBoxSpec
+                         name: 'perModulePathComboBox'
+                         layout: (LayoutFrame 64 0.25 240 0 0 1.0 270 0)
+                         activeHelpKey: perModuleRepositoryPath
+                         tabable: true
+                         model: perModulePath
+                         immediateAccept: true
+                         acceptOnLeave: true
+                         acceptOnReturn: true
+                         acceptOnTab: true
+                         acceptOnLostFocus: true
+                         acceptChannel: acceptChannel
+                         acceptOnPointerLeave: true
+                         comboList: pathPrototypeList
+                       )
+                      (HorizontalPanelViewSpec
+                         name: 'HorizontalPanel2'
+                         layout: (LayoutFrame 64 0.25 274 0 -1 1 304 0)
+                         horizontalLayout: fitSpace
+                         verticalLayout: center
+                         horizontalSpace: 3
+                         verticalSpace: 3
+                         component: 
+                        (SpecCollection
+                           collection: (
+                            (ActionButtonSpec
+                               label: 'Add/Apply'
+                               name: 'addButton'
+                               translateLabel: true
+                               tabable: true
+                               model: addPerModulePath
+                               extent: (Point 139 30)
+                             )
+                            (ActionButtonSpec
+                               label: 'Remove'
+                               name: 'removeButton'
+                               translateLabel: true
+                               tabable: true
+                               model: removePerModulePath
+                               enableChannel: removeEnabled
+                               extent: (Point 139 30)
+                             )
+                            (ViewSpec
+                               name: 'Box11'
+                               extent: (Point 140 10)
+                             )
+                            )
+                          
+                         )
                        )
                       )
                     
                    )
-                   extent: (Point 668 800)
+                   extent: (Point 694 337)
                  )
                 )
               
@@ -688,10 +665,10 @@
 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.17 2014-04-14 20:38:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.18 2014-05-07 15:39:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.17 2014-04-14 20:38:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.18 2014-05-07 15:39:17 cg Exp $'
 ! !