home *** CD-ROM | disk | FTP | other *** search
/ Quake++ for Quake / Quake++.iso / quake / unit2.dfm / unit2.txt
Encoding:
Text File  |  1996-09-18  |  819 b   |  48 lines

  1. object r: Tr
  2.   Left = 133
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'Run'
  6.   ClientHeight = 96
  7.   ClientWidth = 363
  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 = 153
  18.     Height = 16
  19.     Caption = 'We will open it for you :'
  20.   end
  21.   object Edit1: TEdit
  22.     Left = 16
  23.     Top = 32
  24.     Width = 329
  25.     Height = 24
  26.     TabOrder = 0
  27.     Text = 'Edit1'
  28.   end
  29.   object Button1: TButton
  30.     Left = 136
  31.     Top = 64
  32.     Width = 89
  33.     Height = 25
  34.     Caption = 'RUN'
  35.     TabOrder = 1
  36.     OnClick = Button1Click
  37.   end
  38.   object Button2: TButton
  39.     Left = 248
  40.     Top = 64
  41.     Width = 89
  42.     Height = 25
  43.     Caption = 'CANCEL'
  44.     TabOrder = 2
  45.     OnClick = Button2Click
  46.   end
  47. end
  48.