📄
字号:
VERSION 5.00
Begin VB.Form 功能选择
Caption = "功能选择"
ClientHeight = 3120
ClientLeft = 60
ClientTop = 420
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3120
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command3
Caption = "退 出 系 统"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 6120
TabIndex = 7
Top = 10080
Width = 3855
End
Begin VB.CommandButton Command4
Caption = "图书信息管理"
Height = 615
Left = 5400
TabIndex = 2
Top = 6120
Width = 1815
End
Begin VB.CommandButton Command7
Caption = "统计分析"
Height = 615
Left = 8640
TabIndex = 3
Top = 7320
Width = 1815
End
Begin VB.CommandButton Command1
Caption = "交易信息管理"
Height = 615
Left = 5400
TabIndex = 4
Top = 7320
Width = 1815
End
Begin VB.CommandButton Command2
Caption = "出版社信息管理"
Height = 615
Left = 6960
TabIndex = 5
Top = 8520
Width = 1815
End
Begin VB.CommandButton command8
Caption = "客户信息管理"
Height = 615
Left = 8640
TabIndex = 6
Top = 6120
Width = 1815
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "欢迎使用本图书管理系统"
BeginProperty Font
Name = "宋体"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 3720
TabIndex = 0
Top = 2760
Width = 9615
End
Begin VB.Label Label2
Caption = "请选择您需要的功能"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 6720
TabIndex = 1
Top = 5160
Width = 2775
End
End
Attribute VB_Name = "功能选择"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
交易信息管理.Show
Unload Me
End Sub
Private Sub Command2_Click()
出版社信息管理.Show
Unload Me
End Sub
Private Sub Command3_Click()
Dim tuichu As String
MsgBox "欢迎下次使用"
Unload Me
End Sub
Private Sub Command4_Click()
图书信息管理.Show
Unload Me
End Sub
Private Sub Command7_Click()
统计分析.Show
Unload Me
End Sub
Private Sub command8_Click()
客户信息管理.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -