📄 editborrower.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 editborrower
Caption = "读者信息登记"
ClientHeight = 8745
ClientLeft = 60
ClientTop = 345
ClientWidth = 10185
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
ScaleHeight = 8745
ScaleWidth = 10185
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton cmdret
Caption = "返回"
Height = 615
Left = 8760
TabIndex = 18
Top = 7680
Width = 975
End
Begin VB.Frame Frame2
Caption = "相关操作"
Height = 1095
Left = 5040
TabIndex = 14
Top = 6600
Width = 3255
Begin VB.CommandButton cmdadd
Caption = "添加"
Height = 495
Left = 360
TabIndex = 17
Top = 360
Width = 855
End
Begin VB.CommandButton cmdedit
Caption = "修改"
Height = 495
Left = 1200
TabIndex = 16
Top = 360
Width = 855
End
Begin VB.CommandButton cmdomit
Caption = "删除"
Height = 495
Left = 2040
TabIndex = 15
Top = 360
Width = 855
End
End
Begin VB.Frame frame1
Caption = "读者信息查找"
Height = 2655
Left = 240
TabIndex = 1
Top = 5880
Width = 4335
Begin VB.CommandButton cmdreset
Caption = "重新输入"
Height = 375
Left = 2160
TabIndex = 13
Top = 2160
Width = 975
End
Begin VB.CommandButton cmdok
Caption = "确定"
Height = 375
Left = 840
TabIndex = 12
Top = 2160
Width = 975
End
Begin VB.TextBox txtdept
Height = 405
Left = 960
TabIndex = 11
Top = 1560
Width = 1935
End
Begin VB.TextBox txttype
Height = 375
Left = 2760
TabIndex = 9
Top = 960
Width = 1335
End
Begin VB.TextBox txtname
Height = 375
Left = 600
TabIndex = 7
Top = 960
Width = 1455
End
Begin VB.TextBox txtsex
Height = 375
Left = 3360
TabIndex = 5
Top = 360
Width = 735
End
Begin VB.TextBox txtreaderid
Height = 375
Left = 960
TabIndex = 3
Top = 360
Width = 1815
End
Begin VB.Label Label5
Caption = "学院/系"
Height = 375
Left = 120
TabIndex = 10
Top = 1680
Width = 975
End
Begin VB.Label Label4
Caption = "性别"
Height = 375
Left = 2880
TabIndex = 8
Top = 480
Width = 855
End
Begin VB.Label Label3
Caption = "姓名"
Height = 375
Left = 120
TabIndex = 6
Top = 1080
Width = 495
End
Begin VB.Label Label2
Caption = "级别"
Height = 375
Left = 2280
TabIndex = 4
Top = 1080
Width = 615
End
Begin VB.Label Label1
Caption = "借书证号"
Height = 255
Left = 120
TabIndex = 2
Top = 480
Width = 855
End
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 8160
Top = 5640
Visible = 0 'False
Width = 1695
_ExtentX = 2990
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "driver={sql server};server=localhost;database=library_mis;uid=sa;pwd="
OLEDBString = "driver={sql server};server=localhost;database=library_mis;uid=sa;pwd="
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from readers"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "editborrower.frx":0000
Height = 5295
Left = 240
TabIndex = 0
Top = 240
Width = 9615
_ExtentX = 16960
_ExtentY = 9340
_Version = 393216
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 10
BeginProperty Column00
DataField = "readerid"
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 = "readername"
Caption = "读者姓名"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -