?? mdiform1.frm
字號:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Begin VB.MDIForm MDIForm1
BackColor = &H8000000C&
Caption = "圖書管理"
ClientHeight = 8235
ClientLeft = 165
ClientTop = 855
ClientWidth = 12405
Icon = "MDIForm1.frx":0000
LinkTopic = "圖書管理"
StartUpPosition = 3 '窗口缺省
Begin ComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 1
Top = 7860
Width = 12405
_ExtentX = 21881
_ExtentY = 661
SimpleText = ""
_Version = 327682
BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7}
NumPanels = 2
BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7}
Object.Width = 16651
MinWidth = 16651
Text = "小組成員:胡卓彥 王建 騰明月 謝禮明 趙晶"
TextSave = "小組成員:胡卓彥 王建 騰明月 謝禮明 趙晶"
Key = ""
Object.Tag = ""
EndProperty
BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7}
TextSave = ""
Key = ""
Object.Tag = ""
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 11160
Top = 120
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 30
ImageHeight = 30
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 4
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":151A
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":1D2C
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":253E
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":2D50
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 825
Left = 0
TabIndex = 0
Top = 0
Width = 12405
_ExtentX = 21881
_ExtentY = 1455
ButtonWidth = 1455
ButtonHeight = 1296
Appearance = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 4
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "書籍查詢"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "書籍借還"
ImageIndex = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "書籍預留"
ImageIndex = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "讀者查詢"
ImageIndex = 4
EndProperty
EndProperty
End
Begin VB.Menu log
Caption = "管理員登錄"
Begin VB.Menu login
Caption = "登錄"
Shortcut = ^I
End
Begin VB.Menu quit
Caption = "退出"
Shortcut = ^Q
End
End
Begin VB.Menu booksbr
Caption = "書籍借閱"
Begin VB.Menu bookselt
Caption = "書籍查詢"
Shortcut = ^S
End
Begin VB.Menu bookb
Caption = "借還書籍"
Shortcut = ^B
End
Begin VB.Menu booksty
Caption = "預留書籍"
Shortcut = ^T
End
End
Begin VB.Menu resder
Caption = "讀者信息"
Begin VB.Menu raeders
Caption = "信息查詢"
Shortcut = ^Y
End
Begin VB.Menu readerd
Caption = "讀者管理"
Shortcut = ^U
End
End
Begin VB.Menu admin
Caption = "管理員信息"
Begin VB.Menu adminifn
Caption = "管理員資料"
Shortcut = ^M
End
Begin VB.Menu adminnew
Caption = "管理員添加"
Shortcut = ^L
End
Begin VB.Menu changpass
Caption = "修改密碼"
Shortcut = ^E
End
End
Begin VB.Menu system
Caption = "系統管理"
Begin VB.Menu bookadd
Caption = "書籍管理"
Shortcut = ^A
End
Begin VB.Menu systemd
Caption = "基本設置"
Shortcut = ^C
End
End
Begin VB.Menu help
Caption = "幫助"
End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub adminifn_Click()
Form7.Show
Form7.WindowState = vbMaximized
End Sub
Private Sub adminnew_Click()
Form9.Show
Form9.WindowState = vbMaximized
End Sub
Private Sub bookadd_Click()
Form6.Show
Form6.WindowState = vbMaximized
End Sub
Private Sub bookb_Click()
Form2.Show
Form2.WindowState = vbMaximized
End Sub
Private Sub bookselt_Click()
Form1.Show
Form1.WindowState = vbMaximized
End Sub
Private Sub booksty_Click()
Form3.Show
Form3.WindowState = vbMaximized
End Sub
Private Sub changpass_Click()
Form10.Show
End Sub
Private Sub login_Click()
frmLogin.Show
Unload Me
End Sub
Private Sub MDIForm_Load()
Call updata
End Sub
Private Sub quit_Click()
End
End Sub
Private Sub raeders_Click()
Form4.Show
Form4.WindowState = vbMaximized
End Sub
Private Sub readerd_Click()
Form5.Show
Form5.WindowState = vbMaximized
End Sub
Private Sub systemd_Click()
Form8.Show
Form8.WindowState = vbMaximized
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Index
Case 1
Call bookselt_Click
Case 2
Call bookb_Click
Case 3
Call booksty_Click
Case 4
Call raeders_Click
End Select
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -