📄 form2.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{D85F17FA-1A65-4C49-9E12-15A5C27E81B6}#1.0#0"; "DOWNLOADER.OCX"
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "Download"
ClientHeight = 3540
ClientLeft = 36
ClientTop = 264
ClientWidth = 5628
Icon = "Form2.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
ScaleHeight = 3540
ScaleWidth = 5628
StartUpPosition = 3 'Windows Default
Begin VB.Timer Timer1
Interval = 500
Left = 0
Top = 0
End
Begin VB.CommandButton Command3
Caption = "Open"
Height = 348
Left = 1584
TabIndex = 24
Top = 3168
Width = 1308
End
Begin VB.Frame Frame3
Height = 636
Left = 3360
TabIndex = 13
Top = 0
Width = 2220
Begin VB.Label BytesRead
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "0"
ForeColor = &H00008000&
Height = 300
Left = 1200
TabIndex = 16
Top = 144
Width = 876
End
Begin VB.Label BytesLeft
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "0"
ForeColor = &H00008000&
Height = 252
Left = 1200
TabIndex = 14
Top = 384
Width = 876
End
Begin VB.Label Label5
Caption = "Bytes Read:"
Height = 252
Left = 96
TabIndex = 17
Top = 144
Width = 1164
End
Begin VB.Label Label4
Caption = "Bytes Left:"
Height = 204
Left = 96
TabIndex = 15
Top = 384
Width = 1116
End
End
Begin VB.Frame Frame2
Height = 636
Left = 672
TabIndex = 8
Top = 0
Width = 2652
Begin VB.Label CurSpeed
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "0.00 k/sec"
ForeColor = &H00008000&
Height = 252
Left = 1056
TabIndex = 9
Top = 144
Width = 1452
End
Begin VB.Label TimeLeft
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "0:00"
ForeColor = &H00008000&
Height = 252
Left = 1056
TabIndex = 11
Top = 384
Width = 1452
End
Begin VB.Label Label7
Caption = "Estimated Time Left:"
Height = 204
Left = 96
TabIndex = 12
Top = 384
Width = 2172
End
Begin VB.Label Label3
Caption = "Current Speed:"
Height = 252
Left = 96
TabIndex = 10
Top = 144
Width = 1500
End
End
Begin VB.CommandButton Command2
Caption = "Open Folder"
Height = 348
Left = 2928
TabIndex = 4
Top = 3168
Width = 1308
End
Begin VB.CommandButton Command1
Caption = "Cancel"
Height = 348
Left = 4272
Style = 1 'Graphical
TabIndex = 3
Top = 3168
Width = 1308
End
Begin Downloader.DownLoad DownLoad1
Left = 5088
Top = 816
_ExtentX = 699
_ExtentY = 699
End
Begin VB.CheckBox Check1
Caption = "Close this window when download is completed."
BeginProperty Font
Name = "MS Sans Serif"
Size = 7.8
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 204
Left = 48
MouseIcon = "Form2.frx":08CA
MousePointer = 99 'Custom
TabIndex = 5
Top = 2688
Width = 5532
End
Begin VB.Frame Frame1
Height = 1068
Left = 48
TabIndex = 0
Top = 624
Width = 5532
Begin VB.Label CurUSER
Caption = "Current User:"
ForeColor = &H00008000&
Height = 204
Left = 144
TabIndex = 25
Top = 816
Width = 4860
End
Begin VB.Label SaveTo
Caption = "Save To: K:\MyNewKazaa\My Downloaded Files"
ForeColor = &H00008000&
Height = 204
Left = 144
TabIndex = 21
Top = 528
Width = 5292
End
Begin VB.Label CurURL
Height = 204
Left = 576
TabIndex = 7
Top = -500
Width = 4860
End
Begin VB.Label CurFile
ForeColor = &H00008000&
Height = 204
Left = 1104
TabIndex = 6
Top = 240
Width = 4332
End
Begin VB.Label Label2
Caption = "URL:"
Height = 156
Left = 144
TabIndex = 2
Top = -500
Width = 444
End
Begin VB.Label Label1
Caption = "Current File:"
ForeColor = &H00008000&
Height = 204
Left = 144
TabIndex = 1
Top = 240
Width = 924
End
End
Begin VB.Frame Frame4
Height = 444
Left = 48
TabIndex = 18
Top = 1632
Width = 5532
Begin MSComctlLib.ProgressBar Progress
Height = 252
Left = 48
TabIndex = 19
Top = 144
Width = 4956
_ExtentX = 8742
_ExtentY = 445
_Version = 393216
BorderStyle = 1
Appearance = 1
End
Begin VB.Label Percent
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "0%"
BeginProperty Font
Name = "MS Sans Serif"
Size = 7.8
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 252
Left = 4992
TabIndex = 20
Top = 144
Width = 492
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -