📄 unit1.dfm
字号:
object Form1: TForm1
Left = 344
Top = 274
Width = 257
Height = 107
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
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
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -