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

📄 系统信息.frm

📁 学生管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 系统信息 
   Caption         =   "系统信息"
   ClientHeight    =   5250
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6000
   LinkTopic       =   "Form1"
   ScaleHeight     =   5250
   ScaleWidth      =   6000
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "确认"
      Height          =   495
      Left            =   1560
      TabIndex        =   3
      Top             =   4440
      Width           =   2655
   End
   Begin VB.Frame Frame1 
      Caption         =   "系统描述"
      Height          =   1935
      Left            =   1320
      TabIndex        =   2
      Top             =   2040
      Width           =   4215
      Begin VB.Label Label3 
         Height          =   1575
         Left            =   120
         TabIndex        =   4
         Top             =   240
         Width           =   3975
      End
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   1080
      X2              =   5760
      Y1              =   4200
      Y2              =   4200
   End
   Begin VB.Label Label2 
      Caption         =   "版本"
      Height          =   855
      Left            =   1440
      TabIndex        =   1
      Top             =   960
      Width           =   3855
   End
   Begin VB.Label Label1 
      Caption         =   "系统的标题"
      Height          =   495
      Left            =   1440
      TabIndex        =   0
      Top             =   240
      Width           =   3855
   End
   Begin VB.Image Image1 
      Height          =   975
      Left            =   0
      Top             =   120
      Width           =   1095
   End
End
Attribute VB_Name = "系统信息"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
  Me.Caption = "系统信息 " & App.Title
  Label1.Caption = 学生信息管理系统.Caption
  Image1.Picture = 学生信息管理系统.Icon
  Label2.Caption = "FOR WINDOWS 9X/2000/NT" _
                       & Chr(10) & "Copyright [C] 2004-2005"
  Label3.Caption = "江西抚州东华理工大学" _
                  & Chr(10) & Chr(10) & "地址:江西抚州羊城路154号" _
                  & Chr(10) & Chr(10) & "电话:(0701)8303486" _
                  & Chr(10) & Chr(10) & "网址:http://www.zxscj.com"
                            
End Sub
Private Sub Command1_Click()
 
  Unload Me
End Sub


⌨️ 快捷键说明

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