📄 frmprogress.frm
字号:
VERSION 5.00
Begin VB.Form FrmProgress
BorderStyle = 0 'None
Caption = "压缩进度"
ClientHeight = 885
ClientLeft = 0
ClientTop = 0
ClientWidth = 4095
Icon = "FrmProgress.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 885
ScaleWidth = 4095
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 975
Left = 0
TabIndex = 0
Top = -90
Width = 4095
Begin VB.Timer Timer1
Interval = 1000
Left = 2640
Top = 240
End
Begin VB.CommandButton Command1
Cancel = -1 'True
Caption = "取消"
Height = 375
Left = 3000
TabIndex = 3
Top = 360
Width = 855
End
Begin 魔剑压缩机.ProgressBar ProgressBar1
Height = 255
Left = 120
TabIndex = 1
Top = 480
Width = 2655
_ExtentX = 4683
_ExtentY = 450
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "当前文件:"
Height = 180
Left = 120
TabIndex = 2
Top = 240
Width = 810
End
End
End
Attribute VB_Name = "FrmProgress"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Cancel = True
End Sub
Private Sub Timer1_Timer()
ProgressBar1.Value = Pro
Label1.Caption = "当前文件:" & FileName
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -