Decluttering MOLE graphics using leadering and stacking
MainForm.Designer.vb
' Copyright 2010 ESRI
' 
' All rights reserved under the copyright laws of the United States
' and applicable international laws, treaties, and conventions.
' 
' You may freely redistribute and use this sample code, with or
' without modification, provided you include the original copyright
' notice and use restrictions.
' 
' See the use restrictions.
' 

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MoleLeaderStack
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected 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()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MoleLeaderStack))
        Me.AxTOCControl1 = New ESRI.ArcGIS.Controls.AxTOCControl
        Me.AxMapControl1 = New ESRI.ArcGIS.Controls.AxMapControl
        Me.btnAddGraphics = New System.Windows.Forms.Button
        Me.btnAddStacked = New System.Windows.Forms.Button
        Me.btnClear = New System.Windows.Forms.Button
        Me.AxLicenseControl1 = New ESRI.ArcGIS.Controls.AxLicenseControl
        Me.AxToolbarControl1 = New ESRI.ArcGIS.Controls.AxToolbarControl
        Me.btnLeader = New System.Windows.Forms.Button
        CType(Me.AxTOCControl1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.AxMapControl1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.AxLicenseControl1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.AxToolbarControl1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'AxTOCControl1
        '
        Me.AxTOCControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.AxTOCControl1.Location = New System.Drawing.Point(12, 46)
        Me.AxTOCControl1.Name = "AxTOCControl1"
        Me.AxTOCControl1.OcxState = CType(resources.GetObject("AxTOCControl1.OcxState"), System.Windows.Forms.AxHost.State)
        Me.AxTOCControl1.Size = New System.Drawing.Size(259, 454)
        Me.AxTOCControl1.TabIndex = 0
        '
        'AxMapControl1
        '
        Me.AxMapControl1.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.AxMapControl1.Location = New System.Drawing.Point(277, 46)
        Me.AxMapControl1.Name = "AxMapControl1"
        Me.AxMapControl1.OcxState = CType(resources.GetObject("AxMapControl1.OcxState"), System.Windows.Forms.AxHost.State)
        Me.AxMapControl1.Size = New System.Drawing.Size(534, 454)
        Me.AxMapControl1.TabIndex = 1
        '
        'btnAddGraphics
        '
        Me.btnAddGraphics.Location = New System.Drawing.Point(293, 14)
        Me.btnAddGraphics.Name = "btnAddGraphics"
        Me.btnAddGraphics.Size = New System.Drawing.Size(123, 23)
        Me.btnAddGraphics.TabIndex = 3
        Me.btnAddGraphics.Text = "Add Graphics"
        Me.btnAddGraphics.UseVisualStyleBackColor = True
        '
        'btnAddStacked
        '
        Me.btnAddStacked.Location = New System.Drawing.Point(550, 14)
        Me.btnAddStacked.Name = "btnAddStacked"
        Me.btnAddStacked.Size = New System.Drawing.Size(116, 23)
        Me.btnAddStacked.TabIndex = 4
        Me.btnAddStacked.Text = "Apply Stacking"
        Me.btnAddStacked.UseVisualStyleBackColor = True
        '
        'btnClear
        '
        Me.btnClear.Location = New System.Drawing.Point(736, 14)
        Me.btnClear.Name = "btnClear"
        Me.btnClear.Size = New System.Drawing.Size(75, 23)
        Me.btnClear.TabIndex = 7
        Me.btnClear.Text = "Clear Graphics"
        Me.btnClear.UseVisualStyleBackColor = True
        '
        'AxLicenseControl1
        '
        Me.AxLicenseControl1.Enabled = True
        Me.AxLicenseControl1.Location = New System.Drawing.Point(151, 384)
        Me.AxLicenseControl1.Name = "AxLicenseControl1"
        Me.AxLicenseControl1.OcxState = CType(resources.GetObject("AxLicenseControl1.OcxState"), System.Windows.Forms.AxHost.State)
        Me.AxLicenseControl1.Size = New System.Drawing.Size(32, 32)
        Me.AxLicenseControl1.TabIndex = 8
        '
        'AxToolbarControl1
        '
        Me.AxToolbarControl1.Location = New System.Drawing.Point(12, 12)
        Me.AxToolbarControl1.Name = "AxToolbarControl1"
        Me.AxToolbarControl1.OcxState = CType(resources.GetObject("AxToolbarControl1.OcxState"), System.Windows.Forms.AxHost.State)
        Me.AxToolbarControl1.Size = New System.Drawing.Size(265, 28)
        Me.AxToolbarControl1.TabIndex = 9
        '
        'btnLeader
        '
        Me.btnLeader.Location = New System.Drawing.Point(422, 14)
        Me.btnLeader.Name = "btnLeader"
        Me.btnLeader.Size = New System.Drawing.Size(122, 23)
        Me.btnLeader.TabIndex = 10
        Me.btnLeader.Text = "Apply Leadering"
        Me.btnLeader.UseVisualStyleBackColor = True
        '
        'MoleLeaderStack
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(823, 512)
        Me.Controls.Add(Me.btnLeader)
        Me.Controls.Add(Me.AxToolbarControl1)
        Me.Controls.Add(Me.AxLicenseControl1)
        Me.Controls.Add(Me.btnClear)
        Me.Controls.Add(Me.btnAddStacked)
        Me.Controls.Add(Me.btnAddGraphics)
        Me.Controls.Add(Me.AxMapControl1)
        Me.Controls.Add(Me.AxTOCControl1)
        Me.Name = "MoleLeaderStack"
        Me.Text = "MoleLeaderStack"
        CType(Me.AxTOCControl1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.AxMapControl1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.AxLicenseControl1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.AxToolbarControl1, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents AxTOCControl1 As ESRI.ArcGIS.Controls.AxTOCControl
    Friend WithEvents AxMapControl1 As ESRI.ArcGIS.Controls.AxMapControl
    Friend WithEvents btnAddGraphics As System.Windows.Forms.Button
    Friend WithEvents btnAddStacked As System.Windows.Forms.Button
    Friend WithEvents btnClear As System.Windows.Forms.Button

    Protected Overrides Sub Finalize()
        MyBase.Finalize()
    End Sub


    Friend WithEvents AxLicenseControl1 As ESRI.ArcGIS.Controls.AxLicenseControl
    Friend WithEvents AxToolbarControl1 As ESRI.ArcGIS.Controls.AxToolbarControl
    Friend WithEvents btnLeader As System.Windows.Forms.Button
End Class