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

📄 frmtag.dfm

📁 DelphiOPCClien delphi 编写的opc客户端 源程序代码
💻 DFM
字号:
object frmTagMgr: TfrmTagMgr
  Left = 392
  Top = 169
  Width = 408
  Height = 327
  Caption = #31649#29702#26631#31614
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 48
    Height = 13
    AutoSize = False
    Caption = #26381#21153#22120#65306
  end
  object lblServer: TLabel
    Left = 64
    Top = 8
    Width = 265
    Height = 12
    AutoSize = False
    Caption = 'lblServer'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 269
    Width = 46
    Height = 13
    Caption = 'OPC'#32452#65306
  end
  object tvTags: TTreeView
    Left = 8
    Top = 32
    Width = 297
    Height = 225
    Indent = 19
    TabOrder = 0
    OnDblClick = tvTagsDblClick
    OnExpanding = tvTagsExpanding
  end
  object btnAddTag: TButton
    Left = 320
    Top = 32
    Width = 75
    Height = 25
    Caption = #28155#21152#21040#32452
    TabOrder = 1
    OnClick = btnAddTagClick
  end
  object Button2: TButton
    Left = 320
    Top = 264
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 2
  end
  object cmbGroup: TComboBox
    Left = 56
    Top = 267
    Width = 249
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Text = 'cmbGroup'
  end
end

⌨️ 快捷键说明

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