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

📄 unit1.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object Form1: TForm1
  Left = 329
  Top = 119
  Width = 460
  Height = 291
  Caption = 'Advantech Driver Demo: Timer Count '
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 433
    Height = 49
    Caption = 'Device Selection'
    TabOrder = 0
    object editSelDev: TEdit
      Left = 8
      Top = 16
      Width = 307
      Height = 21
      TabOrder = 1
    end
    object btnSelDev: TButton
      Left = 334
      Top = 16
      Width = 81
      Height = 25
      Caption = 'Select Device'
      TabOrder = 0
      OnClick = btnSelDevClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 64
    Width = 433
    Height = 97
    Caption = 'Timer Interval Set'
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 61
      Width = 89
      Height = 13
      Caption = 'Real Timer Interval'
    end
    object Label2: TLabel
      Left = 330
      Top = 28
      Width = 84
      Height = 13
      Caption = '(from 20us to 51s)'
    end
    object labUnit: TLabel
      Left = 232
      Top = 62
      Width = 11
      Height = 13
      Caption = 'us'
    end
    object btnSetTimer: TButton
      Left = 8
      Top = 24
      Width = 89
      Height = 25
      Caption = 'Set'
      TabOrder = 0
      OnClick = btnSetTimerClick
    end
    object editTimerInt: TEdit
      Left = 116
      Top = 25
      Width = 105
      Height = 21
      TabOrder = 1
      Text = '20'
    end
    object editRealTimer: TEdit
      Left = 115
      Top = 56
      Width = 106
      Height = 21
      Color = clScrollBar
      Enabled = False
      TabOrder = 2
    end
    object rdoMs: TRadioButton
      Left = 261
      Top = 27
      Width = 33
      Height = 16
      Caption = 'ms'
      TabOrder = 3
      OnClick = rdoMsClick
    end
    object rdoUs: TRadioButton
      Left = 226
      Top = 27
      Width = 33
      Height = 13
      Caption = 'us'
      TabOrder = 4
      OnClick = rdoUsClick
    end
    object rdoS: TRadioButton
      Left = 296
      Top = 26
      Width = 33
      Height = 17
      Caption = 's'
      TabOrder = 5
      OnClick = rdoSClick
    end
  end
  object GroupBox4: TGroupBox
    Left = 8
    Top = 168
    Width = 337
    Height = 89
    Caption = 'Enable Event'
    TabOrder = 2
    object Label3: TLabel
      Left = 8
      Top = 37
      Width = 62
      Height = 13
      Caption = 'Event Count:'
    end
    object editEventCount: TEdit
      Left = 115
      Top = 32
      Width = 105
      Height = 21
      Color = clScrollBar
      Enabled = False
      TabOrder = 0
    end
    object btnEnable: TButton
      Left = 239
      Top = 16
      Width = 81
      Height = 25
      Caption = 'Enable'
      TabOrder = 1
      OnClick = btnEnableClick
    end
    object btnDisable: TButton
      Left = 240
      Top = 48
      Width = 79
      Height = 25
      Caption = 'Disable'
      TabOrder = 2
      OnClick = btnDisableClick
    end
  end
  object btnClose: TButton
    Left = 352
    Top = 216
    Width = 89
    Height = 25
    Caption = 'Close'
    TabOrder = 3
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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