📄 form1.frm
字号:
VERSION 5.00
Object = "{48E59290-9880-11CF-9754-00AA00C00908}#1.0#0"; "MSINET.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7950
ClientLeft = 60
ClientTop = 450
ClientWidth = 9960
LinkTopic = "Form1"
ScaleHeight = 7950
ScaleWidth = 9960
StartUpPosition = 3 'Windows Default
Begin MSComctlLib.ListView ListView1
Height = 4575
Left = 2160
TabIndex = 3
Top = 2880
Width = 6975
_ExtentX = 12303
_ExtentY = 8070
View = 3
LabelEdit = 1
Sorted = -1 'True
MultiSelect = -1 'True
LabelWrap = 0 'False
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin VB.TextBox Text1
Height = 375
Left = 1320
TabIndex = 2
Text = "Text1"
Top = 1800
Width = 3615
End
Begin MSComDlg.CommonDialog CommonDialog1
Left = 1200
Top = 3720
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.CommandButton Select
Caption = "Select"
Height = 495
Left = 5640
TabIndex = 1
Top = 1680
Width = 1575
End
Begin InetCtlsObjects.Inet Inet1
Left = 600
Top = 4680
_ExtentX = 1005
_ExtentY = 1005
_Version = 393216
End
Begin VB.CommandButton LoadCmd
Caption = "LoadCmd"
Height = 735
Left = 5640
TabIndex = 0
Top = 360
Width = 1695
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim sTmpDate As Date
Dim strDate(9) As String
Private Sub Command1_Click()
End Sub
Private Sub LoadCmd_Click()
Dim GetHtmBytes() As Byte
Dim ReStr() As String, ReStr1() As String
Dim sURL As String
Dim str1 As String
Dim str2 As String
Dim I As Long, N As Long
Dim 逆
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -