daform.dfm

来自「16 relay output channels and 16 isolated」· DFM 代码 · 共 95 行

DFM
95
字号
object DASoftForm: TDASoftForm
  Left = 406
  Top = 204
  BorderStyle = bsDialog
  Caption = 'Anolog Output '
  ClientHeight = 134
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  DesignSize = (
    342
    134)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 186
    Top = 19
    Width = 39
    Height = 13
    Caption = 'Channel'
  end
  object lstDevice: TListBox
    Left = 13
    Top = 16
    Width = 153
    Height = 97
    ItemHeight = 13
    TabOrder = 0
    OnClick = lstDeviceClick
  end
  object cmbChan: TComboBox
    Left = 233
    Top = 16
    Width = 77
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
  end
  object scrVoltage: TScrollBar
    Left = 208
    Top = 72
    Width = 97
    Height = 16
    PageSize = 0
    TabOrder = 2
    OnChange = scrVoltageChange
  end
  object editVolt: TEdit
    Left = 208
    Top = 40
    Width = 97
    Height = 24
    Anchors = [akLeft, akTop, akRight]
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clTeal
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 3
  end
  object butStop: TButton
    Left = 264
    Top = 96
    Width = 65
    Height = 25
    Caption = 'Stop'
    TabOrder = 4
    OnClick = butStopClick
  end
  object butStart: TButton
    Left = 184
    Top = 96
    Width = 65
    Height = 25
    Caption = 'Start'
    TabOrder = 5
    OnClick = butStartClick
  end
  object timer: TTimer
    Interval = 200
    OnTimer = timerTimer
    Left = 120
    Top = 136
  end
end

⌨️ 快捷键说明

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