object GrepExecForm: TGrepExecForm Left = 192 Top = 107 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'GREP�̎��s' ClientHeight = 70 ClientWidth = 312 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 12 object FilenameLabel: TLabel Left = 64 Top = 8 Width = 73 Height = 12 Caption = 'FilenameLabel' end object LineLabel: TLabel Left = 64 Top = 24 Width = 48 Height = 12 Caption = 'LineLabel' end object MatchLabel: TLabel Left = 64 Top = 40 Width = 58 Height = 12 Caption = 'MatchLabel' end object Animate1: TAnimate Left = 8 Top = 8 Width = 48 Height = 50 Active = True CommonAVI = aviFindFile StopFrame = 23 end object Button1: TButton Left = 232 Top = 40 Width = 75 Height = 25 Caption = '���~' Default = True TabOrder = 1 OnClick = Button1Click end end