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

📄 unit1.dfm

📁 北京双诺公司的AC6112数据采集卡的开发源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 439
  Top = 190
  Width = 744
  Height = 402
  Caption = 'AC6112 Delphi Example (support interrupt)'
  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 Label1: TLabel
    Left = 192
    Top = 32
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 416
    Top = 112
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 416
    Top = 160
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object Label4: TLabel
    Left = 280
    Top = 32
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object Button1: TButton
    Left = 288
    Top = 216
    Width = 113
    Height = 33
    Caption = 'DIO'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 216
    Width = 129
    Height = 33
    Caption = 'AD 1'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 160
    Top = 248
    Width = 129
    Height = 33
    Caption = 'AD interrupt+timer'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button5: TButton
    Left = 288
    Top = 280
    Width = 113
    Height = 33
    Caption = 'DA'
    TabOrder = 3
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 288
    Top = 248
    Width = 113
    Height = 33
    Caption = 'Counter Timer'
    TabOrder = 4
    OnClick = Button6Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 50
    OnTimer = Timer1Timer
    Left = 32
    Top = 24
  end
end

⌨️ 快捷键说明

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