memorytrainerdesignunit.dfm.svn-base

来自「这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望」· SVN-BASE 代码 · 共 45 行

SVN-BASE
45
字号
object frmTrainerDesigner: TfrmTrainerDesigner
  Left = 361
  Top = 566
  Width = 618
  Height = 415
  Caption = 'Trainer Designer'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  HelpFile = '14'
  OldCreateOrder = False
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PaintBox1: TPaintBox
    Left = 0
    Top = 0
    Width = 610
    Height = 381
    Align = alClient
    OnMouseDown = PaintBox1MouseDown
    OnMouseMove = PaintBox1MouseMove
    OnMouseUp = PaintBox1MouseUp
  end
  object PopupMenu1: TPopupMenu
    Left = 72
    Top = 32
    object Bringtofront1: TMenuItem
      Caption = 'Bring to front'
      OnClick = Bringtofront1Click
    end
    object Sendtoback1: TMenuItem
      Caption = 'Send to back'
      OnClick = Sendtoback1Click
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?