mainformunit.dfm

来自「使用OPCST开发的进程外OPCDA服务器(C++Builder)」· DFM 代码 · 共 56 行

DFM
56
字号
object MainForm: TMainForm
  Left = 298
  Top = 183
  Width = 464
  Height = 160
  Caption = 'OPCDA'#36827#31243#22806#26381#21153#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 379
    Height = 37
    Caption = 'OPCDA Sample With BCB'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object MainMenu1: TMainMenu
    Left = 40
    Top = 40
    object File: TMenuItem
      Caption = #25991#20214
      object Register: TMenuItem
        Caption = #27880#20876
        OnClick = RegisterClick
      end
      object Unregister: TMenuItem
        Caption = #27880#38144
        OnClick = UnregisterClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Exit: TMenuItem
        Caption = #36864#20986
        OnClick = ExitClick
      end
    end
  end
end

⌨️ 快捷键说明

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