object SrchDialog: TSrchDialog Left = 463 Top = 117 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '����' ClientHeight = 248 ClientWidth = 372 ParentFont = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object PageControl: TPageControl Left = 2 Top = 1 Width = 369 Height = 213 ActivePage = FileFindPage TabOrder = 3 OnChanging = PageControlChanging object EditorFindPage: TTabSheet Caption = '����' object Label1: TLabel Left = 6 Top = 11 Width = 80 Height = 16 AutoSize = False Caption = '����������(&T):' FocusControl = SearchText WordWrap = True end object SearchText: TComboBox Left = 88 Top = 8 Width = 267 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'SearchText' end object OptionsGroup: TGroupBox Left = 8 Top = 36 Width = 168 Height = 80 Caption = '��߼��' TabOrder = 1 object CaseSense: TCheckBox Left = 8 Top = 16 Width = 153 Height = 18 Caption = '��/�������̋��(&C)' TabOrder = 0 end object WholeWords: TCheckBox Left = 8 Top = 36 Width = 153 Height = 18 TabStop = False Caption = 'ܰ�ތ���(&W)' TabOrder = 1 end object RegExp: TCheckBox Left = 8 Top = 56 Width = 153 Height = 18 TabStop = False Caption = '���K�\������(&R)' TabOrder = 2 end end object DirectionGroup: TGroupBox Left = 185 Top = 36 Width = 170 Height = 81 Caption = '��������' TabOrder = 2 object ForwardDir: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '�O������(&D)' TabOrder = 0 end object BackwardDir: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '�������(&B)' TabOrder = 1 end end object OriginGroup: TGroupBox Left = 185 Top = 120 Width = 170 Height = 60 Caption = '�����J�n�ʒu' TabOrder = 4 object FromCursor: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '���وʒu����(&F)' TabOrder = 0 end object EntireScope: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '�����͈͂̐擪����(&E)' TabOrder = 1 end end object ScopeGroup: TGroupBox Left = 8 Top = 120 Width = 168 Height = 60 Caption = '�����͈�' TabOrder = 3 object GlobalScope: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '̧�ّS��(&G)' TabOrder = 0 end object SelectedText: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '�I��̈�̂�(&S)' TabOrder = 1 end end end object FileFindPage: TTabSheet Caption = '̧�ٌ���' object Label3: TLabel Left = 6 Top = 11 Width = 80 Height = 16 AutoSize = False Caption = '����������(&T):' FocusControl = FileSearchText WordWrap = True end object FileSearchText: TComboBox Left = 88 Top = 8 Width = 267 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'SearchText' end object GroupBox2: TGroupBox Left = 8 Top = 36 Width = 168 Height = 80 Caption = '��߼��' TabOrder = 1 object FileCaseSense: TCheckBox Left = 8 Top = 16 Width = 153 Height = 18 Caption = '��/�������̋��(&C)' TabOrder = 0 end object FileWholeWords: TCheckBox Left = 8 Top = 36 Width = 153 Height = 18 TabStop = False Caption = 'ܰ�ތ���(&W)' TabOrder = 1 end object FileRegExp: TCheckBox Left = 8 Top = 56 Width = 153 Height = 18 TabStop = False Caption = '���K�\������(&R)' TabOrder = 2 end end object GroupBox3: TGroupBox Left = 185 Top = 36 Width = 170 Height = 81 Caption = '�Ώ�' TabOrder = 2 object SearchOpen: TRadioButton Left = 8 Top = 36 Width = 153 Height = 17 Caption = '�J���Ă���̧��(&O)' TabOrder = 1 OnClick = SearchLocationClick end object SearchProject: TRadioButton Left = 8 Top = 16 Width = 153 Height = 17 Caption = '��ۼު�Ē���̧��(&P)' Checked = True TabOrder = 0 TabStop = True OnClick = SearchLocationClick end object SearchDirectory: TRadioButton Left = 8 Top = 56 Width = 149 Height = 17 Caption = '�w���ިڸ�ؓ�(&D)' TabOrder = 2 OnClick = SearchLocationClick end end object GroupBox4: TGroupBox Left = 8 Top = 120 Width = 347 Height = 62 Caption = '�ިڸ�،�����߼��' TabOrder = 3 object Label2: TLabel Left = 8 Top = 18 Width = 52 Height = 13 Caption = '̧��Ͻ�(&M):' FocusControl = DirSpec end object DirSpec: TComboBox Left = 78 Top = 15 Width = 195 Height = 21 Enabled = False ItemHeight = 13 TabOrder = 0 Text = 'DirSpec' end object IncludeSubDirs: TCheckBox Left = 78 Top = 40 Width = 153 Height = 17 Caption = '����ިڸ�؂��܂߂�(&S)' Enabled = False TabOrder = 1 end object BrowseButton: TButton Left = 278 Top = 14 Width = 63 Height = 23 Caption = '�Q��(&B)...' Enabled = False TabOrder = 2 OnClick = BrowseButtonClick end end end end object OKButton: TButton Left = 119 Top = 219 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 201 Top = 219 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 283 Top = 219 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 2 OnClick = HelpButtonClick end end