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

📄 umain.dfm

📁 OPC 开发工具包2.0.OPC工具包是用来简化OPC规范服务器开发的工具包
💻 DFM
字号:
object Form1: TForm1
  Left = 85
  Top = 195
  Width = 639
  Height = 480
  Caption = 'OPC DA Server Demo by Delphi(Agilewill software co.ltd)'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 137
    Top = 0
    Height = 434
  end
  object TreeView1: TTreeView
    Left = 0
    Top = 0
    Width = 137
    Height = 434
    Align = alLeft
    Indent = 19
    TabOrder = 0
    OnClick = TreeView1Click
  end
  object Panel1: TPanel
    Left = 140
    Top = 0
    Width = 491
    Height = 434
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 1
    object ListView1: TListView
      Left = 1
      Top = 1
      Width = 489
      Height = 344
      Align = alTop
      Columns = <
        item
          Caption = #21517#31216
          Width = 80
        end
        item
          Caption = #21477#26564
          Width = 80
        end
        item
          Caption = #31867#22411
          Width = 80
        end
        item
          Caption = #20540
          Width = 120
        end
        item
          Caption = #36136#37327
        end
        item
          Caption = #26102#38388#25139
          Width = 180
        end>
      TabOrder = 0
      ViewStyle = vsReport
    end
    object Memo1: TMemo
      Left = 1
      Top = 345
      Width = 489
      Height = 88
      Align = alClient
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      Lines.Strings = (
        'Memo1')
      TabOrder = 1
    end
  end
  object MainMenu1: TMainMenu
    Left = 208
    Top = 64
    object F1: TMenuItem
      Caption = #25991#20214'(&F)'
      object mnFileRegister: TMenuItem
        Caption = #27880#20876#26381#21153#22120
        OnClick = mnFileRegisterClick
      end
      object FileUnregister: TMenuItem
        Caption = #27880#38144#26381#21153#22120
        OnClick = FileUnregisterClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object X1: TMenuItem
        Caption = #36864#20986#26381#21153#22120'(&X)'
        OnClick = X1Click
      end
    end
    object A1: TMenuItem
      Caption = #20851#20110'(&A)'
      OnClick = A1Click
    end
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 512
    Top = 120
  end
end

⌨️ 快捷键说明

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