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

97 lines
2.3 KiB
Text

object Form8: TForm8
Left = 518
Height = 280
Top = 501
Width = 600
Caption = 'Step 7'
ClientHeight = 280
ClientWidth = 600
Color = clBtnFace
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
LCLVersion = '1.3'
object Label1: TLabel
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Button1
Left = 267
Height = 16
Top = 204
Width = 66
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 3
Caption = 'Health: 100'
ParentColor = False
end
object SpeedButton1: TSpeedButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 575
Height = 17
Top = 263
Width = 25
Anchors = [akRight, akBottom]
Caption = 'Skip'
Flat = True
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = SpeedButton1Click
ParentFont = False
end
object Memo1: TMemo
AnchorSideBottom.Control = Label1
Left = 0
Height = 204
Top = 0
Width = 600
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clBtnFace
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button2: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 263
Height = 25
Top = 255
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Next'
Enabled = False
OnClick = Button2Click
TabOrder = 1
end
object Button1: TButton
AnchorSideLeft.Control = Memo1
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Button2
Left = 268
Height = 26
Top = 223
Width = 64
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Bottom = 6
Caption = 'Hit me'
OnClick = Button1Click
TabOrder = 2
end
end