📄 returnquery.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form returnQuery
BackColor = &H00FFFFC0&
BorderStyle = 1 'Fixed Single
Caption = "还书查询"
ClientHeight = 5295
ClientLeft = 45
ClientTop = 330
ClientWidth = 9375
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5295
ScaleWidth = 9375
StartUpPosition = 1 '所有者中心
Begin MSFlexGridLib.MSFlexGrid qryRtnGrid
Height = 3855
Left = 0
TabIndex = 11
Top = 1440
Width = 9375
_ExtentX = 16536
_ExtentY = 6800
_Version = 393216
Rows = 10
Cols = 14
FixedCols = 0
BackColorBkg = 14737632
AllowUserResizing= 1
End
Begin VB.Frame Frame1
BackColor = &H00FFFFC0&
Caption = "还书信息查询"
ForeColor = &H00FF00FF&
Height = 1215
Left = 0
TabIndex = 0
Top = 120
Width = 9375
Begin VB.ComboBox qryTermBkType
Height = 300
Left = 5160
TabIndex = 10
Top = 720
Width = 1935
End
Begin VB.TextBox qryTermRdName
Height = 375
Left = 5160
TabIndex = 9
Top = 240
Width = 1935
End
Begin VB.TextBox qryTermBkNo
Height = 375
Left = 1800
TabIndex = 8
Top = 720
Width = 1575
End
Begin VB.TextBox qryTermRdNo
Height = 375
Left = 1800
TabIndex = 7
Top = 240
Width = 1575
End
Begin VB.CheckBox Checkbox
BackColor = &H00FFFFC0&
Caption = "按图书类别"
ForeColor = &H00FF00FF&
Height = 255
Index = 3
Left = 3960
TabIndex = 6
Top = 720
Width = 1215
End
Begin VB.CheckBox Checkbox
BackColor = &H00FFFFC0&
Caption = "按书籍编号"
ForeColor = &H00FF00FF&
Height = 255
Index = 2
Left = 600
TabIndex = 5
Top = 720
Width = 1215
End
Begin VB.CheckBox Checkbox
BackColor = &H00FFFFC0&
Caption = "按读者姓名"
ForeColor = &H00FF00FF&
Height = 255
Index = 1
Left = 3960
TabIndex = 4
Top = 240
Width = 1215
End
Begin VB.CommandButton rtnCancel
Caption = "返 回"
Height = 375
Left = 7800
TabIndex = 3
Top = 720
Width = 1215
End
Begin VB.CommandButton rtnQueryOK
Caption = "查 询"
Height = 375
Left = 7800
TabIndex = 2
Top = 240
Width = 1215
End
Begin VB.CheckBox Checkbox
BackColor = &H00FFFFC0&
Caption = "按读者编号"
ForeColor = &H00FF00FF&
Height = 255
Index = 0
Left = 600
TabIndex = 1
Top = 240
Width = 1215
End
End
End
Attribute VB_Name = "returnQuery"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -