frmmain.dfm
来自「Mailserver Source code - Delphi. Simp」· DFM 代码 · 共 36 行
DFM
36 行
object FrmMain1: TFrmMain1
Left = 321
Top = 340
Width = 112
Height = 63
Caption = 'FrmMain1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object TrayIconPopupMenu: TPopupMenu
AutoHotkeys = maManual
Left = 8
Top = 8
object N2: TMenuItem
Caption = #20851#20110'...'
OnClick = N2Click
end
object N3: TMenuItem
Caption = '-'
end
object N1: TMenuItem
Caption = #20851#38381
OnClick = N1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?