📄 frmborrow1.frm
字号:
VERSION 5.00
Begin VB.Form frmBorrow1
BorderStyle = 1 'Fixed Single
Caption = "借书信息"
ClientHeight = 6150
ClientLeft = 45
ClientTop = 435
ClientWidth = 8100
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6150
ScaleWidth = 8100
StartUpPosition = 3 '窗口缺省
Begin VB.ComboBox Combo3
Height = 300
Left = 1200
TabIndex = 35
Top = 3720
Width = 2295
End
Begin VB.TextBox Text1
Height = 270
Index = 10
Left = 1200
TabIndex = 30
Top = 3720
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 9
Left = 5160
TabIndex = 29
Top = 2280
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 8
Left = 5160
TabIndex = 28
Top = 1920
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 7
Left = 5160
TabIndex = 27
Top = 1560
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 6
Left = 5160
TabIndex = 26
Top = 1200
Width = 2415
End
Begin VB.CommandButton cmdExit
Caption = "返回(&X)"
Height = 375
Left = 4200
TabIndex = 19
Top = 4800
Width = 975
End
Begin VB.CommandButton cmd
Caption = "保存(&S)"
Height = 375
Left = 2520
TabIndex = 18
Top = 4800
Width = 975
End
Begin VB.Frame Frame2
Caption = "读者信息"
Height = 4095
Left = 4200
TabIndex = 9
Top = 240
Width = 3615
Begin VB.ComboBox Combo2
Height = 300
Left = 960
TabIndex = 34
Top = 600
Width = 2415
End
Begin VB.TextBox Text3
Height = 270
Left = 960
TabIndex = 33
Top = 600
Width = 2415
End
Begin VB.Frame Frame3
Caption = "性别"
Height = 1095
Left = 1200
TabIndex = 15
Top = 2760
Width = 1815
Begin VB.OptionButton Option2
Caption = "女"
Height = 255
Left = 600
TabIndex = 17
Top = 720
Width = 975
End
Begin VB.OptionButton Option1
Caption = "男"
Height = 255
Left = 600
TabIndex = 16
Top = 360
Width = 855
End
End
Begin VB.Label Label13
Caption = "借书数"
Height = 255
Left = 120
TabIndex = 14
Top = 2040
Width = 855
End
Begin VB.Label Label12
Caption = "出生时间"
Height = 255
Left = 120
TabIndex = 13
Top = 1680
Width = 855
End
Begin VB.Label Label11
Caption = "专业名"
Height = 255
Left = 120
TabIndex = 12
Top = 1320
Width = 735
End
Begin VB.Label Label10
Caption = "姓 名"
Height = 255
Left = 120
TabIndex = 11
Top = 960
Width = 735
End
Begin VB.Label Label9
Caption = "借书证号"
Height = 255
Left = 120
TabIndex = 10
Top = 600
Width = 735
End
End
Begin VB.Frame Frame1
Caption = "书籍信息"
Height = 3375
Left = 0
TabIndex = 0
Top = 240
Width = 3735
Begin VB.ComboBox Combo1
Height = 300
Left = 960
TabIndex = 32
Top = 600
Width = 2415
End
Begin VB.TextBox Text2
Height = 270
Left = 960
TabIndex = 31
Top = 600
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 5
Left = 960
TabIndex = 25
Top = 2760
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 4
Left = 960
TabIndex = 24
Top = 2400
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 3
Left = 960
TabIndex = 23
Top = 2040
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 2
Left = 960
TabIndex = 22
Top = 1680
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 1
Left = 960
TabIndex = 21
Top = 1320
Width = 2415
End
Begin VB.TextBox Text1
Height = 270
Index = 0
Left = 960
TabIndex = 20
Top = 960
Width = 2415
End
Begin VB.Label Label7
Caption = " 库存数"
Height = 255
Left = 120
TabIndex = 7
Top = 2880
Width = 855
End
Begin VB.Label Label6
Caption = " 复本数"
Height = 255
Left = 120
TabIndex = 6
Top = 2520
Width = 855
End
Begin VB.Label Label5
Caption = " 价 格"
Height = 255
Left = 120
TabIndex = 5
Top = 2160
Width = 735
End
Begin VB.Label Label4
Caption = " 出版社"
Height = 255
Left = 120
TabIndex = 4
Top = 1800
Width = 855
End
Begin VB.Label Label3
Caption = " 作 者"
Height = 255
Left = 120
TabIndex = 3
Top = 1440
Width = 735
End
Begin VB.Label Label2
Caption = " 书 名"
Height = 255
Left = 120
TabIndex = 2
Top = 1080
Width = 735
End
Begin VB.Label Label1
Caption = " ISBN"
Height = 255
Left = 120
TabIndex = 1
Top = 720
Width = 855
End
End
Begin VB.Label Label8
Caption = " 索书号"
Height = 255
Left = 240
TabIndex = 8
Top = 3720
Width = 855
End
End
Attribute VB_Name = "frmBorrow1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public jyflag As Integer
Private Sub cmd_Click()
Dim sMeg As String
Dim mrcc As ADODB.Recordset
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -