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

📄 frmmain.frm

📁 VB多功能密码生成器
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form frmmain 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "高级密码生成器 Ver 1.0"
   ClientHeight    =   7020
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7860
   Icon            =   "frmmain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7020
   ScaleWidth      =   7860
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox PicInv2 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF00FF&
      BorderStyle     =   0  'None
      Height          =   240
      Left            =   1560
      Picture         =   "frmmain.frx":0E42
      ScaleHeight     =   240
      ScaleWidth      =   240
      TabIndex        =   43
      Top             =   7380
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.PictureBox PicInv1 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF00FF&
      BorderStyle     =   0  'None
      Height          =   240
      Left            =   1530
      Picture         =   "frmmain.frx":1184
      ScaleHeight     =   240
      ScaleWidth      =   240
      TabIndex        =   42
      Top             =   7035
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "大写字母 [A-Z]"
      Height          =   195
      Index           =   0
      Left            =   120
      TabIndex        =   39
      Top             =   4560
      Value           =   -1  'True
      Width           =   2235
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "小写字母 [a-z]"
      Height          =   195
      Index           =   1
      Left            =   120
      TabIndex        =   38
      Top             =   4815
      Width           =   2235
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "数字 [0-9]"
      Height          =   195
      Index           =   2
      Left            =   120
      TabIndex        =   37
      Top             =   5100
      Width           =   2235
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "混合 [A-Z] [a-z] [0-9]"
      Height          =   195
      Index           =   3
      Left            =   120
      TabIndex        =   36
      Top             =   5370
      Width           =   2490
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "扩展字符集 [127-255]"
      Height          =   195
      Index           =   4
      Left            =   120
      TabIndex        =   35
      Top             =   5625
      Width           =   2235
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "特殊字符 [#+=-*+/@^]"
      Height          =   195
      Index           =   5
      Left            =   120
      TabIndex        =   34
      Top             =   5865
      Width           =   2235
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "全部"
      Height          =   195
      Index           =   6
      Left            =   120
      TabIndex        =   33
      Top             =   6120
      Width           =   2235
   End
   Begin VB.OptionButton OptGen 
      Caption         =   "随机二进制 [0-1]"
      Height          =   195
      Index           =   7
      Left            =   120
      TabIndex        =   32
      Top             =   6375
      Width           =   2235
   End
   Begin VB.PictureBox PicA 
      AutoRedraw      =   -1  'True
      BackColor       =   &H8000000D&
      BorderStyle     =   0  'None
      Height          =   285
      Index           =   2
      Left            =   2790
      ScaleHeight     =   19
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   299
      TabIndex        =   30
      Top             =   1230
      Width           =   4485
      Begin VB.Label lblGen 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "#2"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   195
         Left            =   60
         TabIndex        =   31
         Top             =   30
         Width           =   240
      End
   End
   Begin VB.ComboBox cboSort 
      Height          =   315
      ItemData        =   "frmmain.frx":14C6
      Left            =   135
      List            =   "frmmain.frx":14C8
      TabIndex        =   29
      Top             =   3570
      Width           =   1665
   End
   Begin VB.CheckBox ChkDup 
      Caption         =   "不重复"
      Height          =   210
      Left            =   135
      TabIndex        =   27
      Top             =   3030
      Value           =   1  'Checked
      Width           =   2220
   End
   Begin VB.PictureBox rev2 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF00FF&
      BorderStyle     =   0  'None
      Height          =   240
      Left            =   810
      Picture         =   "frmmain.frx":14CA
      ScaleHeight     =   240
      ScaleWidth      =   240
      TabIndex        =   26
      Top             =   7365
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.PictureBox Rev1 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF00FF&
      BorderStyle     =   0  'None
      Height          =   240
      Left            =   870
      Picture         =   "frmmain.frx":180C
      ScaleHeight     =   240
      ScaleWidth      =   240
      TabIndex        =   25
      Top             =   7050
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.PictureBox pTmp 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF00FF&
      BorderStyle     =   0  'None
      Height          =   240
      Left            =   330
      Picture         =   "frmmain.frx":1B4E
      ScaleHeight     =   240
      ScaleWidth      =   240
      TabIndex        =   23
      Top             =   7290
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.PictureBox pTmp2 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF00FF&
      BorderStyle     =   0  'None
      Height          =   240
      Left            =   375
      Picture         =   "frmmain.frx":1E90
      ScaleHeight     =   240
      ScaleWidth      =   240
      TabIndex        =   22
      Top             =   7035
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.PictureBox PicBar2 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00D1D8DB&
      BorderStyle     =   0  'None
      Height          =   390
      Left            =   2730
      ScaleHeight     =   26
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   325
      TabIndex        =   19
      Top             =   6300
      Width           =   4875
      Begin dmSpinFx.ButtonFx ButtonFx2 
         Height          =   330
         Left            =   855
         TabIndex        =   20
         Top             =   30
         Width           =   345
         _ExtentX        =   609
         _ExtentY        =   582
         Picture         =   "frmmain.frx":21D2
      End
      Begin dmSpinFx.ButtonFx ButtonFx1 
         Height          =   330
         Left            =   1275
         TabIndex        =   21
         Top             =   30
         Width           =   345
         _ExtentX        =   609
         _ExtentY        =   582
      End
      Begin dmSpinFx.ButtonFx ButtonFx3 
         Height          =   330
         Left            =   1620
         TabIndex        =   24
         Top             =   30
         Width           =   345
         _ExtentX        =   609
         _ExtentY        =   582
      End
      Begin dmSpinFx.ButtonFx ButtonFx4 
         Height          =   330
         Left            =   495
         TabIndex        =   40
         Top             =   30
         Width           =   345
         _ExtentX        =   609
         _ExtentY        =   582
         Picture         =   "frmmain.frx":2524
      End
      Begin dmSpinFx.ButtonFx ButtonFx5 
         Height          =   330
         Left            =   135
         TabIndex        =   41
         Top             =   30
         Width           =   345
         _ExtentX        =   609
         _ExtentY        =   582
         Picture         =   "frmmain.frx":2876
      End
      Begin dmSpinFx.ButtonFx ButtonFx6 
         Height          =   330
         Left            =   1965
         TabIndex        =   44
         Top             =   30
         Width           =   345
         _ExtentX        =   609
         _ExtentY        =   582
      End
      Begin VB.Label lblTip 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         ForeColor       =   &H00404040&
         Height          =   195
         Left            =   2460
         TabIndex        =   45
         Top             =   90
         Width           =   45
      End
      Begin VB.Image imgSpacer 
         Height          =   330
         Index           =   1
         Left            =   2325
         Top             =   30
         Width           =   15
      End
      Begin VB.Image imgSpacer 
         Height          =   330
         Index           =   0
         Left            =   1230
         Picture         =   "frmmain.frx":2BC8
         Top             =   30
         Width           =   15
      End
      Begin VB.Image Image1 
         Height          =   165
         Left            =   60
         Picture         =   "frmmain.frx":2C62
         Top             =   90
         Width           =   45
      End
   End
   Begin VB.PictureBox PicStatus 
      Align           =   2  'Align Bottom
      AutoRedraw      =   -1  'True
      BackColor       =   &H00E0E0E0&
      BorderStyle     =   0  'None
      Height          =   300
      Left            =   0
      ScaleHeight     =   20
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   524
      TabIndex        =   17
      Top             =   6720
      Width           =   7860
      Begin dmSpinFx.dmHyperLink dmHyperLink1 
         Height          =   195
         Left            =   105
         TabIndex        =   18
         Top             =   45
         Width           =   3225
         _ExtentX        =   5689
         _ExtentY        =   344
         HoverOut        =   -2147483630

⌨️ 快捷键说明

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