FindFileApplication.st
changeset 5603 a20070742d88
parent 5601 08ab506e471d
child 5677 4aea2e3fd1e3
--- a/FindFileApplication.st	Fri Feb 27 18:43:10 2004 +0100
+++ b/FindFileApplication.st	Fri Feb 27 18:48:14 2004 +0100
@@ -102,7 +102,7 @@
           name: 'File Search'
           min: (Point 377 131)
           max: (Point 1280 1024)
-          bounds: (Rectangle 0 0 697 422)
+          bounds: (Rectangle 0 0 729 512)
         )
         component: 
        (SpecCollection
@@ -129,7 +129,7 @@
                   )
                  (FilenameInputFieldSpec
                     name: 'DirectoryEntryField'
-                    layout: (LayoutFrame 156 0 4 0 -246 1 24 0)
+                    layout: (LayoutFrame 156 0 4 0 -315 1 24 0)
                     model: searchDirectoryHolder
                     immediateAccept: true
                     acceptOnPointerLeave: false
@@ -137,7 +137,7 @@
                  (CheckBoxSpec
                     label: 'Use ''locate'' Cmd'
                     name: 'UseLocateCheckBox'
-                    layout: (LayoutFrame -244 1 5 0 -113 1 28 0)
+                    layout: (LayoutFrame -300 1 5 0 -158 1 28 0)
                     visibilityChannel: canUseLocate
                     tabable: true
                     model: useLocate
@@ -146,13 +146,13 @@
                  (CheckBoxSpec
                     label: 'Recursive'
                     name: 'RecursiveSearchCheckBox'
-                    layout: (LayoutFrame -113 1 5 0 -16 1 28 0)
+                    layout: (LayoutFrame -160 1 5 0 -4 1 28 0)
                     tabable: true
                     model: searchRecursively
                     translateLabel: true
                   )
                  (LabelSpec
-                    label: 'Search files named:'
+                    label: 'Search Files Named:'
                     name: 'FileNameLabel'
                     layout: (LayoutFrame 2 0 30 0 154 0 47 0)
                     translateLabel: true
@@ -160,7 +160,7 @@
                   )
                  (InputFieldSpec
                     name: 'FileNameEntryField'
-                    layout: (LayoutFrame 156 0 28 0 -246 1 48 0)
+                    layout: (LayoutFrame 156 0 28 0 -315 1 48 0)
                     tabable: true
                     model: namePatternHolder
                     formatString: ''
@@ -171,15 +171,15 @@
                  (CheckBoxSpec
                     label: 'Directories'
                     name: 'SearchDirectoriesCheckBox'
-                    layout: (LayoutFrame -244 1 29 0 -113 1 49 0)
+                    layout: (LayoutFrame -300 1 29 0 -158 1 49 0)
                     tabable: true
                     model: searchDirectories
                     translateLabel: true
                   )
                  (CheckBoxSpec
-                    label: 'Ignore case'
+                    label: 'Ignore Case'
                     name: 'IgnoreCaseInNameCheckBox'
-                    layout: (LayoutFrame -113 1 29 0 -16 1 49 0)
+                    layout: (LayoutFrame -160 1 29 0 -4 1 49 0)
                     tabable: true
                     model: ignoreCaseInName
                     translateLabel: true
@@ -193,7 +193,7 @@
                   )
                  (InputFieldSpec
                     name: 'ContentsEntryField'
-                    layout: (LayoutFrame 156 0 52 0 -246 1 72 0)
+                    layout: (LayoutFrame 156 0 52 0 -315 1 72 0)
                     enableChannel: notSearchForSameContents
                     tabable: true
                     model: contentsPatternHolder
@@ -203,16 +203,16 @@
                  (CheckBoxSpec
                     label: 'Use ''grep'' Cmd'
                     name: 'UseGrepCheckBox'
-                    layout: (LayoutFrame -244 1 52 0 -113 1 75 0)
+                    layout: (LayoutFrame -300 1 52 0 -158 1 75 0)
                     visibilityChannel: canUseGrep
                     tabable: true
                     model: useGrep
                     translateLabel: true
                   )
                  (CheckBoxSpec
-                    label: 'Ignore case'
+                    label: 'Ignore Case'
                     name: 'IgnoreCaseInContentsCheckBox'
-                    layout: (LayoutFrame -113 1 52 0 -16 1 75 0)
+                    layout: (LayoutFrame -160 1 52 0 -4 1 75 0)
                     enableChannel: notSearchForSameContents
                     tabable: true
                     model: ignoreCaseInContents
@@ -227,7 +227,7 @@
                   )
                  (InputFieldSpec
                     name: 'NotContentsEntryField'
-                    layout: (LayoutFrame 156 0 76 0 -246 1 96 0)
+                    layout: (LayoutFrame 156 0 76 0 -315 1 96 0)
                     enableChannel: notSearchForSameContents
                     tabable: true
                     model: notContentsPatternHolder
@@ -235,9 +235,9 @@
                     acceptOnPointerLeave: false
                   )
                  (CheckBoxSpec
-                    label: 'Ignore case'
+                    label: 'Ignore Case'
                     name: 'IgnoreCaseInNotContentsCheckBox'
-                    layout: (LayoutFrame -113 1 76 0 -16 1 99 0)
+                    layout: (LayoutFrame -160 1 76 0 -4 1 99 0)
                     enableChannel: notSearchForSameContents
                     tabable: true
                     model: ignoreCaseInNotContents
@@ -1187,5 +1187,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.23 2004-02-27 16:43:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.24 2004-02-27 17:48:14 cg Exp $'
 ! !