object FindDlg: TFindDlg Left = 207 Top = 127 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find' ClientHeight = 209 ClientWidth = 311 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OldCreateOrder = True Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 16 Top = 8 Width = 280 Height = 65 Caption = '&Search Text' TabOrder = 0 object Edit1: TEdit Left = 16 Top = 25 Width = 249 Height = 21 TabOrder = 0 end end object GroupBox2: TGroupBox Left = 16 Top = 80 Width = 161 Height = 113 Caption = 'Search &Options' TabOrder = 1 object Bevel1: TBevel Left = 1 Top = 60 Width = 158 Height = 3 Shape = bsTopLine end object RadioButton1: TRadioButton Left = 16 Top = 18 Width = 113 Height = 17 Caption = 'Search &Forward' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 16 Top = 38 Width = 129 Height = 17 Caption = 'Search &Backward' TabOrder = 1 end object CheckBox1: TCheckBox Left = 16 Top = 68 Width = 97 Height = 17 Caption = '&Match Case' TabOrder = 2 end object CheckBox2: TCheckBox Left = 16 Top = 89 Width = 113 Height = 17 Caption = '&Global Search' TabOrder = 3 end end object Button1: TButton Left = 200 Top = 96 Width = 81 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 200 Top = 144 Width = 81 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end