cheat-engine/Cheat Engine/Tutorial/Unit5.lfm
2023-08-25 08:48:13 +02:00

187 lines
4.5 KiB
Text
Executable file

object Form5: TForm5
Left = 491
Height = 280
Top = 355
Width = 640
Caption = 'Step 4'
ClientHeight = 280
ClientWidth = 640
Color = clBtnFace
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
LCLVersion = '2.2.2.0'
Visible = True
object Label1: TLabel
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Button1
Left = 267
Height = 15
Top = 228
Width = 18
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = '100'
ParentColor = False
end
object Label2: TLabel
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label1
Left = 227
Height = 15
Top = 228
Width = 37
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = 'Ammo'
ParentColor = False
end
object Label3: TLabel
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label4
Left = 226
Height = 15
Top = 199
Width = 38
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = 'Health:'
ParentColor = False
end
object Label4: TLabel
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Button3
Left = 267
Height = 15
Top = 199
Width = 18
Anchors = [akTop, akRight]
BorderSpacing.Right = 3
Caption = '100'
ParentColor = False
end
object Label5: TLabel
AnchorSideLeft.Control = Button3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrCenter
Left = 355
Height = 15
Top = 199
Width = 32
BorderSpacing.Left = 3
Caption = '(float)'
ParentColor = False
end
object Label6: TLabel
AnchorSideLeft.Control = Button1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrCenter
Left = 355
Height = 15
Top = 228
Width = 45
BorderSpacing.Left = 3
Caption = '(double)'
ParentColor = False
end
object SpeedButton1: TSpeedButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 614
Height = 19
Top = 261
Width = 26
Anchors = [akRight, akBottom]
AutoSize = True
Caption = 'Skip'
Flat = True
OnClick = SpeedButton1Click
end
object Memo1: TMemo
AnchorSideBottom.Control = Button3
Left = 0
Height = 188
Top = 0
Width = 640
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clBtnFace
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 = 283
Height = 25
Top = 253
Width = 75
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 3
BorderSpacing.Bottom = 2
Caption = 'Next'
Constraints.MinWidth = 75
Enabled = False
OnClick = Button2Click
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 = 288
Height = 25
Top = 223
Width = 64
Anchors = [akLeft, akRight, akBottom]
AutoSize = True
BorderSpacing.Top = 3
BorderSpacing.Bottom = 5
Caption = 'Fire'
Constraints.MinWidth = 64
OnClick = Button1Click
TabOrder = 2
end
object Button3: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Memo1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button1
Left = 288
Height = 25
Top = 194
Width = 64
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 4
Caption = 'Hit me'
Constraints.MinWidth = 64
OnClick = Button3Click
TabOrder = 3
end
object Timer1: TTimer
Interval = 250
OnTimer = Timer1Timer
Left = 432
Top = 200
end
end