⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmwebrobot.frm

📁 vb写的网络蜘蛛程序
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Object = "{FE0065C0-1B7B-11CF-9D53-00AA003C9CB6}#1.1#0"; "COMCT232.OCX"
Object = "{48E59290-9880-11CF-9754-00AA00C00908}#1.0#0"; "MSINET.OCX"
Begin VB.Form frmWebRobot 
   Caption         =   "搜索引擎"
   ClientHeight    =   5070
   ClientLeft      =   1020
   ClientTop       =   3270
   ClientWidth     =   7515
   Icon            =   "frmWebRobot.frx":0000
   LinkTopic       =   "Form1"
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   5070
   ScaleWidth      =   7515
   StartUpPosition =   2  'CenterScreen
   WindowState     =   2  'Maximized
   Begin ComctlLib.Toolbar tbToolbar 
      Align           =   1  'Align Top
      Height          =   420
      Left            =   0
      TabIndex        =   8
      Top             =   0
      Width           =   7515
      _ExtentX        =   13256
      _ExtentY        =   741
      ButtonWidth     =   609
      ButtonHeight    =   582
      AllowCustomize  =   0   'False
      Appearance      =   1
      ImageList       =   "ilToolbarIcons"
      _Version        =   327682
      BeginProperty Buttons {0713E452-850A-101B-AFC0-4210102A8DA7} 
         NumButtons      =   3
         BeginProperty Button1 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   "btnSeparator1"
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button2 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   "btnSearch"
            Object.ToolTipText     =   "Begin Web Search"
            Object.Tag             =   ""
            ImageIndex      =   1
         EndProperty
         BeginProperty Button3 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Enabled         =   0   'False
            Key             =   "btnStop"
            Object.ToolTipText     =   "Stop Search"
            Object.Tag             =   ""
            ImageIndex      =   2
         EndProperty
      EndProperty
   End
   Begin VB.ComboBox txtURL 
      Height          =   300
      Left            =   1800
      TabIndex        =   12
      Top             =   600
      Width           =   4575
   End
   Begin VB.TextBox txtSearchDepth 
      Enabled         =   0   'False
      Height          =   300
      Left            =   5880
      MaxLength       =   3
      TabIndex        =   9
      Text            =   "2"
      Top             =   1080
      Width           =   444
   End
   Begin VB.TextBox txtSearchString 
      Height          =   315
      Left            =   1800
      TabIndex        =   7
      Top             =   1080
      Width           =   2715
   End
   Begin VB.Timer tmrBusy 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   6840
      Top             =   1440
   End
   Begin VB.PictureBox picBusy 
      AutoSize        =   -1  'True
      Height          =   540
      Left            =   6600
      Picture         =   "frmWebRobot.frx":0442
      ScaleHeight     =   480
      ScaleWidth      =   480
      TabIndex        =   5
      Top             =   480
      Width           =   540
   End
   Begin VB.PictureBox pbDivider 
      BackColor       =   &H00C0C0C0&
      BorderStyle     =   0  'None
      Height          =   3672
      Left            =   2880
      MousePointer    =   9  'Size W E
      ScaleHeight     =   3675
      ScaleWidth      =   75
      TabIndex        =   4
      Top             =   960
      Width           =   72
   End
   Begin MSComDlg.CommonDialog cmnSaveAs 
      Left            =   6876
      Top             =   3432
      _ExtentX        =   688
      _ExtentY        =   688
      _Version        =   393216
      FilterIndex     =   270
      FontSize        =   6.89873e-38
   End
   Begin ComCtl2.UpDown udSearchDepth 
      Height          =   300
      Left            =   5640
      TabIndex        =   11
      Top             =   1080
      Width           =   240
      _ExtentX        =   423
      _ExtentY        =   529
      _Version        =   327681
      Enabled         =   0   'False
   End
   Begin ComctlLib.TreeView tvURLTreeView 
      Height          =   3132
      Left            =   60
      TabIndex        =   3
      Top             =   1500
      Width           =   2832
      _ExtentX        =   5001
      _ExtentY        =   5530
      _Version        =   327682
      LabelEdit       =   1
      Style           =   7
      ImageList       =   "ilTreeIcons"
      BorderStyle     =   1
      Appearance      =   1
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin ComctlLib.StatusBar sbHTTPStatus 
      Align           =   2  'Align Bottom
      Height          =   360
      Left            =   0
      TabIndex        =   2
      Top             =   4710
      Width           =   7515
      _ExtentX        =   13256
      _ExtentY        =   635
      SimpleText      =   ""
      _Version        =   327682
      BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7} 
         NumPanels       =   4
         BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Alignment       =   1
            AutoSize        =   1
            Object.Width           =   3368
            MinWidth        =   2230
            TextSave        =   ""
            Key             =   ""
            Object.Tag             =   ""
            Object.ToolTipText     =   "HTTP Control State"
         EndProperty
         BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Alignment       =   1
            AutoSize        =   1
            Object.Width           =   3240
            MinWidth        =   2102
            TextSave        =   ""
            Key             =   ""
            Object.Tag             =   ""
            Object.ToolTipText     =   "Protocol Status"
         EndProperty
         BeginProperty Panel3 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Style           =   5
            Alignment       =   1
            AutoSize        =   1
            Object.Width           =   3114
            MinWidth        =   1976
            TextSave        =   "17:55"
            Key             =   ""
            Object.Tag             =   ""
            Object.ToolTipText     =   "Time"
         EndProperty
         BeginProperty Panel4 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Style           =   6
            Alignment       =   1
            AutoSize        =   1
            Object.Width           =   2902
            MinWidth        =   1764
            TextSave        =   "2005-2-22"
            Key             =   ""
            Object.Tag             =   ""
            Object.ToolTipText     =   "Date"
         EndProperty
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin RichTextLib.RichTextBox txtOutput 
      Height          =   3135
      Left            =   2940
      TabIndex        =   0
      Top             =   1500
      Width           =   3615
      _ExtentX        =   6376
      _ExtentY        =   5530
      _Version        =   393217
      ScrollBars      =   3
      RightMargin     =   1
      TextRTF         =   $"frmWebRobot.frx":0884
   End
   Begin InetCtlsObjects.Inet Inet1 
      Left            =   6840
      Top             =   360
      _ExtentX        =   794
      _ExtentY        =   794
      _Version        =   393216
      Protocol        =   4
      URL             =   "http://"
   End
   Begin VB.Label lblSearchDepth 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      BackColor       =   &H8000000B&
      Caption         =   "查找深度"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   240
      Left            =   4560
      TabIndex        =   10
      Top             =   1080
      Width           =   1035
   End
   Begin ComctlLib.ImageList ilToolbarIcons 
      Left            =   6780
      Top             =   2640
      _ExtentX        =   794
      _ExtentY        =   794
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   327682
      BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
         NumListImages   =   2
         BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":0ABE
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":0E10
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin VB.Label lblSearch 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "查找字符串"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   240
      Left            =   480
      TabIndex        =   6
      Top             =   1080
      Width           =   1290
   End
   Begin ComctlLib.ImageList ilTreeIcons 
      Left            =   6780
      Top             =   1980
      _ExtentX        =   794
      _ExtentY        =   794
      BackColor       =   -2147483643
      ImageWidth      =   22
      ImageHeight     =   22
      MaskColor       =   12632256
      _Version        =   327682
      BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
         NumListImages   =   6
         BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":112A
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":1444
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":175E
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":1A78
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":1D92
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":20AC
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin ComctlLib.ImageList ilBusyIcons 
      Left            =   6780
      Top             =   840
      _ExtentX        =   794
      _ExtentY        =   794
      BackColor       =   -2147483643
      ImageWidth      =   32
      ImageHeight     =   32
      MaskColor       =   12632256
      _Version        =   327682
      BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
         NumListImages   =   8
         BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":23C6
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":26E0
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":29FA
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmWebRobot.frx":2D14

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -