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

📄 main.~dfm

📁 USB interface examples using CDC by HT-PICC 18
💻 ~DFM
字号:
object FrmMain: TFrmMain
  Left = 345
  Top = 242
  Width = 271
  Height = 164
  Caption = 'USB'
  Color = clBtnFace
  Font.Charset = 163
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbKetnoi: TLabel
    Left = 124
    Top = 16
    Width = 81
    Height = 16
    Caption = 'Ch'#432'a k'#234#769't n'#244#769'i'
    Font.Charset = 163
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object btKetnoi: TBitBtn
    Left = 12
    Top = 12
    Width = 75
    Height = 25
    Caption = 'K'#234#769't n'#244#769'i'
    TabOrder = 0
    OnClick = btKetnoiClick
  end
  object btLed1: TBitBtn
    Left = 12
    Top = 56
    Width = 75
    Height = 25
    Caption = #272'e'#768'n Led 1'
    TabOrder = 1
    OnClick = btLed1Click
  end
  object btLed2: TBitBtn
    Left = 96
    Top = 56
    Width = 75
    Height = 25
    Caption = #272'e'#768'n Led 2'
    TabOrder = 2
    OnClick = btLed2Click
  end
  object btLed3: TBitBtn
    Left = 180
    Top = 56
    Width = 75
    Height = 25
    Caption = #272'e'#768'n Led 3'
    TabOrder = 3
    OnClick = btLed3Click
  end
  object btNhan: TBitBtn
    Left = 12
    Top = 92
    Width = 75
    Height = 25
    Caption = 'Nh'#226#803'n d'#432#771' li'#234#803'u'
    TabOrder = 4
    OnClick = btNhanClick
  end
  object txtReDll: TEdit
    Left = 96
    Top = 92
    Width = 161
    Height = 21
    TabOrder = 5
  end
  object XPManifest1: TXPManifest
    Left = 228
    Top = 12
  end
end

⌨️ 快捷键说明

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