mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
43 lines
952 B
Text
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
|