home *** CD-ROM | disk | FTP | other *** search
/ Quake++ for Quake / Quake++.iso / quake / unit6.dfm / unit6.txt
Encoding:
Text File  |  1996-09-20  |  944 b   |  56 lines

  1. object ren: Tren
  2.   Left = 186
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rename'
  6.   ClientHeight = 128
  7.   ClientWidth = 329
  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 = 16
  17.     Width = 44
  18.     Height = 16
  19.     Caption = 'Label1'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 16
  23.     Top = 40
  24.     Width = 78
  25.     Height = 16
  26.     Caption = 'Rename to :'
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 16
  30.     Top = 64
  31.     Width = 297
  32.     Height = 24
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 120
  37.     Top = 96
  38.     Width = 89
  39.     Height = 25
  40.     Caption = 'OK'
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 224
  47.     Top = 96
  48.     Width = 89
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.     OnClick = Button2Click
  54.   end
  55. end
  56.