FileBrowserV2SettingsAppl.st
changeset 6035 e2ff0e546070
parent 6021 e25ed9197b7d
child 6063 74124a9963bc
--- a/FileBrowserV2SettingsAppl.st	Tue Sep 21 12:32:17 2004 +0200
+++ b/FileBrowserV2SettingsAppl.st	Tue Sep 21 14:13:16 2004 +0200
@@ -73,14 +73,14 @@
           label: 'Settings'
           name: 'Settings'
           min: (Point 10 10)
-          bounds: (Rectangle 0 0 434 582)
+          bounds: (Rectangle 0 0 432 621)
         )
         component: 
        (SpecCollection
           collection: (
            (VerticalPanelViewSpec
-              name: 'VerticalPanel1'
-              layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+              name: 'VerticalPanel2'
+              layout: (LayoutFrame 0 0 0 0 0 1 591 0)
               horizontalLayout: fit
               verticalLayout: top
               horizontalSpace: 3
@@ -88,235 +88,221 @@
               component: 
              (SpecCollection
                 collection: (
-                 (VerticalPanelViewSpec
-                    name: 'VerticalPanel2'
-                    horizontalLayout: fit
-                    verticalLayout: center
-                    horizontalSpace: 3
-                    verticalSpace: 3
+                 (FramedBoxSpec
+                    label: 'Show'
+                    name: 'FramedBox1'
+                    labelPosition: topLeft
+                    translateLabel: true
                     component: 
                    (SpecCollection
                       collection: (
-                       (FramedBoxSpec
-                          label: 'Show'
-                          name: 'FramedBox1'
-                          labelPosition: topLeft
+                       (CheckBoxSpec
+                          label: 'Hidden Files'
+                          name: 'CheckBox1'
+                          layout: (LayoutFrame 0 0.0 7 0 0 1.0 27 0)
+                          model: showHiddenFiles
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Directory Tree'
+                          name: 'CheckBox2'
+                          layout: (LayoutFrame 0 0.0 32 0 0 1.0 52 0)
+                          model: showDirectoryTree
                           translateLabel: true
-                          component: 
-                         (SpecCollection
-                            collection: (
-                             (CheckBoxSpec
-                                label: 'Hidden Files'
-                                name: 'CheckBox1'
-                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                model: showHiddenFiles
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Directory Tree'
-                                name: 'CheckBox2'
-                                layout: (LayoutFrame 0 0.0 25 0 0 1.0 45 0)
-                                model: showDirectoryTree
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Regular Files in TreeView (Left)'
-                                name: 'CheckBox3'
-                                layout: (LayoutFrame 20 0 50 0 0 1.0 70 0)
-                                model: viewFilesInDirectoryTree
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Directories in ContentsView (Right)'
-                                name: 'CheckBox4'
-                                layout: (LayoutFrame 0 0.0 75 0 0 1.0 95 0)
-                                model: viewDirsInContentsBrowser
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Toolbar'
-                                name: 'CheckBox11'
-                                layout: (LayoutFrame 0 0.0 100 0 0 1.0 120 0)
-                                model: toolBarVisibleHolder
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Path Entry && Filter'
-                                name: 'CheckBox12'
-                                layout: (LayoutFrame 0 0.0 125 0 0 1.0 145 0)
-                                model: filenameEntryFieldVisibleHolder
-                                translateLabel: true
-                              )
-                             )
-                           
-                          )
-                          extent: (Point 434 175)
+                        )
+                       (CheckBoxSpec
+                          label: 'Regular Files in TreeView (Left)'
+                          name: 'CheckBox3'
+                          layout: (LayoutFrame 20 0 57 0 0 1.0 77 0)
+                          model: viewFilesInDirectoryTree
+                          translateLabel: true
                         )
-                       (FramedBoxSpec
-                          label: 'Sort'
-                          name: 'FramedBox2'
-                          labelPosition: topLeft
+                       (CheckBoxSpec
+                          label: 'Directories in ContentsView (Right)'
+                          name: 'CheckBox4'
+                          layout: (LayoutFrame 0 0.0 82 0 0 1.0 102 0)
+                          model: viewDirsInContentsBrowser
                           translateLabel: true
-                          component: 
-                         (SpecCollection
-                            collection: (
-                             (CheckBoxSpec
-                                label: 'Ignore Case'
-                                name: 'CheckBox6'
-                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                model: sortCaseless
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Directories before Files'
-                                name: 'CheckBox7'
-                                layout: (LayoutFrame 0 0.0 25 0 0 1.0 45 0)
-                                model: sortDirectoriesBeforeFiles
-                                translateLabel: true
-                              )
-                             )
-                           
-                          )
-                          extent: (Point 434 75)
                         )
-                       (FramedBoxSpec
-                          label: 'Application Notebook'
-                          name: 'FramedBox3'
-                          labelPosition: topLeft
+                       (CheckBoxSpec
+                          label: 'Toolbar'
+                          name: 'CheckBox11'
+                          layout: (LayoutFrame 0 0.0 107 0 0 1.0 127 0)
+                          model: toolBarVisibleHolder
                           translateLabel: true
-                          component: 
-                         (SpecCollection
-                            collection: (
-                             (CheckBoxSpec
-                                label: 'Text Editor for all Types'
-                                name: 'CheckBox8'
-                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                model: openAlwaysInTextEditor
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Open Multiple Applications'
-                                name: 'CheckBox9'
-                                layout: (LayoutFrame 0 0.0 25 0 0 1.0 45 0)
-                                model: openMultipleApplicationsForType
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Auto Open Directory Description'
-                                name: 'CheckBox10'
-                                layout: (LayoutFrame 0 0.0 50 0 0 1.0 70 0)
-                                model: viewDirectoryDescription
-                                translateLabel: true
-                              )
-                             )
-                           
-                          )
-                          extent: (Point 434 100)
                         )
-                       (FramedBoxSpec
-                          label: 'Columns in Filelist'
-                          name: 'FramedBox4'
-                          labelPosition: topLeft
+                       (CheckBoxSpec
+                          label: 'Path Entry && Filter'
+                          name: 'CheckBox12'
+                          layout: (LayoutFrame 0 0.0 132 0 0 1.0 152 0)
+                          model: filenameEntryFieldVisibleHolder
                           translateLabel: true
-                          component: 
-                         (SpecCollection
-                            collection: (
-                             (CheckBoxSpec
-                                label: 'Details'
-                                name: 'CheckBox22'
-                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                model: viewDetails
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Suffix'
-                                name: 'CheckBox13'
-                                layout: (LayoutFrame 20 0.0 25 0 170 0 45 0)
-                                enableChannel: viewDetails
-                                model: viewType
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Permissions'
-                                name: 'CheckBox21'
-                                layout: (LayoutFrame 170 0.0 25 0 -5 1 45 0)
-                                enableChannel: viewDetails
-                                model: viewPermissions
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Owner'
-                                name: 'CheckBox14'
-                                layout: (LayoutFrame 20 0.0 50 0 170 0 70 0)
-                                enableChannel: viewDetails
-                                model: viewOwner
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Group'
-                                name: 'CheckBox18'
-                                layout: (LayoutFrame 170 0.0 50 0 -5 1 70 0)
-                                enableChannel: viewDetails
-                                model: viewGroup
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Size'
-                                name: 'CheckBox15'
-                                layout: (LayoutFrame 20 0.0 75 0 170 0 95 0)
-                                enableChannel: viewDetails
-                                model: viewSize
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Date && Time'
-                                name: 'CheckBox19'
-                                layout: (LayoutFrame 170 0.0 75 0 -5 1 95 0)
-                                enableChannel: viewDetails
-                                model: viewTime
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Size (Byte)'
-                                name: 'CheckBox16'
-                                layout: (LayoutFrame 20 0.0 100 0 170 0 120 0)
-                                enableChannel: viewDetails
-                                model: viewSizeInBytes
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Size (KByte)'
-                                name: 'CheckBox20'
-                                layout: (LayoutFrame 170 0.0 100 0 -5 1 120 0)
-                                enableChannel: viewDetails
-                                model: viewSizeInKiloBytes
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'File Info'
-                                name: 'CheckBox23'
-                                layout: (LayoutFrame 20 0.0 125 0 170 0 145 0)
-                                enableChannel: viewDetails
-                                model: viewDescription
-                                translateLabel: true
-                              )
-                             (CheckBoxSpec
-                                label: 'Preview'
-                                name: 'CheckBox24'
-                                layout: (LayoutFrame 170 0.0 125 0 -5 1 145 0)
-                                enableChannel: viewDetails
-                                model: viewPreview
-                                translateLabel: true
-                              )
-                             )
-                           
-                          )
-                          extent: (Point 434 179)
+                        )
+                       )
+                     
+                    )
+                    extent: (Point 432 184)
+                  )
+                 (FramedBoxSpec
+                    label: 'Sort'
+                    name: 'FramedBox2'
+                    labelPosition: topLeft
+                    translateLabel: true
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (CheckBoxSpec
+                          label: 'Ignore Case'
+                          name: 'CheckBox6'
+                          layout: (LayoutFrame 0 0.0 7 0 0 1.0 27 0)
+                          model: sortCaseless
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Directories before Files'
+                          name: 'CheckBox7'
+                          layout: (LayoutFrame 0 0.0 32 0 0 1.0 52 0)
+                          model: sortDirectoriesBeforeFiles
+                          translateLabel: true
                         )
                        )
                      
                     )
-                    extent: (Point 434 530)
+                    extent: (Point 432 81)
+                  )
+                 (FramedBoxSpec
+                    label: 'Application Notebook'
+                    name: 'FramedBox3'
+                    labelPosition: topLeft
+                    translateLabel: true
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (CheckBoxSpec
+                          label: 'Text Editor for all Types'
+                          name: 'CheckBox8'
+                          layout: (LayoutFrame 0 0.0 7 0 0 1.0 27 0)
+                          model: openAlwaysInTextEditor
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Open Multiple Applications'
+                          name: 'CheckBox9'
+                          layout: (LayoutFrame 0 0.0 32 0 0 1.0 52 0)
+                          model: openMultipleApplicationsForType
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Auto Open Directory Description'
+                          name: 'CheckBox10'
+                          layout: (LayoutFrame 0 0.0 57 0 0 1.0 77 0)
+                          model: viewDirectoryDescription
+                          translateLabel: true
+                        )
+                       )
+                     
+                    )
+                    extent: (Point 432 111)
+                  )
+                 (FramedBoxSpec
+                    label: 'Columns in Filelist'
+                    name: 'FramedBox4'
+                    labelPosition: topLeft
+                    translateLabel: true
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (CheckBoxSpec
+                          label: 'Details'
+                          name: 'CheckBox22'
+                          layout: (LayoutFrame 0 0.0 7 0 0 1.0 27 0)
+                          model: viewDetails
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Suffix'
+                          name: 'CheckBox13'
+                          layout: (LayoutFrame 20 0.0 32 0 170 0 52 0)
+                          enableChannel: viewDetails
+                          model: viewType
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Permissions'
+                          name: 'CheckBox21'
+                          layout: (LayoutFrame 170 0.0 32 0 -5 1 52 0)
+                          enableChannel: viewDetails
+                          model: viewPermissions
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Owner'
+                          name: 'CheckBox14'
+                          layout: (LayoutFrame 20 0.0 57 0 170 0 77 0)
+                          enableChannel: viewDetails
+                          model: viewOwner
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Group'
+                          name: 'CheckBox18'
+                          layout: (LayoutFrame 170 0.0 57 0 -5 1 77 0)
+                          enableChannel: viewDetails
+                          model: viewGroup
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Size'
+                          name: 'CheckBox15'
+                          layout: (LayoutFrame 20 0.0 82 0 170 0 102 0)
+                          enableChannel: viewDetails
+                          model: viewSize
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Date && Time'
+                          name: 'CheckBox19'
+                          layout: (LayoutFrame 170 0.0 82 0 -5 1 102 0)
+                          enableChannel: viewDetails
+                          model: viewTime
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Size (Byte)'
+                          name: 'CheckBox16'
+                          layout: (LayoutFrame 20 0.0 107 0 170 0 127 0)
+                          enableChannel: viewDetails
+                          model: viewSizeInBytes
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Size (KByte)'
+                          name: 'CheckBox20'
+                          layout: (LayoutFrame 170 0.0 107 0 -5 1 127 0)
+                          enableChannel: viewDetails
+                          model: viewSizeInKiloBytes
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'File Info'
+                          name: 'CheckBox23'
+                          layout: (LayoutFrame 20 0.0 132 0 170 0 152 0)
+                          enableChannel: viewDetails
+                          model: viewDescription
+                          translateLabel: true
+                        )
+                       (CheckBoxSpec
+                          label: 'Preview'
+                          name: 'CheckBox24'
+                          layout: (LayoutFrame 170 0.0 132 0 -5 1 152 0)
+                          enableChannel: viewDetails
+                          model: viewPreview
+                          translateLabel: true
+                        )
+                       )
+                     
+                    )
+                    extent: (Point 432 183)
                   )
                  )
                
@@ -590,5 +576,5 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.18 2004-09-15 12:43:54 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.19 2004-09-21 12:13:14 ca Exp $'
 ! !