📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "Form6"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form6"
ScaleHeight = 11115
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "教材管理信息系统"
Height = 7335
Left = 600
TabIndex = 0
Top = 120
Width = 8655
Begin VB.CommandButton Command4
Caption = "用户管理"
Height = 735
Left = 1800
TabIndex = 4
Top = 3960
Width = 4215
End
Begin VB.CommandButton Command3
Caption = "教材信息查询"
Height = 735
Left = 1800
TabIndex = 3
Top = 2760
Width = 4215
End
Begin VB.CommandButton Command2
Caption = "发放信息管理"
Height = 735
Left = 1800
TabIndex = 2
Top = 1680
Width = 4215
End
Begin VB.CommandButton Command1
Caption = "基本信息管理"
Height = 735
Left = 1800
TabIndex = 1
Top = 360
Width = 4215
End
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -