MobileWalkthroughWinNET
Form1.Designer.cs
// Copyright 2006 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 use restrictions at /arcgis/developerkit/userestrictions.
// 

namespace MobileDesktopApp
{
  partial class Form1
  {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    protected override void Dispose(bool disposing)
    {
      if (disposing && (components != null))
      {
        components.Dispose();
      }
      base.Dispose(disposing);
    }

    #region Windows Form Designer generated code


    private ESRI.ArcGIS.Mobile.Map map1;
    private ESRI.ArcGIS.Mobile.MapCache mapCache1;
    private System.Windows.Forms.RadioButton radioButton1;
    private ESRI.ArcGIS.Mobile.PanMapAction panMapAction1;
    private ESRI.ArcGIS.Mobile.ZoomInMapAction zoomInMapAction1;
    private ESRI.ArcGIS.Mobile.ZoomOutMapAction zoomOutMapAction1;
    private System.Windows.Forms.RadioButton radioButton2;
    private System.Windows.Forms.RadioButton radioButton3;
    private System.Windows.Forms.RadioButton radioButton4;
  }
}