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

📄 unit1.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object Form2: TForm2
  Left = 398
  Top = 299
  Width = 469
  Height = 264
  Caption = 'Advantech Driver Demo: Counter Timer for PCI-1784'
  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 = 441
    Height = 49
    Caption = 'Select Device'
    TabOrder = 0
    object editDevName: TEdit
      Left = 8
      Top = 16
      Width = 321
      Height = 21
      TabOrder = 1
    end
    object btnSelDev: TButton
      Left = 344
      Top = 16
      Width = 81
      Height = 25
      Caption = 'Select Device'
      TabOrder = 0
      OnClick = btnSelDevClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 64
    Width = 441
    Height = 81
    Caption = 'Timer Interval Set'
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 56
      Width = 89
      Height = 13
      Caption = 'Real Timer Interval'
    end
    object labUnit: TLabel
      Left = 216
      Top = 52
      Width = 11
      Height = 13
      Caption = 'us'
    end
    object Label4: TLabel
      Left = 332
      Top = 24
      Width = 84
      Height = 13
      Caption = '(from 20us to 51s)'
    end
    object btnSetTimer: TButton
      Left = 8
      Top = 24
      Width = 97
      Height = 25
      Caption = 'Set'
      TabOrder = 0
      OnClick = btnSetTimerClick
    end
    object editTimerInt: TEdit
      Left = 120
      Top = 24
      Width = 89
      Height = 21
      TabOrder = 1
      Text = '20'
    end
    object editRealTimer: TEdit
      Left = 120
      Top = 48
      Width = 89
      Height = 21
      Color = clScrollBar
      TabOrder = 2
    end
    object radUs: TRadioButton
      Left = 216
      Top = 24
      Width = 33
      Height = 17
      Caption = 'us'
      Checked = True
      TabOrder = 3
      TabStop = True
      OnClick = radUsClick
    end
    object radMs: TRadioButton
      Left = 256
      Top = 24
      Width = 33
      Height = 17
      Caption = 'ms'
      TabOrder = 4
      OnClick = radMsClick
    end
    object radS: TRadioButton
      Left = 296
      Top = 24
      Width = 25
      Height = 17
      Caption = 's'
      TabOrder = 5
      OnClick = radSClick
    end
  end
  object GroupBox4: TGroupBox
    Left = 8
    Top = 152
    Width = 313
    Height = 73
    Caption = 'Enable Event'
    TabOrder = 2
    object Label3: TLabel
      Left = 8
      Top = 24
      Width = 62
      Height = 13
      Caption = 'Event Count:'
    end
    object editEventCount: TEdit
      Left = 120
      Top = 24
      Width = 92
      Height = 21
      Color = clScrollBar
      TabOrder = 0
    end
    object btnEnable: TButton
      Left = 224
      Top = 11
      Width = 73
      Height = 25
      Caption = 'Enable'
      TabOrder = 1
      OnClick = btnEnableClick
    end
    object btnDisable: TButton
      Left = 224
      Top = 40
      Width = 73
      Height = 25
      Caption = 'Disable'
      TabOrder = 2
      OnClick = btnDisableClick
    end
  end
  object btnClose: TButton
    Left = 368
    Top = 192
    Width = 81
    Height = 25
    Caption = 'Close'
    TabOrder = 3
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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