home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TREPLACEDLG / TREPLACEDLG.txt
Text File  |  2001-09-09  |  2KB  |  88 lines

  1. inherited ReplaceDlg: TReplaceDlg
  2.   HelpContext = 11023
  3.   Caption = 'Replace Text'
  4.   ClientHeight = 303
  5.   ClientWidth = 382
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited Label1: TLabel
  9.     Left = 24
  10.     Width = 56
  11.     Caption = '&Text to find:'
  12.   end
  13.   object Label2: TLabel [1]
  14.     Left = 16
  15.     Top = 53
  16.     Width = 65
  17.     Height = 13
  18.     Alignment = taRightJustify
  19.     Caption = 'Replace &with:'
  20.   end
  21.   inherited gbOptions: TGroupBox
  22.     Top = 80
  23.     Width = 201
  24.     Height = 89
  25.     TabOrder = 9
  26.     inherited cbRegExp: TCheckBox
  27.       Top = 68
  28.     end
  29.     object cbPrompt: TCheckBox
  30.       Left = 8
  31.       Top = 50
  32.       Width = 185
  33.       Height = 17
  34.       Caption = '&Prompt on replace'
  35.       TabOrder = 3
  36.     end
  37.   end
  38.   inherited rScope: TRadioGroup
  39.     Top = 176
  40.     Width = 201
  41.   end
  42.   inherited rOrigin: TRadioGroup
  43.     Left = 216
  44.     Top = 176
  45.   end
  46.   inherited Button1: TButton
  47.     Left = 30
  48.     Top = 256
  49.   end
  50.   inherited Button2: TButton
  51.     Left = 208
  52.     Top = 256
  53.     TabOrder = 6
  54.   end
  55.   inherited bHelp: TButton
  56.     Left = 288
  57.     Top = 256
  58.     TabOrder = 8
  59.   end
  60.   inherited eText: TComboBox
  61.     Left = 88
  62.     Width = 281
  63.   end
  64.   object Button3: TButton [9]
  65.     Left = 112
  66.     Top = 256
  67.     Width = 89
  68.     Height = 25
  69.     Caption = 'Replace &All...'
  70.     ModalResult = 6
  71.     TabOrder = 5
  72.   end
  73.   object eReplace: TComboBox [10]
  74.     Left = 88
  75.     Top = 48
  76.     Width = 281
  77.     Height = 21
  78.     ItemHeight = 13
  79.     TabOrder = 1
  80.     OnKeyDown = eReplaceKeyDown
  81.   end
  82.   inherited gbDirection: TGroupBox
  83.     Left = 216
  84.     Top = 80
  85.     Height = 89
  86.   end
  87. end
  88.