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

📄 pwmform.dfm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 409
  Top = 223
  BorderStyle = bsDialog
  Caption = 'PWM'
  ClientHeight = 263
  ClientWidth = 397
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label7: TLabel
    Left = 16
    Top = 224
    Width = 139
    Height = 13
    Caption = 'OutCount = 0 =>Cyclic Mode '
  end
  object Label8: TLabel
    Left = 16
    Top = 240
    Width = 156
    Height = 13
    Caption = 'OutCount >0  =>NonCyclic Mode'
  end
  object grpDevSelect: TGroupBox
    Left = 9
    Top = 8
    Width = 376
    Height = 52
    Caption = '&DeviceName'
    TabOrder = 0
    object labDeviceName: TLabel
      Left = 9
      Top = 22
      Width = 3
      Height = 13
    end
    object btnSelectDevice: TButton
      Left = 288
      Top = 16
      Width = 84
      Height = 25
      Caption = '&Select Device'
      TabOrder = 0
      OnClick = btnSelectDeviceClick
    end
  end
  object grpPWMConfiguration: TGroupBox
    Left = 8
    Top = 64
    Width = 241
    Height = 145
    Caption = 'P&WM Configuration'
    TabOrder = 1
    object Label1: TLabel
      Left = 14
      Top = 87
      Width = 112
      Height = 13
      Caption = 'Period:                        S'
    end
    object Label3: TLabel
      Left = 13
      Top = 117
      Width = 113
      Height = 13
      Caption = 'Hi Period:                    S'
    end
    object Label2: TLabel
      Left = 11
      Top = 27
      Width = 39
      Height = 13
      Caption = 'Channel'
    end
    object Label4: TLabel
      Left = 132
      Top = 88
      Width = 64
      Height = 13
      Caption = '(0.0005 ~ 60)'
    end
    object Label5: TLabel
      Left = 132
      Top = 120
      Width = 67
      Height = 13
      Caption = '(0.0005 ~ 60 )'
    end
    object Label6: TLabel
      Left = 8
      Top = 57
      Width = 48
      Height = 13
      Caption = 'OutCount:'
    end
    object txtPeriod0: TEdit
      Left = 62
      Top = 83
      Width = 57
      Height = 21
      TabOrder = 0
      Text = '10'
      OnExit = txtPeriod0Exit
    end
    object txtHiPeriod0: TEdit
      Left = 62
      Top = 113
      Width = 57
      Height = 21
      TabOrder = 1
      Text = '5'
      OnExit = txtHiPeriod0Exit
    end
    object cmbChannel: TComboBox
      Left = 62
      Top = 23
      Width = 57
      Height = 19
      Style = csOwnerDrawFixed
      ItemHeight = 13
      TabOrder = 2
      Items.Strings = (
        '0'
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7')
    end
    object txtOutCount: TEdit
      Left = 62
      Top = 53
      Width = 57
      Height = 21
      TabOrder = 3
      Text = '0'
    end
  end
  object btnRun: TButton
    Left = 304
    Top = 72
    Width = 71
    Height = 24
    Caption = '&Run'
    TabOrder = 2
    OnClick = btnRunClick
  end
  object btnStop: TButton
    Left = 304
    Top = 160
    Width = 71
    Height = 24
    Caption = '&Stop'
    Enabled = False
    TabOrder = 3
    OnClick = btnStopClick
  end
  object btnExit: TButton
    Left = 304
    Top = 208
    Width = 71
    Height = 24
    Caption = 'E&xit'
    TabOrder = 4
    OnClick = btnExitClick
  end
  object btnSet: TButton
    Left = 304
    Top = 112
    Width = 75
    Height = 25
    Caption = 'S&et'
    Enabled = False
    TabOrder = 5
    OnClick = btnSetClick
  end
end

⌨️ 快捷键说明

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