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

111 lines
2.4 KiB
Text
Raw Permalink Normal View History

2011-07-04 19:52:53 +00:00
object Form3: TForm3
Left = 946
Height = 280
Top = 256
2016-09-05 21:17:11 +02:00
Width = 640
2011-07-04 19:52:53 +00:00
BorderIcons = [biSystemMenu]
Caption = 'Step 3'
ClientHeight = 280
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
Visible = True
object Label1: TLabel
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = ProgressBar1
2016-09-05 21:17:11 +02:00
Left = 319
Height = 15
Top = 249
Width = 3
2011-07-04 19:52:53 +00:00
Alignment = taCenter
Anchors = [akLeft, akBottom]
Caption = ' '
2011-07-04 19:52:53 +00:00
ParentColor = False
end
object SpeedButton1: TSpeedButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ProgressBar1
2016-09-05 21:17:11 +02:00
Left = 614
Height = 19
Top = 245
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 = Button2
2011-07-04 19:52:53 +00:00
Left = 0
2016-09-05 21:17:11 +02:00
Height = 189
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]
BorderSpacing.Bottom = 2
2011-07-04 19:52:53 +00:00
Color = clBtnFace
Lines.Strings = (
2012-01-04 10:31:22 +00:00
'See resourcestrings'
2011-07-04 19:52:53 +00:00
)
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button1: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Label1
2016-09-05 21:17:11 +02:00
Left = 283
2011-07-04 19:52:53 +00:00
Height = 25
2016-09-05 21:17:11 +02:00
Top = 224
2011-07-04 19:52:53 +00:00
Width = 75
Anchors = [akLeft, akBottom]
2016-09-05 21:17:11 +02:00
AutoSize = True
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
AnchorSideBottom.Control = Button1
2016-09-05 21:17:11 +02:00
Left = 289
Height = 25
Top = 191
Width = 62
Anchors = [akLeft, akBottom]
2016-09-05 21:17:11 +02:00
AutoSize = True
BorderSpacing.Bottom = 8
2011-07-04 19:52:53 +00:00
Caption = 'Hit me'
OnClick = Button2Click
TabOrder = 2
end
object ProgressBar1: TProgressBar
Left = 0
Height = 16
Top = 264
2016-09-05 21:17:11 +02:00
Width = 640
2011-07-04 19:52:53 +00:00
Align = alBottom
TabOrder = 3
end
object Timer1: TTimer
Interval = 250
OnTimer = Timer1Timer
2021-03-26 00:10:44 +01:00
Left = 8
Top = 8
2011-07-04 19:52:53 +00:00
end
object Timer2: TTimer
OnTimer = Timer2Timer
2021-03-26 00:10:44 +01:00
Left = 408
Top = 224
2011-07-04 19:52:53 +00:00
end
end