📄 uclosecd.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 + -