📄 form10.frm
字号:
VERSION 5.00
Begin VB.Form Form10
Caption = "数据处理"
ClientHeight = 3120
ClientLeft = 60
ClientTop = 420
ClientWidth = 4680
LinkTopic = "Form10"
ScaleHeight = 3120
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "取消"
Height = 495
Left = 1560
TabIndex = 2
Top = 2040
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "数据恢复"
Height = 495
Left = 2760
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "数据备份"
Height = 495
Left = 480
TabIndex = 0
Top = 840
Width = 1215
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -