home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TMOVEFORM / TMOVEFORM.txt
Text File  |  1998-01-18  |  1KB  |  63 lines

  1. object MoveForm: TMoveForm
  2.   Left = 248
  3.   Top = 224
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'FmEdit95 - Move File'
  7.   ClientHeight = 87
  8.   ClientWidth = 286
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 31
  18.     Top = 8
  19.     Width = 75
  20.     Height = 13
  21.     Caption = 'Select Directory'
  22.   end
  23.   object SelectDir1: TDirectoryEdit
  24.     Left = 31
  25.     Top = 24
  26.     Width = 225
  27.     Height = 21
  28.     AcceptFiles = True
  29.     DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  30.     CharCase = ecLowerCase
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     NumGlyphs = 1
  36.     ParentFont = False
  37.     TabOrder = 0
  38.   end
  39.   object MoveBut: TButton
  40.     Left = 62
  41.     Top = 56
  42.     Width = 65
  43.     Height = 20
  44.     Caption = 'Move'
  45.     TabOrder = 1
  46.     OnClick = MoveButClick
  47.   end
  48.   object Button1: TButton
  49.     Left = 158
  50.     Top = 56
  51.     Width = 65
  52.     Height = 20
  53.     Caption = 'Cancel'
  54.     TabOrder = 2
  55.     OnClick = Button1Click
  56.   end
  57.   object FileOp1: TFileOperator
  58.     ProgressTitle = 'FmEdit95'
  59.     Top = 24
  60.     data = Null
  61.   end
  62. end
  63.