home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / winntkey.zip / NTKEYGEN.EXE / 0 / RCDATA / TNTKEYGEN / TNTKEYGEN.txt < prev   
Text File  |  1996-10-12  |  1KB  |  64 lines

  1. object NTKeyGen: TNTKeyGen
  2.   Left = 207
  3.   Top = 182
  4.   Width = 417
  5.   Height = 102
  6.   Caption = 'NTKeygen v1.0'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 56
  16.     Top = 48
  17.     Width = 198
  18.     Height = 13
  19.     Caption = 'NT v4.0 Key Generator By Jester (c) 1996'
  20.   end
  21.   object key1: TLabel
  22.     Left = 88
  23.     Top = 16
  24.     Width = 5
  25.     Height = 24
  26.     Font.Color = clWindowText
  27.     Font.Height = -19
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Key: TLabel
  33.     Left = 136
  34.     Top = 16
  35.     Width = 153
  36.     Height = 24
  37.     Font.Color = clWindowText
  38.     Font.Height = -19
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object KeyGen: TBitBtn
  44.     Left = 312
  45.     Top = 8
  46.     Width = 81
  47.     Height = 25
  48.     Caption = '&Generate Key'
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     TabOrder = 0
  52.     OnClick = KeyGenClick
  53.   end
  54.   object Credits: TBitBtn
  55.     Left = 312
  56.     Top = 40
  57.     Width = 81
  58.     Height = 25
  59.     Caption = '&Credits'
  60.     TabOrder = 1
  61.     OnClick = CreditsClick
  62.   end
  63. end
  64.