📄 main_jcxx_tsmlgl.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form main_jcxx_tsmlgl
BorderStyle = 3 'Fixed Dialog
Caption = "基础信息管理-【图书信息管理】"
ClientHeight = 5775
ClientLeft = 45
ClientTop = 330
ClientWidth = 8385
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5775
ScaleWidth = 8385
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame3
Height = 660
Left = 6405
TabIndex = 18
Top = 5070
Width = 1905
Begin VB.CommandButton CmdExit
Caption = "退出"
Height = 360
Left = 165
TabIndex = 19
Top = 195
Width = 1560
End
End
Begin VB.Frame Frame2
Height = 660
Left = 75
TabIndex = 13
Top = 5070
Width = 6360
Begin VB.CommandButton CmdDelete
Caption = "删除"
Height = 360
Left = 4710
TabIndex = 15
Top = 195
Width = 1560
End
Begin VB.CommandButton CmdModify
Caption = "修改"
Height = 360
Left = 3165
TabIndex = 16
Top = 195
Width = 1560
End
Begin VB.CommandButton CmdSave
Caption = "保存"
Height = 360
Left = 1620
TabIndex = 14
Top = 195
Width = 1560
End
Begin VB.CommandButton CmdAdd
Caption = "添加"
Height = 360
Left = 75
TabIndex = 17
Top = 195
Width = 1560
End
End
Begin VB.Frame Frame1
Caption = "信息录入"
Height = 4755
Left = 3360
TabIndex = 1
Top = 315
Width = 4950
Begin VB.TextBox Text1
DataField = "备注"
DataSource = "Adodc1"
Height = 285
Index = 10
Left = 1110
TabIndex = 12
Top = 3660
Width = 3690
End
Begin VB.TextBox Text1
DataField = "类别"
DataSource = "Adodc1"
Height = 285
Index = 9
Left = 1110
Locked = -1 'True
TabIndex = 11
Top = 3285
Width = 3690
End
Begin VB.TextBox Text1
DataField = "册/包"
DataSource = "Adodc1"
Height = 285
Index = 8
Left = 1110
TabIndex = 10
Top = 2940
Width = 3690
End
Begin VB.TextBox Text1
DataField = "出版年月"
DataSource = "Adodc1"
Height = 285
Index = 7
Left = 1110
TabIndex = 9
Top = 2580
Width = 3690
End
Begin VB.TextBox Text1
DataField = "定价"
DataSource = "Adodc1"
Height = 285
Index = 6
Left = 1110
TabIndex = 8
Top = 2220
Width = 3690
End
Begin VB.TextBox Text1
DataField = "出版社"
DataSource = "Adodc1"
Height = 285
Index = 5
Left = 1110
TabIndex = 7
Top = 1860
Width = 3690
End
Begin VB.TextBox Text1
DataField = "作者"
DataSource = "Adodc1"
Height = 285
Index = 4
Left = 1110
TabIndex = 6
Top = 1500
Width = 3690
End
Begin VB.TextBox Text1
DataField = "书名"
DataSource = "Adodc1"
Height = 285
Index = 3
Left = 1110
TabIndex = 5
Top = 1140
Width = 3690
End
Begin VB.TextBox Text1
DataField = "书号"
DataSource = "Adodc1"
Height = 285
Index = 2
Left = 1095
TabIndex = 4
Top = 780
Width = 2250
End
Begin VB.TextBox Text1
DataField = "序号"
DataSource = "Adodc1"
Enabled = 0 'False
Height = 285
Index = 1
Left = 1110
TabIndex = 3
Top = 420
Width = 2250
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 195
Top = 4200
Width = 4635
_ExtentX = 8176
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=NBooks"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "NBooks"
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from book"
Caption = " 浏览图书信息"
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 VB.Label Label1
Caption = $"main_jcxx_tsmlgl.frx":0000
Height = 3645
Left = 210
TabIndex = 2
Top = 465
Width = 900
End
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -