📄 frmprogress.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmProgress
BorderStyle = 1 'Fixed Single
Caption = "Task Progress "
ClientHeight = 1515
ClientLeft = 5160
ClientTop = 5760
ClientWidth = 3435
Icon = "FrmProgress.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1515
ScaleWidth = 3435
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 135
Left = 1440
TabIndex = 4
Top = 1320
Width = 1935
_ExtentX = 3413
_ExtentY = 238
_Version = 393216
Appearance = 1
End
Begin VB.Label Label1
Caption = "Progress Bar:"
Height = 255
Left = 120
TabIndex = 5
Top = 1280
Width = 1215
End
Begin VB.Line Line1
BorderColor = &H80000005&
Index = 1
X1 = 120
X2 = 3360
Y1 = 1220
Y2 = 1220
End
Begin VB.Line Line1
Index = 0
X1 = 120
X2 = 3360
Y1 = 1200
Y2 = 1200
End
Begin VB.Label lblprogress
Caption = "4.Build Links"
Height = 255
Index = 3
Left = 360
TabIndex = 3
Top = 840
Width = 2655
End
Begin VB.Label lblprogress
Caption = "3.Build Nodes"
Height = 255
Index = 2
Left = 360
TabIndex = 2
Top = 600
Width = 2655
End
Begin VB.Label lblprogress
Caption = "2.Write to MDB Files"
Height = 255
Index = 1
Left = 360
TabIndex = 1
Top = 360
Width = 2655
End
Begin VB.Label lblprogress
Caption = "1.Read EMME/2 Data"
Height = 255
Index = 0
Left = 360
TabIndex = 0
Top = 120
Width = 2655
End
End
Attribute VB_Name = "FrmProgress"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -