📄 frm_lb_cx.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frm_lb_cx
BorderStyle = 3 'Fixed Dialog
Caption = "库存图书检索"
ClientHeight = 6120
ClientLeft = 45
ClientTop = 330
ClientWidth = 8640
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6120
ScaleWidth = 8640
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame3
Caption = "图书分类信息"
ForeColor = &H00800080&
Height = 2055
Left = 120
TabIndex = 3
Top = 3960
Width = 8415
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "frm_lb_cx.frx":0000
Height = 1695
Left = 120
TabIndex = 4
Top = 240
Width = 8175
_ExtentX = 14420
_ExtentY = 2990
_Version = 393216
BackColor = 16761087
HeadLines = 1
RowHeight = 15
FormatLocked = -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 = 8
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
BeginProperty Column03
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 Column04
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 Column05
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 Column06
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 Column07
DataField = "借书数量"
Caption = "借书数量"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
ColumnWidth = 2085.166
EndProperty
BeginProperty Column01
ColumnWidth = 2085.166
EndProperty
BeginProperty Column02
ColumnWidth = 2085.166
EndProperty
BeginProperty Column03
ColumnWidth = 2085.166
EndProperty
BeginProperty Column04
ColumnWidth = 2085.166
EndProperty
BeginProperty Column05
ColumnWidth = 1094.74
EndProperty
BeginProperty Column06
ColumnWidth = 2085.166
EndProperty
BeginProperty Column07
ColumnWidth = 1094.74
EndProperty
EndProperty
End
End
Begin VB.Frame Frame2
Caption = "类别图书详细信息"
ForeColor = &H00800080&
Height = 3735
Left = 4320
TabIndex = 2
Top = 120
Width = 4215
Begin VB.TextBox Text7
DataField = "借书数量"
DataSource = "Adodc2"
Height = 375
Left = 1440
TabIndex = 18
Text = "Text7"
Top = 3120
Width = 2415
End
Begin VB.TextBox Text6
DataField = "条码号"
DataSource = "Adodc2"
Height = 375
Left = 1440
TabIndex = 17
Text = "Text6"
Top = 2640
Width = 2415
End
Begin VB.TextBox Text5
DataField = "复本数"
DataSource = "Adodc2"
Height = 375
Left = 1440
TabIndex = 16
Text = "Text5"
Top = 2160
Width = 2415
End
Begin VB.TextBox Text4
DataField = "订购价格"
DataSource = "Adodc2"
Height = 375
Left = 1440
TabIndex = 15
Text = "Text4"
Top = 1680
Width = 2415
End
Begin VB.TextBox Text3
DataField = "作者"
DataSource = "Adodc2"
Height = 375
Left = 1440
TabIndex = 10
Text = "Text3"
Top = 1200
Width = 2415
End
Begin VB.TextBox Text2
DataField = "书籍类别"
DataSource = "Adodc2"
Height = 375
Left = 1440
TabIndex = 8
Text = "Text2"
Top = 720
Width = 2415
End
Begin VB.TextBox Text1
DataField = "书籍名称"
DataSource = "Adodc2"
Height = 375
Left = 1440
TabIndex = 6
Text = "Text1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -