home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / NEROCRK_.ZIP / NEROCRK.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1998-02-15  |  2KB  |  105 lines

  1. object MainForm: TMainForm
  2.   Left = 345
  3.   Top = 560
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ANTHRAX'
  7.   ClientHeight = 157
  8.   ClientWidth = 206
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 110
  22.     Height = 13
  23.     Caption = 'Anthrax NERO Patcher'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 120
  28.     Width = 3
  29.     Height = 13
  30.   end
  31.   object Label3: TLabel
  32.     Left = 24
  33.     Top = 136
  34.     Width = 127
  35.     Height = 13
  36.     Caption = 'Version 3.02X Maybe more'
  37.   end
  38.   object Button1: TButton
  39.     Left = 136
  40.     Top = 40
  41.     Width = 49
  42.     Height = 25
  43.     Caption = 'Crack'
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 136
  49.     Top = 72
  50.     Width = 49
  51.     Height = 25
  52.     Caption = 'E&xit'
  53.     TabOrder = 1
  54.     OnClick = Button2Click
  55.   end
  56.   object prog: TProgressBar
  57.     Left = 8
  58.     Top = 104
  59.     Width = 185
  60.     Height = 9
  61.     Min = 0
  62.     Max = 100
  63.     TabOrder = 2
  64.   end
  65.   object CheckBox1: TCheckBox
  66.     Left = 8
  67.     Top = 32
  68.     Width = 120
  69.     Height = 17
  70.     Caption = 'Backups Made'
  71.     TabOrder = 3
  72.   end
  73.   object CheckBox2: TCheckBox
  74.     Left = 8
  75.     Top = 48
  76.     Width = 120
  77.     Height = 17
  78.     Caption = 'Part 1'
  79.     TabOrder = 4
  80.   end
  81.   object CheckBox3: TCheckBox
  82.     Left = 8
  83.     Top = 64
  84.     Width = 120
  85.     Height = 17
  86.     Caption = 'Part 2'
  87.     TabOrder = 5
  88.   end
  89.   object CheckBox4: TCheckBox
  90.     Left = 8
  91.     Top = 80
  92.     Width = 120
  93.     Height = 17
  94.     Caption = 'Part 3'
  95.     TabOrder = 6
  96.   end
  97.   object Open1: TOpenDialog
  98.     DefaultExt = '.EXE'
  99.     FileEditStyle = fsEdit
  100.     Filter = 'Target|token.dll'
  101.     Left = 160
  102.     Top = 24
  103.   end
  104. end
  105.