📄 综合查询.vb
字号:
Public Class 综合查询
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写处置以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意:以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents CmbBox查询表 As System.Windows.Forms.ComboBox
Friend WithEvents Label指定值 As System.Windows.Forms.Label
Friend WithEvents Label运算符 As System.Windows.Forms.Label
Friend WithEvents Edit指定值 As System.Windows.Forms.TextBox
Friend WithEvents CmbBox运算符 As System.Windows.Forms.ComboBox
Friend WithEvents CmbBox排序依据 As System.Windows.Forms.ComboBox
Friend WithEvents CmbBox查询依据 As System.Windows.Forms.ComboBox
Friend WithEvents Label排序依据 As System.Windows.Forms.Label
Friend WithEvents Label查询依据 As System.Windows.Forms.Label
Friend WithEvents OleDbConnection1 As System.Data.OleDb.OleDbConnection
Friend WithEvents DataGrid As System.Windows.Forms.DataGrid
Friend WithEvents btn_查询 As System.Windows.Forms.Button
Friend WithEvents OleDbDataAdapter1 As System.Data.OleDb.OleDbDataAdapter
Friend WithEvents OleDbSelectCommand1 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbInsertCommand1 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbDataAdapter2 As System.Data.OleDb.OleDbDataAdapter
Friend WithEvents OleDbSelectCommand2 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbInsertCommand2 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbDataAdapter3 As System.Data.OleDb.OleDbDataAdapter
Friend WithEvents OleDbSelectCommand3 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbInsertCommand3 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbDataAdapter4 As System.Data.OleDb.OleDbDataAdapter
Friend WithEvents OleDbSelectCommand4 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbInsertCommand4 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbDataAdapter5 As System.Data.OleDb.OleDbDataAdapter
Friend WithEvents OleDbSelectCommand5 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbInsertCommand5 As System.Data.OleDb.OleDbCommand
Friend WithEvents objLib综合查询 As 图书馆管理.Lib综合查询
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.DataGrid = New System.Windows.Forms.DataGrid()
Me.objLib综合查询 = New 图书馆管理.Lib综合查询()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.btn_查询 = New System.Windows.Forms.Button()
Me.CmbBox查询表 = New System.Windows.Forms.ComboBox()
Me.Label指定值 = New System.Windows.Forms.Label()
Me.Label运算符 = New System.Windows.Forms.Label()
Me.Edit指定值 = New System.Windows.Forms.TextBox()
Me.CmbBox运算符 = New System.Windows.Forms.ComboBox()
Me.CmbBox排序依据 = New System.Windows.Forms.ComboBox()
Me.CmbBox查询依据 = New System.Windows.Forms.ComboBox()
Me.Label排序依据 = New System.Windows.Forms.Label()
Me.Label查询依据 = New System.Windows.Forms.Label()
Me.OleDbConnection1 = New System.Data.OleDb.OleDbConnection()
Me.OleDbDataAdapter1 = New System.Data.OleDb.OleDbDataAdapter()
Me.OleDbInsertCommand1 = New System.Data.OleDb.OleDbCommand()
Me.OleDbSelectCommand1 = New System.Data.OleDb.OleDbCommand()
Me.OleDbDataAdapter2 = New System.Data.OleDb.OleDbDataAdapter()
Me.OleDbInsertCommand2 = New System.Data.OleDb.OleDbCommand()
Me.OleDbSelectCommand2 = New System.Data.OleDb.OleDbCommand()
Me.OleDbDataAdapter3 = New System.Data.OleDb.OleDbDataAdapter()
Me.OleDbInsertCommand3 = New System.Data.OleDb.OleDbCommand()
Me.OleDbSelectCommand3 = New System.Data.OleDb.OleDbCommand()
Me.OleDbDataAdapter4 = New System.Data.OleDb.OleDbDataAdapter()
Me.OleDbInsertCommand4 = New System.Data.OleDb.OleDbCommand()
Me.OleDbSelectCommand4 = New System.Data.OleDb.OleDbCommand()
Me.OleDbDataAdapter5 = New System.Data.OleDb.OleDbDataAdapter()
Me.OleDbInsertCommand5 = New System.Data.OleDb.OleDbCommand()
Me.OleDbSelectCommand5 = New System.Data.OleDb.OleDbCommand()
CType(Me.DataGrid, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.objLib综合查询, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'DataGrid
'
Me.DataGrid.DataMember = "读者信息"
Me.DataGrid.DataSource = Me.objLib综合查询
Me.DataGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText
Me.DataGrid.Location = New System.Drawing.Point(8, 168)
Me.DataGrid.Name = "DataGrid"
Me.DataGrid.Size = New System.Drawing.Size(432, 240)
Me.DataGrid.TabIndex = 13
'
'objLib综合查询
'
Me.objLib综合查询.DataSetName = "Lib综合查询"
Me.objLib综合查询.Locale = New System.Globalization.CultureInfo("en-US")
Me.objLib综合查询.Namespace = "http://tempuri.org/Lib综合查询.xsd"
'
'GroupBox1
'
Me.GroupBox1.Controls.AddRange(New System.Windows.Forms.Control() {Me.btn_查询, Me.CmbBox查询表, Me.Label指定值, Me.Label运算符, Me.Edit指定值, Me.CmbBox运算符, Me.CmbBox排序依据, Me.CmbBox查询依据, Me.Label排序依据, Me.Label查询依据})
Me.GroupBox1.Location = New System.Drawing.Point(8, 8)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(432, 152)
Me.GroupBox1.TabIndex = 14
Me.GroupBox1.TabStop = False
'
'btn_查询
'
Me.btn_查询.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.btn_查询.Location = New System.Drawing.Point(304, 112)
Me.btn_查询.Name = "btn_查询"
Me.btn_查询.Size = New System.Drawing.Size(96, 23)
Me.btn_查询.TabIndex = 22
Me.btn_查询.Text = "执 行 查 询"
'
'CmbBox查询表
'
Me.CmbBox查询表.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CmbBox查询表.Location = New System.Drawing.Point(8, 48)
Me.CmbBox查询表.Name = "CmbBox查询表"
Me.CmbBox查询表.Size = New System.Drawing.Size(144, 22)
Me.CmbBox查询表.TabIndex = 21
'
'Label指定值
'
Me.Label指定值.AutoSize = True
Me.Label指定值.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label指定值.Location = New System.Drawing.Point(304, 48)
Me.Label指定值.Name = "Label指定值"
Me.Label指定值.Size = New System.Drawing.Size(63, 16)
Me.Label指定值.TabIndex = 20
Me.Label指定值.Text = "指定值:"
'
'Label运算符
'
Me.Label运算符.AutoSize = True
Me.Label运算符.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label运算符.Location = New System.Drawing.Point(184, 48)
Me.Label运算符.Name = "Label运算符"
Me.Label运算符.Size = New System.Drawing.Size(63, 16)
Me.Label运算符.TabIndex = 19
Me.Label运算符.Text = "运算符:"
'
'Edit指定值
'
Me.Edit指定值.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Edit指定值.Location = New System.Drawing.Point(304, 72)
Me.Edit指定值.Name = "Edit指定值"
Me.Edit指定值.Size = New System.Drawing.Size(96, 23)
Me.Edit指定值.TabIndex = 18
Me.Edit指定值.Text = ""
'
'CmbBox运算符
'
Me.CmbBox运算符.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -