📄 frmhetongtongji.frm
字号:
VERSION 5.00
Begin VB.Form Form16
BackColor = &H00C0FFFF&
Caption = "数据备份"
ClientHeight = 4395
ClientLeft = 60
ClientTop = 450
ClientWidth = 5910
LinkTopic = "Form16"
MaxButton = 0 'False
ScaleHeight = 4395
ScaleWidth = 5910
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox CommonDialog1
Height = 480
Left = 2040
ScaleHeight = 420
ScaleWidth = 1140
TabIndex = 2
Top = 240
Width = 1200
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 3240
TabIndex = 1
Top = 3000
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "备份"
Height = 495
Left = 1080
TabIndex = 0
Top = 3000
Width = 1215
End
End
Attribute VB_Name = "Form16"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -