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

📄 disform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmDisplay: TfrmDisplay
  Left = 192
  Top = 107
  Width = 368
  Height = 222
  Caption = 'frmDisplay'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 168
    Top = 8
    Width = 84
    Height = 13
    Caption = 'Temperature read'
  end
  object Label2: TLabel
    Left = 24
    Top = 8
    Width = 80
    Height = 13
    Caption = 'Temperature unit'
  end
  object txtVoltRead: TEdit
    Left = 168
    Top = 24
    Width = 161
    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.00'
  end
  object cmdRead: TButton
    Left = 224
    Top = 152
    Width = 89
    Height = 33
    Caption = '&Read One Data'
    TabOrder = 1
    OnClick = cmdReadClick
  end
  object CmdExit: TButton
    Left = 48
    Top = 152
    Width = 89
    Height = 33
    Caption = '&Exit'
    TabOrder = 2
    OnClick = CmdExitClick
  end
  object lstTemperatureUnit: TListBox
    Left = 24
    Top = 24
    Width = 121
    Height = 97
    ItemHeight = 13
    TabOrder = 3
  end
  object GroupSample: TGroupBox
    Left = 168
    Top = 88
    Width = 161
    Height = 57
    Caption = 'Sampling Rate'
    TabOrder = 4
    object labStart: TLabel
      Left = 16
      Top = 40
      Width = 34
      Height = 13
      Caption = '0(Stop)'
    end
    object labEnd: TLabel
      Left = 104
      Top = 40
      Width = 47
      Height = 13
      Caption = '10(time/s)'
    end
    object hscrFreq: TScrollBar
      Left = 16
      Top = 16
      Width = 137
      Height = 17
      LargeChange = 10
      PageSize = 0
      TabOrder = 0
      OnChange = hscrFreqChange
    end
  end
  object tmrRead: TTimer
    Enabled = False
    OnTimer = tmrReadTimer
    Left = 320
    Top = 88
  end
end

⌨️ 快捷键说明

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