FindFileApplication.st
changeset 5557 c4f509890024
parent 5408 64a874a3ef4b
child 5600 4e7bca968c09
equal deleted inserted replaced
5556:f9583d708764 5557:c4f509890024
   100        (WindowSpec
   100        (WindowSpec
   101           label: 'File Search'
   101           label: 'File Search'
   102           name: 'File Search'
   102           name: 'File Search'
   103           min: (Point 377 131)
   103           min: (Point 377 131)
   104           max: (Point 1280 1024)
   104           max: (Point 1280 1024)
   105           bounds: (Rectangle 10 46 675 378)
   105           bounds: (Rectangle 0 0 681 377)
   106         )
   106         )
   107         component: 
   107         component: 
   108        (SpecCollection
   108        (SpecCollection
   109           collection: (
   109           collection: (
   110            (MenuPanelSpec
   110            (MenuPanelSpec
   121              (SpecCollection
   121              (SpecCollection
   122                 collection: (
   122                 collection: (
   123                  (LabelSpec
   123                  (LabelSpec
   124                     label: 'Directory:'
   124                     label: 'Directory:'
   125                     name: 'DirectoryLabel'
   125                     name: 'DirectoryLabel'
   126                     layout: (LayoutFrame 4 0 7 0 136 0 24 0)
   126                     layout: (LayoutFrame 2 0 7 0 154 0 24 0)
   127                     translateLabel: true
   127                     translateLabel: true
   128                     adjust: left
   128                     adjust: right
   129                   )
   129                   )
   130                  (FilenameInputFieldSpec
   130                  (FilenameInputFieldSpec
   131                     name: 'DirectoryEntryField'
   131                     name: 'DirectoryEntryField'
   132                     layout: (LayoutFrame 140 0 4 0 -246 1 24 0)
   132                     layout: (LayoutFrame 156 0 4 0 -246 1 24 0)
   133                     model: searchDirectoryHolder
   133                     model: searchDirectoryHolder
   134                     immediateAccept: true
   134                     immediateAccept: true
   135                     acceptOnPointerLeave: false
   135                     acceptOnPointerLeave: false
   136                   )
   136                   )
   137                  (CheckBoxSpec
   137                  (CheckBoxSpec
   142                     tabable: true
   142                     tabable: true
   143                     model: useLocate
   143                     model: useLocate
   144                     translateLabel: true
   144                     translateLabel: true
   145                   )
   145                   )
   146                  (CheckBoxSpec
   146                  (CheckBoxSpec
   147                     label: 'Recursively'
   147                     label: 'Recursive'
   148                     name: 'RecursiveSearchCheckBox'
   148                     name: 'RecursiveSearchCheckBox'
   149                     layout: (LayoutFrame -97 1 5 0 0 1 28 0)
   149                     layout: (LayoutFrame -97 1 5 0 0 1 28 0)
   150                     tabable: true
   150                     tabable: true
   151                     model: searchRecursively
   151                     model: searchRecursively
   152                     translateLabel: true
   152                     translateLabel: true
   153                   )
   153                   )
   154                  (LabelSpec
   154                  (LabelSpec
   155                     label: 'Search files named:'
   155                     label: 'Search files named:'
   156                     name: 'FileNameLabel'
   156                     name: 'FileNameLabel'
   157                     layout: (LayoutFrame 4 0 30 0 136 0 47 0)
   157                     layout: (LayoutFrame 2 0 30 0 154 0 47 0)
   158                     translateLabel: true
   158                     translateLabel: true
   159                     adjust: left
   159                     adjust: right
   160                   )
   160                   )
   161                  (InputFieldSpec
   161                  (InputFieldSpec
   162                     name: 'FileNameEntryField'
   162                     name: 'FileNameEntryField'
   163                     layout: (LayoutFrame 140 0 28 0 -246 1 48 0)
   163                     layout: (LayoutFrame 156 0 28 0 -246 1 48 0)
   164                     tabable: true
   164                     tabable: true
   165                     model: namePatternHolder
   165                     model: namePatternHolder
       
   166                     formatString: ''
   166                     immediateAccept: true
   167                     immediateAccept: true
   167                     acceptOnLeave: false
   168                     acceptOnLeave: false
   168                     acceptOnPointerLeave: false
   169                     acceptOnPointerLeave: false
   169                   )
   170                   )
   170                  (CheckBoxSpec
   171                  (CheckBoxSpec
   182                     tabable: true
   183                     tabable: true
   183                     model: ignoreCaseInName
   184                     model: ignoreCaseInName
   184                     translateLabel: true
   185                     translateLabel: true
   185                   )
   186                   )
   186                  (LabelSpec
   187                  (LabelSpec
   187                     label: 'Containing the string:'
   188                     label: 'Containing:'
   188                     name: 'ContentsLabel'
   189                     name: 'ContentsLabel'
   189                     layout: (LayoutFrame 4 0 55 0 136 0 72 0)
   190                     layout: (LayoutFrame 2 0 55 0 154 0 72 0)
   190                     translateLabel: true
   191                     translateLabel: true
   191                     adjust: left
   192                     adjust: right
   192                   )
   193                   )
   193                  (InputFieldSpec
   194                  (InputFieldSpec
   194                     name: 'ContentsEntryField'
   195                     name: 'ContentsEntryField'
   195                     layout: (LayoutFrame 140 0 52 0 -115 1 72 0)
   196                     layout: (LayoutFrame 156 0 52 0 -115 1 72 0)
   196                     enableChannel: notSearchForSameContents
   197                     enableChannel: notSearchForSameContents
   197                     tabable: true
   198                     tabable: true
   198                     model: contentsPatternHolder
   199                     model: contentsPatternHolder
   199                     immediateAccept: true
   200                     immediateAccept: true
   200                     acceptOnPointerLeave: false
   201                     acceptOnPointerLeave: false
   209                     translateLabel: true
   210                     translateLabel: true
   210                   )
   211                   )
   211                  (LabelSpec
   212                  (LabelSpec
   212                     label: 'Not Containing:'
   213                     label: 'Not Containing:'
   213                     name: 'NotContentsLabel'
   214                     name: 'NotContentsLabel'
   214                     layout: (LayoutFrame 4 0 79 0 136 0 96 0)
   215                     layout: (LayoutFrame 2 0 79 0 154 0 96 0)
   215                     translateLabel: true
   216                     translateLabel: true
   216                     adjust: left
   217                     adjust: right
   217                   )
   218                   )
   218                  (InputFieldSpec
   219                  (InputFieldSpec
   219                     name: 'NotContentsEntryField'
   220                     name: 'NotContentsEntryField'
   220                     layout: (LayoutFrame 140 0 76 0 -115 1 96 0)
   221                     layout: (LayoutFrame 156 0 76 0 -115 1 96 0)
   221                     enableChannel: notSearchForSameContents
   222                     enableChannel: notSearchForSameContents
   222                     tabable: true
   223                     tabable: true
   223                     model: notContentsPatternHolder
   224                     model: notContentsPatternHolder
   224                     immediateAccept: true
   225                     immediateAccept: true
   225                     acceptOnPointerLeave: false
   226                     acceptOnPointerLeave: false
  1109 ! !
  1110 ! !
  1110 
  1111 
  1111 !FindFileApplication class methodsFor:'documentation'!
  1112 !FindFileApplication class methodsFor:'documentation'!
  1112 
  1113 
  1113 version
  1114 version
  1114     ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.20 2003-12-23 22:11:29 cg Exp $'
  1115     ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.21 2004-02-21 11:23:49 cg Exp $'
  1115 ! !
  1116 ! !