_ Partial Class form_Query Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(form_Query)) Me.grid_Result = New FlexCell.Grid() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.bt_FillIn = New System.Windows.Forms.Button() Me.bt_Query = New System.Windows.Forms.Button() Me.txt_SQL = New System.Windows.Forms.TextBox() Me.Grid_Conditions = New FlexCell.Grid() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.clb_Section = New System.Windows.Forms.CheckedListBox() Me.clb_Table = New System.Windows.Forms.CheckedListBox() Me.Label1 = New System.Windows.Forms.Label() Me.lblItemCount = New System.Windows.Forms.Label() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'grid_Result ' Me.grid_Result.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.grid_Result.CheckedImage = CType(resources.GetObject("grid_Result.CheckedImage"), System.Drawing.Bitmap) Me.grid_Result.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.grid_Result.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.grid_Result.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.grid_Result.Location = New System.Drawing.Point(12, 284) Me.grid_Result.MultiSelect = False Me.grid_Result.Name = "grid_Result" Me.grid_Result.Size = New System.Drawing.Size(764, 219) Me.grid_Result.TabIndex = 2 Me.grid_Result.UncheckedImage = CType(resources.GetObject("grid_Result.UncheckedImage"), System.Drawing.Bitmap) ' 'GroupBox1 ' Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox1.Controls.Add(Me.bt_FillIn) Me.GroupBox1.Controls.Add(Me.bt_Query) Me.GroupBox1.Controls.Add(Me.txt_SQL) Me.GroupBox1.Controls.Add(Me.Grid_Conditions) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.clb_Section) Me.GroupBox1.Controls.Add(Me.clb_Table) Me.GroupBox1.Location = New System.Drawing.Point(12, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.GroupBox1.Size = New System.Drawing.Size(765, 241) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "查询条件" ' 'bt_FillIn ' Me.bt_FillIn.Enabled = False Me.bt_FillIn.Location = New System.Drawing.Point(324, 40) Me.bt_FillIn.Name = "bt_FillIn" Me.bt_FillIn.Size = New System.Drawing.Size(28, 23) Me.bt_FillIn.TabIndex = 5 Me.bt_FillIn.Text = ">>" Me.bt_FillIn.UseVisualStyleBackColor = True ' 'bt_Query ' Me.bt_Query.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.bt_Query.Location = New System.Drawing.Point(672, 191) Me.bt_Query.Name = "bt_Query" Me.bt_Query.Size = New System.Drawing.Size(80, 41) Me.bt_Query.TabIndex = 7 Me.bt_Query.Text = "Query" Me.bt_Query.UseVisualStyleBackColor = True ' 'txt_SQL ' Me.txt_SQL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txt_SQL.Location = New System.Drawing.Point(12, 191) Me.txt_SQL.Multiline = True Me.txt_SQL.Name = "txt_SQL" Me.txt_SQL.Size = New System.Drawing.Size(654, 41) Me.txt_SQL.TabIndex = 5 ' 'Grid_Conditions ' Me.Grid_Conditions.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Grid_Conditions.CheckedImage = CType(resources.GetObject("Grid_Conditions.CheckedImage"), System.Drawing.Bitmap) Me.Grid_Conditions.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid_Conditions.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Grid_Conditions.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Grid_Conditions.Location = New System.Drawing.Point(353, 36) Me.Grid_Conditions.MultiSelect = False Me.Grid_Conditions.Name = "Grid_Conditions" Me.Grid_Conditions.Size = New System.Drawing.Size(399, 149) Me.Grid_Conditions.TabIndex = 2 Me.Grid_Conditions.UncheckedImage = CType(resources.GetObject("Grid_Conditions.UncheckedImage"), System.Drawing.Bitmap) ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(351, 21) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 12) Me.Label4.TabIndex = 4 Me.Label4.Text = "条件" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(222, 21) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(53, 12) Me.Label3.TabIndex = 4 Me.Label3.Text = "查询字段" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(66, 20) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 12) Me.Label2.TabIndex = 4 Me.Label2.Text = "查询表" ' 'clb_Section ' Me.clb_Section.FormattingEnabled = True Me.clb_Section.Location = New System.Drawing.Point(172, 36) Me.clb_Section.Name = "clb_Section" Me.clb_Section.Size = New System.Drawing.Size(150, 148) Me.clb_Section.TabIndex = 1 ' 'clb_Table ' Me.clb_Table.FormattingEnabled = True Me.clb_Table.Location = New System.Drawing.Point(12, 36) Me.clb_Table.Name = "clb_Table" Me.clb_Table.Size = New System.Drawing.Size(154, 148) Me.clb_Table.TabIndex = 1 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 266) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 12) Me.Label1.TabIndex = 6 Me.Label1.Text = "查询结果" ' 'lblItemCount ' Me.lblItemCount.AutoSize = True Me.lblItemCount.Location = New System.Drawing.Point(89, 266) Me.lblItemCount.Name = "lblItemCount" Me.lblItemCount.Size = New System.Drawing.Size(0, 12) Me.lblItemCount.TabIndex = 8 ' 'form_Query ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(788, 515) Me.Controls.Add(Me.lblItemCount) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.grid_Result) Me.Name = "form_Query" Me.Text = "数据库查询" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents grid_Result As FlexCell.Grid Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents clb_Table As System.Windows.Forms.CheckedListBox Friend WithEvents clb_Section As System.Windows.Forms.CheckedListBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents bt_Query As System.Windows.Forms.Button Friend WithEvents lblItemCount As System.Windows.Forms.Label Friend WithEvents bt_FillIn As System.Windows.Forms.Button Friend WithEvents txt_SQL As System.Windows.Forms.TextBox Friend WithEvents Grid_Conditions As FlexCell.Grid End Class