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

📄 form2.frm

📁 一个数据库应用程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form_about 
   BorderStyle     =   0  'None
   Caption         =   "Form2"
   ClientHeight    =   4755
   ClientLeft      =   3735
   ClientTop       =   2340
   ClientWidth     =   8400
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4755
   ScaleWidth      =   8400
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture2 
      BorderStyle     =   0  'None
      Height          =   375
      Left            =   2640
      ScaleHeight     =   375
      ScaleWidth      =   1575
      TabIndex        =   5
      Top             =   4080
      Width           =   1575
      Begin VB.CommandButton Command1 
         Caption         =   "返 回"
         Height          =   375
         Left            =   0
         TabIndex        =   6
         Top             =   0
         Width           =   1215
      End
   End
   Begin VB.PictureBox Picture1 
      Height          =   2775
      Left            =   0
      Picture         =   "Form2.frx":0000
      ScaleHeight     =   2715
      ScaleWidth      =   8355
      TabIndex        =   0
      Top             =   0
      Width           =   8415
   End
   Begin VB.Label Label4 
      Caption         =   "QQ:67522756"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   6480
      TabIndex        =   4
      Top             =   4440
      Width           =   1455
   End
   Begin VB.Label Label3 
      Caption         =   "cool_sport@126.com"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   6120
      TabIndex        =   3
      Top             =   4200
      Width           =   2175
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      Caption         =   "-----BT幽灵"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   6120
      TabIndex        =   2
      Top             =   3960
      Width           =   1695
   End
   Begin VB.Label Label1 
      Caption         =   $"Form2.frx":9B38
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000C000&
      Height          =   1020
      Left            =   0
      TabIndex        =   1
      Top             =   2880
      Width           =   8400
   End
End
Attribute VB_Name = "Form_about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Command1_Click()
Form1.Show
Unload Me
End Sub

⌨️ 快捷键说明

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