📄 db_backupschedule.dfm
字号:
object DB_DfmBackupSchedule: TDB_DfmBackupSchedule
Left = 190
Top = 107
BorderIcons = []
BorderStyle = bsDialog
Caption = '备份时间'
ClientHeight = 170
ClientWidth = 405
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 = 15
object GroupBox1: TGroupBox
Left = 9
Top = 8
Width = 386
Height = 113
Caption = '备份方式'
TabOrder = 0
object FixTimeRadioButton: TRadioButton
Left = 10
Top = 30
Width = 100
Height = 21
Caption = '定时备份:'
TabOrder = 0
end
object CycleRadioButton: TRadioButton
Left = 10
Top = 74
Width = 100
Height = 21
Caption = '周期备份:'
TabOrder = 1
end
object FixDateDateTimePicker: TDateTimePicker
Left = 110
Top = 29
Width = 125
Height = 20
CalAlignment = dtaLeft
Date = 36925.3619292708
Time = 36925.3619292708
DateFormat = dfShort
DateMode = dmComboBox
ImeName = '中文 (简体) - 微软拼音'
Kind = dtkDate
ParseInput = False
TabOrder = 2
end
object FixTimeDateTimePicker: TDateTimePicker
Left = 250
Top = 29
Width = 125
Height = 20
CalAlignment = dtaLeft
Date = 36925.3621804398
Time = 36925.3621804398
DateFormat = dfShort
DateMode = dmComboBox
ImeName = '中文 (简体) - 微软拼音'
Kind = dtkTime
ParseInput = False
TabOrder = 3
end
object CycleTimeDateTimePicker: TDateTimePicker
Left = 250
Top = 71
Width = 125
Height = 20
CalAlignment = dtaLeft
Date = 36925.3622786227
Time = 36925.3622786227
DateFormat = dfShort
DateMode = dmComboBox
ImeName = '中文 (简体) - 微软拼音'
Kind = dtkTime
ParseInput = False
TabOrder = 4
end
object CycleTypeComboBox: TComboBox
Left = 110
Top = 71
Width = 125
Height = 23
Style = csDropDownList
ImeName = '中文 (简体) - 微软拼音'
ItemHeight = 15
TabOrder = 5
Items.Strings = (
'每天'
'每月'
'每季'
'每年')
end
end
object Button1: TButton
Left = 194
Top = 131
Width = 94
Height = 32
Caption = '确定'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 300
Top = 131
Width = 94
Height = 32
Caption = '取消'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -