📄 frmreadermanager.frm
字号:
VERSION 5.00
Object = "{FAEEE763-117E-101B-8933-08002B2F4F5A}#1.1#0"; "DBLIST32.OCX"
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmReaderManager
ClientHeight = 9090
ClientLeft = 375
ClientTop = 1560
ClientWidth = 14625
Icon = "frmReaderManager.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MDIChild = -1 'True
ScaleHeight = 9090
ScaleWidth = 14625
WindowState = 2 'Maximized
Begin TabDlg.SSTab SSTab1
Height = 8895
Left = 120
TabIndex = 0
Top = 120
Width = 14415
_ExtentX = 25426
_ExtentY = 15690
_Version = 393216
Tabs = 1
TabHeight = 520
ForeColor = 33023
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
TabCaption(0) = "Tab 0"
TabPicture(0) = "frmReaderManager.frx":0442
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Frame1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "DBGrid1"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Data1"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).Control(3)= "Data2"
Tab(0).Control(3).Enabled= 0 'False
Tab(0).Control(4)= "Data3"
Tab(0).Control(4).Enabled= 0 'False
Tab(0).ControlCount= 5
Begin VB.Data Data3
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 10440
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 8400
Visible = 0 'False
Width = 2655
End
Begin VB.Data Data2
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 7320
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 8400
Visible = 0 'False
Width = 2895
End
Begin VB.Data Data1
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 405
Left = 240
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 8400
Width = 13935
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "frmReaderManager.frx":045E
Height = 3975
Left = 120
OleObjectBlob = "frmReaderManager.frx":0472
TabIndex = 36
Top = 4320
Width = 14175
End
Begin VB.Frame Frame1
Caption = "读者信息"
Height = 3855
Left = 120
TabIndex = 12
Top = 360
Width = 14175
Begin VB.ComboBox comSex
DataSource = "Data1"
Height = 300
Left = 1560
TabIndex = 37
Top = 1515
Width = 1215
End
Begin VB.TextBox txtPhone
DataSource = "Data1"
Height = 270
Left = 5520
TabIndex = 6
Top = 954
Width = 2175
End
Begin VB.TextBox txtAddress
DataSource = "Data1"
Height = 270
Left = 5520
TabIndex = 7
Top = 1518
Width = 2175
End
Begin VB.TextBox txtRemark
DataSource = "Data1"
Height = 2055
Left = 9240
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 11
Top = 960
Width = 3135
End
Begin VB.TextBox txtBorrowCount
DataSource = "Data1"
Enabled = 0 'False
Height = 270
Left = 9240
TabIndex = 10
Top = 360
Width = 2055
End
Begin VB.TextBox txtIdentityNo
DataSource = "Data1"
Height = 270
Left = 1560
TabIndex = 4
Top = 2700
Width = 2295
End
Begin VB.TextBox txtAge
DataSource = "Data1"
Height = 270
Left = 1560
TabIndex = 3
Top = 2115
Width = 1215
End
Begin VB.TextBox txtName
DataSource = "Data1"
Height = 270
Left = 1560
TabIndex = 2
Top = 945
Width = 2175
End
Begin VB.TextBox txtNo
DataSource = "Data1"
Enabled = 0 'False
Height = 270
Left = 1560
TabIndex = 1
Top = 360
Width = 2175
End
Begin VB.CommandButton cmdUpdate
Caption = "更新(&U)"
Height = 375
Left = 6864
TabIndex = 35
Top = 3240
Width = 1155
End
Begin VB.CommandButton cmdEdit
Caption = "修改(&E)"
Height = 375
Left = 3168
TabIndex = 34
Top = 3240
Width = 1155
End
Begin VB.CommandButton cmdGenerate
Caption = "生成编号(&G)"
Default = -1 'True
Enabled = 0 'False
Height = 330
Left = 6840
TabIndex = 33
Top = 308
Width = 1215
End
Begin VB.CommandButton cmdPrevious
Caption = "上一条(&P)"
Height = 375
Left = 12720
TabIndex = 20
Top = 1080
Width = 1215
End
Begin VB.CommandButton cmdFirst
Caption = "第一条(&F)"
Height = 375
Left = 12720
TabIndex = 19
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdNext
Caption = "下一条(&N)"
Height = 375
Left = 12720
TabIndex = 18
Top = 1800
Width = 1215
End
Begin VB.CommandButton cmdLast
Caption = "最后一条(&L)"
Height = 375
Left = 12720
TabIndex = 17
Top = 2520
Width = 1215
End
Begin VB.CommandButton cmdAddNew
Caption = "新增(&A)"
Height = 375
Left = 1320
TabIndex = 16
Top = 3240
Width = 1155
End
Begin VB.CommandButton cmdDelete
Caption = "删除(&D)"
Height = 375
Left = 5016
TabIndex = 15
Top = 3240
Width = 1155
End
Begin VB.CommandButton cmdRefresh
Caption = "刷新(&R)"
Height = 375
Left = 8712
TabIndex = 14
Top = 3240
Width = 1155
End
Begin VB.CommandButton cmdClose
Cancel = -1 'True
Caption = "关闭(&C)"
Height = 375
Left = 10560
TabIndex = 13
Top = 3240
Width = 1155
End
Begin MSComCtl2.DTPicker DTRegisterDate
DataSource = "Data1"
Height = 255
Left = 5520
TabIndex = 9
Top = 2708
Width = 2175
_ExtentX = 3836
_ExtentY = 450
_Version = 393216
Format = 20185089
CurrentDate = 38131
End
Begin MSDBCtls.DBCombo DBcomDepartment
Bindings = "frmReaderManager.frx":0E35
DataSource = "Data1"
Height = 330
Left = 5520
TabIndex = 8
Top = 2082
Width = 2175
_ExtentX = 3836
_ExtentY = 582
_Version = 393216
Style = 2
Text = ""
End
Begin MSDBCtls.DBCombo DBcomReaderSort
Bindings = "frmReaderManager.frx":0E49
DataSource = "Data1"
Height = 330
Left = 5520
TabIndex = 5
Top = 330
Width = 1335
_ExtentX = 2355
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = ""
End
Begin VB.Label Label12
AutoSize = -1 'True
Caption = "年龄:"
Height = 180
Left = 360
TabIndex = 32
Top = 2160
Width = 450
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "读者编号:"
Height = 180
Left = 360
TabIndex = 31
Top = 405
Width = 810
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "读者姓名:"
Height = 180
Left = 360
TabIndex = 30
Top = 990
Width = 810
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -