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

📄 settingform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmSetting: TfrmSetting
  Left = 352
  Top = 174
  BorderStyle = bsDialog
  Caption = 'Setting the Parameter of Fast Digital Input '
  ClientHeight = 327
  ClientWidth = 462
  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 GroupBox2: TGroupBox
    Left = 24
    Top = 72
    Width = 129
    Height = 81
    Caption = 'Data Width'
    TabOrder = 0
    object RadioDataWidth16: TRadioButton
      Left = 40
      Top = 40
      Width = 49
      Height = 17
      Caption = '16 DI'
      TabOrder = 0
    end
    object RadioDataWidth8: TRadioButton
      Left = 40
      Top = 56
      Width = 49
      Height = 17
      Caption = '8 DI'
      TabOrder = 1
    end
    object RadioDataWidth32: TRadioButton
      Left = 40
      Top = 24
      Width = 73
      Height = 17
      Caption = '32 DI'
      TabOrder = 2
    end
  end
  object GroupBox3: TGroupBox
    Left = 168
    Top = 72
    Width = 129
    Height = 81
    Caption = 'Start Type'
    TabOrder = 1
    object RadioStartTypeSoftware: TRadioButton
      Left = 24
      Top = 24
      Width = 97
      Height = 17
      Caption = 'Software Start'
      TabOrder = 0
    end
    object RadioStartTypeExt: TRadioButton
      Left = 24
      Top = 40
      Width = 97
      Height = 17
      Caption = 'External Signal'
      TabOrder = 1
    end
    object RadioStartMatch: TRadioButton
      Left = 24
      Top = 56
      Width = 89
      Height = 17
      Caption = 'Pattern Match'
      TabOrder = 2
    end
  end
  object GroupBox4: TGroupBox
    Left = 312
    Top = 72
    Width = 129
    Height = 81
    Caption = 'Stop Type'
    TabOrder = 2
    object RadioStopTypeSoftware: TRadioButton
      Left = 24
      Top = 24
      Width = 97
      Height = 17
      Caption = 'Software Stop'
      TabOrder = 0
    end
    object RadioStopTypeExt: TRadioButton
      Left = 24
      Top = 40
      Width = 97
      Height = 17
      Caption = 'External Signal'
      TabOrder = 1
    end
    object RadioStopMatch: TRadioButton
      Left = 24
      Top = 56
      Width = 97
      Height = 17
      Caption = 'Pattern Match'
      TabOrder = 2
    end
  end
  object GroupBox5: TGroupBox
    Left = 168
    Top = 264
    Width = 129
    Height = 57
    Caption = 'Single/Auto'
    TabOrder = 3
    object RadioCyclic: TRadioButton
      Left = 24
      Top = 20
      Width = 65
      Height = 17
      Caption = 'Cyclic'
      TabOrder = 0
    end
    object RadioNonCyclic: TRadioButton
      Left = 24
      Top = 36
      Width = 73
      Height = 17
      Caption = 'NonCyclic'
      TabOrder = 1
    end
  end
  object GroupBox6: TGroupBox
    Left = 24
    Top = 160
    Width = 129
    Height = 161
    Caption = 'Trigger Setting'
    TabOrder = 4
    object Label2: TLabel
      Left = 16
      Top = 96
      Width = 70
      Height = 26
      Caption = 'Conter0 Value (2~65535)'
      WordWrap = True
    end
    object ListBoxTriggerSource: TListBox
      Left = 24
      Top = 16
      Width = 81
      Height = 73
      ItemHeight = 13
      Items.Strings = (
        '30 MHz'
        '15 MHz'
        '10 MHz'
        'Counter 0'
        'External'
        '12 MHz'
        '20 MHz')
      TabOrder = 0
    end
    object EditCounterValue: TEdit
      Left = 24
      Top = 128
      Width = 81
      Height = 21
      TabOrder = 1
    end
  end
  object GroupBox7: TGroupBox
    Left = 168
    Top = 160
    Width = 129
    Height = 97
    Caption = 'User Buffer(Byte)'
    TabOrder = 5
    object ListBoxUserBuffer: TListBox
      Left = 24
      Top = 16
      Width = 81
      Height = 73
      ItemHeight = 13
      Items.Strings = (
        '1 Mega'
        '2 Mega'
        '4 Mega'
        '8 Mega'
        '16 Mega')
      TabOrder = 0
    end
  end
  object ButtonOK: TButton
    Left = 328
    Top = 296
    Width = 89
    Height = 25
    Caption = 'OK'
    TabOrder = 6
    OnClick = ButtonOKClick
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 8
    Width = 417
    Height = 49
    Caption = 'Operation mode'
    TabOrder = 7
    object radNormal: TRadioButton
      Left = 24
      Top = 24
      Width = 65
      Height = 17
      Caption = 'Normal'
      TabOrder = 0
      OnClick = radNormalClick
    end
    object radBurst: TRadioButton
      Left = 280
      Top = 24
      Width = 113
      Height = 17
      Caption = 'Burst handshaking '
      TabOrder = 1
      OnClick = radBurstClick
    end
    object rad8255: TRadioButton
      Left = 104
      Top = 24
      Width = 161
      Height = 17
      Caption = '8255 emulated handshaking '
      TabOrder = 2
      OnClick = rad8255Click
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 312
    Top = 160
    Width = 129
    Height = 65
    Caption = 'Transfer Request Mode'
    TabOrder = 8
  end
  object RadioDmaSlave: TRadioButton
    Left = 336
    Top = 184
    Width = 65
    Height = 17
    Caption = 'Slave'
    Checked = True
    Enabled = False
    TabOrder = 9
    TabStop = True
  end
  object RadioDmaMaster: TRadioButton
    Left = 336
    Top = 200
    Width = 65
    Height = 17
    Caption = 'Master'
    Enabled = False
    TabOrder = 10
  end
  object GroupBox8: TGroupBox
    Left = 312
    Top = 232
    Width = 129
    Height = 57
    Caption = 'Pattern Match Value'
    TabOrder = 11
    object txtPattern: TEdit
      Left = 16
      Top = 24
      Width = 89
      Height = 21
      TabOrder = 0
      OnChange = txtPatternChange
      OnKeyPress = txtPatternKeyPress
    end
  end
end

⌨️ 快捷键说明

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