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

📄 classes.designer.vb

📁 wrox出版社的另一套经典的VB2005数据库编程学习书籍,收集了书中源码,郑重推荐,电子书,电子书下载
💻 VB
字号:
Partial Public Class frmClasses
	Inherits System.Windows.Forms.Form

	<System.Diagnostics.DebuggerNonUserCode()> _
	Public Sub New()
		MyBase.New()

		'This call is required by the Windows Form Designer.
		InitializeComponent()

	End Sub

	'Form overrides dispose to clean up the component list.
	<System.Diagnostics.DebuggerNonUserCode()> _
	Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
		If disposing AndAlso components IsNot Nothing Then
			components.Dispose()
		End If
		MyBase.Dispose(disposing)
	End Sub

	'Required by the Windows Form Designer
	Private components As System.ComponentModel.IContainer

	'NOTE: The following procedure is required by the Windows Form Designer
	'It can be modified using the Windows Form Designer.  
	'Do not modify it using the code editor.
	<System.Diagnostics.DebuggerStepThrough()> _
	Private Sub InitializeComponent()
		Me.lblDescr = New System.Windows.Forms.Label
		Me.btnNorthwind = New System.Windows.Forms.Button
		Me.btnNorthwindDS = New System.Windows.Forms.Button
		Me.btnCustomersDS = New System.Windows.Forms.Button
		Me.chkDisplayWithIE = New System.Windows.Forms.CheckBox
		Me.btnShowEditForm = New System.Windows.Forms.Button
		Me.SuspendLayout()
		'
		'lblDescr
		'
		Me.lblDescr.Location = New System.Drawing.Point(52, 27)
		Me.lblDescr.Name = "lblDescr"
		Me.lblDescr.Size = New System.Drawing.Size(274, 54)
		Me.lblDescr.TabIndex = 0
		Me.lblDescr.Text = "This project provides examples of classes generated by Xsd.exe from XML schemas a" & _
			 "nd class diagrams. The buttons test XML serialization and deserialization of the" & _
			 " autogenerated classes."
		'
		'btnNorthwind
		'
		Me.btnNorthwind.Location = New System.Drawing.Point(25, 105)
		Me.btnNorthwind.Name = "btnNorthwind"
		Me.btnNorthwind.Size = New System.Drawing.Size(317, 27)
		Me.btnNorthwind.TabIndex = 1
		Me.btnNorthwind.Text = "Deserialize, Edit and Serialize Northwind (Flat)"
		'
		'btnNorthwindDS
		'
		Me.btnNorthwindDS.Location = New System.Drawing.Point(25, 146)
		Me.btnNorthwindDS.Name = "btnNorthwindDS"
		Me.btnNorthwindDS.Size = New System.Drawing.Size(317, 27)
		Me.btnNorthwindDS.TabIndex = 2
		Me.btnNorthwindDS.Text = "Deserialize, Edit and Serialize NorthwindDS (Nested)"
		'
		'btnCustomersDS
		'
		Me.btnCustomersDS.Location = New System.Drawing.Point(25, 187)
		Me.btnCustomersDS.Name = "btnCustomersDS"
		Me.btnCustomersDS.Size = New System.Drawing.Size(317, 27)
		Me.btnCustomersDS.TabIndex = 3
		Me.btnCustomersDS.Text = "Deserialize, Edit and Serialize CustomersDS (Wrapped Nested)"
		'
		'chkDisplayWithIE
		'
		Me.chkDisplayWithIE.AutoSize = True
		Me.chkDisplayWithIE.Checked = True
		Me.chkDisplayWithIE.CheckState = System.Windows.Forms.CheckState.Checked
		Me.chkDisplayWithIE.Enabled = False
		Me.chkDisplayWithIE.Location = New System.Drawing.Point(83, 231)
		Me.chkDisplayWithIE.Name = "chkDisplayWithIE"
		Me.chkDisplayWithIE.Size = New System.Drawing.Size(200, 17)
		Me.chkDisplayWithIE.TabIndex = 4
		Me.chkDisplayWithIE.Text = "Display Output.xml in Internet Explorer"
		'
		'btnShowEditForm
		'
		Me.btnShowEditForm.Location = New System.Drawing.Point(25, 271)
		Me.btnShowEditForm.Name = "btnShowEditForm"
		Me.btnShowEditForm.Size = New System.Drawing.Size(317, 24)
		Me.btnShowEditForm.TabIndex = 5
		Me.btnShowEditForm.Text = "Show Simple Northwind (Flat) Editing Form"
		'
		'frmClasses
		'
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(373, 307)
		Me.Controls.Add(Me.btnShowEditForm)
		Me.Controls.Add(Me.chkDisplayWithIE)
		Me.Controls.Add(Me.btnCustomersDS)
		Me.Controls.Add(Me.btnNorthwindDS)
		Me.Controls.Add(Me.btnNorthwind)
		Me.Controls.Add(Me.lblDescr)
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
		Me.MaximizeBox = False
		Me.MinimizeBox = False
		Me.Name = "frmClasses"
		Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
		Me.Text = "Classes from Schemas"
		Me.ResumeLayout(False)
		Me.PerformLayout()

	End Sub
	Friend WithEvents lblDescr As System.Windows.Forms.Label
	Friend WithEvents btnNorthwind As System.Windows.Forms.Button
	Friend WithEvents btnNorthwindDS As System.Windows.Forms.Button
	Friend WithEvents btnCustomersDS As System.Windows.Forms.Button
	Friend WithEvents chkDisplayWithIE As System.Windows.Forms.CheckBox
	Friend WithEvents btnShowEditForm As System.Windows.Forms.Button

End Class

⌨️ 快捷键说明

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