home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TREPLACEDLG / TREPLACEDLG.txt
Encoding:
Text File  |  2004-02-23  |  1.6 KB  |  89 lines

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