object Form1: TForm1 Left = 213 Top = 183 ActiveControl = SearchString BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Cheat '#39'O Matic ' ClientHeight = 141 ClientWidth = 257 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Process: TComboBox Left = 0 Top = 0 Width = 257 Height = 21 Hint = 'Choose the process you want to hack here.' Style = csDropDownList ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 0 OnChange = ProcessChange end object SearchString: TEdit Left = 0 Top = 104 Width = 89 Height = 21 Hint = 'Type the value you wish to search for here.' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnChange = SearchStringChange end object Search: TButton Left = 96 Top = 104 Width = 41 Height = 17 Hint = 'Click here to begin the search' Caption = '&Search' Default = True Enabled = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = SearchClick end object Reset: TButton Left = 136 Top = 104 Width = 65 Height = 17 Hint = 'Click here to start over.' Caption = '&New Search' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = ResetClick end object ProgressBar: TProgressBar Left = 0 Top = 125 Width = 257 Height = 16 Align = alBottom Min = 0 Max = 100 TabOrder = 4 end object InstructionWindow: TMemo Left = 0 Top = 24 Width = 257 Height = 73 Alignment = taCenter Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( '') ParentFont = False ReadOnly = True TabOrder = 5 end object Lock: TCheckBox Left = 208 Top = 104 Width = 49 Height = 17 Caption = 'Lock' Enabled = False TabOrder = 6 end object Timer: TTimer Interval = 333 OnTimer = TimerTimer Left = 104 Top = 48 end end