📄 qureader.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form qureader
Caption = "读者查找"
ClientHeight = 7380
ClientLeft = 60
ClientTop = 420
ClientWidth = 11175
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7380
ScaleWidth = 11175
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Comm2
Caption = "返 回"
Height = 375
Left = 8400
TabIndex = 15
Top = 6120
Width = 855
End
Begin VB.CommandButton Comm1
Caption = "列借书单"
Height = 375
Left = 6840
TabIndex = 14
Top = 6120
Width = 855
End
Begin VB.Frame Frame1
Caption = "Frame1"
Height = 1815
Left = 120
TabIndex = 1
Top = 5520
Width = 6375
Begin VB.CommandButton selcmd2
Caption = "重 置"
Height = 375
Left = 4440
TabIndex = 13
Top = 1320
Width = 975
End
Begin VB.CommandButton selcmd1
Caption = "确 定"
Height = 375
Left = 3240
TabIndex = 12
Top = 1320
Width = 855
End
Begin VB.TextBox Text1
Height = 375
Index = 4
Left = 960
TabIndex = 11
Top = 1200
Width = 735
End
Begin VB.TextBox Text1
Height = 375
Index = 3
Left = 4080
TabIndex = 10
Top = 720
Width = 2055
End
Begin VB.TextBox Text1
Height = 375
Index = 2
Left = 4080
TabIndex = 9
Top = 240
Width = 2055
End
Begin VB.TextBox Text1
Height = 375
Index = 1
Left = 960
TabIndex = 8
Top = 720
Width = 2415
End
Begin VB.TextBox Text1
Height = 375
Index = 0
Left = 960
TabIndex = 7
Top = 240
Width = 2415
End
Begin VB.Label Label5
Caption = "性 别"
Height = 255
Left = 120
TabIndex = 6
Top = 1320
Width = 855
End
Begin VB.Label Label4
Caption = "级别"
Height = 255
Left = 3600
TabIndex = 5
Top = 840
Width = 495
End
Begin VB.Label Label3
Caption = "姓 名"
Height = 255
Left = 120
TabIndex = 4
Top = 840
Width = 855
End
Begin VB.Label Label2
Caption = "单位"
Height = 255
Left = 3600
TabIndex = 3
Top = 360
Width = 495
End
Begin VB.Label Label1
Caption = "借书证号"
Height = 255
Left = 120
TabIndex = 2
Top = 360
Width = 855
End
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 720
Top = 0
Width = 1335
_ExtentX = 2355
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=libary"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "libary"
OtherAttributes = ""
UserName = "sa"
Password = "HZbp0802"
RecordSource = "reader"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "qureader.frx":0000
Height = 5295
Left = 0
TabIndex = 0
Top = 120
Visible = 0 'False
Width = 11175
_ExtentX = 19711
_ExtentY = 9340
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
AllowAddNew = -1 'True
AllowDelete = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 10
BeginProperty Column00
DataField = "借书证号"
Caption = "借书证号"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "姓名"
Caption = "姓名"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "性别"
Caption = "性别"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -