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

📄 formrun.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmrun: Tfrmrun
  Left = 375
  Top = 158
  BorderStyle = bsDialog
  Caption = 'Event Count Demo'
  ClientHeight = 189
  ClientWidth = 253
  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 txtCountRead: TEdit
    Left = 16
    Top = 8
    Width = 217
    Height = 64
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -49
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Text = '0'
  end
  object CmdRead: TButton
    Left = 144
    Top = 144
    Width = 89
    Height = 33
    Caption = 'Read One Data'
    TabOrder = 1
    OnClick = CmdReadClick
  end
  object CmdExit: TButton
    Left = 16
    Top = 144
    Width = 89
    Height = 33
    Caption = 'Exit'
    TabOrder = 2
    OnClick = CmdExitClick
  end
  object GroupSample: TGroupBox
    Left = 16
    Top = 80
    Width = 217
    Height = 57
    Caption = 'Sampling Rate'
    TabOrder = 3
    object labStart: TLabel
      Left = 16
      Top = 40
      Width = 34
      Height = 13
      Caption = '0(Stop)'
    end
    object labEnd: TLabel
      Left = 168
      Top = 40
      Width = 47
      Height = 13
      Caption = '10(time/s)'
    end
    object hscrFreq: TScrollBar
      Left = 16
      Top = 16
      Width = 193
      Height = 17
      LargeChange = 10
      PageSize = 0
      TabOrder = 0
      OnChange = hscrFreqChange
    end
  end
  object tmrRead: TTimer
    OnTimer = tmrReadTimer
    Left = 80
    Top = 80
  end
end

⌨️ 快捷键说明

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