?? library.frm
字號:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Form1
Caption = "圖書館信息管理系統(tǒng)"
ClientHeight = 3225
ClientLeft = 60
ClientTop = 345
ClientWidth = 6120
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 3225
ScaleWidth = 6120
StartUpPosition = 2 'CenterScreen
Begin VB.Data stuData
Caption = "Data1"
Connect = "Access"
DatabaseName = "D:\document\VBDOC\Sample\library\library.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 345
Left = 0
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "student"
Top = 3360
Visible = 0 'False
Width = 1815
End
Begin VB.Data lendData
Caption = "Data2"
Connect = "Access"
DatabaseName = "D:\document\VBDOC\Sample\library\library.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 345
Left = 3720
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "lend"
Top = 3360
Visible = 0 'False
Width = 2055
End
Begin VB.Data bookData
Caption = "Data3"
Connect = "Access"
DatabaseName = "D:\document\VBDOC\Sample\library\library.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 345
Left = 1920
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "book"
Top = 3360
Visible = 0 'False
Width = 1815
End
Begin TabDlg.SSTab SSTab1
Height = 3255
Left = 0
TabIndex = 0
Top = 0
Width = 6135
_ExtentX = 10821
_ExtentY = 5741
_Version = 393216
Tabs = 4
TabsPerRow = 4
TabHeight = 520
TabCaption(0) = "借/還書"
TabPicture(0) = "library.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Label11"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "Label10"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Label9"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).Control(3)= "Label8"
Tab(0).Control(3).Enabled= 0 'False
Tab(0).Control(4)= "Label7"
Tab(0).Control(4).Enabled= 0 'False
Tab(0).Control(5)= "Label6"
Tab(0).Control(5).Enabled= 0 'False
Tab(0).Control(6)= "Label5"
Tab(0).Control(6).Enabled= 0 'False
Tab(0).Control(7)= "Label4"
Tab(0).Control(7).Enabled= 0 'False
Tab(0).Control(8)= "Label3"
Tab(0).Control(8).Enabled= 0 'False
Tab(0).Control(9)= "Label2"
Tab(0).Control(9).Enabled= 0 'False
Tab(0).Control(10)= "Label1"
Tab(0).Control(10).Enabled= 0 'False
Tab(0).Control(11)= "bo"
Tab(0).Control(11).Enabled= 0 'False
Tab(0).Control(12)= "sex"
Tab(0).Control(12).Enabled= 0 'False
Tab(0).Control(13)= "Command1"
Tab(0).Control(13).Enabled= 0 'False
Tab(0).Control(14)= "left"
Tab(0).Control(14).Enabled= 0 'False
Tab(0).Control(15)= "totol"
Tab(0).Control(15).Enabled= 0 'False
Tab(0).Control(16)= "priter"
Tab(0).Control(16).Enabled= 0 'False
Tab(0).Control(17)= "author"
Tab(0).Control(17).Enabled= 0 'False
Tab(0).Control(18)= "bname"
Tab(0).Control(18).Enabled= 0 'False
Tab(0).Control(19)= "class"
Tab(0).Control(19).Enabled= 0 'False
Tab(0).Control(20)= "sname"
Tab(0).Control(20).Enabled= 0 'False
Tab(0).Control(21)= "操作"
Tab(0).Control(21).Enabled= 0 'False
Tab(0).Control(22)= "bnum"
Tab(0).Control(22).Enabled= 0 'False
Tab(0).Control(23)= "snum"
Tab(0).Control(23).Enabled= 0 'False
Tab(0).ControlCount= 24
TabCaption(1) = "查詢"
TabPicture(1) = "library.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Command3"
Tab(1).Control(1)= "Command2"
Tab(1).Control(2)= "Frame1"
Tab(1).Control(3)= "keyword"
Tab(1).Control(4)= "way"
Tab(1).Control(5)= "Label13"
Tab(1).Control(6)= "Label12"
Tab(1).ControlCount= 7
TabCaption(2) = "圖書管理"
TabPicture(2) = "library.frx":0038
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "Command4"
Tab(2).Control(1)= "Command5"
Tab(2).Control(2)= "bookgrid"
Tab(2).ControlCount= 3
TabCaption(3) = "讀者管理"
TabPicture(3) = "library.frx":0054
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "Command8"
Tab(3).Control(1)= "Command9"
Tab(3).Control(2)= "stugrid"
Tab(3).ControlCount= 3
Begin MSDBGrid.DBGrid stugrid
Bindings = "library.frx":0070
Height = 2175
Left = -74880
OleObjectBlob = "library.frx":0086
TabIndex = 43
Top = 480
Width = 5775
End
Begin MSDBGrid.DBGrid bookgrid
Bindings = "library.frx":0A49
Height = 2175
Left = -74880
OleObjectBlob = "library.frx":0A60
TabIndex = 44
Top = 480
Width = 5775
End
Begin VB.CommandButton Command3
Caption = "清除"
Height = 375
Left = -69960
TabIndex = 46
Top = 600
Width = 855
End
Begin VB.CommandButton Command2
Caption = "查詢"
Height = 375
Left = -71040
TabIndex = 45
Top = 600
Width = 855
End
Begin VB.CommandButton Command9
Caption = "刪除"
Height = 375
Left = -71160
TabIndex = 42
Top = 2760
Width = 975
End
Begin VB.CommandButton Command8
Caption = "增加"
Height = 375
Left = -72360
TabIndex = 41
Top = 2760
Width = 855
End
Begin VB.CommandButton Command5
Caption = "刪除"
Height = 375
Left = -71160
TabIndex = 40
Top = 2760
Width = 975
End
Begin VB.CommandButton Command4
Caption = "增加"
Height = 375
Left = -72360
TabIndex = 39
Top = 2760
Width = 855
End
Begin VB.Frame Frame1
Caption = "查詢結(jié)果"
Height = 1935
Left = -74880
TabIndex = 31
Top = 1080
Width = 5895
Begin VB.ListBox booklist
Height = 1230
Left = 120
TabIndex = 49
Top = 480
Width = 2535
End
Begin VB.TextBox left2
DataField = "在庫數(shù)目"
DataSource = "bookData"
Height = 270
Left = 5160
TabIndex = 48
Text = "left2"
Top = 1440
Width = 495
End
Begin VB.TextBox totol2
DataField = "總數(shù)"
DataSource = "bookData"
Height = 270
Left = 3360
TabIndex = 47
Text = "totol2"
Top = 1440
Width = 735
End
Begin VB.TextBox printer2
DataField = "出版社"
DataSource = "bookData"
Height = 270
Left = 3360
Locked = -1 'True
TabIndex = 33
Text = "printer2"
Top = 960
Width = 2415
End
Begin VB.TextBox author2
DataField = "作者"
DataSource = "bookData"
Height = 270
Left = 3360
Locked = -1 'True
TabIndex = 32
Text = "author2"
Top = 480
Width = 2415
End
Begin VB.Label Label18
Caption = "在庫數(shù)目"
Height = 255
Left = 4320
TabIndex = 38
Top = 1440
Width = 735
End
Begin VB.Label Label17
Caption = "總數(shù)"
Height = 255
Left = 2760
TabIndex = 37
Top = 1440
Width = 495
End
Begin VB.Label Label16
Caption = "出版社"
Height = 375
Left = 2760
TabIndex = 36
Top = 960
Width = 615
End
Begin VB.Label Label15
Caption = "作者"
Height = 255
Left = 2760
TabIndex = 35
Top = 480
Width = 615
End
Begin VB.Label Label14
Caption = "書號/書名"
Height = 255
Left = 120
TabIndex = 34
Top = 240
Width = 1335
End
End
Begin VB.TextBox keyword
Height = 285
Left = -73080
TabIndex = 29
Text = "keyword"
Top = 720
Width = 1695
End
Begin VB.ComboBox way
Height = 315
Left = -74760
TabIndex = 27
Text = "書名"
Top = 720
Width = 1215
End
Begin VB.ComboBox snum
Height = 315
Left = 840
TabIndex = 26
Top = 480
Width = 1575
End
Begin VB.TextBox bnum
Height = 285
Left = 840
TabIndex = 25
Top = 960
Width = 1575
End
Begin VB.Frame 操作
Caption = "操作類型"
Height = 975
Left = 4560
TabIndex = 22
Top = 1500
Width = 1095
Begin VB.OptionButton Option1
Caption = "還書"
Height = 255
Index = 1
Left = 120
TabIndex = 24
Top = 600
Width = 735
End
Begin VB.OptionButton Option1
Caption = "借書"
Height = 255
Index = 0
Left = 120
TabIndex = 23
Top = 240
Value = -1 'True
Width = 855
End
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -