opcda20server_mainform.dfm
来自「delphi 开发opc server的扩展SDK包」· DFM 代码 · 共 32 行
DFM
32 行
object Form1: TForm1
Left = 563
Top = 327
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 31
ClientWidth = 104
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMinimized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ASyncTimer: TTimer
Interval = 250
Left = 2
Top = 2
end
object RefreshCacheTimer: TTimer
Interval = 250
OnTimer = RefreshCacheTimer1Timer
Left = 32
Top = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?