コード例 #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Contour_Frame));
            this.contour1   = new Steema.TeeChart.Styles.Contour();
            this.buttonPen1 = new Steema.TeeChart.ButtonPen();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = "Contour series now has a Frame pen.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.Chart3DPercent = 50;
            this.tChart1.Aspect.Orthogonal     = false;
            this.tChart1.Aspect.Perspective    = 100;
            this.tChart1.Aspect.Rotation       = 321;
            this.tChart1.Aspect.RotationFloat  = 321;
            this.tChart1.Aspect.Zoom           = 95;
            //
            //
            //
            this.tChart1.Legend.MaxNumRows = 8;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.EndColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.Brush.Gradient.ExtendedColorPalette = null;
            this.tChart1.Panel.Brush.Gradient.MiddleColor          = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Panel.Brush.Gradient.StartColor           = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Panel.Brush.Gradient.UseMiddle            = true;
            this.tChart1.Panel.Brush.Gradient.Visible = true;
            this.tChart1.Series.Add(this.contour1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Back.Brush.Gradient.EndColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Walls.Back.Brush.Gradient.ExtendedColorPalette = null;
            this.tChart1.Walls.Back.Brush.Gradient.MiddleColor          = System.Drawing.Color.Empty;
            this.tChart1.Walls.Back.Brush.Gradient.StartColor           = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Walls.Back.Brush.Gradient.Visible = true;
            this.tChart1.Walls.Back.Brush.Visible          = true;
            this.tChart1.Walls.Back.Transparent            = false;
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Bottom.Brush.Visible = false;
            //
            // contour1
            //
            //
            //
            //
            this.contour1.Brush.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(77)))), ((int)(((byte)(44)))));
            this.contour1.ColorEach        = false;
            this.contour1.DefaultNullValue = 0;
            this.contour1.DrawingAlgorithm = Steema.TeeChart.Styles.ContourConstruction.Fast;
            //
            //
            //
            this.contour1.Frame.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.contour1.Frame.Style   = System.Drawing.Drawing2D.DashStyle.Dot;
            this.contour1.Frame.Visible = true;
            this.contour1.Frame.Width   = 3;
            //
            //
            //
            //
            //
            //
            this.contour1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.contour1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.contour1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.contour1.Marks.Callout.Distance    = 0;
            this.contour1.Marks.Callout.Draw3D      = false;
            this.contour1.Marks.Callout.Length      = 10;
            this.contour1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Marks.Transparent         = true;
            this.contour1.PaletteMin   = 0;
            this.contour1.PaletteStep  = 0;
            this.contour1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            //
            //
            //
            this.contour1.Pointer.HorizSize = 2;
            //
            //
            //
            this.contour1.Pointer.Pen.Visible = false;
            this.contour1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Pointer.VertSize    = 2;
            this.contour1.Title = "contour1";
            //
            //
            //
            this.contour1.XValues.DataMember = "X";
            this.contour1.YPosition          = 0.18959828428699516;
            //
            //
            //
            this.contour1.YValues.DataMember = "Y";
            //
            //
            //
            this.contour1.ZValues.DataMember = "Z";
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(12, 10);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(75, 23);
            this.buttonPen1.TabIndex  = 1;
            this.buttonPen1.Text      = "Frame...";
#if VS2005
            this.buttonPen1.UseVisualStyleBackColor = true;
