cheat-engine/Cheat Engine/Tutorial/Unit5.lfm

253 lines
6.3 KiB
Text

object Form5: TForm5
Left = 491
Height = 280
Top = 355
Width = 600
Caption = 'Step 4'
ClientHeight = 280
ClientWidth = 600
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
LCLVersion = '1.3'
Visible = True
object Label1: TLabel
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Button1
Left = 244
Height = 16
Top = 229
Width = 21
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = '100'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Label2: TLabel
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label1
Left = 202
Height = 16
Top = 229
Width = 39
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = 'Ammo'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Label3: TLabel
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label4
Left = 199
Height = 16
Top = 199
Width = 42
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = 'Health:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Label4: TLabel
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Button3
Left = 244
Height = 16
Top = 199
Width = 21
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = '100'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Label5: TLabel
AnchorSideLeft.Control = Button3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrCenter
Left = 335
Height = 16
Top = 199
Width = 33
BorderSpacing.Left = 3
Caption = '(float)'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Label6: TLabel
AnchorSideLeft.Control = Button1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrCenter
Left = 335
Height = 16
Top = 229
Width = 50
BorderSpacing.Left = 3
Caption = '(double)'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object SpeedButton1: TSpeedButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 575
Height = 17
Top = 263
Width = 25
Anchors = [akRight, akBottom]
Caption = 'Skip'
Flat = True
OnClick = SpeedButton1Click
end
object Memo1: TMemo
AnchorSideBottom.Control = Button3
Left = 0
Height = 188
Top = 0
Width = 600
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clBtnFace
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button2: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 263
Height = 25
Top = 255
Width = 75
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 3
Caption = 'Next'
Enabled = False
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = Button2Click
ParentFont = False
TabOrder = 1
end
object Button1: TButton
AnchorSideLeft.Control = Button3
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Button3
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Button2
Left = 268
Height = 26
Top = 224
Width = 64
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 3
BorderSpacing.Bottom = 5
Caption = 'Fire'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = Button1Click
ParentFont = False
TabOrder = 2
end
object Button3: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Memo1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button1
Left = 268
Height = 26
Top = 194
Width = 64
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 4
Caption = 'Hit me'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = Button3Click
ParentFont = False
TabOrder = 3
end
object Timer1: TTimer
Interval = 250
OnTimer = Timer1Timer
left = 432
top = 200
end
end