FindInFiles.dfm 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. object frmFindInFiles: TfrmFindInFiles
  2. Left = 485
  3. Top = 245
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = 'Find Text'
  7. ClientHeight = 313
  8. ClientWidth = 336
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. Icon.Data = {
  16. 0000010001001010000001001800680300001600000028000000100000002000
  17. 0000010018000000000040030000000000000000000000000000000000000000
  18. 0000000000000000000000000000000000000000000000000000000000000000
  19. 0000000000000000000000000000000000000000000000000000000000000000
  20. C6C6C6000000000000000000000000000000000000000000C6C6C60000000000
  21. 0000000000000000000000000000000000000000000084848400000000000000
  22. 0000848484000000000000000000000000000000000000000000000000000000
  23. 0000000000000000000000000000000000000000000000000000000000000000
  24. 00000000000000000000000000000000C6C6C6000000000000000000000000C6
  25. C6C6000000000000000000000000000000000000000000000000000000000000
  26. C6C6C6000000000000000000000000C6C6C60000000000000000000000008484
  27. 8400000000000000000000000000000000000000000000000000000000000000
  28. 0000000000000000000000000000000000C6C6C600FFFF00000000FFFF000000
  29. 0000000000000000000000008484840000000000000000000000000000000000
  30. 0000FFFF00000000FFFFC6C6C600FFFFC6C6C600000000000000FFFF00000000
  31. 0000000000000000000000000000000000C6C6C600FFFFC6C6C600FFFF840000
  32. 00FFFF000000000000C6C6C60000000000000000000000000000000000000000
  33. 0000FFFFC6C6C600FFFF84000000FFFFC6C6C600000000000000FFFF00000000
  34. 0000000000000000000000000000000000C6C6C600FFFF84000000FFFFC6C6C6
  35. 00FFFFC6C6C600FFFFC6C6C60000000000000000000000000000000000000000
  36. 0000FFFFC6C6C600FFFFC6C6C600FFFFC6C6C600FFFFC6C6C600FFFF00000000
  37. 0000000000000000000000000000000000C6C6C600FFFF848484000000000000
  38. 0000000000000000000000008484840000000000000000000000000000000000
  39. 0000000000000000000000000000000000000000000000000000000000000000
  40. 0000000000000000000000000000000000000000000000000000000000000000
  41. 000000000000000000000000000000000000000000000000000000000000F8F8
  42. 0000F8F80000F8700000F8000000F8000000F800000000000000000000000013
  43. 00000013000000130000001F0000001F0000001F00008FFF0000FFFF0000}
  44. OldCreateOrder = False
  45. Position = poOwnerFormCenter
  46. OnShow = FormShow
  47. PixelsPerInch = 96
  48. TextHeight = 13
  49. object Label1: TLabel
  50. Left = 8
  51. Top = 12
  52. Width = 49
  53. Height = 13
  54. Caption = '&Find what:'
  55. end
  56. object cboSearchInFilesText: TComboBox
  57. Left = 96
  58. Top = 8
  59. Width = 233
  60. Height = 21
  61. ItemHeight = 13
  62. TabOrder = 0
  63. end
  64. object gbSearchOptions: TGroupBox
  65. Left = 8
  66. Top = 40
  67. Width = 154
  68. Height = 89
  69. Caption = 'Options'
  70. TabOrder = 1
  71. object chkSearchCaseSensitive: TCheckBox
  72. Left = 8
  73. Top = 17
  74. Width = 140
  75. Height = 17
  76. Caption = 'C&ase sensitivity'
  77. TabOrder = 0
  78. end
  79. object chkSearchWholeWords: TCheckBox
  80. Left = 8
  81. Top = 39
  82. Width = 140
  83. Height = 17
  84. Caption = '&Whole words only'
  85. TabOrder = 1
  86. end
  87. object chkRegularExpression: TCheckBox
  88. Left = 8
  89. Top = 62
  90. Width = 140
  91. Height = 17
  92. Caption = '&Regular expression'
  93. TabOrder = 2
  94. end
  95. end
  96. object fraDirectory: TGroupBox
  97. Left = 8
  98. Top = 136
  99. Width = 321
  100. Height = 81
  101. Caption = 'Directory Options'
  102. TabOrder = 2
  103. object Label2: TLabel
  104. Left = 8
  105. Top = 32
  106. Width = 45
  107. Height = 13
  108. Caption = 'Dir&ectory:'
  109. end
  110. object jvdirDirectory: TJvDirectoryEdit
  111. Left = 64
  112. Top = 28
  113. Width = 249
  114. Height = 21
  115. DialogKind = dkWin32
  116. DialogText = 'Select a Directory'
  117. ButtonWidth = 20
  118. TabOrder = 0
  119. Text = 'C:\'
  120. end
  121. object chkIncludeSubdir: TCheckBox
  122. Left = 64
  123. Top = 56
  124. Width = 153
  125. Height = 17
  126. Caption = 'Include s&ubdirectories'
  127. TabOrder = 1
  128. end
  129. end
  130. object optOutput: TRadioGroup
  131. Left = 8
  132. Top = 224
  133. Width = 321
  134. Height = 49
  135. Caption = 'Output'
  136. Columns = 2
  137. ItemIndex = 0
  138. Items.Strings = (
  139. 'Find Output 1'
  140. 'Find Output 2')
  141. TabOrder = 3
  142. end
  143. object btnOK: TButton
  144. Left = 170
  145. Top = 283
  146. Width = 75
  147. Height = 23
  148. Caption = 'OK'
  149. Default = True
  150. TabOrder = 4
  151. OnClick = btnOKClick
  152. end
  153. object btnCancel: TButton
  154. Left = 249
  155. Top = 283
  156. Width = 75
  157. Height = 23
  158. Cancel = True
  159. Caption = 'Cancel'
  160. TabOrder = 5
  161. OnClick = btnCancelClick
  162. end
  163. object fraWhere: TGroupBox
  164. Left = 168
  165. Top = 40
  166. Width = 161
  167. Height = 89
  168. Caption = 'Where'
  169. TabOrder = 6
  170. object jvoptFilesInDir: TJvRadioButton
  171. Left = 8
  172. Top = 64
  173. Width = 107
  174. Height = 17
  175. Alignment = taLeftJustify
  176. Caption = 'All files in directory'
  177. TabOrder = 0
  178. HotTrackFont.Charset = DEFAULT_CHARSET
  179. HotTrackFont.Color = clWindowText
  180. HotTrackFont.Height = -11
  181. HotTrackFont.Name = 'MS Sans Serif'
  182. HotTrackFont.Style = []
  183. LinkedControls = <>
  184. end
  185. object jvoptActiveProject: TJvRadioButton
  186. Left = 8
  187. Top = 16
  188. Width = 131
  189. Height = 17
  190. Alignment = taLeftJustify
  191. Caption = 'All files in active project'
  192. Checked = True
  193. TabOrder = 1
  194. TabStop = True
  195. HotTrackFont.Charset = DEFAULT_CHARSET
  196. HotTrackFont.Color = clWindowText
  197. HotTrackFont.Height = -11
  198. HotTrackFont.Name = 'MS Sans Serif'
  199. HotTrackFont.Style = []
  200. LinkedControls = <>
  201. end
  202. object jvoptOpenFiles: TJvRadioButton
  203. Left = 8
  204. Top = 40
  205. Width = 80
  206. Height = 17
  207. Alignment = taLeftJustify
  208. Caption = 'All open files'
  209. TabOrder = 2
  210. HotTrackFont.Charset = DEFAULT_CHARSET
  211. HotTrackFont.Color = clWindowText
  212. HotTrackFont.Height = -11
  213. HotTrackFont.Name = 'MS Sans Serif'
  214. HotTrackFont.Style = []
  215. LinkedControls = <>
  216. end
  217. end
  218. end