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

📄 frmabout.frm

📁 北大青鸟教学管理系统是学习规范编程范本.功能非常完备,代码编写有章法,不可多得
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "关于 北大青鸟教学管理系统V1.0"
   ClientHeight    =   3360
   ClientLeft      =   4830
   ClientTop       =   3105
   ClientWidth     =   5385
   Icon            =   "frmAbout.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3360
   ScaleWidth      =   5385
   Begin VB.CommandButton cmdOK 
      Caption         =   "确定(&O)"
      Default         =   -1  'True
      Height          =   350
      Left            =   4080
      TabIndex        =   2
      Top             =   2460
      Width           =   1215
   End
   Begin VB.CommandButton cmdClose 
      Caption         =   "关闭(&C)"
      Height          =   350
      Left            =   4080
      TabIndex        =   1
      Top             =   2880
      Width           =   1215
   End
   Begin VB.PictureBox Picture1 
      Height          =   1950
      Left            =   120
      Picture         =   "frmAbout.frx":2E7A
      ScaleHeight     =   1890
      ScaleWidth      =   1530
      TabIndex        =   0
      Top             =   240
      Width           =   1590
   End
   Begin VB.Label Label5 
      BackStyle       =   0  'Transparent
      Caption         =   "警告:版权所有,未经允许,严禁非法拷贝       或用于商业用途"
      Height          =   375
      Left            =   120
      TabIndex        =   7
      Top             =   2460
      Width           =   3495
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "授权给:北大青鸟(长沙沃顿)软件教育中心"
      ForeColor       =   &H00000000&
      Height          =   180
      Left            =   1890
      TabIndex        =   6
      Top             =   1455
      Width           =   3420
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00000000&
      X1              =   120
      X2              =   5280
      Y1              =   2310
      Y2              =   2310
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "版  权:T12班第五学习小组"
      ForeColor       =   &H00000000&
      Height          =   180
      Left            =   1860
      TabIndex        =   5
      Top             =   1920
      Width           =   2250
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "版本号:1.0.0"
      ForeColor       =   &H00000000&
      Height          =   180
      Left            =   1890
      TabIndex        =   4
      Top             =   990
      Width           =   1170
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "产品名:北大青鸟教学管理系统"
      ForeColor       =   &H80000017&
      Height          =   180
      Left            =   1890
      TabIndex        =   3
      Top             =   525
      Width           =   2520
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()
    Unload Me
End Sub

Private Sub cmdOK_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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