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

📄 mainform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 292
  Top = 249
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Software Data Transfer'
  ClientHeight = 210
  ClientWidth = 423
  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 = 23
    Top = 0
    Width = 70
    Height = 13
    Caption = 'Select Device:'
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 120
    Width = 177
    Height = 81
    Caption = 'Scan Channel'
    TabOrder = 0
    object Label4: TLabel
      Left = 14
      Top = 20
      Width = 53
      Height = 13
      Caption = 'Start Chan:'
    end
    object Label6: TLabel
      Left = 14
      Top = 48
      Width = 87
      Height = 13
      Caption = 'Logical Chan Num'
    end
    object cmbChannel: TComboBox
      Left = 108
      Top = 16
      Width = 57
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
    end
    object editScanNum: TEdit
      Left = 108
      Top = 48
      Width = 57
      Height = 21
      TabOrder = 1
      Text = '2'
    end
  end
  object butStart: TButton
    Left = 306
    Top = 128
    Width = 75
    Height = 25
    Caption = 'Start'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = butStartClick
  end
  object lstDevice: TListBox
    Left = 12
    Top = 16
    Width = 193
    Height = 97
    ItemHeight = 13
    TabOrder = 2
    OnClick = lstDeviceClick
  end
  object butExit: TButton
    Left = 306
    Top = 168
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 3
    OnClick = butExitClick
  end
  object GroupBox2: TGroupBox
    Left = 224
    Top = 8
    Width = 177
    Height = 105
    Caption = 'Gain Setting'
    TabOrder = 4
    object cmbGain: TComboBox
      Left = 56
      Top = 36
      Width = 105
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnChange = cmbGainChange
    end
    object radOverall: TRadioButton
      Left = 16
      Top = 16
      Width = 113
      Height = 17
      Caption = 'Overall '
      Checked = True
      TabOrder = 1
      TabStop = True
      OnClick = radOverallClick
    end
    object radGainList: TRadioButton
      Left = 16
      Top = 64
      Width = 73
      Height = 17
      Caption = 'GainList'
      TabOrder = 2
      OnClick = radGainListClick
    end
    object butGainList: TButton
      Left = 96
      Top = 64
      Width = 75
      Height = 25
      Caption = 'GainList'
      Enabled = False
      TabOrder = 3
      OnClick = butGainListClick
    end
  end
end

⌨️ 快捷键说明

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