home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / filmanex.pak / FCHNGDLG.DFM / FCHNGDLG.txt
Encoding:
Text File  |  1995-08-24  |  1.2 KB  |  73 lines

  1. object ChangeForm: TChangeForm
  2.   Left = 231
  3.   Top = 99
  4.   AutoScroll = False
  5.   ActiveControl = FromFileName
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'ChangeForm'
  9.   ClientHeight = 106
  10.   ClientWidth = 427
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object CurrentDir: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 66
  21.     Height = 16
  22.     Caption = 'CurrentDir'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 40
  27.     Width = 37
  28.     Height = 16
  29.     Caption = '&From:'
  30.     FocusControl = FromFileName
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 72
  35.     Width = 20
  36.     Height = 16
  37.     Caption = '&To:'
  38.     FocusControl = ToFileName
  39.   end
  40.   object FromFileName: TEdit
  41.     Left = 64
  42.     Top = 40
  43.     Width = 257
  44.     Height = 24
  45.     TabOrder = 0
  46.     Text = 'FromFileName'
  47.   end
  48.   object ToFileName: TEdit
  49.     Left = 64
  50.     Top = 72
  51.     Width = 257
  52.     Height = 24
  53.     TabOrder = 1
  54.     Text = 'ToFileName'
  55.   end
  56.   object BitBtn1: TBitBtn
  57.     Left = 328
  58.     Top = 8
  59.     Width = 89
  60.     Height = 33
  61.     TabOrder = 2
  62.     Kind = bkOK
  63.   end
  64.   object BitBtn2: TBitBtn
  65.     Left = 328
  66.     Top = 48
  67.     Width = 89
  68.     Height = 33
  69.     TabOrder = 3
  70.     Kind = bkCancel
  71.   end
  72. end
  73.