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

99 lines
2.3 KiB
Text
Executable file

object Form6: TForm6
Left = 621
Height = 280
Top = 340
Width = 640
Caption = 'Step 5'
ClientHeight = 280
ClientWidth = 640
Color = clBtnFace
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
LCLVersion = '2.2.2.0'
Visible = True
object Label1: TLabel
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Memo1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button1
Left = 311
Height = 15
Top = 205
Width = 18
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 2
Caption = '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 = 203
Top = 0
Width = 640
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clBtnFace
Lines.Strings = (
''
)
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 = 252
Width = 75
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 5
BorderSpacing.Bottom = 3
Caption = 'Next'
Constraints.MinWidth = 75
Enabled = False
OnClick = Button2Click
TabOrder = 1
end
object Button1: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button2
Left = 271
Height = 25
Top = 222
Width = 98
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 2
Caption = 'Change value'
OnClick = Button1Click
TabOrder = 2
end
end