object AboutBox1: TAboutBox1 Left = 351 Top = 310 BorderStyle = bsDialog Caption = 'License form' ClientHeight = 183 ClientWidth = 435 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 8 Width = 373 Height = 20 Caption = 'Fill the form below and click to "Create" button' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 64 Top = 32 Width = 288 Height = 20 Caption = 'to finalize software online activation' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 40 Top = 64 Width = 339 Height = 20 Caption = 'Your PC should be connected to Internet !' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 16 Top = 96 Width = 56 Height = 13 Caption = 'Box serial' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 104 Top = 96 Width = 63 Height = 13 Caption = 'User Name' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 256 Top = 96 Width = 34 Height = 13 Caption = 'e-mail' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKButton: TButton Left = 175 Top = 148 Width = 75 Height = 25 Caption = 'Create' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 0 end object Edit2: TEdit Left = 104 Top = 112 Width = 129 Height = 21 TabOrder = 1 end object Edit1: TEdit Left = 16 Top = 112 Width = 65 Height = 21 Enabled = False TabOrder = 2 Text = '00000000' end object Edit3: TEdit Left = 256 Top = 112 Width = 161 Height = 21 TabOrder = 3 end end