Displaying MOLE symbology with the GlobeControl
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.
' 

Namespace GlobeControlApp
  Partial Class MainForm
    ''' <summary>
    ''' Required designer variable.
    ''' </summary>
    Private components As System.ComponentModel.IContainer = Nothing

    ''' <summary>
    ''' Clean up any resources being used.
    ''' </summary>
    ''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
      'Ensures that any ESRI libraries that have been used are unloaded in the correct order. 
      'Failure to do this may result in random crashes on exit due to the operating system unloading 
      'the libraries in the incorrect order. 
      ESRI.ArcGIS.ADF.COMSupport.AOUninitialize.Shutdown()
      If disposing AndAlso (components IsNot Nothing) Then
        components.Dispose()
      End If
      MyBase.Dispose(disposing)
    End Sub

    #Region "Windows Form Designer generated code"

    ''' <summary>
    ''' Required method for Designer support - do not modify
    ''' the contents of this method with the code editor.
    ''' </summary>
    Private Sub InitializeComponent()
            Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainForm))
            Me.axGlobeControl1 = New ESRI.ArcGIS.Controls.AxGlobeControl
            Me.axToolbarControl1 = New ESRI.ArcGIS.Controls.AxToolbarControl
            Me.axTOCControl1 = New ESRI.ArcGIS.Controls.AxTOCControl
            Me.axLicenseControl1 = New ESRI.ArcGIS.Controls.AxLicenseControl
            Me.menuStrip1 = New System.Windows.Forms.MenuStrip
            Me.menuFile = New System.Windows.Forms.ToolStripMenuItem
            Me.menuOpenDoc = New System.Windows.Forms.ToolStripMenuItem
            Me.separatorToolStripMenuItem = New System.Windows.Forms.ToolStripSeparator
            Me.menuExitApp = New System.Windows.Forms.ToolStripMenuItem
            Me.statusBar1 = New System.Windows.Forms.StatusStrip
            Me.statusBarXY = New System.Windows.Forms.ToolStripStatusLabel
            Me.splitter1 = New System.Windows.Forms.Splitter
            Me.butTest = New System.Windows.Forms.Button
            Me.butTest2 = New System.Windows.Forms.Button
            CType(Me.axGlobeControl1, System.ComponentModel.ISupportInitialize).BeginInit()
            CType(Me.axToolbarControl1, System.ComponentModel.ISupportInitialize).BeginInit()
            CType(Me.axTOCControl1, System.ComponentModel.ISupportInitialize).BeginInit()
            CType(Me.axLicenseControl1, System.ComponentModel.ISupportInitialize).BeginInit()
            Me.menuStrip1.SuspendLayout()
            Me.statusBar1.SuspendLayout()
            Me.SuspendLayout()
            '
            'axGlobeControl1
            '
            Me.axGlobeControl1.Dock = System.Windows.Forms.DockStyle.Fill
            Me.axGlobeControl1.Location = New System.Drawing.Point(245, 54)
            Me.axGlobeControl1.Margin = New System.Windows.Forms.Padding(4)
            Me.axGlobeControl1.Name = "axGlobeControl1"
            Me.axGlobeControl1.OcxState = CType(resources.GetObject("axGlobeControl1.OcxState"), System.Windows.Forms.AxHost.State)
            Me.axGlobeControl1.Size = New System.Drawing.Size(852, 656)
            Me.axGlobeControl1.TabIndex = 0
            '
            'axToolbarControl1
            '
            Me.axToolbarControl1.Dock = System.Windows.Forms.DockStyle.Top
            Me.axToolbarControl1.Location = New System.Drawing.Point(0, 26)
            Me.axToolbarControl1.Margin = New System.Windows.Forms.Padding(4)
            Me.axToolbarControl1.Name = "axToolbarControl1"
            Me.axToolbarControl1.OcxState = CType(resources.GetObject("axToolbarControl1.OcxState"), System.Windows.Forms.AxHost.State)
            Me.axToolbarControl1.Size = New System.Drawing.Size(1097, 28)
            Me.axToolbarControl1.TabIndex = 1
            '
            'axTOCControl1
            '
            Me.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Left
            Me.axTOCControl1.Location = New System.Drawing.Point(0, 54)
            Me.axTOCControl1.Margin = New System.Windows.Forms.Padding(4)
            Me.axTOCControl1.Name = "axTOCControl1"
            Me.axTOCControl1.OcxState = CType(resources.GetObject("axTOCControl1.OcxState"), System.Windows.Forms.AxHost.State)
            Me.axTOCControl1.Size = New System.Drawing.Size(245, 656)
            Me.axTOCControl1.TabIndex = 2
            '
            'axLicenseControl1
            '
            Me.axLicenseControl1.Enabled = True
            Me.axLicenseControl1.Location = New System.Drawing.Point(366, 298)
            Me.axLicenseControl1.Margin = New System.Windows.Forms.Padding(4)
            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 = 3
            '
            'menuStrip1
            '
            Me.menuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menuFile})
            Me.menuStrip1.Location = New System.Drawing.Point(0, 0)
            Me.menuStrip1.Name = "menuStrip1"
            Me.menuStrip1.Padding = New System.Windows.Forms.Padding(8, 2, 0, 2)
            Me.menuStrip1.Size = New System.Drawing.Size(1097, 26)
            Me.menuStrip1.TabIndex = 4
            Me.menuStrip1.Text = "menuFile"
            '
            'menuFile
            '
            Me.menuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menuOpenDoc, Me.separatorToolStripMenuItem, Me.menuExitApp})
            Me.menuFile.Name = "menuFile"
            Me.menuFile.Size = New System.Drawing.Size(40, 22)
            Me.menuFile.Text = "File"
            '
            'menuOpenDoc
            '
            Me.menuOpenDoc.Image = CType(resources.GetObject("menuOpenDoc.Image"), System.Drawing.Image)
            Me.menuOpenDoc.ImageTransparentColor = System.Drawing.Color.White
            Me.menuOpenDoc.Name = "menuOpenDoc"
            Me.menuOpenDoc.Size = New System.Drawing.Size(213, 22)
            Me.menuOpenDoc.Text = "Open Document..."
            '
            'separatorToolStripMenuItem
            '
            Me.separatorToolStripMenuItem.Name = "separatorToolStripMenuItem"
            Me.separatorToolStripMenuItem.Size = New System.Drawing.Size(210, 6)
            '
            'menuExitApp
            '
            Me.menuExitApp.Name = "menuExitApp"
            Me.menuExitApp.Size = New System.Drawing.Size(213, 22)
            Me.menuExitApp.Text = "Exit"
            '
            'statusBar1
            '
            Me.statusBar1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.statusBarXY})
            Me.statusBar1.Location = New System.Drawing.Point(0, 710)
            Me.statusBar1.Name = "statusBar1"
            Me.statusBar1.Padding = New System.Windows.Forms.Padding(1, 0, 19, 0)
            Me.statusBar1.Size = New System.Drawing.Size(1097, 22)
            Me.statusBar1.TabIndex = 5
            '
            'statusBarXY
            '
            Me.statusBarXY.Name = "statusBarXY"
            Me.statusBarXY.Size = New System.Drawing.Size(0, 17)
            '
            'splitter1
            '
            Me.splitter1.Location = New System.Drawing.Point(245, 54)
            Me.splitter1.Margin = New System.Windows.Forms.Padding(4)
            Me.splitter1.Name = "splitter1"
            Me.splitter1.Size = New System.Drawing.Size(4, 656)
            Me.splitter1.TabIndex = 6
            Me.splitter1.TabStop = False
            '
            'butTest
            '
            Me.butTest.Location = New System.Drawing.Point(601, 26)
            Me.butTest.Name = "butTest"
            Me.butTest.Size = New System.Drawing.Size(130, 28)
            Me.butTest.TabIndex = 7
            Me.butTest.Text = "Add Unit"
            Me.butTest.UseVisualStyleBackColor = True
            '
            'butTest2
            '
            Me.butTest2.Location = New System.Drawing.Point(751, 27)
            Me.butTest2.Name = "butTest2"
            Me.butTest2.Size = New System.Drawing.Size(124, 27)
            Me.butTest2.TabIndex = 8
            Me.butTest2.Text = "Move Units"
            Me.butTest2.UseVisualStyleBackColor = True
            '
            'MainForm
            '
            Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
            Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
            Me.ClientSize = New System.Drawing.Size(1097, 732)
            Me.Controls.Add(Me.butTest2)
            Me.Controls.Add(Me.butTest)
            Me.Controls.Add(Me.axLicenseControl1)
            Me.Controls.Add(Me.splitter1)
            Me.Controls.Add(Me.axGlobeControl1)
            Me.Controls.Add(Me.axTOCControl1)
            Me.Controls.Add(Me.axToolbarControl1)
            Me.Controls.Add(Me.statusBar1)
            Me.Controls.Add(Me.menuStrip1)
            Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
            Me.MainMenuStrip = Me.menuStrip1
            Me.Margin = New System.Windows.Forms.Padding(4)
            Me.Name = "MainForm"
            Me.Text = "Globe Control Application"
            CType(Me.axGlobeControl1, System.ComponentModel.ISupportInitialize).EndInit()
            CType(Me.axToolbarControl1, System.ComponentModel.ISupportInitialize).EndInit()
            CType(Me.axTOCControl1, System.ComponentModel.ISupportInitialize).EndInit()
            CType(Me.axLicenseControl1, System.ComponentModel.ISupportInitialize).EndInit()
            Me.menuStrip1.ResumeLayout(False)
            Me.menuStrip1.PerformLayout()
            Me.statusBar1.ResumeLayout(False)
            Me.statusBar1.PerformLayout()
            Me.ResumeLayout(False)
            Me.PerformLayout()

        End Sub

    #End Region

        Private WithEvents axGlobeControl1 As ESRI.ArcGIS.Controls.AxGlobeControl
        Private WithEvents axToolbarControl1 As ESRI.ArcGIS.Controls.AxToolbarControl
        Private WithEvents axTOCControl1 As ESRI.ArcGIS.Controls.AxTOCControl
        Private WithEvents axLicenseControl1 As ESRI.ArcGIS.Controls.AxLicenseControl
        Private WithEvents menuStrip1 As System.Windows.Forms.MenuStrip
        Private WithEvents statusBar1 As System.Windows.Forms.StatusStrip
        Private WithEvents splitter1 As System.Windows.Forms.Splitter
        Private WithEvents menuFile As System.Windows.Forms.ToolStripMenuItem
        Private WithEvents menuOpenDoc As System.Windows.Forms.ToolStripMenuItem
        Private WithEvents separatorToolStripMenuItem As System.Windows.Forms.ToolStripSeparator
        Private WithEvents menuExitApp As System.Windows.Forms.ToolStripMenuItem
        Private WithEvents statusBarXY As System.Windows.Forms.ToolStripStatusLabel
        Private WithEvents butTest As System.Windows.Forms.Button
        Private WithEvents butTest2 As System.Windows.Forms.Button
  End Class
End Namespace