home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95webpc / wpc.exe / 0 / RCDATA / TREPLACEFORM / TREPLACEFORM.txt
Encoding:
Text File  |  1996-11-25  |  3.1 KB  |  154 lines

  1. object ReplaceForm: TReplaceForm
  2.   Left = 236
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Replace'
  7.   ClientHeight = 217
  8.   ClientWidth = 497
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 24
  22.     Width = 75
  23.     Height = 19
  24.     Caption = 'Find What:'
  25.     Font.Color = clBlack
  26.     Font.Height = -17
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 56
  34.     Width = 98
  35.     Height = 19
  36.     Caption = 'Replace With:'
  37.     Font.Color = clBlack
  38.     Font.Height = -17
  39.     Font.Name = 'Times New Roman'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object FindText: TEdit
  44.     Left = 120
  45.     Top = 20
  46.     Width = 249
  47.     Height = 27
  48.     Font.Color = clBlack
  49.     Font.Height = -17
  50.     Font.Name = 'Times New Roman'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     TabOrder = 0
  54.     OnChange = FindTextChange
  55.   end
  56.   object ReplaceText: TEdit
  57.     Left = 120
  58.     Top = 52
  59.     Width = 249
  60.     Height = 27
  61.     Font.Color = clBlack
  62.     Font.Height = -17
  63.     Font.Name = 'Times New Roman'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 1
  67.     OnChange = ReplaceTextChange
  68.   end
  69.   object WholeWord: TCheckBox
  70.     Left = 16
  71.     Top = 104
  72.     Width = 225
  73.     Height = 17
  74.     Caption = 'Match &whole word only'
  75.     Font.Color = clBlack
  76.     Font.Height = -17
  77.     Font.Name = 'Times New Roman'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 2
  81.   end
  82.   object MatchCase: TCheckBox
  83.     Left = 16
  84.     Top = 136
  85.     Width = 121
  86.     Height = 17
  87.     Caption = 'Match &case'
  88.     Font.Color = clBlack
  89.     Font.Height = -17
  90.     Font.Name = 'Times New Roman'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     TabOrder = 3
  94.   end
  95.   object GlobalReplace: TCheckBox
  96.     Left = 16
  97.     Top = 168
  98.     Width = 265
  99.     Height = 17
  100.     Caption = '&Replace in all open documents'
  101.     Font.Color = clBlack
  102.     Font.Height = -17
  103.     Font.Name = 'Times New Roman'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 4
  107.   end
  108.   object Button1: TButton
  109.     Left = 384
  110.     Top = 16
  111.     Width = 105
  112.     Height = 25
  113.     Caption = '&Replace'
  114.     Default = True
  115.     Enabled = False
  116.     Font.Color = clBlack
  117.     Font.Height = -17
  118.     Font.Name = 'Times New Roman'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     TabOrder = 5
  122.     OnClick = Button1Click
  123.   end
  124.   object Button2: TButton
  125.     Left = 384
  126.     Top = 96
  127.     Width = 105
  128.     Height = 25
  129.     Cancel = True
  130.     Caption = 'Cancel'
  131.     Font.Color = clBlack
  132.     Font.Height = -17
  133.     Font.Name = 'Times New Roman'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 6
  137.     OnClick = Button2Click
  138.   end
  139.   object Button3: TButton
  140.     Left = 384
  141.     Top = 56
  142.     Width = 105
  143.     Height = 25
  144.     Caption = 'Replace &All'
  145.     Font.Color = clBlack
  146.     Font.Height = -17
  147.     Font.Name = 'Times New Roman'
  148.     Font.Style = []
  149.     ParentFont = False
  150.     TabOrder = 7
  151.     OnClick = Button3Click
  152.   end
  153. end
  154.