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

📄 addtask.frm

📁 用VISUAL BASIC编制的,一个好用的扫描器
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form addtask 
   BackColor       =   &H00BFBFBF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Add Task Wizard"
   ClientHeight    =   4035
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6120
   Icon            =   "addtask.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4035
   ScaleWidth      =   6120
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame1 
      BackColor       =   &H00BFBFBF&
      Height          =   3975
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   6135
      Begin VB.Frame Frame7 
         BackColor       =   &H00BFBFBF&
         Caption         =   "Step 4"
         Height          =   3615
         Left            =   1560
         TabIndex        =   41
         Top             =   600
         Visible         =   0   'False
         Width           =   3855
         Begin VB.TextBox Text5 
            Height          =   285
            Left            =   960
            TabIndex        =   49
            Top             =   1440
            Width           =   1215
         End
         Begin VB.TextBox Text4 
            Height          =   285
            Left            =   960
            TabIndex        =   47
            Top             =   840
            Width           =   1215
         End
         Begin VB.CommandButton Command19 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Next"
            Height          =   375
            Left            =   2880
            Style           =   1  'Graphical
            TabIndex        =   44
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command18 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Back"
            Height          =   375
            Left            =   1920
            Style           =   1  'Graphical
            TabIndex        =   43
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command17 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Cancel"
            Height          =   375
            Left            =   120
            Style           =   1  'Graphical
            TabIndex        =   42
            Top             =   3120
            Width           =   855
         End
         Begin VB.Label Label15 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "To:"
            Height          =   195
            Left            =   240
            TabIndex        =   48
            Top             =   1440
            Width           =   240
         End
         Begin VB.Label Label14 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "From:"
            Height          =   195
            Left            =   240
            TabIndex        =   46
            Top             =   840
            Width           =   390
         End
         Begin VB.Label Label13 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "What Ports would you like to scan?"
            Height          =   195
            Left            =   240
            TabIndex        =   45
            Top             =   240
            Width           =   2505
         End
      End
      Begin VB.Frame Frame6 
         BackColor       =   &H00BFBFBF&
         Caption         =   "Step 3"
         Height          =   3615
         Left            =   4440
         TabIndex        =   31
         Top             =   360
         Visible         =   0   'False
         Width           =   3855
         Begin VB.CommandButton Command16 
            BackColor       =   &H00BFBFBF&
            Caption         =   "RUN NOW"
            Height          =   375
            Left            =   1560
            Style           =   1  'Graphical
            TabIndex        =   40
            Top             =   1200
            Width           =   1215
         End
         Begin VB.TextBox Text3 
            Height          =   285
            Left            =   1560
            MaxLength       =   11
            TabIndex        =   36
            Text            =   "10:34:00 PM"
            Top             =   2280
            Width           =   1095
         End
         Begin VB.CommandButton Command15 
            BackColor       =   &H00BFBFBF&
            Caption         =   "DONE"
            Height          =   375
            Left            =   2880
            Style           =   1  'Graphical
            TabIndex        =   34
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command14 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Back"
            Height          =   375
            Left            =   1920
            Style           =   1  'Graphical
            TabIndex        =   33
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command13 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Cancel"
            Height          =   375
            Left            =   120
            Style           =   1  'Graphical
            TabIndex        =   32
            Top             =   3120
            Width           =   855
         End
         Begin VB.Line Line1 
            X1              =   120
            X2              =   3720
            Y1              =   720
            Y2              =   720
         End
         Begin VB.Label Label12 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "Run This Task Immediately"
            Height          =   195
            Left            =   1200
            TabIndex        =   39
            Top             =   960
            Width           =   1920
         End
         Begin VB.Label Label11 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "EG:  10:34:00 PM"
            Height          =   195
            Left            =   1440
            TabIndex        =   38
            Top             =   2640
            Width           =   1275
         End
         Begin VB.Label Label10 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "Schedule this task for:"
            Height          =   195
            Left            =   1320
            TabIndex        =   37
            Top             =   2040
            Width           =   1575
         End
         Begin VB.Label Label9 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "When would you like to run this task?"
            Height          =   195
            Left            =   240
            TabIndex        =   35
            Top             =   240
            Width           =   2655
         End
      End
      Begin VB.Frame Frame5 
         BackColor       =   &H00BFBFBF&
         Caption         =   "Step 3"
         Height          =   3615
         Left            =   480
         TabIndex        =   23
         Top             =   1560
         Visible         =   0   'False
         Width           =   3855
         Begin VB.CheckBox Check3 
            BackColor       =   &H00BFBFBF&
            Caption         =   "View Incomming Server Messages"
            Height          =   255
            Left            =   600
            TabIndex        =   30
            Top             =   1920
            Width           =   3135
         End
         Begin VB.CheckBox Check2 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Scan for Proxy servers"
            Height          =   255
            Left            =   600
            TabIndex        =   29
            Top             =   1440
            Width           =   2295
         End
         Begin VB.CheckBox Check1 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Scan Ports for connectivety"
            Height          =   375
            Left            =   600
            TabIndex        =   28
            Top             =   840
            Width           =   3015
         End
         Begin VB.CommandButton Command12 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Cancel"
            Height          =   375
            Left            =   120
            Style           =   1  'Graphical
            TabIndex        =   26
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command11 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Back"
            Height          =   375
            Left            =   1920
            Style           =   1  'Graphical
            TabIndex        =   25
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command10 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Next"
            Height          =   375
            Left            =   2880
            Style           =   1  'Graphical
            TabIndex        =   24
            Top             =   3120
            Width           =   855
         End
         Begin VB.Label Label8 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "What would you like to do?"
            Height          =   195
            Left            =   240
            TabIndex        =   27
            Top             =   240
            Width           =   1935
         End
      End
      Begin VB.Frame Frame4 
         BackColor       =   &H00BFBFBF&
         Caption         =   "Step 2"
         Height          =   3615
         Left            =   6120
         TabIndex        =   16
         Top             =   -3480
         Visible         =   0   'False
         Width           =   3855
         Begin VB.CommandButton Command9 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Next"
            Height          =   375
            Left            =   2880
            Style           =   1  'Graphical
            TabIndex        =   20
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command8 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Back"
            Height          =   375
            Left            =   1920
            Style           =   1  'Graphical
            TabIndex        =   19
            Top             =   3120
            Width           =   855
         End
         Begin VB.CommandButton Command7 
            BackColor       =   &H00BFBFBF&
            Caption         =   "Cancel"
            Height          =   375
            Left            =   120
            Style           =   1  'Graphical
            TabIndex        =   18
            Top             =   3120
            Width           =   855
         End
         Begin VB.TextBox Text2 
            Height          =   375
            Left            =   1080
            MaxLength       =   15
            ScrollBars      =   1  'Horizontal
            TabIndex        =   17
            Top             =   1320
            Width           =   1455
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "Enter The IP you wish to taget"
            Height          =   195
            Left            =   240
            TabIndex        =   22
            Top             =   240
            Width           =   2145
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "IP ADDRESS"
            Height          =   195
            Left            =   1320
            TabIndex        =   21
            Top             =   840
            Width           =   975
         End
      End
      Begin VB.Frame Frame2 
         BackColor       =   &H00BFBFBF&
         Caption         =   "Step 1"
         Height          =   3615
         Left            =   -3600
         TabIndex        =   5
         Top             =   -360
         Visible         =   0   'False
         Width           =   3855
         Begin VB.ComboBox target_type 
            Height          =   315
            ItemData        =   "addtask.frx":0442

⌨️ 快捷键说明

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