📄 mdiform1.frm
字号:
VERSION 5.00
Begin VB.MDIForm MDIForm1
BackColor = &H80000013&
Caption = "Welcome to Angelsoft SIRP"
ClientHeight = 5445
ClientLeft = 165
ClientTop = 855
ClientWidth = 8805
Icon = "MDIForm1.frx":0000
LinkTopic = "MDIForm1"
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin VB.Menu Masters
Caption = "&Masters"
Begin VB.Menu StudentsDetails
Caption = "&Students Details"
Begin VB.Menu StudDtlAdd
Caption = "Add"
End
Begin VB.Menu StudDtlModify
Caption = "Modify"
End
Begin VB.Menu StudDtlDelete
Caption = "Delete"
End
Begin VB.Menu StudDtlView
Caption = "View"
End
End
End
Begin VB.Menu Transactions
Caption = "&Transactions"
End
Begin VB.Menu Reports
Caption = "&Reports"
End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Picture1_Click()
End Sub
Private Sub StudDtlAdd_Click()
frmStudentsMasterAdd.Show (1)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -