object XREForm: TXREForm Left = 267 Top = 215 BorderStyle = bsDialog Caption = 'Enter License' ClientHeight = 247 ClientWidth = 349 Color = clLime Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 4 Width = 341 Height = 237 end object Label1: TLabel Left = 12 Top = 64 Width = 31 Height = 13 Caption = 'User:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 12 Top = 112 Width = 56 Height = 13 Caption = 'Company:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 12 Top = 160 Width = 157 Height = 21 AutoSize = False Caption = 'Registration Number' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 32 Top = 16 Width = 270 Height = 39 Caption = 'Once you have registered with the author, you will receive your ' + 'registration number which you can enter below' Color = clLime Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True end object Edit1: TEdit Left = 12 Top = 84 Width = 325 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 12 Top = 132 Width = 325 Height = 21 TabOrder = 1 end object Edit3: TEdit Left = 12 Top = 180 Width = 325 Height = 21 TabOrder = 2 end object Button1: TButton Left = 184 Top = 208 Width = 75 Height = 25 Caption = 'Register' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 260 Top = 208 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = Button2Click end end