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

📄 mainform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmADExp: TfrmADExp
  Left = 397
  Top = 267
  Width = 405
  Height = 227
  Caption = 'frmADExp'
  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 Label2: TLabel
    Left = 31
    Top = 69
    Width = 39
    Height = 13
    Caption = 'Channel'
  end
  object Range: TLabel
    Left = 31
    Top = 101
    Width = 32
    Height = 13
    Caption = 'Range'
  end
  object Label1: TLabel
    Left = 31
    Top = 133
    Width = 49
    Height = 13
    Caption = 'Exp Chan:'
  end
  object Label3: TLabel
    Left = 31
    Top = 166
    Width = 42
    Height = 13
    Caption = 'Board ID'
  end
  object Group: TGroupBox
    Left = 8
    Top = 8
    Width = 377
    Height = 49
    Caption = 'Device Name'
    TabOrder = 0
    object labDeviceName: TLabel
      Left = 11
      Top = 24
      Width = 3
      Height = 13
    end
    object BtnSelectDeivce: TButton
      Left = 264
      Top = 16
      Width = 99
      Height = 25
      Caption = 'Select Device'
      TabOrder = 0
      OnClick = BtnSelectDeivceClick
    end
  end
  object BtnStart: TButton
    Left = 272
    Top = 104
    Width = 75
    Height = 25
    Caption = 'Start'
    TabOrder = 1
    OnClick = BtnStartClick
  end
  object BtnExit: TButton
    Left = 272
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 2
    OnClick = BtnExitClick
  end
  object CmbChannel: TComboBox
    Left = 80
    Top = 64
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    OnChange = CmbChannelChange
  end
  object CmbRange: TComboBox
    Left = 80
    Top = 96
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 4
  end
  object CmbExpChan: TComboBox
    Left = 80
    Top = 128
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 5
  end
  object CmbBoardID: TComboBox
    Left = 80
    Top = 160
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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