object MainForm: TMainForm Left = 345 Top = 560 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'ANTHRAX' ClientHeight = 157 ClientWidth = 206 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 110 Height = 13 Caption = 'Anthrax NERO Patcher' end object Label2: TLabel Left = 8 Top = 120 Width = 3 Height = 13 end object Label3: TLabel Left = 24 Top = 136 Width = 127 Height = 13 Caption = 'Version 3.02X Maybe more' end object Button1: TButton Left = 136 Top = 40 Width = 49 Height = 25 Caption = 'Crack' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 136 Top = 72 Width = 49 Height = 25 Caption = 'E&xit' TabOrder = 1 OnClick = Button2Click end object prog: TProgressBar Left = 8 Top = 104 Width = 185 Height = 9 Min = 0 Max = 100 TabOrder = 2 end object CheckBox1: TCheckBox Left = 8 Top = 32 Width = 120 Height = 17 Caption = 'Backups Made' TabOrder = 3 end object CheckBox2: TCheckBox Left = 8 Top = 48 Width = 120 Height = 17 Caption = 'Part 1' TabOrder = 4 end object CheckBox3: TCheckBox Left = 8 Top = 64 Width = 120 Height = 17 Caption = 'Part 2' TabOrder = 5 end object CheckBox4: TCheckBox Left = 8 Top = 80 Width = 120 Height = 17 Caption = 'Part 3' TabOrder = 6 end object Open1: TOpenDialog DefaultExt = '.EXE' FileEditStyle = fsEdit Filter = 'Target|token.dll' Left = 160 Top = 24 end end