?? frmborrowing.frm
字號:
VERSION 5.00
Begin VB.Form frmborrowing
BackColor = &H80000000&
BorderStyle = 1 'Fixed Single
Caption = "Book Borrrowing Details Form"
ClientHeight = 4470
ClientLeft = 45
ClientTop = 45
ClientWidth = 9480
Icon = "frmborrowing.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
MouseIcon = "frmborrowing.frx":0442
ScaleHeight = 4470
ScaleWidth = 9480
Begin VB.Frame fraborrowing
BackColor = &H80000000&
Caption = "Book Borrowing Details"
Height = 4335
Left = 0
TabIndex = 0
Top = 0
Width = 9975
Begin VB.Data datborrowed2
Caption = "datborrowed2"
Connect = "Access"
DatabaseName = "C:\LIBRARY\Library.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 375
Left = 7320
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "borrowedbooksquery"
Top = 1680
Visible = 0 'False
Width = 1260
End
Begin VB.Frame frabookswith
BackColor = &H80000000&
Caption = "Other Books In Posession"
Height = 1095
Left = 720
TabIndex = 33
Top = 3120
Width = 2535
Begin VB.ListBox lstBooksWith
BackColor = &H8000000F&
Height = 645
ItemData = "frmborrowing.frx":074C
Left = 120
List = "frmborrowing.frx":074E
Sorted = -1 'True
TabIndex = 34
Top = 240
Width = 2295
End
End
Begin VB.Data datborrowed
Caption = "datcirculation"
Connect = "Access"
DatabaseName = "C:\LIBRARY\Library.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 495
Left = 7440
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "circulationtable"
Top = 1920
Visible = 0 'False
Width = 1065
End
Begin VB.Data datuserinfo
Caption = "datuserinfo"
Connect = "Access"
DatabaseName = "C:\LIBRARY\Library.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 495
Left = 7320
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "studentdetails"
Top = 1200
Visible = 0 'False
Width = 1065
End
Begin VB.Data datbookinfo
Caption = "datbookinfo"
Connect = "Access"
DatabaseName = "C:\LIBRARY\Library.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 495
Left = 7440
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "bookdetails"
Top = 720
Visible = 0 'False
Width = 1140
End
Begin VB.CommandButton cmdCancel
BackColor = &H00E0E0E0&
Caption = "&Cancel Borrow"
Height = 255
Left = 3480
Style = 1 'Graphical
TabIndex = 26
Top = 3840
Width = 1335
End
Begin VB.CommandButton cmdexit
BackColor = &H00E0E0E0&
Caption = "E&xit"
Height = 255
Left = 4800
Style = 1 'Graphical
TabIndex = 25
Top = 3840
Width = 1215
End
Begin VB.CommandButton cmdsave
BackColor = &H00E0E0E0&
Caption = "&Save"
Height = 255
Left = 5880
Style = 1 'Graphical
TabIndex = 24
Top = 3840
Width = 1215
End
Begin VB.ComboBox cbobookname
DataField = "bookid"
DataSource = "datbook"
Height = 315
Left = 1320
Style = 2 'Dropdown List
TabIndex = 23
Top = 480
Width = 2055
End
Begin VB.TextBox txtbookid
DataField = "bookid"
DataSource = "datbookinfo"
Enabled = 0 'False
Height = 285
Left = 1320
TabIndex = 15
Top = 960
Width = 2055
End
Begin VB.TextBox txtdateb
DataField = "dateborrowed"
DataSource = "datborrow_return"
Height = 285
Left = 1320
TabIndex = 14
Top = 1680
Width = 2055
End
Begin VB.TextBox txtdatetor
DataField = "datetoreturn"
DataSource = "datborrow_return"
Height = 285
Left = 1320
TabIndex = 13
Top = 2040
Width = 2055
End
Begin VB.TextBox txtisbn
DataField = "isbn"
DataSource = "datbookinfo"
Enabled = 0 'False
Height = 285
Left = 1320
TabIndex = 12
Top = 1320
Width = 2055
End
Begin VB.TextBox txtamount
DataField = "chargelevied"
DataSource = "datborrow_return"
Height = 285
Left = 1320
TabIndex = 11
Text = "0"
Top = 2760
Width = 735
End
Begin VB.TextBox txtfine
DataField = "fine"
DataSource = "datborrow_return"
Height = 285
Left = 2640
TabIndex = 10
Text = "0"
Top = 2760
Width = 735
End
Begin VB.Frame Frame2
BackColor = &H80000000&
Caption = "Borrower details"
Height = 3495
Left = 3600
TabIndex = 1
Top = 120
Width = 3615
Begin VB.TextBox txtcountry
DataField = "Country"
DataSource = "datuserinfo"
Enabled = 0 'False
Height = 285
Left = 1560
TabIndex = 30
Top = 2880
Width = 1695
End
Begin VB.TextBox txtcity
DataField = "City"
DataSource = "datuserinfo"
Enabled = 0 'False
Height = 285
Left = 1560
TabIndex = 29
Top = 2520
Width = 1695
End
Begin VB.TextBox txtbid
DataField = "studentID"
DataSource = "datuserinfo"
Enabled = 0 'False
Height = 285
Left = 1560
TabIndex = 28
Top = 1800
Width = 1695
End
Begin VB.ComboBox cbofname
Height = 315
Left = 1560
Style = 2 'Dropdown List
TabIndex = 27
Top = 600
Width = 1695
End
Begin VB.TextBox txtbaddress
DataField = "address"
DataSource = "datuserinfo"
Enabled = 0 'False
Height = 285
Left = 1560
TabIndex = 4
Top = 2160
Width = 1695
End
Begin VB.TextBox txtsn
DataField = "studentSName"
DataSource = "datuserinfo"
Enabled = 0 'False
Height = 285
Left = 1560
TabIndex = 3
Top = 1080
Width = 1695
End
Begin VB.TextBox txttn
DataField = "student3rdname"
DataSource = "datuserinfo"
Enabled = 0 'False
Height = 285
Left = 1560
TabIndex = 2
Top = 1440
Width = 1695
End
Begin VB.Label lblcountry
BackColor = &H80000000&
Caption = "Country"
Height = 255
Left = 240
TabIndex = 32
Top = 3000
Width = 1215
End
Begin VB.Label lblcity
BackColor = &H80000000&
Caption = "City"
Height = 255
Left = 240
TabIndex = 31
Top = 2640
Width = 1215
End
Begin VB.Label lblbid
BackColor = &H80000000&
Caption = "Borrower ID"
Height = 255
Index = 0
Left = 240
TabIndex = 9
Top = 1920
Width = 1215
End
Begin VB.Label lblfn
BackColor = &H80000000&
Caption = "First Name"
Height = 255
Left = 240
TabIndex = 8
Top = 600
Width = 1215
End
Begin VB.Label lblbaddress
BackColor = &H80000000&
Caption = "Borrower Adress"
Height = 255
Left = 240
TabIndex = 7
Top = 2280
Width = 1215
End
Begin VB.Label lblsn
BackColor = &H80000000&
Caption = "Second Name"
Height = 255
Left = 240
TabIndex = 6
Top = 1080
Width = 1215
End
Begin VB.Label lbltn
BackColor = &H80000000&
Caption = "Third Name"
Height = 255
Left = 240
TabIndex = 5
Top = 1560
Width = 1215
End
End
Begin VB.Frame Frame1
Height = 615
Left = 3360
TabIndex = 35
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -