📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "学生学籍管理系统"
ClientHeight = 6195
ClientLeft = 5460
ClientTop = 1725
ClientWidth = 9915
LinkTopic = "Form2"
ScaleHeight = 6195
ScaleWidth = 9915
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "设计组组长:谢皓玥 成员:杨晓雨 姚琴 龚玲 潘雪"
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 360
Left = 720
TabIndex = 5
Top = 5400
Width = 8460
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学生信息修改"
BeginProperty Font
Name = "华文行楷"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3600
TabIndex = 4
Top = 3720
Width = 2250
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "退出"
BeginProperty Font
Name = "华文行楷"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4320
TabIndex = 3
Top = 4440
Width = 750
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学生信息查询"
BeginProperty Font
Name = "华文行楷"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3600
TabIndex = 2
Top = 3120
Width = 2250
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学生信息录入"
BeginProperty Font
Name = "华文行楷"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3600
TabIndex = 1
Top = 2520
Width = 2250
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学生学籍管理系统"
BeginProperty Font
Name = "隶书"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 720
Left = 1680
TabIndex = 0
Top = 1080
Width = 5880
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Form2.Picture = LoadPicture(App.Path & "\korea256_23_800_jm6y.jpg")
End Sub
Private Sub Label2_Click()
Form4.Show
Form4.Text1(0).SetFocus
End Sub
Private Sub Label3_Click()
Form3.Show
Form3.Command4.Enabled = True
Form3.Command3.Enabled = True
Form3.Text1(0).SetFocus
End Sub
Private Sub Label4_Click()
End
End Sub
Private Sub Label5_Click()
Form5.Show
Form5.Text1(0).SetFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -