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

📄 about.frm

📁 按钮排序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Title"
   ClientHeight    =   2955
   ClientLeft      =   1770
   ClientTop       =   2460
   ClientWidth     =   3735
   Icon            =   "About.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   197
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   249
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   345
      Left            =   1200
      TabIndex        =   0
      Top             =   2475
      Width           =   1260
   End
   Begin VB.Image imgIcon 
      Height          =   480
      Left            =   120
      Top             =   120
      Width           =   480
   End
   Begin VB.Label lblSmtp 
      Caption         =   "lblSmtp"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   840
      TabIndex        =   7
      Top             =   2040
      Width           =   1950
   End
   Begin VB.Label lblWww 
      Caption         =   "lblWww"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   840
      TabIndex        =   6
      Top             =   1440
      Width           =   2325
   End
   Begin VB.Label lblComments 
      Caption         =   "lblComments"
      Height          =   255
      Left            =   840
      TabIndex        =   5
      Top             =   1800
      Width           =   2760
   End
   Begin VB.Label lblInfo 
      Caption         =   "lblInfo"
      Height          =   255
      Left            =   840
      TabIndex        =   4
      Top             =   1200
      Width           =   2760
   End
   Begin VB.Label lblDistribute 
      Caption         =   "lblDistribute"
      Height          =   255
      Left            =   840
      TabIndex        =   3
      Top             =   720
      Width           =   2760
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   54
      X2              =   230
      Y1              =   71
      Y2              =   71
   End
   Begin VB.Label lblTitle 
      Caption         =   "lblTitle"
      ForeColor       =   &H00000000&
      Height          =   240
      Left            =   840
      TabIndex        =   1
      Top             =   120
      Width           =   2760
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   54
      X2              =   230
      Y1              =   72
      Y2              =   72
   End
   Begin VB.Label lblCopyright 
      Caption         =   "lblCopyright"
      Height          =   225
      Left            =   840
      TabIndex        =   2
      Top             =   480
      Width           =   2760
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Const TEXT_COPYRIGHT As String = "Copyright 

⌨️ 快捷键说明

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