object Form1: TForm1 Left = 223 Top = 288 BorderIcons = [] BorderStyle = bsSingle Caption = 'StarCraft Battle.NET Keymaker (c) Core' ClientHeight = 142 ClientWidth = 336 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 120 Height = 13 Caption = 'Your name in Battle.NET:' end object Label2: TLabel Left = 8 Top = 56 Width = 113 Height = 13 Caption = '... and your number is ...' end object Button1: TButton Left = 8 Top = 112 Width = 105 Height = 25 Caption = 'Generate!' TabOrder = 0 end object Button2: TButton Left = 224 Top = 112 Width = 105 Height = 25 Caption = 'Quit!' TabOrder = 1 OnClick = Button2Click end object Edit1: TEdit Left = 8 Top = 24 Width = 321 Height = 21 TabOrder = 2 end object Edit2: TEdit Left = 8 Top = 80 Width = 321 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 3 end object Button3: TButton Left = 120 Top = 112 Width = 97 Height = 25 Caption = 'About!' TabOrder = 4 OnClick = Button3Click end end