📄 backup.dfm
字号:
inherited frmBackup: TfrmBackup
Left = 218
Top = 137
Width = 411
Height = 237
Caption = '备份数据'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object FloatPanel1: TFloatPanel
Left = 0
Top = 0
Width = 403
Height = 210
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 32
Width = 108
Height = 12
Caption = '请输入备份文件名:'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object seBackupDir: TSDEdit
Left = 40
Top = 64
Width = 321
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seBackupDir'
OnButtonClick = seBackupDirButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object BtnBackup: TBitBtn
Left = 88
Top = 128
Width = 75
Height = 25
Caption = '备份数据'
TabOrder = 1
OnClick = BtnBackupClick
Glyph.Data = {
4E010000424D4E01000000000000760000002800000012000000120000000100
040000000000D800000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666000
0000000000006666666604074770400000006666666604074770400000006666
6666044777744000000066666666044444444000000066666666047777774000
000066666666047FFFF74000000066666666047FFFF70000000060000066047F
FFF7400000008777780600000000000000008FF7780666661166660000008F7F
780666611116660000008FF7780666111111660000008F7F7806666611666600
00008FF7780666661166660000008888880666611866660000008FF7F7011111
866666000000688888666666666666000000}
end
object BtnCancel: TBitBtn
Left = 232
Top = 128
Width = 75
Height = 25
Caption = '取消'
TabOrder = 2
OnClick = BtnCancelClick
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000010000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
6666666666666666666666660000666668666666666666666666666666666666
0000666608866666666666666686666666666666000066691086666688666666
6888666666666666000066691088666008866666688866666886666600006669
1108869110866666688886668888666600006666911089111066666666888868
8888666600006666911191110666666666888888888666660000666669111110
6666666666688888886666660000666666911108866666666666888886666666
0000666666911110866666666666888888666666000066666911011088666666
6668888888666666000066666910691108866666666888688886666600006666
9106669110886666668886668888666600006666910666691108666666888666
6888866600006666696666669106666666686666668886660000666666666666
6966666666666666666866660000666666666666666666666666666666666666
0000}
NumGlyphs = 2
end
end
object OpenBackupDialog: TOpenDialog
Filter = '数据备份文件(*.dat)|*.dat|所有文件(*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Title = '请输入欲备份的文件名'
Left = 352
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -