📄 mainunit.dfm
字号:
object MainForm: TMainForm
Left = 268
Top = 198
Width = 223
Height = 141
Caption = 'Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 215
Height = 114
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 24
Width = 112
Height = 16
Caption = '客户端连接数:'
end
object Label2: TLabel
Left = 32
Top = 56
Width = 128
Height = 16
Caption = '数据库访问次数:'
end
object L_CltCnt: TLabel
Left = 160
Top = 24
Width = 8
Height = 16
Caption = '0'
end
object L_QryCnt: TLabel
Left = 160
Top = 56
Width = 8
Height = 16
Caption = '0'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -