object WinCheat_Form: TWinCheat_Form Left = 245 Top = 124 ActiveControl = CheckBox1 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'WET Cheat +2 [IRAKIS/BACKLASH]' ClientHeight = 157 ClientWidth = 283 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 136 Top = 48 Width = 129 Height = 16 Caption = 'Backlash presents' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 144 Top = 72 Width = 117 Height = 16 Caption = 'WET CHEAT +2' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label4: TLabel Left = 136 Top = 104 Width = 126 Height = 13 Caption = 'Please start first WET then' end object Label5: TLabel Left = 160 Top = 128 Width = 70 Height = 13 Caption = 'then the Cheat' end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 281 Height = 41 Caption = 'Cheat Status' TabOrder = 0 object Label1: TLabel Left = 12 Top = 16 Width = 260 Height = 16 Caption = 'The WinCheat Engine is not Activated' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object GroupBox2: TGroupBox Left = 0 Top = 48 Width = 121 Height = 105 Caption = 'Options' TabOrder = 1 object CheckBox1: TCheckBox Left = 8 Top = 24 Width = 97 Height = 17 Caption = 'Unlimited Money' TabOrder = 0 end object CheckBox2: TCheckBox Left = 8 Top = 64 Width = 97 Height = 17 Caption = 'Stop Timer' TabOrder = 1 end end object Button1: TButton Left = 256 Top = 128 Width = 25 Height = 25 Hint = 'ReInitialize Cheat' Caption = '(I)' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = Button1Click end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 128 Top = 120 end end