📄 unitmain.dfm
字号:
object FormMain: TFormMain
Left = 300
Top = 216
BorderStyle = bsNone
ClientHeight = 81
ClientWidth = 115
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TrayIcon1: TTrayIcon
Animate = True
PopupMenu = popMenu
Visible = True
Left = 16
Top = 32
end
object popMenu: TPopupMenu
Left = 48
Top = 32
object mSetUp: TMenuItem
Caption = #35774#32622
OnClick = mSetUpClick
end
object mClose: TMenuItem
Caption = #36864#20986
OnClick = mCloseClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -