object Form1: TForm1 Left = 0 Top = 0 Width = 752 Height = 365 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 744 338) PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 20 Top = 68 Width = 75 Height = 25 Caption = 'flNormal' TabOrder = 0 OnClick = Button1Click end object Memo1: TMemo Left = 20 Top = 104 Width = 706 Height = 214 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'Memo1') ScrollBars = ssBoth TabOrder = 1 end object Button2: TButton Left = 100 Top = 68 Width = 75 Height = 25 Caption = 'flFolder' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 180 Top = 68 Width = 75 Height = 25 Caption = 'flAll' TabOrder = 3 OnClick = Button3Click end object Edit1: TEdit Left = 20 Top = 12 Width = 702 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 4 Text = 'Edit1' end object CheckBox1: TCheckBox Left = 24 Top = 40 Width = 97 Height = 17 Caption = #12469#12502#12501#12457#12523#12480 TabOrder = 5 end object Button4: TButton Left = 606 Top = 32 Width = 115 Height = 25 Anchors = [akTop, akRight] Caption = #12486#12473#12488#12501#12449#12452#12523#20316#25104 TabOrder = 6 OnClick = Button4Click end end