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

📄 gainlistform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmGainList: TfrmGainList
  Left = 527
  Top = 273
  BorderStyle = bsDialog
  Caption = 'Channel Gain Setting'
  ClientHeight = 351
  ClientWidth = 284
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 8
    Width = 22
    Height = 13
    Caption = 'Gain'
  end
  object lstGainCtrl: TListView
    Left = 16
    Top = 56
    Width = 257
    Height = 273
    Columns = <
      item
        Caption = 'Physical Chan'
        Width = 80
      end
      item
        Caption = 'Gain'
        Width = 80
      end
      item
        Caption = 'Configuration'
        Width = 80
      end>
    GridLines = True
    HideSelection = False
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
    OnClick = lstGainCtrlClick
  end
  object cmbGain: TComboBox
    Left = 24
    Top = 24
    Width = 105
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
    OnChange = cmbGainChange
  end
  object btnExit: TButton
    Left = 168
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 2
    OnClick = btnExitClick
  end
end

⌨️ 快捷键说明

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