📄 frmmassage.frm
字号:
VERSION 5.00
Begin VB.Form Frmmassage
Caption = "消息"
ClientHeight = 765
ClientLeft = 60
ClientTop = 345
ClientWidth = 5160
Icon = "Frmmassage.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 765
ScaleWidth = 5160
StartUpPosition = 1 '所有者中心
Begin VB.Label Label1
Caption = "正在备份,请稍后。。。。。。。。。。。"
Height = 255
Left = 600
TabIndex = 0
Top = 240
Width = 3855
End
End
Attribute VB_Name = "Frmmassage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim i, j As Integer
Private Sub Form_Load()
Dim Tempstr As String
Frmmassage.Caption = "数据库正在备份,请稍后......"
Frmmassage.Refresh
i = 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -