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

📄 unit1.dfm

📁 我用DELPHI写的一个专为EZUSB(2131)系列芯片的DLL。有例子
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 382
  Height = 268
  Caption = 'testing for kiusb.dll'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 56
    Top = 16
    Width = 75
    Height = 25
    Caption = 'init usb'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 144
    Width = 353
    Height = 89
    Lines.Strings = (
      #39318#20808#35201#20808#21021#22987#21270'USB'#35774#22791#65292#30475#26159#21542#24050#32463#36830#25509#12290
      #20877'download'#23558#22266#20214#19979#36733#21040'USB')
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button2: TButton
    Left = 152
    Top = 16
    Width = 73
    Height = 25
    Caption = 'download'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 152
    Top = 56
    Width = 75
    Height = 25
    Caption = 'control'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 152
    Top = 96
    Width = 75
    Height = 25
    Caption = 'close'
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 56
    Top = 56
    Width = 75
    Height = 25
    Caption = 'READ ID'
    TabOrder = 5
    OnClick = Button5Click
  end
  object OpenDialog1: TOpenDialog
    Left = 320
    Top = 8
  end
end

⌨️ 快捷键说明

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