#endif
            //
            // Contour_Frame
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Contour_Frame";
            this.panel1.ResumeLayout(false);
            this.chartContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Contour_Filled));
            this.contour1   = new Steema.TeeChart.Styles.Contour();
            this.button1    = new System.Windows.Forms.Button();
            this.button2    = new System.Windows.Forms.Button();
            this.buttonPen1 = new Steema.TeeChart.ButtonPen();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = resources.GetString("textBox1.Text");
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.button2);
            this.panel1.Controls.Add(this.button1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.View3D = false;
            //
            //
            //
            this.tChart1.Legend.MaxNumRows = 8;
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Title.Pen.Visible = false;
            this.tChart1.Series.Add(this.contour1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            // contour1
            //
            //
            //
            //
            this.contour1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.contour1.ColorEach   = false;
            this.contour1.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.contour1.FillLevels  = true;
            //
            //
            //
            //
            //
            //
            this.contour1.Marks.Brush.Visible = false;
            //
            //
            //
            this.contour1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.contour1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.contour1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.contour1.Marks.Callout.Distance    = 0;
            this.contour1.Marks.Callout.Draw3D      = false;
            this.contour1.Marks.Callout.Length      = 10;
            this.contour1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Marks.Transparent         = true;
            this.contour1.Marks.Visible             = true;
            this.contour1.NumLevels    = 8;
            this.contour1.PaletteMin   = 0;
            this.contour1.PaletteStep  = 0;
            this.contour1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            //
            //
            //
            this.contour1.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.contour1.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dot;
            //
            //
            //
            this.contour1.Pointer.HorizSize = 2;
            //
            //
            //
            this.contour1.Pointer.Pen.Visible = false;
            this.contour1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Pointer.VertSize    = 2;
            this.contour1.StartColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.contour1.Title = "contour1";
            //
            //
            //
            this.contour1.XValues.DataMember = "X";
            this.contour1.YPosition          = 0.18959828428699516;
            //
            //
            //
            this.contour1.YValues.DataMember = "Y";
            //
            //
            //
            this.contour1.ZValues.DataMember = "Z";
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location  = new System.Drawing.Point(25, 10);
            this.button1.Name      = "button1";
            this.button1.Size      = new System.Drawing.Size(75, 23);
            this.button1.TabIndex  = 0;
            this.button1.Text      = "Edit";
#if VS2005
            this.button1.UseVisualStyleBackColor = true;
#endif
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // button2
            //
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.Location  = new System.Drawing.Point(106, 10);
            this.button2.Name      = "button2";
            this.button2.Size      = new System.Drawing.Size(75, 23);
            this.button2.TabIndex  = 1;
            this.button2.Text      = "Pattern";
#if VS2005
            this.button2.UseVisualStyleBackColor = true;
#endif
            this.button2.Click += new System.EventHandler(this.button2_Click);
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(187, 10);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(75, 23);
            this.buttonPen1.TabIndex  = 2;
            this.buttonPen1.Text      = "Frame";
#if VS2005
            this.buttonPen1.UseVisualStyleBackColor = true;
#endif
            //
            // Contour_Filled
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Contour_Filled";
            this.panel1.ResumeLayout(false);
            this.chartContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Contour_Pointer));
            this.checkBox1      = new System.Windows.Forms.CheckBox();
            this.label1         = new System.Windows.Forms.Label();
            this.label2         = new System.Windows.Forms.Label();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
            this.buttonPen1     = new Steema.TeeChart.ButtonPen();
            this.contour1       = new Steema.TeeChart.Styles.Contour();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = "Contour series now supports different pointer styles for level lines.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.numericUpDown2);
            this.panel1.Controls.Add(this.numericUpDown1);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.checkBox1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
            this.tChart1.Aspect.View3D            = false;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Bottom.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Depth.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.DepthTop.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Left.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Right.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Top.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            //
            //
            //
            this.tChart1.Legend.MaxNumRows = 8;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.EndColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(21)))), ((int)(((byte)(60)))), ((int)(((byte)(89)))));
            this.tChart1.Panel.Brush.Gradient.ExtendedColorPalette = null;
            this.tChart1.Panel.Brush.Gradient.MiddleColor          = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.Brush.Gradient.Sigma      = true;
            this.tChart1.Panel.Brush.Gradient.SigmaFocus = 1F;
            this.tChart1.Panel.Brush.Gradient.SigmaScale = 0.8F;
            this.tChart1.Panel.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.Brush.Gradient.UseMiddle  = true;
            this.tChart1.Panel.Brush.Gradient.Visible    = true;
            this.tChart1.Series.Add(this.contour1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Back.Brush.Gradient.EndColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Walls.Back.Brush.Gradient.ExtendedColorPalette = null;
            this.tChart1.Walls.Back.Brush.Gradient.MiddleColor          = System.Drawing.Color.Empty;
            this.tChart1.Walls.Back.Brush.Gradient.StartColor           = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Walls.Back.Brush.Gradient.Visible = true;
            this.tChart1.Walls.Back.Brush.Visible          = true;
            this.tChart1.Walls.Back.Transparent            = false;
            this.tChart1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tChart1_MouseMove);
            //
            // checkBox1
            //
#if VS2005
            this.checkBox1.AutoSize = true;
#endif
            this.checkBox1.Checked    = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox1.Location   = new System.Drawing.Point(12, 16);
            this.checkBox1.Name       = "checkBox1";
            this.checkBox1.Size       = new System.Drawing.Size(88, 17);
            this.checkBox1.TabIndex   = 0;
            this.checkBox1.Text       = "Pointer visible";
#if VS2005
            this.checkBox1.UseVisualStyleBackColor = true;
#endif
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(121, 18);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 1;
            this.label1.Text     = "Width";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(232, 18);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(38, 13);
            this.label2.TabIndex = 2;
            this.label2.Text     = "Height";
            //
            // numericUpDown1
            //
            this.numericUpDown1.Location = new System.Drawing.Point(162, 16);
            this.numericUpDown1.Maximum  = new decimal(new int[] {
                20,
                0,
                0,
                0
            });
            this.numericUpDown1.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.numericUpDown1.Name     = "numericUpDown1";
            this.numericUpDown1.Size     = new System.Drawing.Size(47, 20);
            this.numericUpDown1.TabIndex = 3;
            this.numericUpDown1.Value    = new decimal(new int[] {
                2,
                0,
                0,
                0
            });
            this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            //
            // numericUpDown2
            //
            this.numericUpDown2.Location = new System.Drawing.Point(276, 16);
            this.numericUpDown2.Maximum  = new decimal(new int[] {
                20,
                0,
                0,
                0
            });
            this.numericUpDown2.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.numericUpDown2.Name     = "numericUpDown2";
            this.numericUpDown2.Size     = new System.Drawing.Size(47, 20);
            this.numericUpDown2.TabIndex = 4;
            this.numericUpDown2.Value    = new decimal(new int[] {
                2,
                0,
                0,
                0
            });
            this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(347, 14);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(81, 21);
            this.buttonPen1.TabIndex  = 5;
            this.buttonPen1.Text      = "Pen ...";
#if VS2005
            this.buttonPen1.UseVisualStyleBackColor = true;
#endif
            //
            // contour1
            //
            //
            //
            //
            this.contour1.Brush.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(77)))), ((int)(((byte)(44)))));
            this.contour1.ColorEach        = false;
            this.contour1.DefaultNullValue = 0;
            //
            //
            //
            //
            //
            //
            this.contour1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.contour1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.contour1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.contour1.Marks.Callout.Distance    = 0;
            this.contour1.Marks.Callout.Draw3D      = false;
            this.contour1.Marks.Callout.Length      = 10;
            this.contour1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Marks.Transparent         = true;
            this.contour1.PaletteMin   = 0;
            this.contour1.PaletteStep  = 0;
            this.contour1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            //
            //
            //
            this.contour1.Pointer.HorizSize = 2;
            //
            //
            //
            this.contour1.Pointer.Pen.Visible = false;
            this.contour1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Pointer.VertSize    = 2;
            this.contour1.Title = "contour1";
            //
            //
            //
            this.contour1.XValues.DataMember = "X";
            this.contour1.YPosition          = 0.18959828428699516;
            //
            //
            //
            this.contour1.YValues.DataMember = "Y";
            //
            //
            //
            this.contour1.ZValues.DataMember = "Z";
            //
            // Contour_Pointer
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Contour_Pointer";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.chartContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorldMapDemo));
            this.label1     = new System.Windows.Forms.Label();
            this.comboBox1  = new System.Windows.Forms.ComboBox();
            this.checkBox1  = new System.Windows.Forms.CheckBox();
            this.buttonPen1 = new Steema.TeeChart.ButtonPen();
            this.button1    = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = resources.GetString("textBox1.Text");
            //
            // panel1
            //
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.comboBox1);
            this.panel1.Controls.Add(this.label1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.View3D = false;
            //
            //
            //
            this.tChart1.Axes.Visible = false;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Title.Pen.Visible = false;
            this.tChart1.Legend.Visible           = false;
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(199, 13);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(31, 13);
            this.label1.TabIndex = 0;
            this.label1.Text     = "Map:";
            //
            // comboBox1
            //
#if VS2005
            this.comboBox1.FormattingEnabled = true;
#endif
            this.comboBox1.Items.AddRange(new object[] {
                "World",
                "Africa",
                "Asia",
                "Australia",
                "CentralAmerica",
                "Europe",
                "Europe (EU 15)",
                "Europe (EU 27)",
                "Spain",
                "Middle East",
                "North America",
                "South America",
                "USA",
                "USA with Hawaii and Alaska"
            });
            this.comboBox1.Location              = new System.Drawing.Point(236, 10);
            this.comboBox1.Name                  = "comboBox1";
            this.comboBox1.Size                  = new System.Drawing.Size(121, 21);
            this.comboBox1.TabIndex              = 1;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            //
            // checkBox1
            //
#if VS2005
            this.checkBox1.AutoSize = true;
            this.checkBox1.UseVisualStyleBackColor = true;
#endif
            this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox1.Location        = new System.Drawing.Point(382, 11);
            this.checkBox1.Name            = "checkBox1";
            this.checkBox1.Size            = new System.Drawing.Size(46, 17);
            this.checkBox1.TabIndex        = 2;
            this.checkBox1.Text            = "Axes";
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // buttonPen1
            //
#if VS2005
            this.buttonPen1.UseVisualStyleBackColor = true;
#endif
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(12, 10);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(75, 23);
            this.buttonPen1.TabIndex  = 3;
            this.buttonPen1.Text      = "Border";
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location  = new System.Drawing.Point(99, 10);
            this.button1.Name      = "button1";
            this.button1.Size      = new System.Drawing.Size(75, 23);
            this.button1.TabIndex  = 4;
            this.button1.Text      = "&Edit";
#if VS2005
            this.button1.UseVisualStyleBackColor = true;
#endif
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // WorldMapDemo
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "WorldMapDemo";
            this.Load      += new System.EventHandler(this.WorldMapDemo_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.chartContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }