home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STDVCS32.DLL / RCDATA / TFINDSETTINGSDLG / TFINDSETTINGSDLG.txt
Text File  |  1997-01-16  |  2KB  |  104 lines

  1. object FindSettingsDlg: TFindSettingsDlg
  2.   Left = 709
  3.   Top = 374
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find Settings'
  7.   ClientHeight = 169
  8.   ClientWidth = 294
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   FormStyle = fsStayOnTop
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 294
  20.     Height = 169
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object GroupBox1: TGroupBox
  24.       Left = 6
  25.       Top = 101
  26.       Width = 191
  27.       Height = 57
  28.       Caption = 'Find In'
  29.       TabOrder = 0
  30.       object File1CB: TCheckBox
  31.         Left = 12
  32.         Top = 22
  33.         Width = 61
  34.         Height = 17
  35.         Caption = 'File &1'
  36.         State = cbChecked
  37.         TabOrder = 0
  38.         OnClick = FileCBClick
  39.       end
  40.       object File2CB: TCheckBox
  41.         Left = 94
  42.         Top = 22
  43.         Width = 57
  44.         Height = 17
  45.         Caption = 'File &2'
  46.         State = cbChecked
  47.         TabOrder = 1
  48.         OnClick = FileCBClick
  49.       end
  50.     end
  51.     object GroupBox2: TGroupBox
  52.       Left = 6
  53.       Top = 5
  54.       Width = 280
  55.       Height = 84
  56.       Caption = 'Find What'
  57.       TabOrder = 1
  58.       object Label1: TLabel
  59.         Left = 13
  60.         Top = 24
  61.         Width = 32
  62.         Height = 13
  63.         Caption = 'Text:'
  64.       end
  65.       object FindText: TEdit
  66.         Left = 43
  67.         Top = 20
  68.         Width = 225
  69.         Height = 20
  70.         TabOrder = 0
  71.       end
  72.       object IgnoreCaseCB: TCheckBox
  73.         Left = 17
  74.         Top = 52
  75.         Width = 85
  76.         Height = 17
  77.         Caption = '&Ignore Case'
  78.         State = cbChecked
  79.         TabOrder = 1
  80.       end
  81.     end
  82.     object OKButton: TBitBtn
  83.       Left = 210
  84.       Top = 103
  85.       Width = 75
  86.       Height = 25
  87.       Caption = 'OK'
  88.       Default = True
  89.       ModalResult = 1
  90.       TabOrder = 2
  91.     end
  92.     object CancelButton: TBitBtn
  93.       Left = 210
  94.       Top = 135
  95.       Width = 75
  96.       Height = 25
  97.       Cancel = True
  98.       Caption = 'Cancel'
  99.       ModalResult = 2
  100.       TabOrder = 3
  101.     end
  102.   end
  103. end
  104.