home *** CD-ROM | disk | FTP | other *** search
/ Quake++ for Quake / Quake++.iso / quake / unit4.dfm / unit4.txt
Encoding:
Text File  |  1996-09-23  |  904 b   |  54 lines

  1. object ti: Tti
  2.   Left = 152
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copy File'
  6.   ClientHeight = 120
  7.   ClientWidth = 394
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 8
  17.     Width = 44
  18.     Height = 16
  19.     Caption = 'Label1'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 16
  23.     Top = 32
  24.     Width = 57
  25.     Height = 16
  26.     Caption = 'Copy to :'
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 16
  30.     Top = 56
  31.     Width = 361
  32.     Height = 24
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 208
  37.     Top = 88
  38.     Width = 73
  39.     Height = 25
  40.     Caption = 'Copy'
  41.     TabOrder = 1
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 296
  46.     Top = 88
  47.     Width = 73
  48.     Height = 25
  49.     Caption = 'Cancel'
  50.     TabOrder = 2
  51.     OnClick = Button2Click
  52.   end
  53. end
  54.