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

  1. object SearchForm: TSearchForm
  2.   Left = 237
  3.   Top = 206
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search'
  7.   ClientHeight = 165
  8.   ClientWidth = 496
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 24
  21.     Width = 75
  22.     Height = 19
  23.     Caption = 'Find What:'
  24.     Font.Color = clBlack
  25.     Font.Height = -17
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object FindText: TEdit
  31.     Left = 120
  32.     Top = 20
  33.     Width = 249
  34.     Height = 27
  35.     Font.Color = clBlack
  36.     Font.Height = -17
  37.     Font.Name = 'Times New Roman'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     OnChange = FindTextChange
  42.   end
  43.   object Button1: TButton
  44.     Left = 384
  45.     Top = 24
  46.     Width = 105
  47.     Height = 25
  48.     Caption = '&Find'
  49.     Default = True
  50.     Enabled = False
  51.     Font.Color = clBlack
  52.     Font.Height = -17
  53.     Font.Name = 'Times New Roman'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 1
  57.     OnClick = Button1Click
  58.   end
  59.   object Button2: TButton
  60.     Left = 384
  61.     Top = 64
  62.     Width = 105
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     Font.Color = clBlack
  67.     Font.Height = -17
  68.     Font.Name = 'Times New Roman'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 2
  72.     OnClick = Button2Click
  73.   end
  74.   object WholeWord: TCheckBox
  75.     Left = 16
  76.     Top = 64
  77.     Width = 225
  78.     Height = 17
  79.     Caption = 'Match &whole word only'
  80.     Font.Color = clBlack
  81.     Font.Height = -17
  82.     Font.Name = 'Times New Roman'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 3
  86.   end
  87.   object MatchCase: TCheckBox
  88.     Left = 16
  89.     Top = 96
  90.     Width = 121
  91.     Height = 17
  92.     Caption = 'Match &case'
  93.     Font.Color = clBlack
  94.     Font.Height = -17
  95.     Font.Name = 'Times New Roman'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 4
  99.   end
  100.   object GlobalSearch: TCheckBox
  101.     Left = 16
  102.     Top = 128
  103.     Width = 265
  104.     Height = 17
  105.     Caption = '&Search all open documents'
  106.     Font.Color = clBlack
  107.     Font.Height = -17
  108.     Font.Name = 'Times New Roman'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 5
  112.   end
  113. end
  114.