📄 dr_addbackupdevice.dfm
字号:
object DR_DfmBackupDestination: TDR_DfmBackupDestination
Left = 192
Top = 107
BorderIcons = []
BorderStyle = bsDialog
Caption = '选择恢复设备'
ClientHeight = 64
ClientWidth = 269
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 6
Top = 10
Width = 84
Height = 12
Caption = '选择备份设备:'
end
object DestinationComboBox: TComboBox
Left = 94
Top = 6
Width = 168
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
end
object Button1: TButton
Left = 106
Top = 34
Width = 75
Height = 25
Caption = '确认'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 186
Top = 34
Width = 75
Height = 25
Caption = '取消'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -