home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / DLH / dlh_8_99.exe / BASE.DLM / 0897_14 / WETCHEAT.EXE / 0 / RCDATA / TWINCHEAT_FORM / TWINCHEAT_FORM.txt
Text File  |  1997-06-29  |  2KB  |  118 lines

  1. object WinCheat_Form: TWinCheat_Form
  2.   Left = 245
  3.   Top = 124
  4.   ActiveControl = CheckBox1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'WET Cheat +2 [IRAKIS/BACKLASH]'
  8.   ClientHeight = 157
  9.   ClientWidth = 283
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 136
  19.     Top = 48
  20.     Width = 129
  21.     Height = 16
  22.     Caption = 'Backlash presents'
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label3: TLabel
  30.     Left = 144
  31.     Top = 72
  32.     Width = 117
  33.     Height = 16
  34.     Caption = 'WET CHEAT +2'
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold, fsItalic]
  39.     ParentFont = False
  40.   end
  41.   object Label4: TLabel
  42.     Left = 136
  43.     Top = 104
  44.     Width = 126
  45.     Height = 13
  46.     Caption = 'Please start first WET then'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 160
  50.     Top = 128
  51.     Width = 70
  52.     Height = 13
  53.     Caption = 'then the Cheat'
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 0
  57.     Top = 0
  58.     Width = 281
  59.     Height = 41
  60.     Caption = 'Cheat Status'
  61.     TabOrder = 0
  62.     object Label1: TLabel
  63.       Left = 12
  64.       Top = 16
  65.       Width = 260
  66.       Height = 16
  67.       Caption = 'The WinCheat Engine is not Activated'
  68.       Font.Color = clBlack
  69.       Font.Height = -13
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.   end
  75.   object GroupBox2: TGroupBox
  76.     Left = 0
  77.     Top = 48
  78.     Width = 121
  79.     Height = 105
  80.     Caption = 'Options'
  81.     TabOrder = 1
  82.     object CheckBox1: TCheckBox
  83.       Left = 8
  84.       Top = 24
  85.       Width = 97
  86.       Height = 17
  87.       Caption = 'Unlimited Money'
  88.       TabOrder = 0
  89.     end
  90.     object CheckBox2: TCheckBox
  91.       Left = 8
  92.       Top = 64
  93.       Width = 97
  94.       Height = 17
  95.       Caption = 'Stop Timer'
  96.       TabOrder = 1
  97.     end
  98.   end
  99.   object Button1: TButton
  100.     Left = 256
  101.     Top = 128
  102.     Width = 25
  103.     Height = 25
  104.     Hint = 'ReInitialize Cheat'
  105.     Caption = '(I)'
  106.     ParentShowHint = False
  107.     ShowHint = True
  108.     TabOrder = 2
  109.     OnClick = Button1Click
  110.   end
  111.   object Timer1: TTimer
  112.     Enabled = False
  113.     OnTimer = Timer1Timer
  114.     Left = 128
  115.     Top = 120
  116.   end
  117. end
  118.