frmmassage.frm

来自「oracle和sql自动备份系统」· FRM 代码 · 共 43 行

FRM
43
字号
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 + =
减小字号Ctrl + -
显示快捷键?