object RegistrationDlg: TRegistrationDlg Left = 380 Top = 154 ActiveControl = PasswordEdit BorderStyle = bsDialog Caption = 'Age of Wonders' ClientHeight = 158 ClientWidth = 268 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PrintScale = poNone Scaled = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object EnterPasswordLbl: TLabel Left = 6 Top = 67 Width = 96 Height = 16 Caption = 'Enter password:' end object RegisteredVersionLbl: TLabel Left = 6 Top = 8 Width = 167 Height = 16 Caption = 'This version is registered to:' end object PasswordEdit: TEdit Left = 8 Top = 89 Width = 251 Height = 24 CharCase = ecUpperCase PasswordChar = '*' TabOrder = 0 end object OKBtn: TButton Left = 10 Top = 121 Width = 92 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 165 Top = 121 Width = 92 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelBtnClick end object RegisteredName: TEdit Left = 8 Top = 32 Width = 251 Height = 24 Color = clBtnFace ReadOnly = True TabOrder = 3 end end