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

📄 foutform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmFout: TfrmFout
  Left = 427
  Top = 239
  BorderStyle = bsDialog
  Caption = 'Freq Out'
  ClientHeight = 175
  ClientWidth = 417
  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 grpDeviceSelection: TGroupBox
    Left = 8
    Top = 16
    Width = 385
    Height = 41
    Caption = 'Device Selection'
    TabOrder = 0
    object labDeviceName: TLabel
      Left = 11
      Top = 14
      Width = 261
      Height = 19
      AutoSize = False
    end
    object btnSelectDevice: TButton
      Left = 288
      Top = 11
      Width = 89
      Height = 25
      Caption = 'Select Device'
      TabOrder = 0
      OnClick = btnSelectDeviceClick
    end
  end
  object btnStart: TButton
    Left = 16
    Top = 136
    Width = 73
    Height = 25
    Caption = 'Start'
    TabOrder = 1
    OnClick = btnStartClick
  end
  object btnStop: TButton
    Left = 168
    Top = 136
    Width = 73
    Height = 25
    Caption = 'Stop'
    TabOrder = 2
    OnClick = btnStopClick
  end
  object btnExit: TButton
    Left = 311
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 3
    OnClick = btnExitClick
  end
  object grpChannel: TGroupBox
    Left = 8
    Top = 80
    Width = 97
    Height = 41
    Caption = 'Channel'
    TabOrder = 4
    object cmbChannel: TComboBox
      Left = 16
      Top = 16
      Width = 65
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = '0'
      Items.Strings = (
        '0'
        '1')
    end
  end
  object grpFoutSrc: TGroupBox
    Left = 152
    Top = 80
    Width = 121
    Height = 41
    Caption = 'FoutSrc'
    TabOrder = 5
    object cmbFoutSrc: TComboBox
      Left = 16
      Top = 16
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        'External Clock'
        '20MHZ'
        '10MHZ'
        '5MHZ'
        '1MHZ'
        '100KHZ')
    end
  end
  object grpDivider: TGroupBox
    Left = 296
    Top = 80
    Width = 97
    Height = 41
    Caption = 'Divider'
    TabOrder = 6
    object txtDivider: TEdit
      Left = 16
      Top = 16
      Width = 65
      Height = 21
      TabOrder = 0
      Text = '2'
    end
  end
end

⌨️ 快捷键说明

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