home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 54a / SSERVCD_54A.bin / UTILS / CHEATS / OMATIC.ZIP / OMATIC.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-11-02  |  2KB  |  120 lines

  1. object Form1: TForm1
  2.   Left = 213
  3.   Top = 183
  4.   ActiveControl = SearchString
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Cheat '#39'O Matic '
  8.   ClientHeight = 141
  9.   ClientWidth = 257
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Process: TComboBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 257
  22.     Height = 21
  23.     Hint = 'Choose the process you want to hack here.'
  24.     Style = csDropDownList
  25.     ItemHeight = 13
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     OnChange = ProcessChange
  30.   end
  31.   object SearchString: TEdit
  32.     Left = 0
  33.     Top = 104
  34.     Width = 89
  35.     Height = 21
  36.     Hint = 'Type the value you wish to search for here.'
  37.     Ctl3D = True
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentCtl3D = False
  44.     ParentFont = False
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 1
  48.     OnChange = SearchStringChange
  49.   end
  50.   object Search: TButton
  51.     Left = 96
  52.     Top = 104
  53.     Width = 41
  54.     Height = 17
  55.     Hint = 'Click here to begin the search'
  56.     Caption = '&Search'
  57.     Default = True
  58.     Enabled = False
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 2
  62.     OnClick = SearchClick
  63.   end
  64.   object Reset: TButton
  65.     Left = 136
  66.     Top = 104
  67.     Width = 65
  68.     Height = 17
  69.     Hint = 'Click here to start over.'
  70.     Caption = '&New Search'
  71.     ParentShowHint = False
  72.     ShowHint = True
  73.     TabOrder = 3
  74.     OnClick = ResetClick
  75.   end
  76.   object ProgressBar: TProgressBar
  77.     Left = 0
  78.     Top = 125
  79.     Width = 257
  80.     Height = 16
  81.     Align = alBottom
  82.     Min = 0
  83.     Max = 100
  84.     TabOrder = 4
  85.   end
  86.   object InstructionWindow: TMemo
  87.     Left = 0
  88.     Top = 24
  89.     Width = 257
  90.     Height = 73
  91.     Alignment = taCenter
  92.     Color = clBtnFace
  93.     Font.Charset = ANSI_CHARSET
  94.     Font.Color = clBlack
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = [fsBold]
  98.     Lines.Strings = (
  99.       '')
  100.     ParentFont = False
  101.     ReadOnly = True
  102.     TabOrder = 5
  103.   end
  104.   object Lock: TCheckBox
  105.     Left = 208
  106.     Top = 104
  107.     Width = 49
  108.     Height = 17
  109.     Caption = 'Lock'
  110.     Enabled = False
  111.     TabOrder = 6
  112.   end
  113.   object Timer: TTimer
  114.     Interval = 333
  115.     OnTimer = TimerTimer
  116.     Left = 104
  117.     Top = 48
  118.   end
  119. end
  120.