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

📄 form17.frm

📁 对学生的基本信息进行管理.对学生的成绩进行查询,对教师进行管理.适合毕业设计使用!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form14 
   BorderStyle     =   0  'None
   Caption         =   "Form14"
   ClientHeight    =   10950
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   15045
   LinkTopic       =   "Form14"
   MDIChild        =   -1  'True
   ScaleHeight     =   10950
   ScaleMode       =   0  'User
   ScaleWidth      =   15045
   ShowInTaskbar   =   0   'False
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "学 生 信 息 管 理 系 统"
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   36
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1695
      Left            =   2760
      TabIndex        =   0
      Top             =   4560
      Width           =   8775
   End
   Begin VB.Image Image1 
      Height          =   15000
      Left            =   0
      Picture         =   "Form17.frx":0000
      Stretch         =   -1  'True
      Top             =   -1440
      Width           =   15450
   End
End
Attribute VB_Name = "Form14"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
 Form14.ScaleWidth = MDIForm1.Width
  Form14.ScaleHeight = MDIForm1.Height
Image1.Top = 0
Image1.Left = 0
Image1.Width = MDIForm1.Width
Image1.Height = MDIForm1.Height
End Sub

⌨️ 快捷键说明

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