?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6465
ClientLeft = 60
ClientTop = 510
ClientWidth = 9255
LinkTopic = "Form1"
ScaleHeight = 6465
ScaleWidth = 9255
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command7
Caption = "退出"
BeginProperty Font
Name = "隸書"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 7440
TabIndex = 8
Top = 5280
Width = 1335
End
Begin VB.Frame Frame2
Caption = "學生成績管理"
BeginProperty Font
Name = "隸書"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2535
Left = 480
TabIndex = 5
Top = 3600
Width = 5895
Begin VB.CommandButton Command6
Caption = "添加成績"
Height = 495
Left = 3240
TabIndex = 7
Top = 1680
Width = 1455
End
Begin VB.CommandButton Command5
Caption = "查詢成績"
Height = 495
Left = 360
TabIndex = 6
Top = 1680
Width = 1575
End
End
Begin VB.Frame Frame1
Caption = "學生學籍信息管理"
BeginProperty Font
Name = "隸書"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2655
Left = 360
TabIndex = 0
Top = 360
Width = 8295
Begin VB.CommandButton Command4
Caption = "刪除信息"
Height = 615
Left = 6000
TabIndex = 4
Top = 1440
Width = 1575
End
Begin VB.CommandButton Command3
Caption = "添加信息"
Height = 615
Left = 3960
TabIndex = 3
Top = 1440
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "修改信息"
Height = 615
Left = 2040
TabIndex = 2
Top = 1440
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "查詢信息"
Height = 615
Left = 240
TabIndex = 1
Top = 1440
Width = 1455
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 Command1_Click()
Form1.Hide
Form2.Show
End Sub
Private Sub Command2_Click()
Form1.Hide
Form3.Show
End Sub
Private Sub Command3_Click()
Form1.Hide
Form4.Show
End Sub
Private Sub Command4_Click()
Form1.Hide
Form5.Show
End Sub
Private Sub Command5_Click()
Form1.Hide
Form6.Show
End Sub
Private Sub Command6_Click()
Form1.Hide
Form7.Show
End Sub
Private Sub Command7_Click()
End
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -