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

128 lines
3 KiB
Text
Raw Permalink Normal View History

2011-07-04 19:52:53 +00:00
object Form7: TForm7
2012-01-04 10:31:22 +00:00
Left = 571
2019-02-05 14:20:29 +01:00
Height = 282
2012-01-04 10:31:22 +00:00
Top = 257
2016-09-05 21:17:11 +02:00
Width = 640
2011-07-04 19:52:53 +00:00
Caption = 'Step 6'
2019-02-05 14:20:29 +01:00
ClientHeight = 282
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 Label1: TLabel
AnchorSideLeft.Control = Button1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrCenter
2016-09-05 21:17:11 +02:00
Left = 372
Height = 15
2019-02-05 14:20:29 +01:00
Top = 199
2016-09-05 21:17:11 +02:00
Width = 18
BorderSpacing.Left = 3
2011-07-04 19:52:53 +00:00
Caption = '100'
2012-01-04 10:31:22 +00:00
ParentColor = False
2011-07-04 19:52:53 +00:00
end
object Label2: TLabel
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrCenter
2016-09-05 21:17:11 +02:00
Left = 317
Height = 15
2019-02-05 14:20:29 +01:00
Top = 227
2016-09-05 21:17:11 +02:00
Width = 6
BorderSpacing.Left = 3
BorderSpacing.Top = 7
2011-07-04 19:52:53 +00:00
Caption = '3'
2012-01-04 10:31:22 +00:00
ParentColor = False
2011-07-04 19:52:53 +00:00
Visible = False
end
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
2019-02-05 14:20:29 +01:00
Top = 263
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
AnchorSideBottom.Control = Button1
2011-07-04 19:52:53 +00:00
Left = 0
2019-02-05 14:20:29 +01:00
Height = 194
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]
2011-07-04 19:52:53 +00:00
Color = clBtnFace
Lines.Strings = (
''
2012-01-04 10:31:22 +00:00
)
2011-07-04 19:52:53 +00:00
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button2: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Button3
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
2019-02-05 14:20:29 +01:00
Left = 290
2012-01-04 10:31:22 +00:00
Height = 25
2019-02-05 14:20:29 +01:00
Top = 253
Width = 60
Anchors = [akLeft, akBottom]
2019-02-05 14:20:29 +01:00
AutoSize = True
BorderSpacing.Bottom = 4
2011-07-04 19:52:53 +00:00
Caption = 'Next'
2019-02-05 14:20:29 +01:00
Constraints.MinWidth = 60
2011-07-04 19:52:53 +00:00
Enabled = False
OnClick = Button2Click
2012-01-04 10:31:22 +00:00
TabOrder = 1
2011-07-04 19:52:53 +00:00
end
object Button1: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Memo1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button3
2016-09-05 21:17:11 +02:00
Left = 271
Height = 25
2019-02-05 14:20:29 +01:00
Top = 194
2016-09-05 21:17:11 +02:00
Width = 98
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Bottom = 3
2011-07-04 19:52:53 +00:00
Caption = 'Change value'
OnClick = Button1Click
2012-01-04 10:31:22 +00:00
TabOrder = 2
2011-07-04 19:52:53 +00:00
end
object Button3: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Button1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button2
2016-09-05 21:17:11 +02:00
Left = 266
Height = 25
2019-02-05 14:20:29 +01:00
Top = 222
2016-09-05 21:17:11 +02:00
Width = 108
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Bottom = 6
2011-07-04 19:52:53 +00:00
Caption = 'Change pointer'
OnClick = Button3Click
2012-01-04 10:31:22 +00:00
TabOrder = 3
2011-07-04 19:52:53 +00:00
end
end