object FrmSearRepl: TFrmSearRepl Left = 233 Top = 169 BorderStyle = bsDialog Caption = 'FrmSearRepl' ClientHeight = 267 ClientWidth = 491 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object PageControl: TPageControl Left = 0 Top = 0 Width = 491 Height = 121 ActivePage = EditorFindPage Align = alTop TabOrder = 0 OnChange = PageControlChange object EditorFindPage: TTabSheet Caption = 'Find' object LTexttFind: TLabel Left = 8 Top = 12 Width = 81 Height = 13 AutoSize = False Caption = '&Text to find:' FocusControl = SearText WordWrap = True end object InfoLbl: TLabel Left = 8 Top = 80 Width = 32 Height = 13 Caption = 'InfoLbl' end object SearText: TDCHistoryEditor Left = 96 Top = 12 Width = 321 Height = 21 ItemHeight = 13 TabOrder = 0 end end object EditorReplacePage: TTabSheet Caption = 'Replace' object Label1: TLabel Left = 8 Top = 12 Width = 76 Height = 13 AutoSize = False Caption = '&Text to find:' FocusControl = SearText1 WordWrap = True end object LReplWith: TLabel Left = 8 Top = 40 Width = 65 Height = 13 Caption = '&Replace with:' FocusControl = ReplText end object InfoLbl1: TLabel Left = 8 Top = 80 Width = 32 Height = 13 Caption = 'InfoLbl' end object SearText1: TDCHistoryEditor Left = 96 Top = 12 Width = 321 Height = 21 ItemHeight = 13 TabOrder = 0 end object ReplText: TDCHistoryEditor Left = 96 Top = 40 Width = 321 Height = 21 ItemHeight = 13 TabOrder = 1 end end object GotoTab: TTabSheet Caption = 'Go To' object InputLabel: TLabel Left = 168 Top = 12 Width = 108 Height = 13 Caption = '&Enter new line number:' end object Label4: TLabel Left = 8 Top = 12 Width = 26 Height = 13 Caption = 'Go to' end object InfoLbl2: TLabel Left = 8 Top = 80 Width = 32 Height = 13 Caption = 'InfoLbl' end object LineEd: TEdit Left = 168 Top = 32 Width = 281 Height = 21 TabOrder = 0 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end object GotoBox: TListBox Left = 8 Top = 32 Width = 145 Height = 41 ItemHeight = 13 Items.Strings = ( 'Line' 'BookMark') TabOrder = 1 end end end object ExPanel: TPanel Left = 0 Top = 161 Width = 491 Height = 106 Align = alClient TabOrder = 1 object gbxDirection: TGroupBox Left = 200 Top = 8 Width = 137 Height = 89 Caption = 'gbxDirection' TabOrder = 1 object dirBackward: TRadioButton Left = 8 Top = 40 Width = 121 Height = 17 Caption = 'Backward' TabOrder = 1 end object dirForward: TRadioButton Left = 8 Top = 16 Width = 121 Height = 17 Caption = 'Forward' TabOrder = 0 end end object gbxOptions: TGroupBox Left = 8 Top = 8 Width = 185 Height = 89 Caption = 'gbxOptions' TabOrder = 0 object RegExpr: TCheckBox Left = 8 Top = 64 Width = 169 Height = 17 Caption = '&Regular expressions' TabOrder = 2 end object WholeWord: TCheckBox Left = 8 Top = 40 Width = 169 Height = 17 Caption = '&Whole words only' TabOrder = 1 end object CaseSens: TCheckBox Left = 8 Top = 16 Width = 169 Height = 17 Caption = '&Case sensitive' TabOrder = 0 end end object gbxScope: TGroupBox Left = 344 Top = 8 Width = 137 Height = 89 Caption = 'gbxScope' TabOrder = 2 object ScopeGlobal: TRadioButton Left = 8 Top = 16 Width = 121 Height = 17 Caption = 'Global' TabOrder = 0 end object ScopeSelected: TRadioButton Left = 8 Top = 40 Width = 121 Height = 17 Caption = 'Selected' TabOrder = 1 end end end object Panel2: TPanel Left = 0 Top = 121 Width = 491 Height = 40 Align = alTop TabOrder = 2 object ExBtn: TBitBtn Left = 56 Top = 8 Width = 73 Height = 25 Caption = 'More' TabOrder = 0 OnClick = ExBtnClick Glyph.Data = { 86010000424D8601000000000000420000002800000012000000090000000100 1000030000004401000000000000000000000000000000000000007C0000E003 00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C 1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C00001F7C1F7C1F7C1F7C1F7C0000 0000000000000000000000001F7C1F7C1F7C1F7C0000000000001F7C1F7C1F7C 1F7C00000000000000000000000000001F7C1F7C1F7C1F7C0000000000001F7C 1F7C1F7C1F7C1F7C000000000000000000001F7C1F7C1F7C1F7C000000000000 000000001F7C1F7C1F7C1F7C000000000000000000001F7C1F7C1F7C1F7C0000 00000000000000001F7C1F7C1F7C1F7C1F7C0000000000001F7C1F7C1F7C1F7C 00000000000000000000000000001F7C1F7C1F7C1F7C0000000000001F7C1F7C 1F7C1F7C00000000000000000000000000001F7C1F7C1F7C1F7C1F7C00001F7C 1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C 1F7C1F7C1F7C1F7C1F7C} Layout = blGlyphRight NumGlyphs = 2 end object FindBtn: TButton Left = 144 Top = 8 Width = 73 Height = 25 Caption = 'Find' TabOrder = 1 OnClick = FindBtnClick end object ReplBtn: TButton Left = 232 Top = 8 Width = 73 Height = 25 Caption = 'Replace' TabOrder = 2 OnClick = ReplBtnClick end object ReplAllBtn: TButton Left = 320 Top = 8 Width = 75 Height = 25 Caption = 'Replace All' TabOrder = 3 OnClick = ReplBtnClick end object CloseBtn: TButton Left = 408 Top = 8 Width = 73 Height = 25 Cancel = True Caption = 'Close' TabOrder = 4 OnClick = CloseBtnClick end object GoToBtn: TButton Left = 320 Top = 8 Width = 73 Height = 25 Caption = 'Go To' TabOrder = 5 OnClick = GoToBtnClick end end end