📄 fakuan.frm
字号:
VERSION 5.00
Begin VB.Form fakuan1
Caption = "罚款单"
ClientHeight = 5580
ClientLeft = 60
ClientTop = 345
ClientWidth = 7845
LinkTopic = "Form1"
ScaleHeight = 5580
ScaleWidth = 7845
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame1
Height = 5415
Left = 0
TabIndex = 0
Top = 0
Width = 7695
Begin VB.CommandButton Command5
Caption = "还 书"
Enabled = 0 'False
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 26
Top = 4920
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确 定"
Enabled = 0 'False
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1440
TabIndex = 24
Top = 4920
Width = 855
End
Begin VB.Frame Frame5
Height = 735
Left = 120
TabIndex = 14
Top = 4080
Width = 7335
Begin VB.CommandButton Command3
Caption = "计算罚金"
Enabled = 0 'False
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 720
TabIndex = 17
Top = 240
Width = 1335
End
Begin VB.TextBox Text5
Height = 270
Left = 4200
TabIndex = 16
Top = 360
Width = 1575
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "应交罚金:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 210
Index = 5
Left = 3000
TabIndex = 15
Top = 360
Width = 1035
End
End
Begin VB.Frame Frame4
Caption = "罚款说明"
ForeColor = &H00800080&
Height = 855
Left = 120
TabIndex = 11
Top = 120
Width = 7335
Begin VB.Data student
Caption = "Data1"
Connect = "Access"
DatabaseName = "db2.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 285
Left = 6000
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "student"
Top = 360
Visible = 0 'False
Width = 1140
End
Begin VB.Label Label2
Caption = "(1):如果丢失书本,罚金是书原价的3倍,即:罚金=原书价×3(元)."
ForeColor = &H00400040&
Height = 255
Index = 1
Left = 480
TabIndex = 13
Top = 480
Width = 6015
End
Begin VB.Label Label2
Caption = "(1):如果超期,则每天罚款0.1元,罚金=超期天数×0.1(元)."
ForeColor = &H00400040&
Height = 255
Index = 0
Left = 480
TabIndex = 12
Top = 240
Width = 6015
End
End
Begin VB.Data book
Caption = "Data3"
Connect = "Access"
DatabaseName = "db2.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 2640
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "book"
Top = 960
Visible = 0 'False
Width = 1215
End
Begin VB.Data lend
Caption = "lend"
Connect = "Access"
DatabaseName = "db2.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 840
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "lend"
Top = 960
Visible = 0 'False
Width = 1815
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 = 375
Left = 4920
TabIndex = 7
Top = 4920
Width = 855
End
Begin VB.Data fakuan
Caption = "Data1"
Connect = "Access"
DatabaseName = "db2.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 6000
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "fakuan"
Top = 840
Visible = 0 'False
Width = 1695
End
Begin VB.Frame Frame3
Caption = "借书情况"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 2775
Left = 4080
TabIndex = 6
Top = 1080
Width = 3375
Begin VB.ListBox List1
Height = 2040
Left = 240
TabIndex = 22
Top = 600
Width = 3015
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "书号 书名"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 210
Index = 7
Left = 600
TabIndex = 23
Top = 240
Width = 1755
End
End
Begin VB.Frame Frame2
Height = 2775
Left = 120
TabIndex = 1
Top = 1080
Width = 3735
Begin VB.CommandButton Command4
Caption = "确 定"
Height = 375
Left = 2880
TabIndex = 25
Top = 240
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -