object Form1: TForm1 Left = 0 Top = 0 Width = 475 Height = 328 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 = ( 467 301) PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 12 Top = 40 Width = 117 Height = 25 Caption = #12486#12473#12488#12501#12449#12452#12523#20316#25104 TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 12 Top = 12 Width = 441 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 Text = 'Edit1' end object CopyFile: TButton Left = 12 Top = 84 Width = 75 Height = 25 Caption = 'CopyFile' TabOrder = 2 OnClick = CopyFileClick end object MoveFile: TButton Left = 100 Top = 84 Width = 75 Height = 25 Caption = 'MoveFile' TabOrder = 3 OnClick = MoveFileClick end object DeleteFile: TButton Left = 188 Top = 84 Width = 75 Height = 25 Caption = 'DeleteFile' TabOrder = 4 OnClick = DeleteFileClick end object CopyFolder: TButton Left = 12 Top = 124 Width = 75 Height = 25 Caption = 'CopyFolder' TabOrder = 5 OnClick = CopyFolderClick end object MoveFolder: TButton Left = 100 Top = 124 Width = 75 Height = 25 Caption = 'MoveFolder' TabOrder = 6 OnClick = MoveFolderClick end object DeleteFolder: TButton Left = 188 Top = 124 Width = 75 Height = 25 Caption = 'DeleteFolder' TabOrder = 7 OnClick = DeleteFolderClick end object Button8: TButton Left = 144 Top = 40 Width = 121 Height = 25 Caption = #20986#21147#12501#12457#12523#12480#21066#38500 TabOrder = 8 OnClick = Button8Click end end