ntview.dfm
来自「delphi编制的nes模拟器--tNes」· DFM 代码 · 共 36 行
DFM
36 行
object frmNTV: TfrmNTV
Left = 497
Top = 152
Width = 521
Height = 574
Caption = 'NameTable View'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object pb1: TPaintBox
Left = 0
Top = 0
Width = 512
Height = 497
end
object lbl1: TLabel
Left = 0
Top = 512
Width = 24
Height = 20
Caption = 'lbl1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?