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

📄 form5.frm

📁 课程表自动排课系统是一个非常使用的系统软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   BackColor       =   &H00FFFFFF&
   ClientHeight    =   5310
   ClientLeft      =   165
   ClientTop       =   855
   ClientWidth     =   8955
   LinkTopic       =   "Form2"
   Picture         =   "Form5.frx":0000
   ScaleHeight     =   5310
   ScaleWidth      =   8955
   StartUpPosition =   3  '窗口缺省
   Begin VB.Label Label3 
      BackColor       =   &H0000FFFF&
      Caption         =   "TEL 0511-2161921  www.pclw.com"
      Height          =   735
      Left            =   840
      TabIndex        =   2
      Top             =   2880
      Width           =   4695
   End
   Begin VB.Label Label2 
      BackColor       =   &H0000FFFF&
      Caption         =   "开发 唐迅昌  qq:14762951"
      Height          =   735
      Left            =   840
      TabIndex        =   1
      Top             =   1920
      Width           =   4695
   End
   Begin VB.Label Label1 
      BackColor       =   &H0000FFFF&
      Caption         =   "自动排课系统"
      Height          =   735
      Left            =   840
      TabIndex        =   0
      Top             =   1080
      Width           =   4695
   End
   Begin VB.Menu a 
      Caption         =   "相关设置"
      Begin VB.Menu a1 
         Caption         =   "教师设置"
      End
      Begin VB.Menu a2 
         Caption         =   "课程设置"
      End
      Begin VB.Menu a3 
         Caption         =   "打印和输出"
      End
   End
   Begin VB.Menu c 
      Caption         =   "自动排课"
      Begin VB.Menu c1 
         Caption         =   "设置"
      End
      Begin VB.Menu c3 
         Caption         =   "自动排课"
      End
      Begin VB.Menu c2 
         Caption         =   "自动排教师"
      End
   End
   Begin VB.Menu d 
      Caption         =   "手工调整"
      Begin VB.Menu d1 
         Caption         =   "调整课程"
      End
      Begin VB.Menu d2 
         Caption         =   "调整教师"
      End
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub a1_Click()
Form4.Show
End Sub

Private Sub a2_Click()
Form5.Show
End Sub

Private Sub a3_Click()
Form12.Show
End Sub

Private Sub b1_Click()
Form9.Show
End Sub

Private Sub b2_Click()
Form10.Show
End Sub

Private Sub c1_Click()
Form8.Show
End Sub

Private Sub Command1_Click()
Form4.Show
End Sub

Private Sub Command2_Click()
Form10.Show
End Sub

Private Sub Command3_Click()

End Sub

Private Sub Command4_Click()
Form9.Show
End Sub

Private Sub Command5_Click()
Unload Me
End Sub

Private Sub Command6_Click()
Form3.Show
End Sub

Private Sub Command7_Click()
Form12.Show
End Sub

Private Sub Command8_Click()
Form11.Show
End Sub

Private Sub Command9_Click()
Form8.Show
End Sub

Private Sub c2_Click()
Form1.Show
End Sub

Private Sub c3_Click()
Form13.Show
End Sub

Private Sub d1_Click()
Form16.Show
End Sub

Private Sub d2_Click()
Form15.Show
End Sub

⌨️ 快捷键说明

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