object EdFindDlg: TEdFindDlg Left = 3460 Top = 956 ActiveControl = FindHistoryBox BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Find text...' ClientHeight = 128 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = True Position = poDefault OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 102 Width = 385 Height = 26 Align = alBottom BevelOuter = bvNone TabOrder = 0 object OKButton: TButton Left = 249 Top = 2 Width = 55 Height = 23 Caption = 'OK' Default = True TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 322 Top = 2 Width = 55 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelButtonClick end end object Panel2: TPanel Left = 0 Top = 0 Width = 385 Height = 102 Align = alClient BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 10 Top = 6 Width = 53 Height = 13 Caption = '&Text to find' end object FindHistoryBox: TComboBox Left = 86 Top = 4 Width = 297 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = FindHistoryBoxChange end object GroupBox1: TGroupBox Left = 8 Top = 28 Width = 185 Height = 74 Hint = '100' Caption = 'Options' TabOrder = 1 object UseCaseBox: TCheckBox Left = 10 Top = 32 Width = 140 Height = 17 Caption = '&Case sensitive' TabOrder = 0 end object WholeWordBox: TCheckBox Left = 10 Top = 17 Width = 140 Height = 17 Caption = '&Whole words' TabOrder = 1 end object RegExBox: TCheckBox Left = 10 Top = 50 Width = 140 Height = 17 Caption = '&Regular expressions' TabOrder = 2 end end object GroupBox2: TGroupBox Left = 196 Top = 28 Width = 185 Height = 74 Caption = 'Direction' TabOrder = 2 object FwdDirection: TRadioButton Left = 16 Top = 16 Width = 113 Height = 17 Caption = 'Forwar&d' TabOrder = 0 OnClick = FwdDirectionClick end object BackDirection: TRadioButton Left = 16 Top = 33 Width = 113 Height = 17 Caption = '&Back' TabOrder = 1 OnClick = BackDirectionClick end end end end