⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmlcolumns.designer.vb

📁 wrox出版社的另一套经典的VB2005数据库编程学习书籍,收集了书中源码,郑重推荐,电子书,电子书下载
💻 VB
📖 第 1 页 / 共 2 页
字号:
		'lblRows
		'
		Me.lblRows.AutoSize = True
		Me.lblRows.Location = New System.Drawing.Point(307, 375)
		Me.lblRows.Name = "lblRows"
		Me.lblRows.Size = New System.Drawing.Size(28, 14)
		Me.lblRows.TabIndex = 5
		Me.lblRows.Text = "rows"
		'
		'txtMaxRows
		'
		Me.txtMaxRows.Location = New System.Drawing.Point(255, 371)
		Me.txtMaxRows.Margin = New System.Windows.Forms.Padding(1, 3, 3, 3)
		Me.txtMaxRows.Name = "txtMaxRows"
		Me.txtMaxRows.Size = New System.Drawing.Size(47, 20)
		Me.txtMaxRows.TabIndex = 4
		Me.txtMaxRows.Text = "1000"
		Me.txtMaxRows.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
		'
		'chkLimitRows
		'
		Me.chkLimitRows.AutoSize = True
		Me.chkLimitRows.Checked = True
		Me.chkLimitRows.CheckState = System.Windows.Forms.CheckState.Checked
		Me.chkLimitRows.Location = New System.Drawing.Point(198, 373)
		Me.chkLimitRows.Margin = New System.Windows.Forms.Padding(3, 3, 1, 3)
		Me.chkLimitRows.Name = "chkLimitRows"
		Me.chkLimitRows.Size = New System.Drawing.Size(55, 17)
		Me.chkLimitRows.TabIndex = 3
		Me.chkLimitRows.Text = "Limit to"
		'
		'lblTablesHelp
		'
		Me.lblTablesHelp.AutoSize = True
		Me.lblTablesHelp.Location = New System.Drawing.Point(399, 375)
		Me.lblTablesHelp.Name = "lblTablesHelp"
		Me.lblTablesHelp.Size = New System.Drawing.Size(280, 14)
		Me.lblTablesHelp.TabIndex = 2
		Me.lblTablesHelp.Text = "Select a row to display its xml data in the third tab page"
		Me.lblTablesHelp.TextAlign = System.Drawing.ContentAlignment.TopRight
		'
		'chkXmlOnly
		'
		Me.chkXmlOnly.AutoSize = True
		Me.chkXmlOnly.Checked = True
		Me.chkXmlOnly.CheckState = System.Windows.Forms.CheckState.Checked
		Me.chkXmlOnly.Location = New System.Drawing.Point(7, 373)
		Me.chkXmlOnly.Name = "chkXmlOnly"
		Me.chkXmlOnly.Size = New System.Drawing.Size(175, 17)
		Me.chkXmlOnly.TabIndex = 1
		Me.chkXmlOnly.Text = "Add Rows with xml Content Only"
		'
		'dgvData
		'
		Me.dgvData.AllowUserToAddRows = False
		Me.dgvData.AllowUserToDeleteRows = False
		Me.dgvData.Location = New System.Drawing.Point(7, 7)
		Me.dgvData.MultiSelect = False
		Me.dgvData.Name = "dgvData"
		Me.dgvData.ReadOnly = True
		Me.dgvData.RowHeadersWidth = 30
		Me.dgvData.Size = New System.Drawing.Size(672, 351)
		Me.dgvData.TabIndex = 0
		'
		'pagXmlData
		'
		Me.pagXmlData.Controls.Add(Me.btnDataInIE)
		Me.pagXmlData.Controls.Add(Me.txtXmlData)
        Me.pagXmlData.Location = New System.Drawing.Point(4, 22)
		Me.pagXmlData.Name = "pagXmlData"
		Me.pagXmlData.Padding = New System.Windows.Forms.Padding(3)
		Me.pagXmlData.Size = New System.Drawing.Size(685, 399)
		Me.pagXmlData.TabIndex = 3
		Me.pagXmlData.Text = "Selected xml Data"
		'
		'btnDataInIE
		'
		Me.btnDataInIE.Enabled = False
		Me.btnDataInIE.Location = New System.Drawing.Point(274, 364)
		Me.btnDataInIE.Name = "btnDataInIE"
		Me.btnDataInIE.Size = New System.Drawing.Size(137, 22)
		Me.btnDataInIE.TabIndex = 1
		Me.btnDataInIE.Text = "Open XML Data in IE"
		'
		'txtXmlData
		'
		Me.txtXmlData.AutoSize = False
		Me.txtXmlData.Location = New System.Drawing.Point(7, 7)
		Me.txtXmlData.Multiline = True
		Me.txtXmlData.Name = "txtXmlData"
		Me.txtXmlData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
		Me.txtXmlData.Size = New System.Drawing.Size(672, 331)
		Me.txtXmlData.TabIndex = 0
		'
		'pagXmlSchema
		'
		Me.pagXmlSchema.Controls.Add(Me.btnSourceSchemaInIE)
		Me.pagXmlSchema.Controls.Add(Me.btnSchemaInIE)
		Me.pagXmlSchema.Controls.Add(Me.lblSchema)
		Me.pagXmlSchema.Controls.Add(Me.txtXmlSchema)
        Me.pagXmlSchema.Location = New System.Drawing.Point(4, 22)
		Me.pagXmlSchema.Name = "pagXmlSchema"
		Me.pagXmlSchema.Padding = New System.Windows.Forms.Padding(3)
		Me.pagXmlSchema.Size = New System.Drawing.Size(685, 399)
		Me.pagXmlSchema.TabIndex = 1
		Me.pagXmlSchema.Text = "Selected Column xml Schema"
		'
		'btnSourceSchemaInIE
		'
		Me.btnSourceSchemaInIE.Enabled = False
		Me.btnSourceSchemaInIE.Location = New System.Drawing.Point(356, 365)
		Me.btnSourceSchemaInIE.Name = "btnSourceSchemaInIE"
		Me.btnSourceSchemaInIE.Size = New System.Drawing.Size(171, 23)
		Me.btnSourceSchemaInIE.TabIndex = 3
		Me.btnSourceSchemaInIE.Text = "Open Source Schema in IE"
		'
		'btnSchemaInIE
		'
		Me.btnSchemaInIE.Enabled = False
		Me.btnSchemaInIE.Location = New System.Drawing.Point(146, 366)
		Me.btnSchemaInIE.Name = "btnSchemaInIE"
		Me.btnSchemaInIE.Size = New System.Drawing.Size(121, 23)
		Me.btnSchemaInIE.TabIndex = 2
		Me.btnSchemaInIE.Text = "Open Schema in IE"
		'
		'lblSchema
		'
		Me.lblSchema.AutoSize = True
		Me.lblSchema.Font = New System.Drawing.Font("Verdana", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me.lblSchema.Location = New System.Drawing.Point(7, 7)
		Me.lblSchema.Name = "lblSchema"
		Me.lblSchema.Size = New System.Drawing.Size(459, 17)
		Me.lblSchema.TabIndex = 1
		Me.lblSchema.Text = "AdventureWorks.TableName.ColumnName.SchemaCollection.Namespace"
		'
		'txtXmlSchema
		'
		Me.txtXmlSchema.AutoSize = False
		Me.txtXmlSchema.Location = New System.Drawing.Point(7, 32)
		Me.txtXmlSchema.Multiline = True
		Me.txtXmlSchema.Name = "txtXmlSchema"
		Me.txtXmlSchema.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
		Me.txtXmlSchema.Size = New System.Drawing.Size(672, 321)
		Me.txtXmlSchema.TabIndex = 0
		'
		'xmlColumns
		'
        Me.AutoScaleDimensions = New System.Drawing.Size(5, 13)
		Me.ClientSize = New System.Drawing.Size(702, 441)
		Me.Controls.Add(Me.tabXmlCols)
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
		Me.MaximizeBox = False
		Me.Name = "xmlColumns"
		Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
		Me.Text = "Columns of the xml Data Type in the AdventureWorks Database"
		Me.tabXmlCols.ResumeLayout(False)
		Me.pagXmlCols.ResumeLayout(False)
		Me.pagXmlCols.PerformLayout()
		CType(Me.dgvXmlCols, System.ComponentModel.ISupportInitialize).EndInit()
		Me.pagData.ResumeLayout(False)
		Me.pagData.PerformLayout()
		CType(Me.dgvData, System.ComponentModel.ISupportInitialize).EndInit()
		Me.pagXmlData.ResumeLayout(False)
		Me.pagXmlSchema.ResumeLayout(False)
		Me.pagXmlSchema.PerformLayout()
		Me.ResumeLayout(False)

	End Sub
	Friend WithEvents tabXmlCols As System.Windows.Forms.TabControl
	Friend WithEvents pagXmlCols As System.Windows.Forms.TabPage
	Friend WithEvents pagXmlSchema As System.Windows.Forms.TabPage
	Friend WithEvents dgvXmlCols As System.Windows.Forms.DataGridView
	Friend WithEvents btnGetAll As System.Windows.Forms.Button
	Friend WithEvents btnGetTyped As System.Windows.Forms.Button
	Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
	Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn
	Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn
	Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn
	Friend WithEvents DataGridViewTextBoxColumn5 As System.Windows.Forms.DataGridViewTextBoxColumn
	Friend WithEvents txtXmlSchema As System.Windows.Forms.TextBox
	Friend WithEvents lblSchema As System.Windows.Forms.Label
	Friend WithEvents pagData As System.Windows.Forms.TabPage
	Friend WithEvents btnSchemaInIE As System.Windows.Forms.Button
	Friend WithEvents btnSourceSchemaInIE As System.Windows.Forms.Button
	Friend WithEvents dgvData As System.Windows.Forms.DataGridView
	Friend WithEvents chkXmlOnly As System.Windows.Forms.CheckBox
	Friend WithEvents pagXmlData As System.Windows.Forms.TabPage
	Friend WithEvents txtXmlData As System.Windows.Forms.TextBox
	Friend WithEvents btnDataInIE As System.Windows.Forms.Button
	Friend WithEvents lblColsHelp As System.Windows.Forms.Label
	Friend WithEvents lblTablesHelp As System.Windows.Forms.Label
	Friend WithEvents chkLimitRows As System.Windows.Forms.CheckBox
	Friend WithEvents txtMaxRows As System.Windows.Forms.TextBox
	Friend WithEvents lblRows As System.Windows.Forms.Label
	Friend WithEvents btnDatabase As System.Windows.Forms.Button

End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -