📄 mainform.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form Mainform
Caption = "学生管理"
ClientHeight = 5775
ClientLeft = 60
ClientTop = 345
ClientWidth = 7020
Icon = "Mainform.frx":0000
LinkTopic = "Form1"
ScaleHeight = 5775
ScaleWidth = 7020
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "返回"
Default = -1 'True
Height = 495
Left = 3240
TabIndex = 0
Top = 5280
Width = 855
End
Begin VB.CommandButton Command1
Caption = "退出"
Height = 495
Left = 4320
TabIndex = 1
Top = 5280
Width = 855
End
Begin TabDlg.SSTab SSTab1
Height = 5055
Left = 120
TabIndex = 2
Top = 120
Width = 5775
_ExtentX = 10186
_ExtentY = 8916
_Version = 393216
Tab = 1
TabHeight = 520
TabCaption(0) = "学生信息管理"
TabPicture(0) = "Mainform.frx":0442
Tab(0).ControlEnabled= 0 'False
Tab(0).Control(0)= "Frame2"
Tab(0).Control(1)= "Frame1"
Tab(0).ControlCount= 2
TabCaption(1) = "学生成绩管理"
TabPicture(1) = "Mainform.frx":045E
Tab(1).ControlEnabled= -1 'True
Tab(1).Control(0)= "Frame3"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).Control(1)= "Frame4"
Tab(1).Control(1).Enabled= 0 'False
Tab(1).ControlCount= 2
TabCaption(2) = "系统维护管理"
TabPicture(2) = "Mainform.frx":047A
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "addsysuser"
Tab(2).Control(1)= "sysstart"
Tab(2).Control(2)= "viesysuser"
Tab(2).ControlCount= 3
Begin VB.OptionButton addsysuser
Caption = "添加系统用户"
Height = 375
Left = -74280
TabIndex = 20
Top = 1560
Width = 1695
End
Begin VB.OptionButton sysstart
Caption = "系统初始化"
Height = 375
Left = -74280
TabIndex = 19
Top = 2040
Width = 1695
End
Begin VB.OptionButton viesysuser
Caption = "查看系统用户"
Height = 375
Left = -74280
TabIndex = 18
Top = 960
Width = 1695
End
Begin VB.Frame Frame4
Caption = "编辑"
Height = 1575
Left = 360
TabIndex = 13
Top = 2520
Width = 1815
Begin VB.OptionButton Increase2
Caption = "添加"
Height = 495
Left = 240
TabIndex = 16
Top = 240
Width = 735
End
Begin VB.OptionButton Delete2
Caption = "删除"
Height = 495
Left = 240
TabIndex = 15
Top = 600
Width = 735
End
Begin VB.OptionButton Modification2
Caption = "修改"
Height = 495
Left = 240
TabIndex = 14
Top = 960
Width = 735
End
End
Begin VB.Frame Frame3
Caption = "查询"
Height = 1695
Left = 360
TabIndex = 10
Top = 480
Width = 1455
Begin VB.OptionButton view1
Caption = "查看"
Height = 495
Left = 240
TabIndex = 17
Top = 1080
Width = 735
End
Begin VB.OptionButton Individual2
Caption = "个别"
Height = 495
Left = 240
TabIndex = 12
Top = 240
Width = 735
End
Begin VB.OptionButton All2
Caption = "全部"
Height = 495
Left = 240
TabIndex = 11
Top = 660
Width = 735
End
End
Begin VB.Frame Frame2
Caption = "编辑"
Height = 1575
Left = -74520
TabIndex = 6
Top = 2160
Width = 1815
Begin VB.OptionButton Modification1
Caption = "修改"
Height = 495
Left = 240
TabIndex = 9
Top = 960
Width = 735
End
Begin VB.OptionButton Delete1
Caption = "删除"
Height = 495
Left = 240
TabIndex = 8
Top = 600
Width = 735
End
Begin VB.OptionButton Increase1
Caption = "添加"
Height = 495
Left = 240
TabIndex = 7
Top = 240
Width = 735
End
End
Begin VB.Frame Frame1
Caption = "查询"
Height = 1215
Left = -74520
TabIndex = 3
Top = 600
Width = 1455
Begin VB.OptionButton All1
Caption = "全部"
Height = 495
Left = 240
TabIndex = 5
Top = 600
Width = 735
End
Begin VB.OptionButton Individual1
Caption = "个别"
Height = 495
Left = 240
TabIndex = 4
Top = 240
Width = 735
End
End
End
End
Attribute VB_Name = "Mainform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub all1_Click()
Me.Hide
SearchAllInformation.Show
End Sub
Private Sub All2_Click()
Me.Hide
SearchAllScore.Show
End Sub
Private Sub Command1_Click()
End
End Sub
Private Sub Command2_Click()
Me.Hide
Debarkation.Show
End Sub
Private Sub Delete1_Click()
Me.Hide
ModifyDeleteInformation.Show
End Sub
Private Sub Delete2_Click()
Me.Hide
ModifyDeleteScore.Show
End Sub
Private Sub Increase1_Click()
Me.Hide
AddInformation.Show
End Sub
Private Sub Increase2_Click()
Me.Hide
AddScore.Show
End Sub
Private Sub Individual1_Click()
Me.Hide
SearchInformation.Show
End Sub
Private Sub Individual2_Click()
Me.Hide
SearchScore.Show
End Sub
Private Sub Modification1_Click()
Me.Hide
ModifyDeleteInformation.Show
End Sub
Private Sub Modification2_Click()
Me.Hide
ModifyDeleteScore.Show
End Sub
Private Sub view1_Click()
Me.Hide
ViewScore.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -