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

88 lines
2.1 KiB
Text
Executable file

object Form8: TForm8
Left = 518
Height = 280
Top = 501
Width = 640
Caption = 'Step 7'
ClientHeight = 280
ClientWidth = 640
Color = clBtnFace
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
LCLVersion = '2.2.2.0'
object Label1: TLabel
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Button1
Left = 291
Height = 15
Top = 202
Width = 59
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 3
Caption = 'Health: 100'
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 = Label1
Left = 0
Height = 202
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
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 290
Height = 25
Top = 251
Width = 60
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Bottom = 4
Caption = 'Next'
Constraints.MinWidth = 60
Enabled = False
OnClick = Button2Click
TabOrder = 1
end
object Button1: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Button2
Left = 289
Height = 25
Top = 220
Width = 62
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Bottom = 6
Caption = 'Hit me'
OnClick = Button1Click
TabOrder = 2
end
end