📄 scansys.~dfm
字号:
object Form1: TForm1
Left = 221
Top = 122
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = '网络监控系统'
ClientHeight = 348
ClientWidth = 537
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 160
Top = 8
Width = 257
Height = 33
AutoSize = False
Caption = '远 程 网 络 监 控'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -23
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object GroupBox1: TGroupBox
Left = 0
Top = 56
Width = 537
Height = 121
Caption = '扫描码显示:'
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
TabOrder = 0
object Edit1: TEdit
Left = 0
Top = 48
Width = 537
Height = 41
AutoSize = False
Color = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -23
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 176
Width = 537
Height = 169
Caption = '功能选择:'
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 1
object BitBtn_DispControl: TBitBtn
Left = 184
Top = 40
Width = 137
Height = 33
Caption = '终端显示控制'
TabOrder = 0
OnClick = BitBtn_DispControlClick
end
object BitBtn_Quit: TBitBtn
Left = 184
Top = 104
Width = 137
Height = 33
Caption = '系统退出'
TabOrder = 1
OnClick = BitBtn_QuitClick
end
end
object __: TTimer
Interval = 2000
OnTimer = __Timer
Left = 464
Top = 8
end
object ClientOnLineTimer: TTimer
Interval = 10000
OnTimer = ClientOnLineTimerTimer
Left = 56
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -