home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TREPLACEHEXFORM / TREPLACEHEXFORM.txt
Encoding:
Text File  |  2003-02-24  |  3.4 KB  |  185 lines

  1. object ReplaceHexForm: TReplaceHexForm
  2.   Left = 505
  3.   Top = 143
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Replace Data'
  7.   ClientHeight = 235
  8.   ClientWidth = 332
  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.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lDataToFind: TLabel
  23.     Tag = 152
  24.     Left = 7
  25.     Top = 13
  26.     Width = 55
  27.     Height = 13
  28.     Caption = 'Data to find'
  29.     Transparent = True
  30.     WordWrap = True
  31.   end
  32.   object lReplaceWith: TLabel
  33.     Tag = 184
  34.     Left = 7
  35.     Top = 42
  36.     Width = 62
  37.     Height = 13
  38.     Caption = 'Replace with'
  39.     Transparent = True
  40.   end
  41.   object SearText: TComboBox
  42.     Left = 85
  43.     Top = 9
  44.     Width = 239
  45.     Height = 21
  46.     ItemHeight = 13
  47.     TabOrder = 0
  48.     OnChange = SearTextChange
  49.     OnKeyPress = SearTextKeyPress
  50.   end
  51.   object gOptions: TGroupBox
  52.     Tag = 185
  53.     Left = 9
  54.     Top = 64
  55.     Width = 315
  56.     Height = 61
  57.     Caption = 'Options'
  58.     TabOrder = 2
  59.     object cCaseSensitive: TCheckBox
  60.       Left = 170
  61.       Top = 17
  62.       Width = 135
  63.       Height = 17
  64.       Caption = 'Case sensitive'
  65.       Enabled = False
  66.       TabOrder = 1
  67.     end
  68.     object cDataAsText: TCheckBox
  69.       Left = 10
  70.       Top = 17
  71.       Width = 151
  72.       Height = 17
  73.       Caption = 'Find data as text value'
  74.       TabOrder = 0
  75.       OnClick = cDataAsTextClick
  76.     end
  77.     object cPromptOnReplace: TCheckBox
  78.       Left = 10
  79.       Top = 37
  80.       Width = 150
  81.       Height = 17
  82.       Caption = 'Prompt on replace'
  83.       TabOrder = 2
  84.     end
  85.   end
  86.   object gScope: TGroupBox
  87.     Tag = 193
  88.     Left = 9
  89.     Top = 131
  90.     Width = 152
  91.     Height = 65
  92.     Caption = 'Scope'
  93.     TabOrder = 3
  94.     object rGlobal: TRadioButton
  95.       Left = 10
  96.       Top = 20
  97.       Width = 135
  98.       Height = 17
  99.       Caption = 'Global'
  100.       Checked = True
  101.       TabOrder = 0
  102.       TabStop = True
  103.     end
  104.     object rSelectedText: TRadioButton
  105.       Left = 10
  106.       Top = 40
  107.       Width = 135
  108.       Height = 17
  109.       Caption = 'Selected text'
  110.       TabOrder = 1
  111.     end
  112.   end
  113.   object gOrigin: TGroupBox
  114.     Tag = 196
  115.     Left = 172
  116.     Top = 131
  117.     Width = 152
  118.     Height = 65
  119.     Caption = 'Origin'
  120.     TabOrder = 4
  121.     object rEntireScope: TRadioButton
  122.       Left = 10
  123.       Top = 40
  124.       Width = 135
  125.       Height = 17
  126.       Caption = 'Entire scope'
  127.       TabOrder = 1
  128.     end
  129.     object rFromCursor: TRadioButton
  130.       Left = 10
  131.       Top = 20
  132.       Width = 135
  133.       Height = 17
  134.       Caption = 'From cursor'
  135.       Checked = True
  136.       TabOrder = 0
  137.       TabStop = True
  138.     end
  139.   end
  140.   object ReplText: TComboBox
  141.     Left = 85
  142.     Top = 39
  143.     Width = 239
  144.     Height = 21
  145.     ItemHeight = 13
  146.     TabOrder = 1
  147.     OnChange = SearTextChange
  148.     OnKeyPress = SearTextKeyPress
  149.   end
  150.   object bOK: TButton
  151.     Tag = 100
  152.     Left = 64
  153.     Top = 204
  154.     Width = 83
  155.     Height = 24
  156.     Caption = 'OK'
  157.     Default = True
  158.     Enabled = False
  159.     ModalResult = 1
  160.     TabOrder = 5
  161.   end
  162.   object bReplaceAll: TButton
  163.     Tag = 104
  164.     Left = 152
  165.     Top = 204
  166.     Width = 83
  167.     Height = 24
  168.     Caption = 'Replace &All'
  169.     Enabled = False
  170.     ModalResult = 8
  171.     TabOrder = 6
  172.   end
  173.   object bCancel: TButton
  174.     Tag = 101
  175.     Left = 240
  176.     Top = 204
  177.     Width = 83
  178.     Height = 24
  179.     Cancel = True
  180.     Caption = 'Cancel'
  181.     ModalResult = 2
  182.     TabOrder = 7
  183.   end
  184. end
  185.