📄 f_tushujieyuecx.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form F_TuShuJieYueCX
BorderStyle = 3 'Fixed Dialog
Caption = "图书借阅查询"
ClientHeight = 6555
ClientLeft = 45
ClientTop = 330
ClientWidth = 9840
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 6555
ScaleWidth = 9840
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame3
Height = 4695
Left = 0
TabIndex = 16
Top = 1680
Width = 9735
Begin VB.CommandButton CmdXianShi_Exit
Caption = "关闭"
Height = 375
Left = 8040
TabIndex = 35
Top = 4200
Width = 1095
End
Begin VB.TextBox txtFields
DataField = "图书编号"
Height = 285
Index = 0
Left = 2160
TabIndex = 25
Top = 360
Width = 2295
End
Begin VB.TextBox txtFields
DataField = "类别"
Height = 285
Index = 1
Left = 6840
TabIndex = 24
Top = 360
Width = 2295
End
Begin VB.TextBox txtFields
DataField = "图书名称"
Height = 285
Index = 2
Left = 2160
TabIndex = 23
Top = 1080
Width = 2295
End
Begin VB.TextBox txtFields
DataField = "单价"
Height = 285
Index = 3
Left = 6840
TabIndex = 22
Top = 1080
Width = 2295
End
Begin VB.TextBox txtFields
DataField = "数量"
Height = 285
Index = 4
Left = 2160
TabIndex = 21
Top = 1800
Width = 2295
End
Begin VB.TextBox txtFields
DataField = "借阅人"
Height = 285
Index = 5
Left = 6840
TabIndex = 20
Top = 1800
Width = 2295
End
Begin VB.TextBox txtFields
DataField = "备注"
Height = 945
Index = 8
Left = 2160
TabIndex = 19
Top = 3000
Width = 6975
End
Begin MSComCtl2.DTPicker DTPicker3
DataField = "归还日期"
Height = 300
Left = 6840
TabIndex = 17
Top = 2520
Width = 2295
_ExtentX = 4048
_ExtentY = 529
_Version = 393216
CheckBox = -1 'True
DateIsNull = -1 'True
Format = 88014849
CurrentDate = 36251
End
Begin MSComCtl2.DTPicker DTPicker4
DataField = "借阅日期"
Height = 300
Left = 2160
TabIndex = 18
Top = 2520
Width = 2295
_ExtentX = 4048
_ExtentY = 529
_Version = 393216
CheckBox = -1 'True
DateIsNull = -1 'True
Format = 88014849
CurrentDate = 36251
End
Begin VB.Label lblLabels
Caption = "图书编号:"
Height = 255
Index = 0
Left = 360
TabIndex = 34
Top = 360
Width = 1815
End
Begin VB.Label lblLabels
Caption = "类别:"
Height = 255
Index = 1
Left = 5040
TabIndex = 33
Top = 360
Width = 1815
End
Begin VB.Label lblLabels
Caption = "图书名称:"
Height = 255
Index = 2
Left = 480
TabIndex = 32
Top = 1080
Width = 1815
End
Begin VB.Label lblLabels
Caption = "单价:"
Height = 255
Index = 3
Left = 5040
TabIndex = 31
Top = 1080
Width = 1815
End
Begin VB.Label lblLabels
Caption = "数量:"
Height = 255
Index = 4
Left = 480
TabIndex = 30
Top = 1680
Width = 1815
End
Begin VB.Label lblLabels
Caption = "借阅人:"
Height = 255
Index = 5
Left = 5040
TabIndex = 29
Top = 1800
Width = 1815
End
Begin VB.Label lblLabels
Caption = "借阅日期:"
Height = 255
Index = 6
Left = 480
TabIndex = 28
Top = 2520
Width = 1815
End
Begin VB.Label lblLabels
Caption = "归还日期:"
Height = 255
Index = 7
Left = 5040
TabIndex = 27
Top = 2520
Width = 1815
End
Begin VB.Label lblLabels
Caption = "备注:"
Height = 255
Index = 8
Left = 600
TabIndex = 26
Top = 3000
Width = 1815
End
End
Begin VB.Frame Frame1
Caption = "选择查询条件"
Height = 1455
Left = 0
TabIndex = 3
Top = 120
Width = 9735
Begin VB.CommandButton Command2
Caption = "关闭"
Height = 375
Left = 8400
TabIndex = 9
Top = 840
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "查询"
Height = 375
Left = 7080
TabIndex = 8
Top = 840
Width = 1095
End
Begin VB.CheckBox Check2
Caption = "Check2"
Height = 255
Left = 1800
TabIndex = 7
Top = 360
Width = 255
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 255
Left = 360
TabIndex = 6
Top = 360
Width = 255
End
Begin VB.ComboBox Combo2
Height = 315
Left = 360
TabIndex = 5
Top = 840
Visible = 0 'False
Width = 1695
End
Begin VB.ComboBox Combo1
Height = 315
Left = 360
TabIndex = 4
Top = 840
Visible = 0 'False
Width = 1695
End
Begin MSComCtl2.DTPicker DTPicker2
Height = 300
Left = 4800
TabIndex = 10
Top = 840
Visible = 0 'False
Width = 1455
_ExtentX = 2566
_ExtentY = 529
_Version = 393216
Format = 88014849
CurrentDate = 36251
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 300
Left = 2160
TabIndex = 11
Top = 840
Visible = 0 'False
Width = 1575
_ExtentX = 2778
_ExtentY = 529
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -