unit1.dfm
来自「程序采用可视化界面」· DFM 代码 · 共 39 行
DFM
39 行
object Form1: TForm1
Left = 280
Top = 190
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 426
ClientWidth = 646
Color = clBtnHighlight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 8
Top = 384
object N1: TMenuItem
Caption = #25991#20214'(&F)'
object N2: TMenuItem
Caption = #36864#20986'(&Q)'
OnClick = N2Click
end
end
object Z1: TMenuItem
Caption = #36880#27493#22238#24402'(&Z)'
object N3: TMenuItem
Caption = #35745#31639'(&C)'
OnClick = N3Click
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?