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

📄 unit1.dfm

📁 自己编写的简单禁用usb端口的程序。 演示程序登录密码99366
💻 DFM
字号:
object FormMain: TFormMain
  Left = 281
  Top = 369
  Width = 456
  Height = 295
  Caption = 'FormMain'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Buttonenable: TButton
    Left = 256
    Top = 64
    Width = 81
    Height = 33
    Caption = #24320#21551'USB'#25903#25345
    TabOrder = 1
    OnClick = ButtonenableClick
  end
  object Buttonclose: TButton
    Left = 112
    Top = 64
    Width = 81
    Height = 33
    Caption = #20851#38381'USB'#25903#25345
    TabOrder = 2
    OnClick = ButtoncloseClick
  end
  object Button_Exit: TButton
    Left = 352
    Top = 200
    Width = 81
    Height = 25
    Caption = #36864#20986
    Default = True
    TabOrder = 0
    OnClick = Button_ExitClick
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 246
    Width = 448
    Height = 19
    Panels = <>
  end
  object Timer1: TTimer
    Interval = 300
    OnTimer = Timer1Timer
    Left = 16
    Top = 32
  end
end

⌨️ 快捷键说明

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