📄 学生交费注册系统.frm
字号:
VERSION 5.00
Object = "{8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0"; "MSCAL.OCX"
Begin VB.Form mainn
Caption = "学生交费管理系统主界面"
ClientHeight = 7485
ClientLeft = 165
ClientTop = 450
ClientWidth = 9735
Icon = "学生交费注册系统.frx":0000
LinkTopic = "Form1"
ScaleHeight = 7485
ScaleWidth = 9735
StartUpPosition = 2 '屏幕中心
Begin MSACAL.Calendar Calendar1
Height = 6375
Left = 0
TabIndex = 0
Top = 960
Width = 9735
_Version = 524288
_ExtentX = 17171
_ExtentY = 11245
_StockProps = 1
BackColor = 13160664
Year = 2003
Month = 6
Day = 2
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 = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
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.Line Line2
BorderColor = &H00FF00FF&
X1 = 3000
X2 = 7440
Y1 = 840
Y2 = 840
End
Begin VB.Line Line1
BorderColor = &H00FF00FF&
X1 = 3000
X2 = 7440
Y1 = 720
Y2 = 720
End
Begin VB.Label Label1
Caption = "学生交费管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 27.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 615
Left = 2880
TabIndex = 1
Top = 0
Width = 4695
End
Begin VB.Menu sl
Caption = "数据处理"
End
Begin VB.Menu bj
Caption = "收据编辑"
End
Begin VB.Menu cx
Caption = "综合查询"
End
Begin VB.Menu sjxg
Caption = "数据修改"
End
Begin VB.Menu fh
Caption = "返回"
End
End
Attribute VB_Name = "mainn"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub bj_Click()
zj.Show
End Sub
Private Sub cx_Click()
Unload Me
cz.Show
End Sub
Private Sub fh_Click()
jr.Show
Unload Me
End Sub
Private Sub Form_Load()
Calendar1 = Time$()
End Sub
Private Sub sjxg_Click()
xg.Show
Unload Me
End Sub
Private Sub sl_Click()
Unload Me
ll.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -