mainunit.dfm
来自「OPC服务器及客户端编程」· DFM 代码 · 共 47 行
DFM
47 行
object MainForm: TMainForm
Left = 858
Top = 330
Width = 536
Height = 394
Caption = 'Demo8 - Rtti Proxy'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Splitter1: TSplitter
Left = 0
Top = 181
Width = 528
Height = 6
Cursor = crVSplit
Align = alBottom
Beveled = True
end
object TreeView: TTreeView
Left = 0
Top = 0
Width = 528
Height = 181
Align = alClient
Indent = 19
ReadOnly = True
TabOrder = 0
OnDblClick = TreeViewDblClick
end
object DebugLog: TListBox
Left = 0
Top = 187
Width = 528
Height = 175
Align = alBottom
ItemHeight = 16
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?