object About: TAbout Left = 271 Top = 125 BorderStyle = bsDialog ClientHeight = 158 ClientWidth = 266 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object License: TLabel Left = 0 Top = 56 Width = 265 Height = 17 Alignment = taCenter AutoSize = False end object CopyRight: TLabel Left = 0 Top = 32 Width = 265 Height = 17 Alignment = taCenter AutoSize = False end object LabelUser: TLabel Left = 8 Top = 80 Width = 36 Height = 13 Caption = 'User ID' end object LabelKey: TLabel Left = 8 Top = 104 Width = 57 Height = 13 Caption = 'License key' end object Version: TLabel Left = 0 Top = 8 Width = 265 Height = 17 Alignment = taCenter AutoSize = False end object LicensedUser: TPanel Left = 5 Top = 80 Width = 257 Height = 41 BevelInner = bvLowered TabOrder = 3 Visible = False end object User: TEdit Left = 52 Top = 76 Width = 189 Height = 21 TabOrder = 0 end object LKey: TEdit Left = 82 Top = 100 Width = 97 Height = 21 TabOrder = 1 end object bOk: TButton Left = 93 Top = 128 Width = 75 Height = 22 Caption = 'Ok' TabOrder = 2 OnClick = bOkClick end end