opcda20client_mainform.dfm

来自「delphi 开发opc server的扩展SDK包」· DFM 代码 · 共 27 行

DFM
27
字号
object MainForm: TMainForm
  Left = 445
  Top = 523
  Width = 604
  Height = 436
  Caption = 'OPC DA 2.0 Client Demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object ConnectBtn: TButton
    Left = 10
    Top = 8
    Width = 75
    Height = 25
    Caption = '&Connect'
    TabOrder = 0
    OnClick = ConnectBtnClick
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?