📄 f1.frm
字号:
VERSION 5.00
Object = "{8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0"; "MSCAL.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7965
ClientLeft = 165
ClientTop = 825
ClientWidth = 10095
FillStyle = 2 'Horizontal Line
ForeColor = &H00008080&
LinkTopic = "Form1"
Picture = "f1.frx":0000
ScaleHeight = 7965
ScaleWidth = 10095
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
BackColor = &H00C0FFFF&
Caption = "退出系统"
DownPicture = "f1.frx":AC08
Height = 495
Left = 7080
TabIndex = 2
Top = 6960
Width = 1335
End
Begin MSACAL.Calendar Calendar1
Height = 4815
Left = 720
TabIndex = 1
Top = 1440
Width = 9015
_Version = 524288
_ExtentX = 15901
_ExtentY = 8493
_StockProps = 1
BackColor = 15596796
Year = 2008
Month = 7
Day = 3
DayLength = 0
MonthLength = 0
DayFontColor = 0
FirstDay = 1
GridCellEffect = 1
GridFontColor = 10485760
GridLinesColor = -2147483632
ShowDateSelectors= -1 'True
ShowDays = -1 'True
ShowHorizontalGrid= -1 'True
ShowTitle = -1 'True
ShowVerticalGrid= -1 'True
TitleFontColor = 10485760
ValueIsNull = 0 'False
BeginProperty DayFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 8.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 8.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty TitleFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Image Image2
Height = 450
Left = 3360
Picture = "f1.frx":BA5E
Top = 6240
Width = 6750
End
Begin VB.Image Image1
Height = 450
Left = 720
Picture = "f1.frx":CFF3
Top = 1080
Width = 6750
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "欢迎使用学生成绩管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 615
Left = 1440
TabIndex = 0
Top = 360
Width = 7455
End
Begin VB.Menu add
Caption = "增加信息"
Begin VB.Menu add_s
Caption = "增加学生信息"
End
Begin VB.Menu add_sc
Caption = "增加成绩信息"
End
Begin VB.Menu add_c
Caption = "增加课程信息"
End
End
Begin VB.Menu delete
Caption = "删除信息"
Begin VB.Menu dele_s
Caption = "删除学生信息"
End
Begin VB.Menu dele_sc
Caption = "删除成绩信息"
End
Begin VB.Menu dele_c
Caption = "删除课程信息"
End
End
Begin VB.Menu select
Caption = "查询信息"
Begin VB.Menu sel_s
Caption = "查询学生信息"
End
Begin VB.Menu sel_sc
Caption = "查询成绩信息"
End
Begin VB.Menu sel_c
Caption = "查询课程信息"
End
End
Begin VB.Menu update
Caption = "修改信息"
Begin VB.Menu up_s
Caption = "修改学生信息"
End
Begin VB.Menu up_sc
Caption = "修改成绩信息"
End
Begin VB.Menu up_c
Caption = "修改课程信息"
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub add_c_Click()
Form3.Show
End Sub
Private Sub add_s_Click()
form2.Show
End Sub
Private Sub add_sc_Click()
Form4.Show
End Sub
Private Sub Command1_Click()
End
End Sub
Private Sub dele_c_Click()
Form7.Show
End Sub
Private Sub dele_s_Click()
Form5.Show
End Sub
Private Sub dele_sc_Click()
Form6.Show
End Sub
Private Sub sel_c_Click()
Form10.Show
End Sub
Private Sub sel_s_Click()
Form8.Show
End Sub
Private Sub sel_sc_Click()
Form9.Show
End Sub
Private Sub up_c_Click()
Form13.Show
End Sub
Private Sub up_s_Click()
Form11.Show
End Sub
Private Sub up_sc_Click()
Form12.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -