?? form2.frm
字號:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 0 'None
Caption = "學生信息管理系統"
ClientHeight = 7875
ClientLeft = 105
ClientTop = 105
ClientWidth = 10755
BeginProperty Font
Name = "黑體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7875
ScaleWidth = 10755
ShowInTaskbar = 0 'False
WhatsThisHelp = -1 'True
Begin VB.Label Label1
Alignment = 2 'Center
Appearance = 0 'Flat
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "學生信息管理系統"
BeginProperty Font
Name = "黑體"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 840
Left = 1800
TabIndex = 0
Top = 3480
Width = 6735
End
Begin VB.Image Image1
Height = 7875
Left = 0
Picture = "Form2.frx":0000
Stretch = -1 'True
Top = 0
Width = 10785
End
Begin VB.Menu xitong
Caption = "系統(&s)"
Begin VB.Menu TIANJIA
Caption = "添加用戶"
Shortcut = ^A
End
Begin VB.Menu SHANCHU
Caption = "刪除用戶"
Shortcut = ^B
End
Begin VB.Menu XIUGAI
Caption = "修改密碼"
Shortcut = ^C
End
Begin VB.Menu TUICHU
Caption = "退出系統"
Shortcut = ^D
End
End
Begin VB.Menu xjgl
Caption = "學籍管理(&e)"
Begin VB.Menu TX
Caption = "添加學籍信息"
Shortcut = ^E
End
Begin VB.Menu XX
Caption = "修改學籍信息"
Shortcut = ^F
End
Begin VB.Menu CX
Caption = "查詢學籍信息"
Shortcut = ^G
End
End
Begin VB.Menu kecheng
Caption = "課程管理(&c)"
Begin VB.Menu TK
Caption = "添加課程"
Shortcut = ^H
End
Begin VB.Menu XK
Caption = "修改課程"
Shortcut = ^I
End
End
Begin VB.Menu cjguanli
Caption = "成績管理(&g)"
Begin VB.Menu SC
Caption = "輸入成績"
Shortcut = ^J
End
Begin VB.Menu XT
Caption = "修改成績"
Shortcut = ^K
End
Begin VB.Menu CT
Caption = "查詢成績"
Shortcut = ^L
End
End
Begin VB.Menu xinxi
Caption = "信息統計(&x)"
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Picture1_Click()
Picture1
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -