📄 form10.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Begin VB.Form Form10
BorderStyle = 3 'Fixed Dialog
Caption = "Form10"
ClientHeight = 4470
ClientLeft = 45
ClientTop = 330
ClientWidth = 6240
LinkTopic = "Form10"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 4470
ScaleWidth = 6240
ShowInTaskbar = 0 'False
Begin VB.DriveListBox Drive1
Height = 300
Left = 1680
TabIndex = 4
Top = 1200
Width = 2895
End
Begin VB.DirListBox Dir1
Height = 1560
Left = 1680
TabIndex = 3
Top = 1680
Width = 2895
End
Begin VB.CommandButton Command1
Caption = "开始恢复"
Height = 495
Left = 1680
TabIndex = 2
Top = 3360
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "返回"
Height = 495
Left = 3360
TabIndex = 1
Top = 3360
Width = 1215
End
Begin MSComctlLib.ProgressBar Pb1
Height = 180
Left = 0
TabIndex = 0
Top = 4320
Width = 6255
_ExtentX = 11033
_ExtentY = 318
_Version = 393216
Appearance = 1
Min = 1
Max = 200
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "工资管理系统数据恢复"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 315
Left = 1560
TabIndex = 6
Top = 0
Width = 3300
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "请选择恢复数据的目标路径"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 240
Left = 1560
TabIndex = 5
Top = 840
Width = 3060
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Top = 1000
Me.Left = 3000
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -