changed: #windowSpec
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2014 17:39:35 +0200
changeset 14317 72893bcf6179
parent 14316 482d27940591
child 14318 9ba7b1cfc4c4
changed: #windowSpec
DataBaseSourceCodeManagementSettingsAppl.st
--- a/DataBaseSourceCodeManagementSettingsAppl.st	Wed May 07 17:39:29 2014 +0200
+++ b/DataBaseSourceCodeManagementSettingsAppl.st	Wed May 07 17:39:35 2014 +0200
@@ -136,8 +136,9 @@
       (WindowSpec
          label: 'DB SCM Settings'
          name: 'DB SCM Settings'
+         flags: 1
          min: (Point 10 10)
-         bounds: (Rectangle 0 0 659 580)
+         bounds: (Rectangle 0 0 724 736)
        )
        component: 
       (SpecCollection
@@ -158,183 +159,159 @@
                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
                    foregroundColor: (Color 86.9993133440147 0.0 0.0)
                    translateLabel: true
-                   extent: (Point 659 37)
+                   extent: (Point 724 37)
                  )
-                (VerticalPanelViewSpec
-                   name: 'VerticalPanel3'
-                   horizontalLayout: fit
-                   verticalLayout: top
-                   horizontalSpace: 3
-                   verticalSpace: 4
+                (FramedBoxSpec
+                   label: 'Database 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 43 0 0 1 73 0)
+                         activeHelpKey: defaultDBName
                          component: 
                         (SpecCollection
                            collection: (
-                            (FramedBoxSpec
-                               label: 'Database Source Repository Manager Settings'
-                               name: 'FileRepositorySetupBox'
-                               layout: (LayoutFrame 0 0 0 0 0 1 6 1)
-                               labelPosition: topLeft
+                            (LabelSpec
+                               label: 'DB Name:'
+                               name: 'Label1'
+                               layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
+                               activeHelpKey: defaultDBName
+                               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 43 0 0 1 73 0)
-                                     activeHelpKey: defaultDBName
-                                     component: 
-                                    (SpecCollection
-                                       collection: (
-                                        (LabelSpec
-                                           label: 'DB Name:'
-                                           name: 'Label1'
-                                           layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
-                                           activeHelpKey: defaultDBName
-                                           level: 0
-                                           translateLabel: true
-                                           adjust: right
-                                         )
-                                        (ComboBoxSpec
-                                           name: 'RepositoryPathField2'
-                                           layout: (LayoutFrame 64 0.25 0 0 0 1 30 0)
-                                           activeHelpKey: defaultDBName
-                                           tabable: true
-                                           model: dbNameHolder
-                                           immediateAccept: true
-                                           acceptOnLeave: true
-                                           acceptOnReturn: true
-                                           acceptOnTab: true
-                                           acceptOnLostFocus: true
-                                           acceptChannel: acceptChannel
-                                           acceptOnPointerLeave: true
-                                           comboList: dbPrototypeList
-                                         )
-                                        )
-                                      
-                                     )
-                                   )
-                                  (LabelSpec
-                                     label: 'DB per Module:'
-                                     name: 'knownModulesLabel'
-                                     layout: (LayoutFrame 0 0.0 82 0 60 0.25 112 0)
-                                     activeHelpKey: perModuleDB
-                                     translateLabel: true
-                                     adjust: right
-                                   )
-                                  (SequenceViewSpec
-                                     name: 'List1'
-                                     layout: (LayoutFrame 64 0.25 82 0 0 1 201 0)
-                                     activeHelpKey: perModuleDB
-                                     tabable: true
-                                     model: selectedPerModuleDatabase
-                                     hasHorizontalScrollBar: true
-                                     hasVerticalScrollBar: true
-                                     miniScrollerHorizontal: true
-                                     useIndex: false
-                                     sequenceList: listOfModules
-                                   )
-                                  (LabelSpec
-                                     label: 'Module:'
-                                     name: 'moduleLabel'
-                                     layout: (LayoutFrame 0 0.0 212 0 60 0.25 242 0)
-                                     activeHelpKey: perModuleDBModule
-                                     translateLabel: true
-                                     adjust: right
-                                   )
-                                  (ComboBoxSpec
-                                     name: 'ComboBox1'
-                                     layout: (LayoutFrame 64 0.25 210 0 0 1 240 0)
-                                     activeHelpKey: perModuleDBModule
-                                     tabable: true
-                                     model: perModuleDatabaseModule
-                                     acceptChannel: acceptChannel
-                                     acceptOnPointerLeave: true
-                                     comboList: sampleModuleList
-                                   )
-                                  (LabelSpec
-                                     label: 'DB:'
-                                     name: 'cvsRootLabel'
-                                     layout: (LayoutFrame 0 0.0 243 0 60 0.25 273 0)
-                                     activeHelpKey: perModuleDBName
-                                     translateLabel: true
-                                     adjust: right
-                                   )
-                                  (ComboBoxSpec
-                                     name: 'perModulePathComboBox'
-                                     layout: (LayoutFrame 64 0.25 243 0 0 1.0 273 0)
-                                     activeHelpKey: perModuleDBName
-                                     tabable: true
-                                     model: perModuleDB
-                                     immediateAccept: true
-                                     acceptOnLeave: true
-                                     acceptOnReturn: true
-                                     acceptOnTab: true
-                                     acceptOnLostFocus: true
-                                     acceptChannel: acceptChannel
-                                     acceptOnPointerLeave: true
-                                     comboList: dbPrototypeList
-                                   )
-                                  (HorizontalPanelViewSpec
-                                     name: 'HorizontalPanel2'
-                                     layout: (LayoutFrame 64 0.25 278 0 -1 1 308 0)
-                                     horizontalLayout: fitSpace
-                                     verticalLayout: center
-                                     horizontalSpace: 3
-                                     verticalSpace: 3
-                                     component: 
-                                    (SpecCollection
-                                       collection: (
-                                        (ActionButtonSpec
-                                           label: 'Add/Apply'
-                                           name: 'addButton'
-                                           translateLabel: true
-                                           tabable: true
-                                           model: addPerModuleDB
-                                           extent: (Point 127 30)
-                                         )
-                                        (ActionButtonSpec
-                                           label: 'Remove'
-                                           name: 'removeButton'
-                                           translateLabel: true
-                                           tabable: true
-                                           model: removePerModuleDB
-                                           enableChannel: removeEnabled
-                                           extent: (Point 128 30)
-                                         )
-                                        (ViewSpec
-                                           name: 'Box11'
-                                           extent: (Point 128 10)
-                                         )
-                                        )
-                                      
-                                     )
-                                   )
-                                  )
-                                
-                               )
+                               adjust: right
+                             )
+                            (ComboBoxSpec
+                               name: 'RepositoryPathField2'
+                               layout: (LayoutFrame 64 0.25 0 0 0 1 30 0)
+                               activeHelpKey: defaultDBName
+                               tabable: true
+                               model: dbNameHolder
+                               immediateAccept: true
+                               acceptOnLeave: true
+                               acceptOnReturn: true
+                               acceptOnTab: true
+                               acceptOnLostFocus: true
+                               acceptChannel: acceptChannel
+                               acceptOnPointerLeave: true
+                               comboList: dbPrototypeList
                              )
                             )
                           
                          )
