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

📄 关于.frm

📁 一个VB编写的通讯录程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   BackColor       =   &H00FFFF00&
   BorderStyle     =   0  'None
   Caption         =   "关于"
   ClientHeight    =   3135
   ClientLeft      =   3570
   ClientTop       =   2565
   ClientWidth     =   4650
   FillColor       =   &H00FF0000&
   LinkTopic       =   "Form2"
   Picture         =   "关于.frx":0000
   ScaleHeight     =   3135
   ScaleWidth      =   4650
   ShowInTaskbar   =   0   'False
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "Ver1.0"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   3720
      TabIndex        =   2
      Top             =   600
      Width           =   615
   End
   Begin VB.Label Label2 
      BackColor       =   &H00FFFF00&
      BackStyle       =   0  'Transparent
      Caption         =   $"关于.frx":11840
      ForeColor       =   &H00FF0000&
      Height          =   2175
      Left            =   720
      TabIndex        =   1
      Top             =   960
      Width           =   3375
   End
   Begin VB.Label Label1 
      BackColor       =   &H00FFFF00&
      BackStyle       =   0  'Transparent
      Caption         =   "个人通讯录"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   495
      Left            =   960
      TabIndex        =   0
      Top             =   240
      Width           =   2895
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Click()
 Unload Me
End Sub

Private Sub Label1_Click()
 Unload Me
End Sub

Private Sub Label2_Click()
 Unload Me
End Sub

Private Sub Label3_Click()
 Unload Me
End Sub

⌨️ 快捷键说明

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