uclosecd.dfm

来自「可以控制多个光驱」· DFM 代码 · 共 47 行

DFM
47
字号
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 + =
减小字号Ctrl + -
显示快捷键?