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

📄 frmconnect.dfm

📁 DelphiOPCClien delphi 编写的opc客户端 源程序代码
💻 DFM
字号:
object FrmConnServer: TFrmConnServer
  Left = 391
  Top = 160
  Width = 408
  Height = 327
  Caption = #36830#25509'OPC'#26381#21153#22120
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 5
    Top = 8
    Width = 60
    Height = 12
    AutoSize = False
    Caption = #35745#31639#26426#21517#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 36
    Width = 105
    Height = 17
    AutoSize = False
    Caption = 'OPC'#26381#21153#22120#65288'2.0'#65289#65306
  end
  object lbServers: TListBox
    Left = 8
    Top = 56
    Width = 297
    Height = 233
    ItemHeight = 12
    Sorted = True
    TabOrder = 0
    OnDblClick = lbServersDblClick
  end
  object edtComputerName: TEdit
    Left = 69
    Top = 7
    Width = 236
    Height = 20
    TabOrder = 1
  end
  object btnRefresh: TButton
    Left = 317
    Top = 4
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 2
  end
  object btnOK: TButton
    Left = 320
    Top = 232
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 320
    Top = 264
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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