home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / STCBNK.ZIP / BNETKEY.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-04-02  |  1KB  |  74 lines

  1. object Form1: TForm1
  2.   Left = 223
  3.   Top = 288
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'StarCraft Battle.NET Keymaker (c) Core'
  7.   ClientHeight = 142
  8.   ClientWidth = 336
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 120
  21.     Height = 13
  22.     Caption = 'Your name in Battle.NET:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 113
  28.     Height = 13
  29.     Caption = '... and your number is ...'
  30.   end
  31.   object Button1: TButton
  32.     Left = 8
  33.     Top = 112
  34.     Width = 105
  35.     Height = 25
  36.     Caption = 'Generate!'
  37.     TabOrder = 0
  38.   end
  39.   object Button2: TButton
  40.     Left = 224
  41.     Top = 112
  42.     Width = 105
  43.     Height = 25
  44.     Caption = 'Quit!'
  45.     TabOrder = 1
  46.     OnClick = Button2Click
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 8
  50.     Top = 24
  51.     Width = 321
  52.     Height = 21
  53.     TabOrder = 2
  54.   end
  55.   object Edit2: TEdit
  56.     Left = 8
  57.     Top = 80
  58.     Width = 321
  59.     Height = 21
  60.     Color = clBtnFace
  61.     ReadOnly = True
  62.     TabOrder = 3
  63.   end
  64.   object Button3: TButton
  65.     Left = 120
  66.     Top = 112
  67.     Width = 97
  68.     Height = 25
  69.     Caption = 'About!'
  70.     TabOrder = 4
  71.     OnClick = Button3Click
  72.   end
  73. end
  74.