object MoveForm: TMoveForm Left = 248 Top = 224 BorderIcons = [] BorderStyle = bsSingle Caption = 'FmEdit95 - Move File' ClientHeight = 87 ClientWidth = 286 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 31 Top = 8 Width = 75 Height = 13 Caption = 'Select Directory' end object SelectDir1: TDirectoryEdit Left = 31 Top = 24 Width = 225 Height = 21 AcceptFiles = True DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt] CharCase = ecLowerCase Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] NumGlyphs = 1 ParentFont = False TabOrder = 0 end object MoveBut: TButton Left = 62 Top = 56 Width = 65 Height = 20 Caption = 'Move' TabOrder = 1 OnClick = MoveButClick end object Button1: TButton Left = 158 Top = 56 Width = 65 Height = 20 Caption = 'Cancel' TabOrder = 2 OnClick = Button1Click end object FileOp1: TFileOperator ProgressTitle = 'FmEdit95' Top = 24 data = Null end end