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

📄 showdataform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmShowData: TfrmShowData
  Left = 152
  Top = 175
  Width = 696
  Height = 374
  Caption = 'Show the Digital Value'
  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 btnPrev: TButton
    Left = 112
    Top = 8
    Width = 75
    Height = 25
    Caption = '<<'
    TabOrder = 0
    OnClick = btnPrevClick
  end
  object btnNext: TButton
    Left = 208
    Top = 8
    Width = 75
    Height = 25
    Caption = '>>'
    TabOrder = 1
    OnClick = btnNextClick
  end
  object lstData: TListBox
    Left = 16
    Top = 40
    Width = 657
    Height = 297
    ItemHeight = 13
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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