⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmstate.frm

📁 对文件的加密解密
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmState 
   BorderStyle     =   0  'None
   ClientHeight    =   1635
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5490
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   1635
   ScaleWidth      =   5490
   StartUpPosition =   1  '所有者中心
   Begin MSComctlLib.ProgressBar PrgFile 
      Height          =   285
      Left            =   135
      TabIndex        =   0
      Top             =   615
      Width           =   5250
      _ExtentX        =   9260
      _ExtentY        =   503
      _Version        =   393216
      BorderStyle     =   1
      Appearance      =   0
      Scrolling       =   1
   End
   Begin MSComctlLib.ProgressBar PrgAll 
      Height          =   285
      Left            =   135
      TabIndex        =   4
      Top             =   1170
      Width           =   5250
      _ExtentX        =   9260
      _ExtentY        =   503
      _Version        =   393216
      BorderStyle     =   1
      Appearance      =   0
      Scrolling       =   1
   End
   Begin VB.Shape Shape1 
      Height          =   1635
      Left            =   0
      Top             =   0
      Width           =   5490
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "总进度"
      Height          =   180
      Left            =   180
      TabIndex        =   5
      Top             =   975
      Width           =   540
   End
   Begin VB.Label lbFileNum 
      Alignment       =   1  'Right Justify
      BackStyle       =   0  'Transparent
      Caption         =   "Label1"
      Height          =   210
      Left            =   2625
      TabIndex        =   3
      Top             =   945
      Width           =   2715
   End
   Begin VB.Label lbFileName 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "lbFileName"
      Height          =   180
      Left            =   195
      TabIndex        =   2
      Top             =   375
      Width           =   5130
   End
   Begin VB.Label lbMessage 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "."
      Height          =   195
      Left            =   60
      TabIndex        =   1
      Top             =   75
      Width           =   5385
   End
End
Attribute VB_Name = "frmState"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Load()

    frmMain.Visible = False

End Sub

Private Sub Form_Unload(Cancel As Integer)

    frmMain.Visible = True

End Sub


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -