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

📄 unit_frmusb.~dfm

📁 控制WINDOWs系统USB开关的源代码
💻 ~DFM
字号:
object FrmUSB: TFrmUSB
  Left = 366
  Top = 250
  Width = 251
  Height = 85
  Caption = 'USB'#20351#29992#31649#29702#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ButtonEN: TButton
    Left = 32
    Top = 16
    Width = 89
    Height = 25
    Caption = #20851#38381'USB'
    TabOrder = 0
    OnClick = ButtonENClick
  end
  object ButtonDIS: TButton
    Left = 128
    Top = 16
    Width = 89
    Height = 25
    Caption = #21551#29992'USB'
    TabOrder = 1
    OnClick = ButtonDISClick
  end
  object EditKL: TEdit
    Left = 24
    Top = 7
    Width = 201
    Height = 43
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -35
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 2
    OnChange = EditKLChange
  end
end

⌨️ 快捷键说明

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