102 lines
4.3 KiB
VB.net
102 lines
4.3 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class Form_备份管理
|
|||
|
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|
|||
|
|
'Form 重写 Dispose,以清理组件列表。
|
|||
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|||
|
|
Try
|
|||
|
|
If disposing AndAlso components IsNot Nothing Then
|
|||
|
|
components.Dispose()
|
|||
|
|
End If
|
|||
|
|
Finally
|
|||
|
|
MyBase.Dispose(disposing)
|
|||
|
|
End Try
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
'Windows 窗体设计器所必需的
|
|||
|
|
Private components As System.ComponentModel.IContainer
|
|||
|
|
|
|||
|
|
'注意: 以下过程是 Windows 窗体设计器所必需的
|
|||
|
|
'可以使用 Windows 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
|
Private Sub InitializeComponent()
|
|||
|
|
Me.bt_BackupNow = New System.Windows.Forms.Button()
|
|||
|
|
Me.bt_RestoreBackup = New System.Windows.Forms.Button()
|
|||
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
|
Me.lbl_LatestTime = New System.Windows.Forms.Label()
|
|||
|
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'bt_BackupNow
|
|||
|
|
'
|
|||
|
|
Me.bt_BackupNow.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.bt_BackupNow.Location = New System.Drawing.Point(122, 96)
|
|||
|
|
Me.bt_BackupNow.Name = "bt_BackupNow"
|
|||
|
|
Me.bt_BackupNow.Size = New System.Drawing.Size(124, 46)
|
|||
|
|
Me.bt_BackupNow.TabIndex = 9
|
|||
|
|
Me.bt_BackupNow.Text = "立即备份"
|
|||
|
|
Me.bt_BackupNow.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'bt_RestoreBackup
|
|||
|
|
'
|
|||
|
|
Me.bt_RestoreBackup.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.bt_RestoreBackup.Location = New System.Drawing.Point(312, 96)
|
|||
|
|
Me.bt_RestoreBackup.Name = "bt_RestoreBackup"
|
|||
|
|
Me.bt_RestoreBackup.Size = New System.Drawing.Size(124, 46)
|
|||
|
|
Me.bt_RestoreBackup.TabIndex = 9
|
|||
|
|
Me.bt_RestoreBackup.Text = "还原备份"
|
|||
|
|
Me.bt_RestoreBackup.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'Label1
|
|||
|
|
'
|
|||
|
|
Me.Label1.AutoSize = True
|
|||
|
|
Me.Label1.Font = New System.Drawing.Font("宋体", 16.0!)
|
|||
|
|
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
|
Me.Label1.Location = New System.Drawing.Point(26, 42)
|
|||
|
|
Me.Label1.Name = "Label1"
|
|||
|
|
Me.Label1.Size = New System.Drawing.Size(153, 22)
|
|||
|
|
Me.Label1.TabIndex = 10
|
|||
|
|
Me.Label1.Text = "最近备份时间:"
|
|||
|
|
'
|
|||
|
|
'lbl_LatestTime
|
|||
|
|
'
|
|||
|
|
Me.lbl_LatestTime.AutoSize = True
|
|||
|
|
Me.lbl_LatestTime.Font = New System.Drawing.Font("宋体", 16.0!)
|
|||
|
|
Me.lbl_LatestTime.ForeColor = System.Drawing.Color.BlueViolet
|
|||
|
|
Me.lbl_LatestTime.Location = New System.Drawing.Point(185, 42)
|
|||
|
|
Me.lbl_LatestTime.Name = "lbl_LatestTime"
|
|||
|
|
Me.lbl_LatestTime.Size = New System.Drawing.Size(0, 22)
|
|||
|
|
Me.lbl_LatestTime.TabIndex = 10
|
|||
|
|
'
|
|||
|
|
'ProgressBar1
|
|||
|
|
'
|
|||
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(45, 178)
|
|||
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|||
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(457, 23)
|
|||
|
|
Me.ProgressBar1.TabIndex = 11
|
|||
|
|
'
|
|||
|
|
'Form_备份管理
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(547, 246)
|
|||
|
|
Me.Controls.Add(Me.ProgressBar1)
|
|||
|
|
Me.Controls.Add(Me.lbl_LatestTime)
|
|||
|
|
Me.Controls.Add(Me.Label1)
|
|||
|
|
Me.Controls.Add(Me.bt_RestoreBackup)
|
|||
|
|
Me.Controls.Add(Me.bt_BackupNow)
|
|||
|
|
Me.Name = "Form_备份管理"
|
|||
|
|
Me.Text = "备份管理"
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents bt_BackupNow As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents bt_RestoreBackup As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents lbl_LatestTime As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
|
|||
|
|
End Class
|