usystemmonitor.dfm
来自「该系统将温度数据以类似股票K线显示方式进行分析」· DFM 代码 · 共 51 行
DFM
51 行
object fSystemMonitor: TfSystemMonitor
Left = 211
Top = 284
Width = 817
Height = 484
Align = alClient
AutoSize = True
Caption = 'fSystemMonitor'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object memoSys: TMemo
Left = 0
Top = 32
Width = 809
Height = 401
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
Lines.Strings = (
'')
ParentFont = False
TabOrder = 0
end
object bSysCheck: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = #31995#32479#33258#26816
TabOrder = 1
OnClick = bSysCheckClick
end
object ADODsys: TADODataSet
Parameters = <>
Left = 192
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?