?? form6.frm
字號(hào):
VERSION 5.00
Begin VB.Form Form5
Caption = "Form5"
ClientHeight = 4200
ClientLeft = 60
ClientTop = 420
ClientWidth = 6270
LinkTopic = "Form5"
ScaleHeight = 4200
ScaleWidth = 6270
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Caption = "學(xué)生檔案管理"
Height = 1935
Left = 120
TabIndex = 5
Top = 2280
Width = 5895
Begin VB.CommandButton Command3
Caption = "查詢信息"
Height = 495
Left = 4080
TabIndex = 8
Top = 600
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "瀏覽信息"
Height = 495
Left = 2400
TabIndex = 7
Top = 600
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "學(xué)生添加、刪除"
Height = 495
Left = 120
TabIndex = 6
Top = 600
Width = 1815
End
End
Begin VB.Frame Frame1
Caption = "學(xué)生學(xué)籍管理"
Height = 1935
Left = 120
TabIndex = 1
Top = 120
Width = 5895
Begin VB.CommandButton Command7
Caption = "查詢信息"
Height = 495
Left = 4440
TabIndex = 4
Top = 480
Width = 1335
End
Begin VB.CommandButton Command6
Caption = "瀏覽信息"
Height = 495
Left = 2280
TabIndex = 3
Top = 480
Width = 1335
End
Begin VB.CommandButton Command5
Caption = "學(xué)生添加、刪除"
Height = 495
Left = 240
TabIndex = 2
Top = 480
Width = 1575
End
End
Begin VB.CommandButton Command4
Caption = "返回"
Height = 615
Left = 2040
TabIndex = 0
Top = 3720
Width = 1215
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If kk = "系統(tǒng)用戶" Then
Form3.Show
Form5.Hide
Else
MsgBox "你不是系統(tǒng)用戶,不能進(jìn)行此操作"
End If
End Sub
Private Sub Command2_Click()
Form8.Show
Form5.Hide
End Sub
Private Sub Command3_Click()
Formf.Show
Form5.Hide
End Sub
Private Sub Command4_Click()
Unload Me
End Sub
Private Sub Command5_Click()
If kk = "系統(tǒng)用戶" Then
Form3.Show
Form5.Hide
Else
MsgBox "你不是系統(tǒng)用戶,不能進(jìn)行此操作"
End If
End Sub
Private Sub Command6_Click()
學(xué)生成績檔案.Show
Form5.Hide
End Sub
Private Sub Command7_Click()
學(xué)生成績檔案2.Show
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -