object Form2: TForm2 Left = 323 Top = 187 BorderStyle = bsSingle Caption = 'Generate a System ID' ClientHeight = 363 ClientWidth = 480 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 18 Width = 404 Height = 48 Caption = 'This is your unique System ID. Use this number in "Step 2) Regis' + 'ter Now!" to get your free password to unlock the trial installa' + 'tion.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label2: TLabel Left = 32 Top = 73 Width = 169 Height = 16 Caption = 'Your unique System ID : ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 32 Top = 108 Width = 401 Height = 64 Caption = 'After you send Borland your system ID, you will be e-mailed a pa' + 'ssword that will unlock the installation program. The password w' + 'ill only work on the machine that generated the System ID.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label5: TLabel Left = 32 Top = 184 Width = 399 Height = 48 Caption = 'You may register with Borland from any machine, but the password' + ' that is sent to you will only work on the machine that generate' + 'd the System ID.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Edit1: TEdit Left = 232 Top = 73 Width = 217 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 0 end object Panel1: TPanel Left = 32 Top = 254 Width = 407 Height = 2 TabOrder = 1 end object BitBtn1: TBitBtn Left = 188 Top = 295 Width = 75 Height = 26 Caption = '&Back' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = BitBtn1Click end end