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

📄 frmabout.frm

📁 登陆系统 基于vb 开发 本系统需要的功能有: a.首页展示:各个模块的链接
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   0  'None
   Caption         =   "lblTitle"
   ClientHeight    =   3465
   ClientLeft      =   7485
   ClientTop       =   1350
   ClientWidth     =   5145
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   Moveable        =   0   'False
   ScaleHeight     =   3465
   ScaleWidth      =   5145
   ShowInTaskbar   =   0   'False
   Begin VB.Frame Frame1 
      Height          =   2055
      Left            =   120
      TabIndex        =   4
      Top             =   0
      Width           =   4935
      Begin VB.PictureBox Picture1 
         Height          =   975
         Left            =   240
         Picture         =   "frmAbout.frx":0000
         ScaleHeight     =   915
         ScaleWidth      =   915
         TabIndex        =   6
         Top             =   960
         Width           =   975
      End
      Begin VB.Label Label4 
         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          =   495
         Left            =   285
         TabIndex        =   8
         Top             =   285
         Width           =   4455
      End
      Begin VB.Label Label3 
         Caption         =   "学生基本信息管理系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   21.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   495
         Left            =   240
         TabIndex        =   7
         Top             =   240
         Width           =   4575
      End
      Begin VB.Label Label2 
         Caption         =   "版本1.0.0                                 学生基本信息管理系统 "
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   1440
         TabIndex        =   5
         Top             =   1080
         Width           =   2175
      End
   End
   Begin VB.Frame Frame2 
      Height          =   1335
      Left            =   120
      TabIndex        =   0
      Top             =   2040
      Width           =   4935
      Begin VB.CommandButton Command2 
         Caption         =   "系统信息..."
         Height          =   375
         Left            =   2880
         TabIndex        =   3
         Top             =   720
         Width           =   1815
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确定"
         Default         =   -1  'True
         Height          =   375
         Left            =   2880
         TabIndex        =   2
         Top             =   240
         Width           =   1815
      End
      Begin VB.Label Label1 
         Caption         =   "copyright:王腾龙 06243051                  信管0602                         2007.9.19"
         Height          =   735
         Left            =   120
         TabIndex        =   1
         Top             =   240
         Width           =   2895
      End
   End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmStlnfo.Show 0
Unload frmabout
End Sub

⌨️ 快捷键说明

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