📄 backuprestoremain.~dfm
字号:
object BRMainForm: TBRMainForm
Left = 348
Top = 277
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = #22791#20221#21644#24674#22797#25968#25454
ClientHeight = 164
ClientWidth = 345
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefault
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 345
Height = 81
Align = alTop
Caption = 'Panel1'
TabOrder = 0
object GroupBox1: TGroupBox
Left = 1
Top = 1
Width = 343
Height = 79
Align = alClient
Caption = #22791#20221#25968#25454#24211#65306
Color = cl3DLight
ParentColor = False
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 27
Width = 156
Height = 13
AutoSize = False
Caption = #36873#25321#35201#22791#20221#30340#36335#24452#21644#25991#20214#21517#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lbBKFileName: TLabel
Left = 22
Top = 46
Width = 3
Height = 13
end
object btBackup: TBitBtn
Left = 174
Top = 23
Width = 49
Height = 17
Caption = #27983#35272'...'
TabOrder = 0
OnClick = btBackupClick
end
object btBKStart: TButton
Left = 249
Top = 42
Width = 75
Height = 25
Caption = #24320#22987#22791#20221
TabOrder = 1
OnClick = btBKStartClick
end
end
end
object Panel2: TPanel
Left = 0
Top = 81
Width = 345
Height = 83
Align = alClient
Caption = 'Panel2'
TabOrder = 1
object GroupBox2: TGroupBox
Left = 1
Top = 1
Width = 343
Height = 81
Align = alClient
Caption = #24674#22797#25968#25454#24211#65306
Color = cl3DLight
ParentColor = False
TabOrder = 0
object Label2: TLabel
Left = 16
Top = 27
Width = 132
Height = 13
AutoSize = False
Caption = #36873#25321#24674#22797#30340#25968#25454#24211#25991#20214#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lbRSFileName: TLabel
Left = 16
Top = 48
Width = 3
Height = 13
end
object btRestore: TButton
Left = 174
Top = 23
Width = 49
Height = 17
Caption = #27983#35272'...'
TabOrder = 0
OnClick = btRestoreClick
end
object btRSStart: TBitBtn
Left = 251
Top = 43
Width = 75
Height = 25
Caption = #24320#22987#24674#22797
TabOrder = 1
OnClick = btRSStartClick
end
end
end
object backupDialog: TOpenDialog
DefaultExt = '.dat'
Filter = '.dat|*.dat'
Left = 28
Top = 59
end
object RestoreDialog: TSaveDialog
DefaultExt = '.dat'
Filter = '.dat'
Left = 27
Top = 165
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -