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

📄 frmabout.frm

📁 新完成的毕业设计学籍管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BackColor       =   &H00C0FFC0&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于 学籍绩管理系统"
   ClientHeight    =   4155
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6045
   ClipControls    =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4155
   ScaleWidth      =   6045
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Tag             =   "关于 Project1"
   Begin VB.CommandButton cmdOK 
      BackColor       =   &H0080FF80&
      Cancel          =   -1  'True
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   345
      Left            =   3960
      TabIndex        =   0
      Tag             =   "确定"
      Top             =   3600
      Width           =   1020
   End
   Begin VB.Label lblTitle 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "学籍管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   450
      Index           =   1
      Left            =   2400
      TabIndex        =   2
      Top             =   720
      Width           =   2610
   End
   Begin VB.Label Label12 
      BackStyle       =   0  'Transparent
      Caption         =   "适用Windows98,2000,xp"
      ForeColor       =   &H00FF0000&
      Height          =   375
      Index           =   0
      Left            =   2640
      TabIndex        =   1
      Top             =   2040
      Width           =   2055
   End
   Begin VB.Image Image1 
      Height          =   2220
      Left            =   0
      Picture         =   "frmAbout.frx":0000
      Top             =   120
      Width           =   1785
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   0
      X2              =   6000
      Y1              =   3240
      Y2              =   3240
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   0
      X2              =   6000
      Y1              =   3240
      Y2              =   3240
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False







Private Sub cmdOK_Click()
        Unload Me
End Sub






Private Sub Label2_Click(Index As Integer)
   Dim p As String
    p = "mailto:ysddhjl@163.com"
    Call ShellExecute(Me.hwnd, "open", p, 0, 0, SW_SHOWNORMAL)
End Sub

⌨️ 快捷键说明

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