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

105 lines
2.6 KiB
Text
Executable file

object Form1: TForm1
Left = 687
Height = 280
Top = 285
Width = 640
BorderIcons = [biSystemMenu]
Caption = 'Cheat Engine Tutorial v3.4'
ClientHeight = 280
ClientWidth = 640
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.2.2.0'
object Label1: TLabel
AnchorSideLeft.Control = edtPassword
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = edtPassword
Left = 494
Height = 15
Top = 237
Width = 50
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 3
Caption = 'Password'
ParentColor = False
end
object Memo1: TMemo
AnchorSideBottom.Control = Label1
Left = 0
Height = 233
Top = 0
Width = 640
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 4
Color = clBtnFace
Lines.Strings = (
'See resource strings'
)
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button1: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label1
AnchorSideBottom.Control = Label1
AnchorSideBottom.Side = asrBottom
Left = 283
Height = 25
Top = 243
Width = 75
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Next'
Constraints.MinWidth = 75
OnClick = Button1Click
TabOrder = 1
end
object edtPassword: TEdit
AnchorSideTop.Control = btnOK
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = btnOK
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 445
Height = 23
Hint = 'Use this to go imeadiatly to the step you want to try'
Top = 255
Width = 149
Anchors = [akRight, akBottom]
BorderSpacing.Right = 2
BorderSpacing.Bottom = 2
OnKeyPress = edtPasswordKeyPress
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = '090453'
end
object btnOK: TButton
AnchorSideTop.Control = edtPassword
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = edtPassword
AnchorSideBottom.Side = asrBottom
Left = 596
Height = 23
Top = 255
Width = 42
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 2
Caption = 'OK'
OnClick = btnOKClick
TabOrder = 3
end
object Timer1: TTimer
Interval = 250
OnTimer = Timer1Timer
Left = 48
Top = 120
end
end