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

📄 unit1.dfm

📁 AVR_Meag8模拟USB接口
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'AVRUSB_ADC'
  ClientHeight = 280
  ClientWidth = 492
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 489
    Height = 121
    AutoSize = False
    Caption = #65311#65311#65311#65311#65311
    Color = clBtnHighlight
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -96
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Layout = tlCenter
  end
  object GroupBox1: TGroupBox
    Left = 6
    Top = 136
    Width = 195
    Height = 137
    Caption = 'ADC'#36873#39033
    TabOrder = 2
    object Label2: TLabel
      Left = 8
      Top = 16
      Width = 113
      Height = 17
      AutoSize = False
      Caption = #36716#25442#36890#36947#36873#25321
      Color = clActiveBorder
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
    end
    object Label3: TLabel
      Left = 8
      Top = 72
      Width = 121
      Height = 17
      AutoSize = False
      Caption = #21442#32771#30005#21387#28304#36873#25321
      Color = clActiveBorder
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
    end
    object ComboBox1: TComboBox
      Left = 8
      Top = 40
      Width = 177
      Height = 21
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 0
      Text = #36890#36947'2'
      OnChange = ComboBox1Change
      Items.Strings = (
        #36890#36947'0'
        #36890#36947'1'
        #36890#36947'2'
        #36890#36947'3'
        #36890#36947'4'
        #36890#36947'5'
        #36890#36947'6'
        #36890#36947'7'
        '1.23V(Vbg)'
        '0V(GND)')
    end
    object ComboBox2: TComboBox
      Left = 8
      Top = 96
      Width = 177
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = '2.56V'#30340#29255#20869#22522#20934
      OnChange = ComboBox2Change
      Items.Strings = (
        'AREF'#65292#20869#37096'Vref'#20851#38381
        'AVCC'#65292'AREF'#24341#33050#22806#21152#28388#27874#30005#23481
        '2.56V'#30340#29255#20869#22522#20934)
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 208
    Top = 136
    Width = 137
    Height = 137
    Caption = 'ADC'#25968#25454#20301#25968#36873#25321
    TabOrder = 3
  end
  object RadioButton1: TRadioButton
    Left = 224
    Top = 160
    Width = 49
    Height = 33
    Caption = '8'#20301
    Checked = True
    TabOrder = 4
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 224
    Top = 216
    Width = 57
    Height = 33
    Caption = '10'#20301
    TabOrder = 5
    OnClick = RadioButton2Click
  end
  object Button1: TButton
    Left = 352
    Top = 144
    Width = 137
    Height = 57
    Caption = #21551#21160'ADC'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 352
    Top = 208
    Width = 137
    Height = 57
    Caption = #20572#27490'ADC'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 333
    OnTimer = Timer1Timer
    Left = 384
    Top = 88
  end
end

⌨️ 快捷键说明

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