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

129 lines
3 KiB
Text
Raw Permalink Normal View History

2011-07-04 19:52:53 +00:00
object Form2: TForm2
2016-09-05 21:17:11 +02:00
Left = 541
2021-03-26 00:10:44 +01:00
Height = 273
2016-09-05 21:17:11 +02:00
Top = 524
Width = 640
2011-07-04 19:52:53 +00:00
BorderIcons = [biSystemMenu]
Caption = 'Step 2'
2021-03-26 00:10:44 +01:00
ClientHeight = 273
2016-09-05 21:17:11 +02:00
ClientWidth = 640
2011-07-04 19:52:53 +00:00
Color = clBtnFace
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
2023-08-25 08:48:13 +02:00
LCLVersion = '2.2.2.0'
2011-07-04 19:52:53 +00:00
object SpeedButton1: TSpeedButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
2016-09-05 21:17:11 +02:00
Left = 614
Height = 19
2021-03-26 00:10:44 +01:00
Top = 254
2016-09-05 21:17:11 +02:00
Width = 26
Anchors = [akRight, akBottom]
2016-09-05 21:17:11 +02:00
AutoSize = True
2011-07-04 19:52:53 +00:00
Caption = 'Skip'
Flat = True
OnClick = SpeedButton1Click
end
object Memo1: TMemo
2021-03-26 00:10:44 +01:00
AnchorSideBottom.Control = Panel1
2011-07-04 19:52:53 +00:00
Left = 0
2021-03-26 00:10:44 +01:00
Height = 187
2011-07-04 19:52:53 +00:00
Top = 0
2016-09-05 21:17:11 +02:00
Width = 640
2011-07-04 19:52:53 +00:00
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
2021-03-26 00:10:44 +01:00
BorderSpacing.Bottom = 3
2011-07-04 19:52:53 +00:00
Color = clBtnFace
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button1: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Button2
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
2016-09-05 21:17:11 +02:00
Left = 283
2011-07-04 19:52:53 +00:00
Height = 25
2021-03-26 00:10:44 +01:00
Top = 245
2011-07-04 19:52:53 +00:00
Width = 75
Anchors = [akLeft, akBottom]
2016-09-05 21:17:11 +02:00
AutoSize = True
BorderSpacing.Bottom = 3
2011-07-04 19:52:53 +00:00
Caption = 'Next'
2016-09-05 21:17:11 +02:00
Constraints.MinWidth = 75
2011-07-04 19:52:53 +00:00
Enabled = False
OnClick = Button1Click
TabOrder = 1
end
object Button2: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button1
2016-09-05 21:17:11 +02:00
Left = 289
Height = 25
2021-03-26 00:10:44 +01:00
Top = 214
2016-09-05 21:17:11 +02:00
Width = 62
Anchors = [akLeft, akBottom]
2016-09-05 21:17:11 +02:00
AutoSize = True
BorderSpacing.Top = 3
BorderSpacing.Bottom = 6
2011-07-04 19:52:53 +00:00
Caption = 'Hit me'
OnClick = Button2Click
TabOrder = 2
end
2021-03-26 00:10:44 +01:00
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Button2
Left = 290
Height = 21
Top = 190
Width = 61
Anchors = [akLeft, akBottom]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 21
ClientWidth = 61
TabOrder = 3
object Label2: TLabel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 2
Height = 15
Top = 3
Width = 38
BorderSpacing.Left = 2
BorderSpacing.Top = 3
BorderSpacing.Bottom = 3
Caption = 'Health:'
ParentColor = False
end
object Label1: TLabel
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
Left = 43
Height = 15
Top = 3
Width = 18
BorderSpacing.Left = 3
BorderSpacing.Top = 3
Caption = '100'
ParentColor = False
end
end
2011-07-04 19:52:53 +00:00
object Timer1: TTimer
Interval = 250
OnTimer = Timer1Timer
2021-03-26 00:10:44 +01:00
Left = 136
Top = 176
2011-07-04 19:52:53 +00:00
end
end