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

📄 frmabout.frm

📁 VB多功能密码生成器
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmabout 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "关于"
   ClientHeight    =   2265
   ClientLeft      =   45
   ClientTop       =   285
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2265
   ScaleWidth      =   4680
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton cmdok 
      Caption         =   "确定"
      Height          =   360
      Left            =   3555
      TabIndex        =   5
      Top             =   1800
      Width           =   1005
   End
   Begin VB.PictureBox Picture1 
      Align           =   1  'Align Top
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      Height          =   870
      Left            =   0
      ScaleHeight     =   870
      ScaleWidth      =   4680
      TabIndex        =   0
      Top             =   0
      Width           =   4680
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "容易生成无限制的随机密码生成器."
         Height          =   405
         Left            =   720
         TabIndex        =   2
         Top             =   390
         Width           =   3675
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "高级密码生成器 Ver 1.0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   240
         Left            =   690
         TabIndex        =   1
         Top             =   150
         Width           =   3750
      End
      Begin VB.Image imgLogo 
         Height          =   480
         Left            =   75
         Picture         =   "frmabout.frx":0000
         Top             =   90
         Width           =   480
      End
   End
   Begin VB.Label Label4 
      Caption         =   "http://www.codefans.net"
      Height          =   210
      Left            =   105
      TabIndex        =   6
      Top             =   1455
      Width           =   3270
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "源码爱好者"
      ForeColor       =   &H00808080&
      Height          =   180
      Index           =   1
      Left            =   150
      TabIndex        =   4
      Top             =   1905
      Width           =   2520
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "本软件为免费软件,不得用于商业用途."
      Height          =   195
      Index           =   0
      Left            =   120
      TabIndex        =   3
      Top             =   975
      Width           =   3180
   End
   Begin VB.Line Line1 
      X1              =   0
      X2              =   1695
      Y1              =   870
      Y2              =   870
   End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Download by http://www.codefans.net
Private Sub cmdok_Click()
    Unload frmabout
End Sub

Private Sub Form_Load()
    Line1.X2 = frmabout.Width
End Sub

Private Sub Form_Unload(Cancel As Integer)
    Set frmabout = Nothing
End Sub

⌨️ 快捷键说明

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