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

📄 frmgroup.dfm

📁 DelphiOPCClien delphi 编写的opc客户端 源程序代码
💻 DFM
字号:
object frmGroupMgr: TfrmGroupMgr
  Left = 328
  Top = 186
  Width = 408
  Height = 327
  Caption = #31649#29702#32452
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #24050#36830#25509#30340'OPC'#26381#21153#22120#65306
  end
  object lblServer: TLabel
    Left = 32
    Top = 29
    Width = 273
    Height = 13
    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 Label2: TLabel
    Left = 8
    Top = 176
    Width = 94
    Height = 13
    AutoSize = False
    Caption = #24050#28155#21152#30340'OPC'#32452#65306
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 51
    Width = 297
    Height = 118
    Caption = #32452#23646#24615
    TabOrder = 3
    object edtGroupName: TLabeledEdit
      Left = 61
      Top = 17
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #32452#21517#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 0
      Text = 'Group1'
    end
    object edtUpdateRate: TLabeledEdit
      Left = 61
      Top = 52
      Width = 121
      Height = 21
      EditLabel.Width = 48
      EditLabel.Height = 13
      EditLabel.Caption = #26356#26032#29575#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 1
      Text = '1000'
    end
    object edtDeadBand: TLabeledEdit
      Left = 61
      Top = 84
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #27515#21306#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 2
      Text = '0'
    end
    object cbActive: TCheckBox
      Left = 210
      Top = 19
      Width = 65
      Height = 17
      Caption = #28608#27963
      Checked = True
      State = cbChecked
      TabOrder = 3
    end
  end
  object btnAddGroup: TButton
    Left = 320
    Top = 64
    Width = 75
    Height = 25
    Caption = #28155#21152#32452
    TabOrder = 0
    OnClick = btnAddGroupClick
  end
  object lbGroups: TListBox
    Left = 8
    Top = 200
    Width = 297
    Height = 89
    ItemHeight = 13
    TabOrder = 4
    OnClick = lbGroupsClick
  end
  object btnRemoveGroup: TButton
    Left = 320
    Top = 200
    Width = 75
    Height = 25
    Caption = #31227#38500#32452
    TabOrder = 1
    OnClick = btnRemoveGroupClick
  end
  object btnOK: TButton
    Left = 320
    Top = 264
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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