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

📄 mdiform1.frm

📁 希望给大家看看,能有点启发,是关于一个学生档案管理系统的文档.
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm MDIForm1 
   BackColor       =   &H8000000C&
   Caption         =   "学生管理系统 "
   ClientHeight    =   5835
   ClientLeft      =   165
   ClientTop       =   855
   ClientWidth     =   7500
   LinkTopic       =   "MDIForm1"
   Picture         =   "MDIForm1.frx":0000
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   0
      Top             =   5460
      Width           =   7500
      _ExtentX        =   13229
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   5
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   6
            Alignment       =   1
            TextSave        =   "2004-5-12"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            Alignment       =   1
            TextSave        =   "13:23"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   1
            Alignment       =   1
            Enabled         =   0   'False
            TextSave        =   "CAPS"
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   2
            TextSave        =   "NUM"
         EndProperty
         BeginProperty Panel5 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            Object.Width           =   4657
            MinWidth        =   4657
            Text            =   "你正在使用的是学生管理系统"
            TextSave        =   "你正在使用的是学生管理系统"
         EndProperty
      EndProperty
   End
   Begin VB.Menu menu1 
      Caption         =   "学生信息情况(&A)"
      Begin VB.Menu menu11 
         Caption         =   "查询"
         Begin VB.Menu ind 
            Caption         =   "个别"
         End
         Begin VB.Menu all 
            Caption         =   "全部"
         End
      End
      Begin VB.Menu menu12 
         Caption         =   "编辑"
         Begin VB.Menu add 
            Caption         =   "添加(&T)"
         End
         Begin VB.Menu del 
            Caption         =   "删除(&D)"
         End
         Begin VB.Menu mod 
            Caption         =   "修改(&M)"
         End
      End
   End
   Begin VB.Menu menu2 
      Caption         =   "学生成绩情况(&B)"
      Begin VB.Menu menu21 
         Caption         =   "查询"
         Begin VB.Menu ind1 
            Caption         =   "个别"
         End
         Begin VB.Menu all1 
            Caption         =   "全部"
         End
         Begin VB.Menu view 
            Caption         =   "查看(&V)"
         End
      End
      Begin VB.Menu menu22 
         Caption         =   "编辑"
         Begin VB.Menu add1 
            Caption         =   "添加(&X)"
         End
         Begin VB.Menu del1 
            Caption         =   "删除(&W)"
         End
         Begin VB.Menu mod1 
            Caption         =   "修改(&U)"
         End
      End
   End
   Begin VB.Menu menu3 
      Caption         =   "产生报表(&R)"
      Begin VB.Menu menu31 
         Caption         =   "学生信息报表(&I)"
      End
      Begin VB.Menu menu32 
         Caption         =   "学生成绩报表(&S)"
      End
   End
   Begin VB.Menu syhelp 
      Caption         =   "系统帮助(&F)"
      Begin VB.Menu help 
         Caption         =   "说明"
      End
   End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub add_Click()
  AddInformation.Show
End Sub

Private Sub add1_Click()
  AddScore.Show
End Sub

Private Sub all_Click()
  
  SearchAllInformation.Show
End Sub

Private Sub all1_Click()
  SearchAllScore.Show
End Sub

Private Sub del_Click()
  ModifyDeleteInformation.Show
End Sub

Private Sub del1_Click()
  ModifyDeleteScore.Show
End Sub

Private Sub help_Click()
  syhelp1.Show
End Sub

Private Sub ind_Click()
  
  SearchInformation.Show
End Sub

Private Sub ind1_Click()
   SearchScore.Show
End Sub

Private Sub menu31_Click()
   DataReport1.Show
End Sub

Private Sub menu32_Click()
  DataReport2.Show
End Sub

Private Sub mod_Click()
  ModifyDeleteInformation.Show
End Sub

Private Sub mod1_Click()
 ModifyDeleteScore.Show
End Sub


Private Sub view_Click()
  ViewScore.Show
End Sub

⌨️ 快捷键说明

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