📄 jbtsunit.dfm
字号:
object jbtsForm: TjbtsForm
Left = -4
Top = -4
Width = 812
Height = 612
VertScrollBar.Position = 8
BorderIcons = []
Caption = '交班提示'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = -8
Width = 788
Height = 593
Align = alTop
BevelOuter = bvLowered
Caption = '你辛苦了!交班时间到了!'
Color = clScrollBar
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '隶书'
Font.Style = []
ParentFont = False
TabOrder = 0
OnDblClick = Panel1DblClick
object lable2: TLabel
Left = 288
Top = 144
Width = 168
Height = 56
Caption = 'lable2'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -56
Font.Name = '隶书'
Font.Style = []
ParentFont = False
end
end
object Panel2: TPanel
Left = 0
Top = 585
Width = 788
Height = 0
Align = alClient
Caption = '关 闭'
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -37
Font.Name = '隶书'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 240
Top = 240
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -