memorytrainerdesignunit.dfm
来自「冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂」· DFM 代码 · 共 45 行
DFM
45 行
object frmTrainerDesigner: TfrmTrainerDesigner
Left = 605
Top = 434
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 + -
显示快捷键?