?? zhuye.frm
字號:
VERSION 5.00
Begin VB.Form zhuye
Caption = "zhuye"
ClientHeight = 8610
ClientLeft = 60
ClientTop = 420
ClientWidth = 11955
FillColor = &H00FFC0FF&
LinkTopic = "Form1"
Picture = "zhuye.frx":0000
ScaleHeight = 8610
ScaleWidth = 11955
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command8
Caption = "退出系統"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Picture = "zhuye.frx":A7C5
Style = 1 'Graphical
TabIndex = 6
Top = 5520
Width = 4095
End
Begin VB.CommandButton Command6
Caption = "借閱管理"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Picture = "zhuye.frx":18A6A
Style = 1 'Graphical
TabIndex = 5
Top = 4920
Width = 4095
End
Begin VB.CommandButton Command5
Caption = "出版社信息"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Picture = "zhuye.frx":26D0F
Style = 1 'Graphical
TabIndex = 4
Top = 4320
Width = 4095
End
Begin VB.CommandButton Command4
Caption = "管理者信息"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Picture = "zhuye.frx":34FB4
Style = 1 'Graphical
TabIndex = 3
Top = 3720
Width = 4095
End
Begin VB.CommandButton Command3
Caption = "借閱信息"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Picture = "zhuye.frx":43259
Style = 1 'Graphical
TabIndex = 2
Top = 3120
Width = 4095
End
Begin VB.CommandButton Command2
Caption = "書籍信息"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Picture = "zhuye.frx":514FE
Style = 1 'Graphical
TabIndex = 1
Top = 2520
Width = 4095
End
Begin VB.CommandButton Command1
Caption = "讀者信息"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Picture = "zhuye.frx":5F7A3
Style = 1 'Graphical
TabIndex = 0
Top = 1920
Width = 4095
End
End
Attribute VB_Name = "zhuye"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
duzhe.Show
End Sub
Private Sub Command2_Click()
shuji.Show
End Sub
Private Sub Command3_Click()
jieyue.Show
End Sub
Private Sub Command4_Click()
guanliyuan.Show
End Sub
Private Sub Command5_Click()
chubanshe.Show
End Sub
Private Sub Command6_Click()
jieshuguanli.Show
End Sub
Private Sub Command7_Click()
zonghe.Show
End Sub
Private Sub Command8_Click()
End
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -