📄 mdiform_cjxt.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.MDIForm MDIForm_CJXT
BackColor = &H8000000C&
Caption = "出卷系统"
ClientHeight = 7425
ClientLeft = 165
ClientTop = 855
ClientWidth = 11715
LinkTopic = "MDIForm1"
Picture = "MDIForm_CJXT.frx":0000
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer1
Left = 450
Top = 630
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 7050
Width = 11715
_ExtentX = 20664
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 5
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 3528
MinWidth = 3528
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 3528
MinWidth = 3528
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 3528
MinWidth = 3528
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 3528
MinWidth = 3528
EndProperty
BeginProperty Panel5 {8E3867AB-8586-11D1-B16A-00C0F0283628}
EndProperty
EndProperty
End
Begin VB.Menu M1
Caption = "手工出卷"
Begin VB.Menu M11
Caption = "单选题"
End
Begin VB.Menu M12
Caption = "多选题"
End
Begin VB.Menu M13
Caption = "填空题"
End
Begin VB.Menu M14
Caption = "判断题"
End
Begin VB.Menu M15
Caption = "综合题"
End
End
Begin VB.Menu M2
Caption = "自动出卷"
Begin VB.Menu M21
Caption = "难度系数(容易)"
End
Begin VB.Menu M22
Caption = "难度系数(一般)"
End
Begin VB.Menu M23
Caption = "难度系数(困难)"
End
End
Begin VB.Menu M3
Caption = "权限管理"
Begin VB.Menu M31
Caption = "添加新用户"
End
Begin VB.Menu M32
Caption = "用户登录"
End
End
Begin VB.Menu M4
Caption = "窗口"
Begin VB.Menu M41
Caption = "层叠"
End
Begin VB.Menu M42
Caption = "平铺"
End
Begin VB.Menu M43
Caption = "垂直"
End
Begin VB.Menu M44
Caption = "排列"
End
End
Begin VB.Menu M5
Caption = "退出"
End
End
Attribute VB_Name = "MDIForm_CJXT"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub M11_Click()
Form_CJXT11.Show
End Sub
Private Sub M12_Click()
Form_CJXT12.Show
End Sub
Private Sub M13_Click()
Form_CJXT13.Show
End Sub
Private Sub M14_Click()
Form_CJXT14.Show
End Sub
Private Sub M15_Click()
Form_CJXT15.Show
End Sub
Private Sub M31_Click()
Form_CJXT31.Show
End Sub
Private Sub M41_Click()
MDIForm_CJXT.Arrange (0)
End Sub
Private Sub M42_Click()
MDIForm_CJXT.Arrange (1)
End Sub
Private Sub M43_Click()
MDIForm_CJXT.Arrange (2)
End Sub
Private Sub M44_Click()
MDIForm_CJXT.Arrange (3)
End Sub
Private Sub M5_Click()
Unload Me
End Sub
Private Sub MDIForm_Load()
Height = 10000
Width = 12000
Top = 0
Left = 0
End Sub
Private Sub Timer1_Timer()
StatusBar1.Panels(4) = "日期:时间" & Now
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -