⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainunit.dfm

📁 OPC服务器及客户端编程
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -