Form1.Designer.cs :  » GIS » SharpMap » WinFormSamples » C# / CSharp Open Source

Home
C# / CSharp Open Source
1.2.6.4 mono .net core
2.2.6.4 mono core
3.Aspect Oriented Frameworks
4.Bloggers
5.Build Systems
6.Business Application
7.Charting Reporting Tools
8.Chat Servers
9.Code Coverage Tools
10.Content Management Systems CMS
11.CRM ERP
12.Database
13.Development
14.Email
15.Forum
16.Game
17.GIS
18.GUI
19.IDEs
20.Installers Generators
21.Inversion of Control Dependency Injection
22.Issue Tracking
23.Logging Tools
24.Message
25.Mobile
26.Network Clients
27.Network Servers
28.Office
29.PDF
30.Persistence Frameworks
31.Portals
32.Profilers
33.Project Management
34.RSS RDF
35.Rule Engines
36.Script
37.Search Engines
38.Sound Audio
39.Source Control
40.SQL Clients
41.Template Engines
42.Testing
43.UML
44.Web Frameworks
45.Web Service
46.Web Testing
47.Wiki Engines
48.Windows Presentation Foundation
49.Workflows
50.XML Parsers
C# / C Sharp
C# / C Sharp by API
C# / CSharp Tutorial
C# / CSharp Open Source » GIS » SharpMap 
SharpMap » WinFormSamples » Form1.Designer.cs
namespace WinFormSamples{
  partial class MainForm
  {
    /// <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

    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
        this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
        this.radioButton2 = new System.Windows.Forms.RadioButton();
        this.radioButton3 = new System.Windows.Forms.RadioButton();
        this.radioButton4 = new System.Windows.Forms.RadioButton();
        this.radioButton1 = new System.Windows.Forms.RadioButton();
        this.radioButton5 = new System.Windows.Forms.RadioButton();
        this.radioButton6 = new System.Windows.Forms.RadioButton();
        this.radioButton7 = new System.Windows.Forms.RadioButton();
        this.radioButton8 = new System.Windows.Forms.RadioButton();
        this.radioButton9 = new System.Windows.Forms.RadioButton();
        this.radioButton10 = new System.Windows.Forms.RadioButton();
        this.radioButton11 = new System.Windows.Forms.RadioButton();
        this.button1 = new System.Windows.Forms.Button();
        this.dataGridView1 = new System.Windows.Forms.DataGridView();
        this.mapImage = new SharpMap.Forms.MapImage();
        this.flowLayoutPanel1.SuspendLayout();
        ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.mapImage)).BeginInit();
        this.SuspendLayout();
        // 
        // flowLayoutPanel1
        // 
        this.flowLayoutPanel1.Controls.Add(this.radioButton2);
        this.flowLayoutPanel1.Controls.Add(this.radioButton3);
        this.flowLayoutPanel1.Controls.Add(this.radioButton4);
        this.flowLayoutPanel1.Controls.Add(this.radioButton1);
        this.flowLayoutPanel1.Controls.Add(this.radioButton5);
        this.flowLayoutPanel1.Controls.Add(this.radioButton6);
        this.flowLayoutPanel1.Controls.Add(this.radioButton7);
        this.flowLayoutPanel1.Controls.Add(this.radioButton8);
        this.flowLayoutPanel1.Controls.Add(this.radioButton9);
        this.flowLayoutPanel1.Controls.Add(this.radioButton10);
        this.flowLayoutPanel1.Controls.Add(this.radioButton11);
        this.flowLayoutPanel1.Controls.Add(this.button1);
        this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
        this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
        this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
        this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
        this.flowLayoutPanel1.Name = "flowLayoutPanel1";
        this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(10, 4, 4, 4);
        this.flowLayoutPanel1.Size = new System.Drawing.Size(166, 446);
        this.flowLayoutPanel1.TabIndex = 2;
        // 
        // radioButton2
        // 
        this.radioButton2.AutoSize = true;
        this.radioButton2.Location = new System.Drawing.Point(13, 7);
        this.radioButton2.Name = "radioButton2";
        this.radioButton2.Size = new System.Drawing.Size(69, 17);
        this.radioButton2.TabIndex = 0;
        this.radioButton2.TabStop = true;
        this.radioButton2.Text = "Shapefile";
        this.radioButton2.UseVisualStyleBackColor = true;
        this.radioButton2.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton3
        // 
        this.radioButton3.AutoSize = true;
        this.radioButton3.Location = new System.Drawing.Point(13, 30);
        this.radioButton3.Name = "radioButton3";
        this.radioButton3.Size = new System.Drawing.Size(98, 17);
        this.radioButton3.TabIndex = 1;
        this.radioButton3.TabStop = true;
        this.radioButton3.Text = "GradientTheme";
        this.radioButton3.UseVisualStyleBackColor = true;
        this.radioButton3.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton4
        // 
        this.radioButton4.AutoSize = true;
        this.radioButton4.Location = new System.Drawing.Point(13, 53);
        this.radioButton4.Name = "radioButton4";
        this.radioButton4.Size = new System.Drawing.Size(81, 17);
        this.radioButton4.TabIndex = 3;
        this.radioButton4.TabStop = true;
        this.radioButton4.Text = "WMS Client";
        this.radioButton4.UseVisualStyleBackColor = true;
        this.radioButton4.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton1
        // 
        this.radioButton1.AutoSize = true;
        this.radioButton1.Location = new System.Drawing.Point(13, 76);
        this.radioButton1.Name = "radioButton1";
        this.radioButton1.Size = new System.Drawing.Size(78, 17);
        this.radioButton1.TabIndex = 2;
        this.radioButton1.TabStop = true;
        this.radioButton1.Text = "WFS Client";
        this.radioButton1.UseVisualStyleBackColor = true;
        this.radioButton1.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton5
        // 
        this.radioButton5.AutoSize = true;
        this.radioButton5.Location = new System.Drawing.Point(13, 99);
        this.radioButton5.Name = "radioButton5";
        this.radioButton5.Size = new System.Drawing.Size(97, 17);
        this.radioButton5.TabIndex = 4;
        this.radioButton5.TabStop = true;
        this.radioButton5.Text = "OGR - MapInfo";
        this.radioButton5.UseVisualStyleBackColor = true;
        this.radioButton5.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton6
        // 
        this.radioButton6.AutoSize = true;
        this.radioButton6.Location = new System.Drawing.Point(13, 122);
        this.radioButton6.Name = "radioButton6";
        this.radioButton6.Size = new System.Drawing.Size(98, 17);
        this.radioButton6.TabIndex = 4;
        this.radioButton6.TabStop = true;
        this.radioButton6.Text = "GDAL - GeoTiff";
        this.radioButton6.UseVisualStyleBackColor = true;
        this.radioButton6.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton7
        // 
        this.radioButton7.AutoSize = true;
        this.radioButton7.Location = new System.Drawing.Point(13, 145);
        this.radioButton7.Name = "radioButton7";
        this.radioButton7.Size = new System.Drawing.Size(146, 17);
        this.radioButton7.TabIndex = 5;
        this.radioButton7.TabStop = true;
        this.radioButton7.Text = "TileLayer OpenStreetMap";
        this.radioButton7.UseVisualStyleBackColor = true;
        this.radioButton7.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton8
        // 
        this.radioButton8.AutoSize = true;
        this.radioButton8.Location = new System.Drawing.Point(13, 168);
        this.radioButton8.Name = "radioButton8";
        this.radioButton8.Size = new System.Drawing.Size(61, 17);
        this.radioButton8.TabIndex = 6;
        this.radioButton8.TabStop = true;
        this.radioButton8.Text = "PostGis";
        this.radioButton8.UseVisualStyleBackColor = true;
        this.radioButton8.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton9
        // 
        this.radioButton9.AutoSize = true;
        this.radioButton9.Location = new System.Drawing.Point(13, 191);
        this.radioButton9.Name = "radioButton9";
        this.radioButton9.Size = new System.Drawing.Size(72, 17);
        this.radioButton9.TabIndex = 7;
        this.radioButton9.TabStop = true;
        this.radioButton9.Text = "SpatiaLite";
        this.radioButton9.UseVisualStyleBackColor = true;
        this.radioButton9.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton10
        // 
        this.radioButton10.AutoSize = true;
        this.radioButton10.Location = new System.Drawing.Point(13, 214);
        this.radioButton10.Name = "radioButton10";
        this.radioButton10.Size = new System.Drawing.Size(56, 17);
        this.radioButton10.TabIndex = 8;
        this.radioButton10.TabStop = true;
        this.radioButton10.Text = "Oracle";
        this.radioButton10.UseVisualStyleBackColor = true;
        this.radioButton10.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // radioButton11
        // 
        this.radioButton11.AutoSize = true;
        this.radioButton11.Location = new System.Drawing.Point(13, 237);
        this.radioButton11.Name = "radioButton11";
        this.radioButton11.Size = new System.Drawing.Size(85, 17);
        this.radioButton11.TabIndex = 9;
        this.radioButton11.TabStop = true;
        this.radioButton11.Text = "GDAL - VRT";
        this.radioButton11.UseVisualStyleBackColor = true;
        this.radioButton11.Click += new System.EventHandler(this.radioButton_Click);
        // 
        // button1
        // 
        this.button1.Location = new System.Drawing.Point(13, 260);
        this.button1.Name = "button1";
        this.button1.Size = new System.Drawing.Size(75, 23);
        this.button1.TabIndex = 10;
        this.button1.Text = "button1";
        this.button1.UseVisualStyleBackColor = true;
        this.button1.Click += new System.EventHandler(this.button1_Click);
        // 
        // dataGridView1
        // 
        this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
        this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
        this.dataGridView1.Location = new System.Drawing.Point(166, 360);
        this.dataGridView1.Name = "dataGridView1";
        this.dataGridView1.Size = new System.Drawing.Size(523, 86);
        this.dataGridView1.TabIndex = 3;
        // 
        // mapImage
        // 
        this.mapImage.ActiveTool = SharpMap.Forms.MapImage.Tools.None;
        this.mapImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                    | System.Windows.Forms.AnchorStyles.Left)
                    | System.Windows.Forms.AnchorStyles.Right)));
        this.mapImage.BackColor = System.Drawing.Color.White;
        this.mapImage.Cursor = System.Windows.Forms.Cursors.Cross;
        this.mapImage.FineZoomFactor = 10;
        this.mapImage.Location = new System.Drawing.Point(166, 0);
        this.mapImage.Name = "mapImage";
        this.mapImage.QueryLayerIndex = 0;
        this.mapImage.Size = new System.Drawing.Size(523, 362);
        this.mapImage.TabIndex = 0;
        this.mapImage.TabStop = false;
        this.mapImage.WheelZoomMagnitude = 2;
        this.mapImage.MapQueried += new SharpMap.Forms.MapImage.MapQueryHandler(this.mapImage_MapQueried);
        // 
        // MainForm
        // 
        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
        this.ClientSize = new System.Drawing.Size(689, 446);
        this.Controls.Add(this.dataGridView1);
        this.Controls.Add(this.mapImage);
        this.Controls.Add(this.flowLayoutPanel1);
        this.Name = "MainForm";
        this.Text = "SharpMap Samples";
        this.flowLayoutPanel1.ResumeLayout(false);
        this.flowLayoutPanel1.PerformLayout();
        ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.mapImage)).EndInit();
        this.ResumeLayout(false);

    }

    #endregion

    private SharpMap.Forms.MapImage mapImage;
    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    private System.Windows.Forms.RadioButton radioButton2;
    private System.Windows.Forms.RadioButton radioButton3;
    private System.Windows.Forms.RadioButton radioButton4;
    private System.Windows.Forms.RadioButton radioButton1;
    private System.Windows.Forms.RadioButton radioButton5;
    private System.Windows.Forms.RadioButton radioButton6;
    private System.Windows.Forms.RadioButton radioButton7;
    private System.Windows.Forms.RadioButton radioButton8;
    private System.Windows.Forms.RadioButton radioButton9;
    private System.Windows.Forms.RadioButton radioButton10;
    private System.Windows.Forms.RadioButton radioButton11;
    private System.Windows.Forms.Button button1;
    private System.Windows.Forms.DataGridView dataGridView1;
  }
}

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.