object GrepForm: TGrepForm Left = 207 Top = 106 BorderStyle = bsDialog Caption = 'GREP' ClientHeight = 291 ClientWidth = 463 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 16 Top = 12 Width = 51 Height = 12 Caption = '������(&S)' FocusControl = KeywordCombo end object KeywordCombo: TComboBox Left = 88 Top = 8 Width = 345 Height = 20 ItemHeight = 12 TabOrder = 0 OnDropDown = ComboDropDown end object GroupBox1: TGroupBox Left = 8 Top = 168 Width = 185 Height = 89 Caption = '��������' TabOrder = 2 object CaseCheck: TCheckBox Left = 16 Top = 16 Width = 153 Height = 17 Caption = '�啶��/�������̋��(&C)' TabOrder = 0 end object WordCheck: TCheckBox Left = 16 Top = 32 Width = 97 Height = 17 Caption = '�P��̌���(&W)' TabOrder = 1 end object UseJreCheck: TCheckBox Left = 16 Top = 48 Width = 97 Height = 17 Caption = '���K�\��(&R)' TabOrder = 2 OnClick = UseJreCheckClick end object FuzzCheck: TCheckBox Left = 16 Top = 64 Width = 113 Height = 17 Caption = '�����܂�����(&Z)' Enabled = False TabOrder = 3 end end object GroupBox2: TGroupBox Left = 8 Top = 40 Width = 441 Height = 121 Caption = '�����Ώ�' TabOrder = 1 object Label2: TLabel Left = 8 Top = 41 Width = 63 Height = 12 Caption = '�����p�X(&D)' FocusControl = PathCombo end object Label3: TLabel Left = 80 Top = 64 Width = 247 Height = 12 Caption = '�����̃p�^�[���̓Z�~�R�����ŋ�؂� �i�� *.c;*.h�j' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGreen Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False end object OpenFileCheck: TCheckBox Left = 80 Top = 16 Width = 145 Height = 17 Caption = '�J���Ă���t�@�C��(&F)' TabOrder = 0 OnClick = OpenFileCheckClick end object PathCombo: TComboBox Left = 80 Top = 37 Width = 345 Height = 20 ItemHeight = 12 TabOrder = 1 Text = '*.*' OnDropDown = ComboDropDown end object SubFolderCheck: TCheckBox Left = 80 Top = 80 Width = 145 Height = 17 Caption = '�T�u�t�H���_������(&B)' TabOrder = 3 end object Button1: TButton Left = 368 Top = 61 Width = 57 Height = 20 Caption = '�Q��(&A)...' TabOrder = 2 OnClick = Button1Click end object EnBinCheck: TCheckBox Left = 80 Top = 96 Width = 169 Height = 17 Caption = '�o�C�i���t�@�C�����܂߂�(&N)' TabOrder = 4 end object UsePrevPathHistCheck: TCheckBox Left = 256 Top = 96 Width = 161 Height = 17 Caption = '�O��̃p�X���f�t�H���g(&P)' TabOrder = 5 end end object GroupBox3: TGroupBox Left = 200 Top = 168 Width = 249 Height = 89 Caption = '�\������' TabOrder = 3 object RelativePathCheck: TCheckBox Left = 16 Top = 32 Width = 89 Height = 17 Caption = '���΃p�X(&L)' TabOrder = 1 end object OnlyContentsCheck: TCheckBox Left = 16 Top = 16 Width = 161 Height = 17 Caption = '�}�b�`�����s������̂�(&E)' TabOrder = 0 OnClick = OnlyContentsCheckClick end end object Button2: TButton Left = 208 Top = 264 Width = 75 Height = 20 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = Button2Click end object Button3: TButton Left = 288 Top = 264 Width = 75 Height = 20 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 5 end object Button4: TButton Left = 368 Top = 264 Width = 75 Height = 20 Caption = '�w���v(&H)' TabOrder = 6 OnClick = Button4Click end end