📄 bfgl.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form BFGL
BackColor = &H00FFFF00&
Caption = "数据备份管理器"
ClientHeight = 5685
ClientLeft = 60
ClientTop = 450
ClientWidth = 7965
LinkTopic = "Form2"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 5685
ScaleWidth = 7965
Begin VB.TextBox Text1
Height = 450
Left = 630
TabIndex = 6
Top = 3840
Width = 6705
End
Begin VB.CommandButton Command3
Caption = "删除选中备份"
Height = 495
Left = 5520
TabIndex = 5
Top = 4620
Width = 1800
End
Begin VB.CommandButton Command2
Caption = "恢复数据库到选中备份"
Height = 480
Left = 2955
TabIndex = 4
Top = 4665
Width = 2055
End
Begin VB.CommandButton Command1
Caption = "备份当前数据库"
Height = 480
Left = 645
TabIndex = 3
Top = 4665
Width = 1830
End
Begin MSComctlLib.ListView ListView1
Height = 2595
Left = 660
TabIndex = 0
Top = 570
Width = 6690
_ExtentX = 11800
_ExtentY = 4577
LabelWrap = -1 'True
HideSelection = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin VB.Shape Shape1
BorderColor = &H00000000&
Height = 5400
Left = 165
Top = 75
Width = 7665
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "备份默认路径:"
ForeColor = &H00000000&
Height = 270
Left = 630
TabIndex = 2
Top = 3525
Width = 1620
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
BackStyle = 0 'Transparent
Caption = "已有备份"
ForeColor = &H00000000&
Height = 285
Left = 630
TabIndex = 1
Top = 225
Width = 975
End
End
Attribute VB_Name = "BFGL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Width = 8085
Me.Height = 6195
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -