home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMREPLACE / TFRMREPLACE.txt
Text File  |  1996-10-14  |  3KB  |  178 lines

  1. object frmReplace: TfrmReplace
  2.   Left = 205
  3.   Top = 159
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Replace'
  7.   ClientHeight = 246
  8.   ClientWidth = 369
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblTextToFind: TLabel
  20.     Left = 8
  21.     Top = 10
  22.     Width = 56
  23.     Height = 13
  24.     Caption = '&Text to find:'
  25.     FocusControl = cmbText
  26.   end
  27.   object lblReplace: TLabel
  28.     Left = 8
  29.     Top = 38
  30.     Width = 68
  31.     Height = 13
  32.     Caption = 'Replace &With:'
  33.     FocusControl = cmbReplace
  34.   end
  35.   object rgOrigin: TRadioGroup
  36.     Left = 200
  37.     Top = 140
  38.     Width = 161
  39.     Height = 70
  40.     Caption = 'Origin'
  41.     Items.Strings = (
  42.       'From C&ursor'
  43.       '&Entire Scope')
  44.     TabOrder = 7
  45.     OnClick = rgOriginClick
  46.   end
  47.   object rgDirection: TRadioGroup
  48.     Left = 200
  49.     Top = 64
  50.     Width = 161
  51.     Height = 73
  52.     Caption = 'Direction'
  53.     Items.Strings = (
  54.       '&Forward'
  55.       '&Backward')
  56.     TabOrder = 5
  57.     OnClick = rgDirectionClick
  58.   end
  59.   object gbOptions: TGroupBox
  60.     Left = 8
  61.     Top = 64
  62.     Width = 185
  63.     Height = 73
  64.     Caption = 'Options'
  65.     TabOrder = 4
  66.     object chkCase: TCheckBox
  67.       Left = 9
  68.       Top = 16
  69.       Width = 168
  70.       Height = 17
  71.       Caption = '&Case sensitive'
  72.       TabOrder = 0
  73.     end
  74.     object chkWholeWords: TCheckBox
  75.       Left = 9
  76.       Top = 32
  77.       Width = 168
  78.       Height = 17
  79.       Caption = '&Whole words only'
  80.       TabOrder = 1
  81.     end
  82.     object chkPromptOnReplace: TCheckBox
  83.       Left = 9
  84.       Top = 48
  85.       Width = 161
  86.       Height = 17
  87.       Caption = '&Prompt on replace'
  88.       State = cbChecked
  89.       TabOrder = 2
  90.     end
  91.   end
  92.   object cmbText: TComboBox
  93.     Left = 104
  94.     Top = 8
  95.     Width = 257
  96.     Height = 21
  97.     ItemHeight = 13
  98.     TabOrder = 0
  99.     OnChange = cmbTextChange
  100.     OnKeyDown = cmbTextKeyDown
  101.   end
  102.   object btnReplace: TButton
  103.     Left = 126
  104.     Top = 216
  105.     Width = 75
  106.     Height = 25
  107.     Caption = '&Replace'
  108.     Default = True
  109.     TabOrder = 2
  110.     OnClick = btnReplaceClick
  111.   end
  112.   object btnCancel: TButton
  113.     Left = 286
  114.     Top = 216
  115.     Width = 75
  116.     Height = 25
  117.     Cancel = True
  118.     Caption = 'Cancel'
  119.     ModalResult = 2
  120.     TabOrder = 8
  121.     OnClick = btnCancelClick
  122.   end
  123.   object gbScope: TGroupBox
  124.     Left = 8
  125.     Top = 140
  126.     Width = 185
  127.     Height = 70
  128.     Caption = 'Scope'
  129.     TabOrder = 6
  130.     object rbGlobal: TRadioButton
  131.       Left = 8
  132.       Top = 16
  133.       Width = 169
  134.       Height = 17
  135.       Caption = '&Global'
  136.       TabOrder = 0
  137.       OnClick = rbGlobalClick
  138.     end
  139.     object rbSelectedText: TRadioButton
  140.       Left = 8
  141.       Top = 32
  142.       Width = 169
  143.       Height = 17
  144.       Caption = '&Selected Text'
  145.       TabOrder = 1
  146.       OnClick = rbSelectedTextClick
  147.     end
  148.     object rbAllOpenDocs: TRadioButton
  149.       Left = 8
  150.       Top = 48
  151.       Width = 169
  152.       Height = 17
  153.       Caption = 'All Open &Documents'
  154.       TabOrder = 2
  155.       OnClick = rbAllOpenDocsClick
  156.     end
  157.   end
  158.   object cmbReplace: TComboBox
  159.     Left = 104
  160.     Top = 36
  161.     Width = 257
  162.     Height = 21
  163.     ItemHeight = 13
  164.     TabOrder = 1
  165.     OnChange = cmbReplaceChange
  166.     OnKeyDown = cmbReplaceKeyDown
  167.   end
  168.   object btnReplaceAll: TButton
  169.     Left = 206
  170.     Top = 216
  171.     Width = 75
  172.     Height = 25
  173.     Caption = 'Replace &All'
  174.     TabOrder = 3
  175.     OnClick = btnReplaceAllClick
  176.   end
  177. end
  178.