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

📄 cup_connection.dfm

📁 一般OPTO22工业控制器主要用于IO控制,用途比较广泛而其上位机一般使用DELPHI平台或BCB平台进行建模和控制,该程序实现了OPTO和C++builder平台下上位机之间模拟量数字量的传输,并以
💻 DFM
字号:
object Form1: TForm1
  Left = 309
  Top = 177
  Width = 423
  Height = 332
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 104
    Top = 8
    Width = 200
    Height = 19
    Caption = #19982#25511#21046#22120#24314#31435#32593#32476#36830#25509
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Status: TGroupBox
    Left = 32
    Top = 184
    Width = 353
    Height = 105
    Caption = #36830#25509#29366#24577
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    object Label2: TLabel
      Left = 24
      Top = 24
      Width = 80
      Height = 15
      Caption = #38169#35823#20449#24687#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Error_Message: TMemo
      Left = 24
      Top = 40
      Width = 265
      Height = 57
      Lines.Strings = (
        '')
      ReadOnly = True
      TabOrder = 0
    end
    object OptoSnapIoMemMapX1: TOptoSnapIoMemMapX
      Left = 312
      Top = 64
      Width = 32
      Height = 32
      ControlData = {00030000D8130000D8130000}
    end
  end
  object Configuration: TGroupBox
    Left = 32
    Top = 40
    Width = 353
    Height = 137
    Caption = #36830#25509#21442#25968#37197#32622
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    object Label3: TLabel
      Left = 24
      Top = 32
      Width = 112
      Height = 15
      Caption = #25511#21046#22120'IP'#22320#22336#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 24
      Top = 80
      Width = 64
      Height = 15
      Caption = #31471#21475#21495#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object DataProcess: TButton
      Left = 176
      Top = 96
      Width = 75
      Height = 25
      Caption = #25968#25454#22788#29702
      Enabled = False
      TabOrder = 0
      OnClick = DataProcessClick
    end
  end
  object Connect: TButton
    Left = 208
    Top = 88
    Width = 75
    Height = 25
    Caption = #36830'  '#25509
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = ConnectClick
  end
  object IP_Address: TEdit
    Left = 56
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '202.204.195.57'
  end
  object Port_Number: TEdit
    Left = 56
    Top = 136
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '2001'
  end
  object Disconnect: TButton
    Left = 304
    Top = 88
    Width = 75
    Height = 25
    Caption = #26029'  '#24320
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = DisconnectClick
  end
end

⌨️ 快捷键说明

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