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

📄 frmmenu.frm

📁 学生选课系统,简单的系统,请帮帮看看学生选课
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm frmmenu 
   BackColor       =   &H8000000C&
   Caption         =   "MDIForm1"
   ClientHeight    =   5055
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   7785
   LinkTopic       =   "MDIForm1"
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.PictureBox Picture1 
      Align           =   1  'Align Top
      Height          =   9735
      Left            =   0
      Picture         =   "frmmenu.frx":0000
      ScaleHeight     =   9675
      ScaleWidth      =   7725
      TabIndex        =   1
      Top             =   1005
      Width           =   7785
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   5040
      Top             =   1200
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   50
      ImageHeight     =   55
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   4
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmmenu.frx":1EA89
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmmenu.frx":1F2E9
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmmenu.frx":1FBF1
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmmenu.frx":20625
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   1005
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   7785
      _ExtentX        =   13732
      _ExtentY        =   1773
      ButtonWidth     =   1508
      ButtonHeight    =   1614
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   4
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "guanli"
            ImageIndex      =   3
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "chaxun"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "denglu"
            ImageIndex      =   4
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "tuichu"
            ImageIndex      =   1
         EndProperty
      EndProperty
   End
   Begin VB.Menu tongyong 
      Caption         =   "通用"
      Begin VB.Menu guanli 
         Caption         =   "信息管理"
      End
      Begin VB.Menu chaxun 
         Caption         =   "信息查询"
      End
   End
   Begin VB.Menu chuangkou 
      Caption         =   "窗口"
      Begin VB.Menu shuipu 
         Caption         =   "水平平铺"
      End
      Begin VB.Menu chuipu 
         Caption         =   "垂直平铺"
      End
   End
   Begin VB.Menu xitong 
      Caption         =   "系统"
      Begin VB.Menu about 
         Caption         =   "关于"
      End
      Begin VB.Menu chongdeng 
         Caption         =   "重新登陆"
      End
      Begin VB.Menu tuixitong 
         Caption         =   "退出系统"
      End
   End
End
Attribute VB_Name = "frmmenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub chaxun_Click()
frmchaxun.Show
End Sub

Private Sub chongdeng_Click()
frmmenu.Hide
frmlogin.Show
End Sub

Private Sub shuipu_Click()
frmchaxun.Show
End Sub

Private Sub tuixitong_Click()
MsgBox "真的要退出系统吗?", vbYesNo
End
End Sub

⌨️ 快捷键说明

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