object frmGrep: TfrmGrep Left = 528 Top = 301 HelpContext = 23 BorderStyle = bsDialog Caption = '�t�@�C������' ClientHeight = 355 ClientWidth = 462 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 Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 16 Top = 12 Width = 81 Height = 12 Caption = '����������(&T)�F' FocusControl = ComboBox1 end object Label3: TLabel Left = 16 Top = 216 Width = 54 Height = 12 Caption = '�������ʁF' end object lblResult: TLabel Left = 72 Top = 216 Width = 18 Height = 12 Caption = '0��' end object ComboBox1: TComboBox Left = 96 Top = 8 Width = 257 Height = 20 ItemHeight = 12 TabOrder = 0 end object btnOk: TButton Left = 376 Top = 8 Width = 75 Height = 25 Caption = '����(&S)' Default = True TabOrder = 5 OnClick = btnOkClick end object btnCancel: TButton Left = 376 Top = 40 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' TabOrder = 6 OnClick = btnCancelClick end object GroupBox1: TGroupBox Left = 16 Top = 40 Width = 337 Height = 57 Caption = '�I�v�V����' TabOrder = 1 object chkMatchCase: TCheckBox Left = 8 Top = 16 Width = 145 Height = 17 Caption = '��/�������̋��(&C)' TabOrder = 0 end object chkWholeWord: TCheckBox Left = 8 Top = 32 Width = 121 Height = 17 Caption = '�P��P�ʂŒT��(&W)' TabOrder = 1 end object chkNoMatchZenkaku: TCheckBox Left = 168 Top = 16 Width = 161 Height = 17 Caption = '�S�p�E���p����ʂ��Ȃ�(&Z)' TabOrder = 2 end object chkIncludeCRLF: TCheckBox Left = 168 Top = 32 Width = 145 Height = 17 Caption = '���s�E�X�y�[�X�𖳎�(&L)' TabOrder = 3 end end object rgFolder: TRadioGroup Left = 16 Top = 104 Width = 433 Height = 33 Caption = '�Ώ�' Columns = 3 ItemIndex = 0 Items.Strings = ( '���t�@�C���Ɠ��t�H���_' '���݂̃t�@�C���̂�' '�w��̃t�H���_') TabOrder = 2 OnClick = rgFolderClick end object GroupBox2: TGroupBox Left = 16 Top = 144 Width = 433 Height = 65 Caption = '�t�H���_�����I�v�V����' TabOrder = 3 object Label2: TLabel Left = 8 Top = 20 Width = 82 Height = 12 Caption = '�����t�H���_(&F)' end object Label4: TLabel Left = 176 Top = 44 Width = 42 Height = 12 Caption = '�g���q�F' end object edtPath: TEllipsesEdit Left = 96 Top = 16 Width = 329 Height = 20 Color = clBtnFace EditStyle = esAlwaysEllipses Enabled = False TabOrder = 0 OnButtonClick = edtPathButtonClick end object cbSub: TCheckBox Left = 8 Top = 42 Width = 153 Height = 17 Caption = '���ʃt�H���_���܂߂�(&U)' Enabled = False TabOrder = 1 end object edtMask: TEdit Left = 224 Top = 40 Width = 201 Height = 20 TabOrder = 2 Text = '.htm;.html;.shtml;.txt;.css' end end object lstResult: TListView Left = 16 Top = 232 Width = 433 Height = 113 Columns = < item Caption = '�t�@�C����' Width = 250 end item Alignment = taRightJustify Caption = '�ʒu' end item Caption = '������' Width = 125 end> ReadOnly = True RowSelect = True TabOrder = 4 ViewStyle = vsReport OnDblClick = lstResultDblClick end object btnHelp: TButton Left = 376 Top = 72 Width = 75 Height = 25 Caption = '�w���v(&H)' TabOrder = 7 OnClick = btnHelpClick end end