Replace.dfm 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. object frmReplace: TfrmReplace
  2. Left = 441
  3. Top = 192
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = 'Replace Text'
  7. ClientHeight = 297
  8. ClientWidth = 329
  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. 0000000000000000000000000000000000000000000000000000000000000000
  21. 0000000000000000000000000000000000000000000000000000000000000000
  22. 0000000000000000000000000000000000000000000000000000000000000000
  23. 0000000000000000000000000000000000000000000000000000000000000000
  24. 0000000000000000000000000000000000000000000000000000000000000000
  25. 0000000000000000000000000000000000000000000000000000000000000000
  26. 0000000000000000000000000000000000000000000000000000000000000000
  27. 0000000000000000000000000000000000000000000000000000000000000000
  28. 0000000000000000000000000000000000000000000000C6C6C6000000000000
  29. 000000000000000000000000000000C6C6C60000000000000000000000000000
  30. 0000000000000000000000000084848400000000000000000084848400000000
  31. 0000000000000000000000000000000000000000000000000000000000000000
  32. 0000000000000000000000000000000000000000000000000000000000000000
  33. 00000000000000C6C6C6000000000000000000000000C6C6C600000000000000
  34. 0000000000000000000000000000000000000000000000C6C6C6000000000000
  35. 000000000000C6C6C60000000000000000000000000000000000000000000000
  36. 0000000000000000000000000000000000000000000000000000000000000000
  37. 0000000000000000000000000000000000000000000000000000000000000000
  38. 0000008484840000000000000000000000000000000000000000000000000000
  39. 0000000000000000000000000000000000000000000000000000000000000000
  40. 0000000000000000000000000000000000000000000000000000000000000000
  41. 000000000000000000000000000000000000000000000000000000000000B6E7
  42. 0000B76B000084270000B76B0000CEE70000FFFF0000C7C70000C7C70000C387
  43. 0000C0070000C0070000C0070000C0070000C0070000F39F0000F39F0000}
  44. OldCreateOrder = False
  45. Position = poOwnerFormCenter
  46. OnCreate = FormCreate
  47. OnShow = FormShow
  48. PixelsPerInch = 96
  49. TextHeight = 13
  50. object Label1: TLabel
  51. Left = 8
  52. Top = 12
  53. Width = 49
  54. Height = 13
  55. Caption = '&Find what:'
  56. end
  57. object Label2: TLabel
  58. Left = 8
  59. Top = 41
  60. Width = 65
  61. Height = 13
  62. Caption = '&Replace with:'
  63. end
  64. object cboSearchText: TComboBox
  65. Left = 96
  66. Top = 8
  67. Width = 225
  68. Height = 21
  69. ItemHeight = 13
  70. TabOrder = 0
  71. end
  72. object btnOK: TButton
  73. Left = 90
  74. Top = 267
  75. Width = 75
  76. Height = 23
  77. Caption = 'OK'
  78. Default = True
  79. ModalResult = 1
  80. TabOrder = 6
  81. OnClick = btnOKClick
  82. end
  83. object btnCancel: TButton
  84. Left = 249
  85. Top = 267
  86. Width = 75
  87. Height = 23
  88. Cancel = True
  89. Caption = 'Cancel'
  90. ModalResult = 2
  91. TabOrder = 8
  92. OnClick = btnCancelClick
  93. end
  94. object cboReplaceText: TComboBox
  95. Left = 96
  96. Top = 37
  97. Width = 225
  98. Height = 21
  99. ItemHeight = 13
  100. TabOrder = 1
  101. end
  102. object optScope: TRadioGroup
  103. Left = 8
  104. Top = 192
  105. Width = 153
  106. Height = 65
  107. Caption = 'Scope'
  108. ItemIndex = 0
  109. Items.Strings = (
  110. '&Global'
  111. '&Selected Text')
  112. TabOrder = 4
  113. end
  114. object optOrigin: TRadioGroup
  115. Left = 168
  116. Top = 192
  117. Width = 153
  118. Height = 65
  119. Caption = 'Origin'
  120. ItemIndex = 0
  121. Items.Strings = (
  122. '&From Cursor'
  123. '&Entire Scope')
  124. TabOrder = 5
  125. end
  126. object optDirection: TRadioGroup
  127. Left = 170
  128. Top = 72
  129. Width = 151
  130. Height = 113
  131. Caption = 'Direction'
  132. ItemIndex = 0
  133. Items.Strings = (
  134. '&Forward'
  135. '&Backward')
  136. TabOrder = 3
  137. end
  138. object gbSearchOptions: TGroupBox
  139. Left = 8
  140. Top = 72
  141. Width = 154
  142. Height = 113
  143. Caption = 'Options'
  144. TabOrder = 2
  145. object chkSearchCaseSensitive: TCheckBox
  146. Left = 8
  147. Top = 17
  148. Width = 140
  149. Height = 17
  150. Caption = 'C&ase Sensitive'
  151. TabOrder = 0
  152. end
  153. object chkSearchWholeWords: TCheckBox
  154. Left = 8
  155. Top = 39
  156. Width = 140
  157. Height = 17
  158. Caption = '&Whole Words Only'
  159. TabOrder = 1
  160. end
  161. object chkRegularExpression: TCheckBox
  162. Left = 8
  163. Top = 62
  164. Width = 140
  165. Height = 17
  166. Caption = '&Regular Expression'
  167. TabOrder = 2
  168. end
  169. object chkPrompt: TCheckBox
  170. Left = 8
  171. Top = 85
  172. Width = 140
  173. Height = 17
  174. Caption = '&Prompt on Repalce'
  175. TabOrder = 3
  176. end
  177. end
  178. object btnReplaceAll: TButton
  179. Left = 170
  180. Top = 266
  181. Width = 75
  182. Height = 23
  183. Caption = 'Replace All'
  184. ModalResult = 1
  185. TabOrder = 7
  186. OnClick = btnReplaceAllClick
  187. end
  188. end