object MainForm: TMainForm Left = 332 Top = 450 BorderStyle = bsDialog ClientHeight = 107 ClientWidth = 220 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 56 Top = 0 Width = 104 Height = 13 Alignment = taCenter Caption = 'Patch - CokeBottle97!' end object Label2: TLabel Left = 48 Top = 16 Width = 3 Height = 13 Alignment = taCenter end object Button1: TButton Left = 16 Top = 56 Width = 49 Height = 33 Caption = 'Crack' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 144 Top = 56 Width = 49 Height = 33 Caption = 'E&xit' TabOrder = 1 OnClick = Button2Click end object Open1: TOpenDialog DefaultExt = '.EXE' FileEditStyle = fsEdit Filter = 'Program Files|RSLgx5.exe' Left = 88 Top = 16 end end