home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2Ed.exe / 0 / RCDATA / TREGISTRATIONDLG / TREGISTRATIONDLG.txt
Text File  |  2002-07-11  |  1KB  |  77 lines

  1. object RegistrationDlg: TRegistrationDlg
  2.   Left = 380
  3.   Top = 154
  4.   ActiveControl = PasswordEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Age of Wonders'
  7.   ClientHeight = 158
  8.   ClientWidth = 268
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object EnterPasswordLbl: TLabel
  23.     Left = 6
  24.     Top = 67
  25.     Width = 96
  26.     Height = 16
  27.     Caption = 'Enter password:'
  28.   end
  29.   object RegisteredVersionLbl: TLabel
  30.     Left = 6
  31.     Top = 8
  32.     Width = 167
  33.     Height = 16
  34.     Caption = 'This version is registered to:'
  35.   end
  36.   object PasswordEdit: TEdit
  37.     Left = 8
  38.     Top = 89
  39.     Width = 251
  40.     Height = 24
  41.     CharCase = ecUpperCase
  42.     PasswordChar = '*'
  43.     TabOrder = 0
  44.   end
  45.   object OKBtn: TButton
  46.     Left = 10
  47.     Top = 121
  48.     Width = 92
  49.     Height = 27
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 1
  54.     OnClick = OKBtnClick
  55.   end
  56.   object CancelBtn: TButton
  57.     Left = 165
  58.     Top = 121
  59.     Width = 92
  60.     Height = 27
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.     OnClick = CancelBtnClick
  66.   end
  67.   object RegisteredName: TEdit
  68.     Left = 8
  69.     Top = 32
  70.     Width = 251
  71.     Height = 24
  72.     Color = clBtnFace
  73.     ReadOnly = True
  74.     TabOrder = 3
  75.   end
  76. end
  77.