unit4.dfm

来自「冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂」· DFM 代码 · 共 46 行

DFM
46
字号
object Form4: TForm4
  Left = 475
  Top = 377
  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 + -
显示快捷键?