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

  1. object d: Td
  2.   Left = 179
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Directory'
  6.   ClientHeight = 95
  7.   ClientWidth = 373
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object k: TLabel
  15.     Left = 16
  16.     Top = 8
  17.     Width = 225
  18.     Height = 16
  19.     Caption = 'Type in and we will create for you :'
  20.   end
  21.   object Edit1: TEdit
  22.     Left = 16
  23.     Top = 32
  24.     Width = 337
  25.     Height = 24
  26.     TabOrder = 0
  27.   end
  28.   object Button1: TButton
  29.     Left = 168
  30.     Top = 64
  31.     Width = 73
  32.     Height = 25
  33.     Caption = 'Create'
  34.     TabOrder = 1
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 272
  39.     Top = 64
  40.     Width = 73
  41.     Height = 25
  42.     Caption = 'Cancel'
  43.     TabOrder = 2
  44.     OnClick = Button2Click
  45.   end
  46. end
  47.