cheat-engine/Cheat Engine/Tutorial/Unit4.lfm
2012-01-04 10:31:22 +00:00

43 lines
952 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 = poOwnerFormCenter
LCLVersion = '0.9.31'
object Label1: TLabel
Left = 8
Height = 14
Top = 8
Width = 272
Caption = 'Well done, you''ve completed the tutorial of Cheat Engine.'
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 14
Top = 24
Width = 362
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