📄 formcompare.frm
字号:
VERSION 5.00
Object = "{48E59290-9880-11CF-9754-00AA00C00908}#1.0#0"; "MSINET.OCX"
Begin VB.Form FormCompare
BackColor = &H00EBF0F0&
BorderStyle = 1 'Fixed Single
Caption = "特征字符提取"
ClientHeight = 6990
ClientLeft = 45
ClientTop = 330
ClientWidth = 10875
Icon = "FormCompare.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 6990
ScaleWidth = 10875
StartUpPosition = 1 '所有者中心
Begin VB.TextBox Text2
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
ForeColor = &H00000000&
Height = 6735
Left = 5400
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 1
Top = 240
Width = 5450
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
ForeColor = &H00000000&
Height = 6735
Left = 0
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 0
Top = 240
Width = 5400
End
Begin InetCtlsObjects.Inet Inet1
Left = 960
Top = 600
_ExtentX = 1005
_ExtentY = 1005
_Version = 393216
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "请比较该网址返回真(左边)和返回假(右边)的字符串,左边存在而右边不存在的任何字符串都可做为[特征字符]"
Height = 255
Left = 0
TabIndex = 2
Top = 10
Width = 9135
End
End
Attribute VB_Name = "FormCompare"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Text1.Text = Inet1.OpenURL(Main.URL.Text & " And 1=1")
Text2.Text = Inet1.OpenURL(Main.URL.Text & " And 1=2")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -