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

📄 usbcfg.dfm

📁 libusb avr 单片机的USB下载器自制的全部资料
💻 DFM
字号:
object MForm: TMForm
  Left = 431
  Top = 306
  BorderStyle = bsDialog
  Caption = 'U-rgbLED'
  ClientHeight = 236
  ClientWidth = 456
  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 Shape1: TShape
    Left = 88
    Top = 80
    Width = 65
    Height = 65
    Shape = stCircle
  end
  object Shape2: TShape
    Left = 312
    Top = 80
    Width = 65
    Height = 65
    Shape = stCircle
  end
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 169
    Height = 49
    AutoSize = False
    Caption = 'PC0(LED2)'
    Color = clCream
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 264
    Top = 24
    Width = 161
    Height = 49
    AutoSize = False
    Caption = 'PC1(LED1)'
    Color = clCream
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Button1: TButton
    Left = 40
    Top = 160
    Width = 161
    Height = 57
    Caption = #28857#20987#25105
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 160
    Width = 161
    Height = 57
    Caption = #28857#20987#25105
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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