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

📄 uclosecd.dfm

📁 可以控制多个光驱
💻 DFM
字号:
object frmCloseCD: TfrmCloseCD
  Left = 463
  Top = 140
  BorderIcons = [biSystemMenu]
  BorderStyle = bsNone
  ClientHeight = 46
  ClientWidth = 138
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clRed
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 11
    Top = 53
    Width = 3
    Height = 13
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object btnCloseCD: TButton
    Left = 0
    Top = 0
    Width = 138
    Height = 46
    Cursor = crHandPoint
    Default = True
    TabOrder = 0
    OnClick = btnCloseCDClick
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 10
    Top = 10
  end
end

⌨️ 快捷键说明

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