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

📄 gainlistform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object GainList: TGainList
  Left = 414
  Top = 231
  BorderStyle = bsDialog
  Caption = 'GainList'
  ClientHeight = 291
  ClientWidth = 281
  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 butOK: TButton
    Left = 200
    Top = 15
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 0
    OnClick = butOKClick
  end
  object GainView: TListView
    Left = 8
    Top = 48
    Width = 265
    Height = 233
    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 = 1
    ViewStyle = vsReport
    OnClick = GainViewClick
  end
  object cmbGain: TComboBox
    Left = 8
    Top = 16
    Width = 89
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 2
    OnChange = cmbGainChange
  end
end

⌨️ 快捷键说明

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