-                         extent: (Point 659 347)
+                       )
+                      (LabelSpec
+                         label: 'DB per Module:'
+                         name: 'knownModulesLabel'
+                         layout: (LayoutFrame 0 0.0 82 0 60 0.25 112 0)
+                         activeHelpKey: perModuleDB
+                         translateLabel: true
+                         adjust: right
+                       )
+                      (SequenceViewSpec
+                         name: 'List1'
+                         layout: (LayoutFrame 64 0.25 82 0 0 1 201 0)
+                         activeHelpKey: perModuleDB
+                         tabable: true
+                         model: selectedPerModuleDatabase
+                         hasHorizontalScrollBar: true
+                         hasVerticalScrollBar: true
+                         miniScrollerHorizontal: true
+                         useIndex: false
+                         sequenceList: listOfModules
+                       )
+                      (LabelSpec
+                         label: 'Module:'
+                         name: 'moduleLabel'
+                         layout: (LayoutFrame 0 0.0 212 0 60 0.25 242 0)
+                         activeHelpKey: perModuleDBModule
+                         translateLabel: true
+                         adjust: right
+                       )
+                      (ComboBoxSpec
+                         name: 'ComboBox1'
+                         layout: (LayoutFrame 64 0.25 210 0 0 1 240 0)
+                         activeHelpKey: perModuleDBModule
+                         tabable: true
+                         model: perModuleDatabaseModule
+                         acceptChannel: acceptChannel
+                         acceptOnPointerLeave: true
+                         comboList: sampleModuleList
+                       )
+                      (LabelSpec
+                         label: 'DB:'
+                         name: 'cvsRootLabel'
+                         layout: (LayoutFrame 0 0.0 243 0 60 0.25 273 0)
+                         activeHelpKey: perModuleDBName
+                         translateLabel: true
+                         adjust: right
+                       )
+                      (ComboBoxSpec
+                         name: 'perModulePathComboBox'
+                         layout: (LayoutFrame 64 0.25 243 0 0 1.0 273 0)
+                         activeHelpKey: perModuleDBName
+                         tabable: true
+                         model: perModuleDB
+                         immediateAccept: true
+                         acceptOnLeave: true
+                         acceptOnReturn: true
+                         acceptOnTab: true
+                         acceptOnLostFocus: true
+                         acceptChannel: acceptChannel
+                         acceptOnPointerLeave: true
+                         comboList: dbPrototypeList
+                       )
+                      (HorizontalPanelViewSpec
+                         name: 'HorizontalPanel2'
+                         layout: (LayoutFrame 64 0.25 278 0 -1 1 308 0)
+                         horizontalLayout: fitSpace
+                         verticalLayout: center
+                         horizontalSpace: 3
+                         verticalSpace: 3
+                         component: 
+                        (SpecCollection
+                           collection: (
+                            (ActionButtonSpec
+                               label: 'Add/Apply'
+                               name: 'addButton'
+                               translateLabel: true
+                               tabable: true
+                               model: addPerModuleDB
+                               extent: (Point 147 30)
+                             )
+                            (ActionButtonSpec
+                               label: 'Remove'
+                               name: 'removeButton'
+                               translateLabel: true
+                               tabable: true
+                               model: removePerModuleDB
+                               enableChannel: removeEnabled
+                               extent: (Point 147 30)
+                             )
+                            (ViewSpec
+                               name: 'Box11'
+                               extent: (Point 147 10)
+                             )
+                            )
+                          
+                         )
                        )
                       )
                     
                    )
-                   extent: (Point 659 768)
+                   extent: (Point 724 342)
                  )
                 )
               
@@ -692,10 +669,10 @@
 !DataBaseSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DataBaseSourceCodeManagementSettingsAppl.st,v 1.18 2014-04-16 19:13:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DataBaseSourceCodeManagementSettingsAppl.st,v 1.19 2014-05-07 15:39:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DataBaseSourceCodeManagementSettingsAppl.st,v 1.18 2014-04-16 19:13:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DataBaseSourceCodeManagementSettingsAppl.st,v 1.19 2014-05-07 15:39:35 cg Exp $'
 ! !