unit4.dfm.svn-base
来自「这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望」· SVN-BASE 代码 · 共 46 行
SVN-BASE
46 行
object Form4: TForm4
Left = 283
Top = 674
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Tutorial End'
ClientHeight = 85
ClientWidth = 378
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 271
Height = 13
Caption = 'Well done, you'#39've completed the tutorial of Cheat Engine.'
end
object Label2: TLabel
Left = 8
Top = 24
Width = 364
Height = 13
Caption =
'Just play arround with the tutorial and learn how the other scan' +
'methods work.'
end
object Button1: TButton
Left = 160
Top = 48
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?