📄 unit1.dfm
字号:
object Form1: TForm1
Left = 367
Top = 275
Width = 267
Height = 107
Caption = 'Form1'
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 CheckBox1: TCheckBox
Left = 32
Top = 24
Width = 97
Height = 17
Caption = '显示托盘图标'
TabOrder = 0
OnClick = CheckBox1Click
end
object Button1: TButton
Left = 152
Top = 16
Width = 75
Height = 25
Caption = '隐藏'
Enabled = False
TabOrder = 1
OnClick = Button1Click
end
object PopupMenu1: TPopupMenu
Left = 144
Top = 48
object ShowItem: TMenuItem
Caption = '显示窗体'
OnClick = ShowItemClick
end
object ExitItem: TMenuItem
Caption = '退出程序'
OnClick = ExitItemClick
end
end
object TrayIcon1: TTrayIcon
Hint = '托盘图标范例'
PopupMenu = PopupMenu1
RestoreOn = imLeftClickUp
PopupMenuOn = imRightClickUp
Left = 96
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -