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

📄 about.frm

📁 功能强大的个人工作通讯录
💻 FRM
字号:
VERSION 5.00
Begin VB.Form about 
   BackColor       =   &H00FFC0C0&
   Caption         =   "关于"
   ClientHeight    =   1380
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   3030
   Icon            =   "about.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   1380
   ScaleWidth      =   3030
   Begin VB.Label Label3 
      BackColor       =   &H00FFC0C0&
      Caption         =   "E-mail:ljw-jht@163.com"
      ForeColor       =   &H000000FF&
      Height          =   330
      Left            =   420
      TabIndex        =   2
      Top             =   870
      Width           =   2370
   End
   Begin VB.Label Label2 
      BackColor       =   &H00FFC0C0&
      Caption         =   "QQ:309954582"
      ForeColor       =   &H000000FF&
      Height          =   330
      Left            =   420
      TabIndex        =   1
      Top             =   555
      Width           =   1560
   End
   Begin VB.Label Label1 
      BackColor       =   &H00FFC0C0&
      Caption         =   "程序设计:一骑绝尘"
      ForeColor       =   &H000000FF&
      Height          =   300
      Left            =   405
      TabIndex        =   0
      Top             =   225
      Width           =   1680
   End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Height = 1890
Me.Width = 3150
Me.Top = Screen.Height / 2 - Me.Height / 2 - 400
Me.Left = Screen.Width / 2 - Me.Width / 2
End Sub

⌨️ 快捷键说明

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