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

📄 p_main.dfm

📁 OPC Client本软件是一个利用OPC协议通讯的实例。其中用到的驱动是非注册版
💻 DFM
字号:
object OPC_Client: TOPC_Client
  Left = 366
  Top = 328
  Width = 870
  Height = 640
  Caption = 'OPC_Client'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 185
    Top = 0
    Width = 9
    Height = 594
    Cursor = crHSplit
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 185
    Height = 594
    Align = alLeft
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object StringGrid1: TStringGrid
    Left = 194
    Top = 0
    Width = 668
    Height = 594
    Align = alClient
    ColCount = 6
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing]
    TabOrder = 1
  end
  object MainMenu1: TMainMenu
    Left = 56
    Top = 24
    object N1: TMenuItem
      Caption = #25991#20214
      object OPC1: TMenuItem
        Caption = #36830#25509#25351#23450'OPC'#26381#21153#22120
        OnClick = OPC1Click
      end
      object OPC2: TMenuItem
        Caption = 'OPC'#26381#21153#22120#25968#37327
      end
    end
    object N2: TMenuItem
      Caption = #25805#20316
      object OPC3: TMenuItem
        Caption = #28155#21152'OPC'#21464#37327
        OnClick = OPC3Click
      end
      object N3: TMenuItem
        Caption = #21047#26032
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #20572#27490
        OnClick = N4Click
      end
    end
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 424
    Top = 168
  end
end

⌨️ 快捷键说明

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