Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.contextMenuLegendUrl = new System.Windows.Forms.ContextMenu();
     this.treeOgcCaps          = new CarbonTools.Controls.TreeViewOGCCapabilities();
     this.wmsGetCapstextbox    = new System.Windows.Forms.ComboBox();
     this.label4                = new System.Windows.Forms.Label();
     this.wmsbutton             = new System.Windows.Forms.Button();
     this.comboBox2             = new System.Windows.Forms.ComboBox();
     this.label5                = new System.Windows.Forms.Label();
     this.xmlsaveGroupBox       = new System.Windows.Forms.GroupBox();
     this.label6                = new System.Windows.Forms.Label();
     this.textBox3              = new System.Windows.Forms.TextBox();
     this.checkBox1             = new System.Windows.Forms.CheckBox();
     this.label7                = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.textBox1              = new System.Windows.Forms.TextBox();
     this.savewmsbutton         = new System.Windows.Forms.Button();
     this.label2                = new System.Windows.Forms.Label();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.pictureBoxOGC1        = new CarbonTools.Controls.PictureBoxOGC();
     this.pictureBoxProgressBar = new System.Windows.Forms.ProgressBar();
     this.panelLower            = new System.Windows.Forms.Panel();
     this.panelContents         = new System.Windows.Forms.Panel();
     this.label9                = new System.Windows.Forms.Label();
     this.label8                = new System.Windows.Forms.Label();
     this.treeViewProgressBar   = new System.Windows.Forms.ProgressBar();
     this.ConfLabel             = new System.Windows.Forms.Label();
     this.xmlsaveGroupBox.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOGC1)).BeginInit();
     this.panelLower.SuspendLayout();
     this.panelContents.SuspendLayout();
     this.SuspendLayout();
     //
     // treeOgcCaps
     //
     this.treeOgcCaps.Credentials    = null;
     this.treeOgcCaps.Location       = new System.Drawing.Point(3, 107);
     this.treeOgcCaps.Name           = "treeOgcCaps";
     this.treeOgcCaps.Proxy          = null;
     this.treeOgcCaps.Size           = new System.Drawing.Size(509, 144);
     this.treeOgcCaps.TabIndex       = 5;
     this.treeOgcCaps.URL            = "";
     this.treeOgcCaps.AfterSelect   += new System.Windows.Forms.TreeViewEventHandler(this.treeOgcCaps_AfterSelect);
     this.treeOgcCaps.OperationDone += new System.EventHandler(this.treeOgcCaps_OperationDone);
     //
     // wmsGetCapstextbox
     //
     this.wmsGetCapstextbox.DropDownWidth = 480;
     this.wmsGetCapstextbox.Items.AddRange(new object[] {
         "http://www.ga.gov.au/bin/getmap.pl?request=capabilities",
         "http://www.geosignal.org/cgi-bin/wmsmap?",
         "http://wms.globexplorer.com/gexservlets/wms?"
     });
     this.wmsGetCapstextbox.Location     = new System.Drawing.Point(3, 62);
     this.wmsGetCapstextbox.Name         = "wmsGetCapstextbox";
     this.wmsGetCapstextbox.Size         = new System.Drawing.Size(407, 21);
     this.wmsGetCapstextbox.TabIndex     = 20;
     this.wmsGetCapstextbox.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(7, 46);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(79, 13);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Enter WMS url:";
     //
     // wmsbutton
     //
     this.wmsbutton.Location = new System.Drawing.Point(416, 62);
     this.wmsbutton.Name     = "wmsbutton";
     this.wmsbutton.Size     = new System.Drawing.Size(91, 21);
     this.wmsbutton.TabIndex = 1;
     this.wmsbutton.Text     = "Get WMS Tree";
     this.wmsbutton.UseVisualStyleBackColor = true;
     this.wmsbutton.Click += new System.EventHandler(this.button1_Click);
     //
     // comboBox2
     //
     this.comboBox2.Enabled           = false;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(196, 10);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(71, 21);
     this.comboBox2.TabIndex              = 6;
     this.comboBox2.Visible               = false;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Enabled  = false;
     this.label5.Location = new System.Drawing.Point(119, 13);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(71, 13);
     this.label5.TabIndex = 7;
     this.label5.Text     = "Image Format";
     this.label5.Visible  = false;
     //
     // xmlsaveGroupBox
     //
     this.xmlsaveGroupBox.Controls.Add(this.label6);
     this.xmlsaveGroupBox.Controls.Add(this.textBox3);
     this.xmlsaveGroupBox.Controls.Add(this.checkBox1);
     this.xmlsaveGroupBox.Controls.Add(this.label7);
     this.xmlsaveGroupBox.Controls.Add(this.label3);
     this.xmlsaveGroupBox.Controls.Add(this.textBox1);
     this.xmlsaveGroupBox.Controls.Add(this.savewmsbutton);
     this.xmlsaveGroupBox.Controls.Add(this.label2);
     this.xmlsaveGroupBox.Enabled  = false;
     this.xmlsaveGroupBox.Location = new System.Drawing.Point(12, 17);
     this.xmlsaveGroupBox.Name     = "xmlsaveGroupBox";
     this.xmlsaveGroupBox.Size     = new System.Drawing.Size(268, 156);
     this.xmlsaveGroupBox.TabIndex = 14;
     this.xmlsaveGroupBox.TabStop  = false;
     this.xmlsaveGroupBox.Text     = "Create layer";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Enabled  = false;
     this.label6.Location = new System.Drawing.Point(17, 46);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(89, 13);
     this.label6.TabIndex = 13;
     this.label6.Text     = "Specify layer title:";
     //
     // textBox3
     //
     this.textBox3.Enabled  = false;
     this.textBox3.Location = new System.Drawing.Point(112, 43);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(133, 20);
     this.textBox3.TabIndex = 12;
     this.textBox3.Text     = "WMS Layer";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize   = true;
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(61, 20);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(179, 17);
     this.checkBox1.TabIndex   = 17;
     this.checkBox1.Text       = "Use default layer title from server";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(58, 137);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(160, 13);
     this.label7.TabIndex = 14;
     this.label7.Text     = "Warning: overwrites existing files";
     this.label7.Click   += new System.EventHandler(this.label7_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(18, 85);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(74, 13);
     this.label3.TabIndex = 11;
     this.label3.Text     = "XML filename:";
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(98, 81);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(133, 20);
     this.textBox1.TabIndex     = 9;
     this.textBox1.Text         = "wms";
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // savewmsbutton
     //
     this.savewmsbutton.Location = new System.Drawing.Point(82, 107);
     this.savewmsbutton.Name     = "savewmsbutton";
     this.savewmsbutton.Size     = new System.Drawing.Size(109, 27);
     this.savewmsbutton.TabIndex = 5;
     this.savewmsbutton.Text     = "Save as XML";
     this.savewmsbutton.UseVisualStyleBackColor = true;
     this.savewmsbutton.Click += new System.EventHandler(this.savewmsbutton_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(229, 85);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(25, 13);
     this.label2.TabIndex = 10;
     this.label2.Text     = ".xml";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pictureBoxOGC1);
     this.groupBox1.Controls.Add(this.pictureBoxProgressBar);
     this.groupBox1.Location = new System.Drawing.Point(295, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(214, 183);
     this.groupBox1.TabIndex = 16;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Preview";
     //
     // pictureBoxOGC1
     //
     this.pictureBoxOGC1.BackColor        = System.Drawing.Color.White;
     this.pictureBoxOGC1.Credentials      = null;
     this.pictureBoxOGC1.ImageFormat      = "";
     this.pictureBoxOGC1.LayerName        = "";
     this.pictureBoxOGC1.LayerNamespace   = "";
     this.pictureBoxOGC1.LayerStyle       = "";
     this.pictureBoxOGC1.Location         = new System.Drawing.Point(3, 19);
     this.pictureBoxOGC1.MapToolRectColor = System.Drawing.Color.Red;
     this.pictureBoxOGC1.Name             = "pictureBoxOGC1";
     this.pictureBoxOGC1.Proxy            = null;
     this.pictureBoxOGC1.Size             = new System.Drawing.Size(208, 148);
     this.pictureBoxOGC1.StyleBrushColor  = System.Drawing.Color.White;
     this.pictureBoxOGC1.StylePenColor    = System.Drawing.Color.Black;
     this.pictureBoxOGC1.TabIndex         = 15;
     this.pictureBoxOGC1.TabStop          = false;
     this.pictureBoxOGC1.URL = "";
     this.pictureBoxOGC1.ZoomEffectFrames = 0;
     //
     // pictureBoxProgressBar
     //
     this.pictureBoxProgressBar.Location = new System.Drawing.Point(3, 170);
     this.pictureBoxProgressBar.Name     = "pictureBoxProgressBar";
     this.pictureBoxProgressBar.Size     = new System.Drawing.Size(208, 10);
     this.pictureBoxProgressBar.TabIndex = 16;
     //
     // panelLower
     //
     this.panelLower.Controls.Add(this.groupBox1);
     this.panelLower.Controls.Add(this.xmlsaveGroupBox);
     this.panelLower.Controls.Add(this.label5);
     this.panelLower.Controls.Add(this.comboBox2);
     this.panelLower.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelLower.Location = new System.Drawing.Point(0, 255);
     this.panelLower.Name     = "panelLower";
     this.panelLower.Size     = new System.Drawing.Size(512, 209);
     this.panelLower.TabIndex = 0;
     this.panelLower.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelLower_Paint);
     //
     // panelContents
     //
     this.panelContents.Controls.Add(this.treeViewProgressBar);
     this.panelContents.Controls.Add(this.treeOgcCaps);
     this.panelContents.Controls.Add(this.label9);
     this.panelContents.Controls.Add(this.label8);
     this.panelContents.Controls.Add(this.wmsbutton);
     this.panelContents.Controls.Add(this.ConfLabel);
     this.panelContents.Controls.Add(this.label4);
     this.panelContents.Controls.Add(this.wmsGetCapstextbox);
     this.panelContents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelContents.Location = new System.Drawing.Point(0, 0);
     this.panelContents.Name     = "panelContents";
     this.panelContents.Size     = new System.Drawing.Size(512, 255);
     this.panelContents.TabIndex = 4;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(12, 27);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(394, 13);
     this.label9.TabIndex = 19;
     this.label9.Text     = "?Fill in options and click \"Save as XML\" to add the all of the layers to World W" +
                            "ind";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(12, 9);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(473, 13);
     this.label8.TabIndex = 18;
     this.label8.Text     = "?Enter a WMS url in the url bar below and click \"Get WMS Tree\" to see the conten" +
                            "ts of the server";
     //
     // treeViewProgressBar
     //
     this.treeViewProgressBar.Location = new System.Drawing.Point(299, 91);
     this.treeViewProgressBar.Name     = "treeViewProgressBar";
     this.treeViewProgressBar.Size     = new System.Drawing.Size(208, 10);
     this.treeViewProgressBar.TabIndex = 17;
     this.treeViewProgressBar.Visible  = false;
     //
     // ConfLabel
     //
     this.ConfLabel.AutoSize = true;
     this.ConfLabel.Location = new System.Drawing.Point(3, 91);
     this.ConfLabel.Name     = "ConfLabel";
     this.ConfLabel.Size     = new System.Drawing.Size(84, 13);
     this.ConfLabel.TabIndex = 4;
     this.ConfLabel.Text     = "Available Layers";
     //
     // WMSBrowserNG
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(512, 464);
     this.Controls.Add(this.panelContents);
     this.Controls.Add(this.panelLower);
     this.KeyPreview   = true;
     this.MinimumSize  = new System.Drawing.Size(504, 483);
     this.Name         = "WMSBrowserNG";
     this.Text         = "WMS Importer";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClosing);
     this.xmlsaveGroupBox.ResumeLayout(false);
     this.xmlsaveGroupBox.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOGC1)).EndInit();
     this.panelLower.ResumeLayout(false);
     this.panelLower.PerformLayout();
     this.panelContents.ResumeLayout(false);
     this.panelContents.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.contextMenuLegendUrl = new System.Windows.Forms.ContextMenu();
            this.treeOgcCaps = new CarbonTools.Controls.TreeViewOGCCapabilities();
            this.wmsGetCapstextbox = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.wmsbutton = new System.Windows.Forms.Button();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.xmlsaveGroupBox = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.savewmsbutton = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.pictureBoxOGC1 = new CarbonTools.Controls.PictureBoxOGC();
            this.pictureBoxProgressBar = new System.Windows.Forms.ProgressBar();
            this.panelLower = new System.Windows.Forms.Panel();
            this.panelContents = new System.Windows.Forms.Panel();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.treeViewProgressBar = new System.Windows.Forms.ProgressBar();
            this.ConfLabel = new System.Windows.Forms.Label();
            this.xmlsaveGroupBox.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOGC1)).BeginInit();
            this.panelLower.SuspendLayout();
            this.panelContents.SuspendLayout();
            this.SuspendLayout();
            // 
            // treeOgcCaps
            // 
            this.treeOgcCaps.Credentials = null;
            this.treeOgcCaps.Location = new System.Drawing.Point(3, 107);
            this.treeOgcCaps.Name = "treeOgcCaps";
            this.treeOgcCaps.Proxy = null;
            this.treeOgcCaps.Size = new System.Drawing.Size(509, 144);
            this.treeOgcCaps.TabIndex = 5;
            this.treeOgcCaps.URL = "";
            this.treeOgcCaps.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeOgcCaps_AfterSelect);
            this.treeOgcCaps.OperationDone += new System.EventHandler(this.treeOgcCaps_OperationDone);
            // 
            // wmsGetCapstextbox
            // 
            this.wmsGetCapstextbox.DropDownWidth = 480;
            this.wmsGetCapstextbox.Items.AddRange(new object[] {
			"http://www.ga.gov.au/bin/getmap.pl?request=capabilities",
            "http://www.geosignal.org/cgi-bin/wmsmap?",
            "http://wms.globexplorer.com/gexservlets/wms?"});
            this.wmsGetCapstextbox.Location = new System.Drawing.Point(3, 62);
            this.wmsGetCapstextbox.Name = "wmsGetCapstextbox";
            this.wmsGetCapstextbox.Size = new System.Drawing.Size(407, 21);
            this.wmsGetCapstextbox.TabIndex = 20;
            this.wmsGetCapstextbox.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(7, 46);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(79, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "Enter WMS url:";
            // 
            // wmsbutton
            // 
            this.wmsbutton.Location = new System.Drawing.Point(416, 62);
            this.wmsbutton.Name = "wmsbutton";
            this.wmsbutton.Size = new System.Drawing.Size(91, 21);
            this.wmsbutton.TabIndex = 1;
            this.wmsbutton.Text = "Get WMS Tree";
            this.wmsbutton.UseVisualStyleBackColor = true;
            this.wmsbutton.Click += new System.EventHandler(this.button1_Click);
            // 
            // comboBox2
            // 
            this.comboBox2.Enabled = false;
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Location = new System.Drawing.Point(196, 10);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(71, 21);
            this.comboBox2.TabIndex = 6;
            this.comboBox2.Visible = false;
            this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Enabled = false;
            this.label5.Location = new System.Drawing.Point(119, 13);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(71, 13);
            this.label5.TabIndex = 7;
            this.label5.Text = "Image Format";
            this.label5.Visible = false;
            // 
            // xmlsaveGroupBox
            // 
            this.xmlsaveGroupBox.Controls.Add(this.label6);
            this.xmlsaveGroupBox.Controls.Add(this.textBox3);
            this.xmlsaveGroupBox.Controls.Add(this.checkBox1);
            this.xmlsaveGroupBox.Controls.Add(this.label7);
            this.xmlsaveGroupBox.Controls.Add(this.label3);
            this.xmlsaveGroupBox.Controls.Add(this.textBox1);
            this.xmlsaveGroupBox.Controls.Add(this.savewmsbutton);
            this.xmlsaveGroupBox.Controls.Add(this.label2);
            this.xmlsaveGroupBox.Enabled = false;
            this.xmlsaveGroupBox.Location = new System.Drawing.Point(12, 17);
            this.xmlsaveGroupBox.Name = "xmlsaveGroupBox";
            this.xmlsaveGroupBox.Size = new System.Drawing.Size(268, 156);
            this.xmlsaveGroupBox.TabIndex = 14;
            this.xmlsaveGroupBox.TabStop = false;
            this.xmlsaveGroupBox.Text = "Create layer";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Enabled = false;
            this.label6.Location = new System.Drawing.Point(17, 46);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(89, 13);
            this.label6.TabIndex = 13;
            this.label6.Text = "Specify layer title:";
            // 
            // textBox3
            // 
            this.textBox3.Enabled = false;
            this.textBox3.Location = new System.Drawing.Point(112, 43);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(133, 20);
            this.textBox3.TabIndex = 12;
            this.textBox3.Text = "WMS Layer";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Checked = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.Location = new System.Drawing.Point(61, 20);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(179, 17);
            this.checkBox1.TabIndex = 17;
            this.checkBox1.Text = "Use default layer title from server";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(58, 137);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(160, 13);
            this.label7.TabIndex = 14;
            this.label7.Text = "Warning: overwrites existing files";
            this.label7.Click += new System.EventHandler(this.label7_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(18, 85);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(74, 13);
            this.label3.TabIndex = 11;
            this.label3.Text = "XML filename:";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(98, 81);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(133, 20);
            this.textBox1.TabIndex = 9;
            this.textBox1.Text = "wms";
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // savewmsbutton
            // 
            this.savewmsbutton.Location = new System.Drawing.Point(82, 107);
            this.savewmsbutton.Name = "savewmsbutton";
            this.savewmsbutton.Size = new System.Drawing.Size(109, 27);
            this.savewmsbutton.TabIndex = 5;
            this.savewmsbutton.Text = "Save as XML";
            this.savewmsbutton.UseVisualStyleBackColor = true;
            this.savewmsbutton.Click += new System.EventHandler(this.savewmsbutton_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(229, 85);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(25, 13);
            this.label2.TabIndex = 10;
            this.label2.Text = ".xml";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.pictureBoxOGC1);
            this.groupBox1.Controls.Add(this.pictureBoxProgressBar);
            this.groupBox1.Location = new System.Drawing.Point(295, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(214, 183);
            this.groupBox1.TabIndex = 16;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Preview";
            // 
            // pictureBoxOGC1
            // 
            this.pictureBoxOGC1.BackColor = System.Drawing.Color.White;
            this.pictureBoxOGC1.Credentials = null;
            this.pictureBoxOGC1.ImageFormat = "";
            this.pictureBoxOGC1.LayerName = "";
            this.pictureBoxOGC1.LayerNamespace = "";
            this.pictureBoxOGC1.LayerStyle = "";
            this.pictureBoxOGC1.Location = new System.Drawing.Point(3, 19);
            this.pictureBoxOGC1.MapToolRectColor = System.Drawing.Color.Red;
            this.pictureBoxOGC1.Name = "pictureBoxOGC1";
            this.pictureBoxOGC1.Proxy = null;
            this.pictureBoxOGC1.Size = new System.Drawing.Size(208, 148);
            this.pictureBoxOGC1.StyleBrushColor = System.Drawing.Color.White;
            this.pictureBoxOGC1.StylePenColor = System.Drawing.Color.Black;
            this.pictureBoxOGC1.TabIndex = 15;
            this.pictureBoxOGC1.TabStop = false;
            this.pictureBoxOGC1.URL = "";
            this.pictureBoxOGC1.ZoomEffectFrames = 0;
            // 
            // pictureBoxProgressBar
            // 
            this.pictureBoxProgressBar.Location = new System.Drawing.Point(3, 170);
            this.pictureBoxProgressBar.Name = "pictureBoxProgressBar";
            this.pictureBoxProgressBar.Size = new System.Drawing.Size(208, 10);
            this.pictureBoxProgressBar.TabIndex = 16;
            // 
            // panelLower
            // 
            this.panelLower.Controls.Add(this.groupBox1);
            this.panelLower.Controls.Add(this.xmlsaveGroupBox);
            this.panelLower.Controls.Add(this.label5);
            this.panelLower.Controls.Add(this.comboBox2);
            this.panelLower.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelLower.Location = new System.Drawing.Point(0, 255);
            this.panelLower.Name = "panelLower";
            this.panelLower.Size = new System.Drawing.Size(512, 209);
            this.panelLower.TabIndex = 0;
            this.panelLower.Paint += new System.Windows.Forms.PaintEventHandler(this.panelLower_Paint);
            // 
            // panelContents
            // 
            this.panelContents.Controls.Add(this.treeViewProgressBar);
            this.panelContents.Controls.Add(this.treeOgcCaps);
            this.panelContents.Controls.Add(this.label9);
            this.panelContents.Controls.Add(this.label8);
            this.panelContents.Controls.Add(this.wmsbutton);
            this.panelContents.Controls.Add(this.ConfLabel);
            this.panelContents.Controls.Add(this.label4);
            this.panelContents.Controls.Add(this.wmsGetCapstextbox);
            this.panelContents.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelContents.Location = new System.Drawing.Point(0, 0);
            this.panelContents.Name = "panelContents";
            this.panelContents.Size = new System.Drawing.Size(512, 255);
            this.panelContents.TabIndex = 4;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(12, 27);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(394, 13);
            this.label9.TabIndex = 19;
            this.label9.Text = "• Fill in options and click \"Save as XML\" to add the all of the layers to World W" +
                "ind";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(12, 9);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(473, 13);
            this.label8.TabIndex = 18;
            this.label8.Text = "• Enter a WMS url in the url bar below and click \"Get WMS Tree\" to see the conten" +
                "ts of the server";
            // 
            // treeViewProgressBar
            // 
            this.treeViewProgressBar.Location = new System.Drawing.Point(299, 91);
            this.treeViewProgressBar.Name = "treeViewProgressBar";
            this.treeViewProgressBar.Size = new System.Drawing.Size(208, 10);
            this.treeViewProgressBar.TabIndex = 17;
            this.treeViewProgressBar.Visible = false;
            // 
            // ConfLabel
            // 
            this.ConfLabel.AutoSize = true;
            this.ConfLabel.Location = new System.Drawing.Point(3, 91);
            this.ConfLabel.Name = "ConfLabel";
            this.ConfLabel.Size = new System.Drawing.Size(84, 13);
            this.ConfLabel.TabIndex = 4;
            this.ConfLabel.Text = "Available Layers";
            // 
            // WMSBrowserNG
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(512, 464);
            this.Controls.Add(this.panelContents);
            this.Controls.Add(this.panelLower);
            this.KeyPreview = true;
            this.MinimumSize = new System.Drawing.Size(504, 483);
            this.Name = "WMSBrowserNG";
            this.Text = "WMS Importer";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClosing);
            this.xmlsaveGroupBox.ResumeLayout(false);
            this.xmlsaveGroupBox.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOGC1)).EndInit();
            this.panelLower.ResumeLayout(false);
            this.panelLower.PerformLayout();
            this.panelContents.ResumeLayout(false);
            this.panelContents.PerformLayout();
            this.ResumeLayout(false);

        }