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

43 lines
946 B
Text

object Form4: TForm4
Left = 263
Height = 85
Top = 682
Width = 378
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Tutorial End'
ClientHeight = 85
ClientWidth = 378
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnClose = FormClose
Position = poScreenCenter
LCLVersion = '1.3'
object Label1: TLabel
Left = 8
Height = 13
Top = 8
Width = 271
Caption = 'Well done, you''ve completed the tutorial of Cheat Engine.'
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 13
Top = 24
Width = 361
Caption = 'Just play around with the tutorial and learn how the other scanmethods work.'
ParentColor = False
end
object Button1: TButton
Left = 160
Height = 25
Top = 48
Width = 75
Caption = 'OK'
OnClick = Button1Click
TabOrder = 0
end
end