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

📄 frmmain.designer.vb

📁 VB开发的基于mo控件的例子
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmMain
#Region "Windows 窗体设计器生成的代码 "
	<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
		MyBase.New()
		'此调用是 Windows 窗体设计器所必需的。
		InitializeComponent()
	End Sub
	'窗体重写释放,以清理组件列表。
	<System.Diagnostics.DebuggerNonUserCode()> 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
	Public ToolTip1 As System.Windows.Forms.ToolTip
	Public WithEvents cmdMagnifier As System.Windows.Forms.Button
	Public WithEvents cmdOverview As System.Windows.Forms.Button
	Public WithEvents cmdFullView As System.Windows.Forms.Button
	Public WithEvents mapMain As AxMapObjects2.AxMap
	'注意: 以下过程是 Windows 窗体设计器所必需的
	'可以使用 Windows 窗体设计器来修改它。
	'不要使用代码编辑器修改它。
	<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
		Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmMain))
		Me.components = New System.ComponentModel.Container()
		Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
		Me.cmdMagnifier = New System.Windows.Forms.Button
		Me.cmdOverview = New System.Windows.Forms.Button
		Me.cmdFullView = New System.Windows.Forms.Button
		Me.mapMain = New AxMapObjects2.AxMap
		Me.SuspendLayout()
		Me.ToolTip1.Active = True
		CType(Me.mapMain, System.ComponentModel.ISupportInitialize).BeginInit()
		Me.Text = "Overview and Magifier Example"
		Me.ClientSize = New System.Drawing.Size(628, 395)
		Me.Location = New System.Drawing.Point(4, 23)
		Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
		Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
		Me.BackColor = System.Drawing.SystemColors.Control
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable
		Me.ControlBox = True
		Me.Enabled = True
		Me.KeyPreview = False
		Me.MaximizeBox = True
		Me.MinimizeBox = True
		Me.Cursor = System.Windows.Forms.Cursors.Default
		Me.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.ShowInTaskbar = True
		Me.HelpButton = False
		Me.WindowState = System.Windows.Forms.FormWindowState.Normal
		Me.Name = "frmMain"
		Me.cmdMagnifier.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.cmdMagnifier.Text = "Magnifier"
		Me.cmdMagnifier.Size = New System.Drawing.Size(65, 25)
		Me.cmdMagnifier.Location = New System.Drawing.Point(504, 8)
		Me.cmdMagnifier.TabIndex = 3
		Me.cmdMagnifier.BackColor = System.Drawing.SystemColors.Control
		Me.cmdMagnifier.CausesValidation = True
		Me.cmdMagnifier.Enabled = True
		Me.cmdMagnifier.ForeColor = System.Drawing.SystemColors.ControlText
		Me.cmdMagnifier.Cursor = System.Windows.Forms.Cursors.Default
		Me.cmdMagnifier.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.cmdMagnifier.TabStop = True
		Me.cmdMagnifier.Name = "cmdMagnifier"
		Me.cmdOverview.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.cmdOverview.Text = "Overview"
		Me.cmdOverview.Size = New System.Drawing.Size(65, 25)
		Me.cmdOverview.Location = New System.Drawing.Point(432, 8)
		Me.cmdOverview.TabIndex = 2
		Me.cmdOverview.BackColor = System.Drawing.SystemColors.Control
		Me.cmdOverview.CausesValidation = True
		Me.cmdOverview.Enabled = True
		Me.cmdOverview.ForeColor = System.Drawing.SystemColors.ControlText
		Me.cmdOverview.Cursor = System.Windows.Forms.Cursors.Default
		Me.cmdOverview.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.cmdOverview.TabStop = True
		Me.cmdOverview.Name = "cmdOverview"
		Me.cmdFullView.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.cmdFullView.Text = "Full View"
		Me.cmdFullView.Size = New System.Drawing.Size(65, 25)
		Me.cmdFullView.Location = New System.Drawing.Point(32, 8)
		Me.cmdFullView.TabIndex = 1
		Me.cmdFullView.BackColor = System.Drawing.SystemColors.Control
		Me.cmdFullView.CausesValidation = True
		Me.cmdFullView.Enabled = True
		Me.cmdFullView.ForeColor = System.Drawing.SystemColors.ControlText
		Me.cmdFullView.Cursor = System.Windows.Forms.Cursors.Default
		Me.cmdFullView.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.cmdFullView.TabStop = True
		Me.cmdFullView.Name = "cmdFullView"
		mapMain.OcxState = CType(resources.GetObject("mapMain.OcxState"), System.Windows.Forms.AxHost.State)
		Me.mapMain.Size = New System.Drawing.Size(593, 345)
		Me.mapMain.Location = New System.Drawing.Point(16, 32)
		Me.mapMain.TabIndex = 0
		Me.mapMain.Name = "mapMain"
		Me.Controls.Add(cmdMagnifier)
		Me.Controls.Add(cmdOverview)
		Me.Controls.Add(cmdFullView)
		Me.Controls.Add(mapMain)
		CType(Me.mapMain, System.ComponentModel.ISupportInitialize).EndInit()
		Me.ResumeLayout(False)
		Me.PerformLayout()
	End Sub
#End Region 
End Class

⌨️ 快捷键说明

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