/// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.chart1          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     this.openFileDialog1.FileOk  += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legendCellColumn1.Name = "Column1";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(12, 12);
     this.chart1.Name     = "chart1";
     this.chart1.Size     = new System.Drawing.Size(652, 303);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(676, 327);
     this.Controls.Add(this.chart1);
     this.Name         = "Form1";
     this.Text         = "Form1";
     this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
            this.Distchart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.Distchart)).BeginInit();
            this.SuspendLayout();
            // 
            // Distchart
            // 
            this.Distchart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            chartArea1.AxisX.Interval = 1;
            chartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
            chartArea1.AxisX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
            chartArea1.AxisX.IsLabelAutoFit = false;
            chartArea1.Name = "ChartArea1";
            this.Distchart.ChartAreas.Add(chartArea1);
            legendCellColumn1.Name = "Column1";
            legend1.CellColumns.Add(legendCellColumn1);
            legend1.Name = "Legend1";
            this.Distchart.Legends.Add(legend1);
            this.Distchart.Location = new System.Drawing.Point(2, 44);
            this.Distchart.Name = "Distchart";
            this.Distchart.Size = new System.Drawing.Size(919, 361);
            this.Distchart.TabIndex = 0;
            this.Distchart.Text = "FPY chart";
            // 
            // FormFPYChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(921, 403);
            this.Controls.Add(this.Distchart);
            this.Name = "FormFPYChart";
            this.Text = "FPY Chart";
            this.Shown += new System.EventHandler(this.FormFPYChart_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.Distchart)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #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.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     this.Distchart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.Distchart)).BeginInit();
     this.SuspendLayout();
     //
     // Distchart
     //
     this.Distchart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     chartArea1.AxisX.Interval         = 1;
     chartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
     chartArea1.AxisX.IntervalType     = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisX.IsLabelAutoFit   = false;
     chartArea1.Name = "ChartArea1";
     this.Distchart.ChartAreas.Add(chartArea1);
     legendCellColumn1.Name = "Column1";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.Name = "Legend1";
     this.Distchart.Legends.Add(legend1);
     this.Distchart.Location = new System.Drawing.Point(2, 44);
     this.Distchart.Name     = "Distchart";
     this.Distchart.Size     = new System.Drawing.Size(919, 361);
     this.Distchart.TabIndex = 0;
     this.Distchart.Text     = "FPY chart";
     //
     // FormFPYChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(921, 403);
     this.Controls.Add(this.Distchart);
     this.Name   = "FormFPYChart";
     this.Text   = "FPY Chart";
     this.Shown += new System.EventHandler(this.FormFPYChart_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.Distchart)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem3       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem4       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem5       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem6       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend3           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem7       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem8       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend4           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem9       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem10      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend5           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem11      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem12      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem13      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series3           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.crt_grafik       = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panelAll         = new System.Windows.Forms.Panel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.radioButton0     = new System.Windows.Forms.RadioButton();
     this.radioButton1     = new System.Windows.Forms.RadioButton();
     this.radioButton2     = new System.Windows.Forms.RadioButton();
     this.radioButton3     = new System.Windows.Forms.RadioButton();
     this.radioButton4     = new System.Windows.Forms.RadioButton();
     this.radioButton5     = new System.Windows.Forms.RadioButton();
     this.btn_debug        = new System.Windows.Forms.Button();
     this.lbl_operation    = new System.Windows.Forms.Label();
     this.groupBox         = new System.Windows.Forms.GroupBox();
     this.lbl_B_or_Digit   = new System.Windows.Forms.Label();
     this.tBox_B           = new System.Windows.Forms.TextBox();
     this.tBox_A           = new System.Windows.Forms.TextBox();
     this.lbl_A            = new System.Windows.Forms.Label();
     this.tBox_U           = new System.Windows.Forms.TextBox();
     this.lbl_U            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.crt_grafik)).BeginInit();
     this.panelAll.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.groupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // crt_grafik
     //
     this.crt_grafik.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.crt_grafik.BackColor                  = System.Drawing.Color.Transparent;
     this.crt_grafik.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Center;
     this.crt_grafik.BorderSkin.BackColor       = System.Drawing.Color.LightGreen;
     this.crt_grafik.BorderSkin.BorderColor     = System.Drawing.Color.Teal;
     this.crt_grafik.BorderSkin.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.BackSecondaryColor              = System.Drawing.Color.White;
     chartArea1.Name = "ChartArea1";
     this.crt_grafik.ChartAreas.Add(chartArea1);
     legendCellColumn1.Alignment        = System.Drawing.ContentAlignment.BottomCenter;
     legendCellColumn1.ColumnType       = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name             = "Column1";
     legendCellColumn1.SeriesSymbolSize = new System.Drawing.Size(0, 0);
     legendCellColumn1.Text             = "";
     legend1.CellColumns.Add(legendCellColumn1);
     legendItem1.BackHatchStyle     = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DiagonalCross;
     legendItem1.BackSecondaryColor = System.Drawing.Color.HotPink;
     legendItem1.BorderColor        = System.Drawing.Color.Gray;
     legendItem1.Color          = System.Drawing.Color.MediumPurple;
     legendItem1.Name           = "Результат пересечения";
     legendItem2.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     legendItem2.BorderColor    = System.Drawing.Color.HotPink;
     legendItem2.Color          = System.Drawing.Color.HotPink;
     legendItem2.Name           = "A";
     legendItem3.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.OutlinedDiamond;
     legendItem3.BorderColor    = System.Drawing.Color.MediumPurple;
     legendItem3.Color          = System.Drawing.Color.MediumPurple;
     legendItem3.Name           = "B";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.Enabled            = false;
     legend1.LegendStyle        = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend1.Name               = "пересечение";
     legendItem4.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     legendItem4.Color          = System.Drawing.Color.HotPink;
     legendItem4.Name           = "Результат объединения";
     legendItem5.BorderColor    = System.Drawing.Color.HotPink;
     legendItem5.BorderWidth    = 2;
     legendItem5.Color          = System.Drawing.Color.HotPink;
     legendItem5.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem5.Name           = "A";
     legendItem6.BorderColor    = System.Drawing.Color.MediumPurple;
     legendItem6.BorderWidth    = 2;
     legendItem6.Color          = System.Drawing.Color.MediumPurple;
     legendItem6.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem6.Name           = "B";
     legend2.CustomItems.Add(legendItem4);
     legend2.CustomItems.Add(legendItem5);
     legend2.CustomItems.Add(legendItem6);
     legend2.Enabled            = false;
     legend2.Name               = "объединение";
     legendItem7.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     legendItem7.Color          = System.Drawing.Color.HotPink;
     legendItem7.Name           = "Результат отрицания";
     legendItem8.BorderWidth    = 2;
     legendItem8.Color          = System.Drawing.Color.Transparent;
     legendItem8.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem8.Name           = "не A";
     legend3.CustomItems.Add(legendItem7);
     legend3.CustomItems.Add(legendItem8);
     legend3.Enabled          = false;
     legend3.InterlacedRows   = true;
     legend3.Name             = "отрицание";
     legendItem9.BorderWidth  = 2;
     legendItem9.Color        = System.Drawing.Color.HotPink;
     legendItem9.ImageStyle   = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem9.Name         = "Результат";
     legendItem10.BorderWidth = 2;
     legendItem10.Color       = System.Drawing.Color.MediumPurple;
     legendItem10.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem10.Name        = "А";
     legend4.CustomItems.Add(legendItem9);
     legend4.CustomItems.Add(legendItem10);
     legend4.Enabled          = false;
     legend4.Name             = "возв. в степень и умн. на число";
     legendItem11.BorderWidth = 2;
     legendItem11.Color       = System.Drawing.Color.Crimson;
     legendItem11.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem11.Name        = "Результат произведения";
     legendItem12.BorderWidth = 2;
     legendItem12.Color       = System.Drawing.Color.HotPink;
     legendItem12.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem12.Name        = "A";
     legendItem13.BorderWidth = 2;
     legendItem13.Color       = System.Drawing.Color.MediumPurple;
     legendItem13.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem13.Name        = "B";
     legend5.CustomItems.Add(legendItem11);
     legend5.CustomItems.Add(legendItem12);
     legend5.CustomItems.Add(legendItem13);
     legend5.Enabled = false;
     legend5.Name    = "произведение";
     this.crt_grafik.Legends.Add(legend1);
     this.crt_grafik.Legends.Add(legend2);
     this.crt_grafik.Legends.Add(legend3);
     this.crt_grafik.Legends.Add(legend4);
     this.crt_grafik.Legends.Add(legend5);
     this.crt_grafik.Location   = new System.Drawing.Point(1, 1);
     this.crt_grafik.Name       = "crt_grafik";
     this.crt_grafik.Palette    = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Fire;
     series1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
     series1.BackHatchStyle     = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.OutlinedDiamond;
     series1.BackSecondaryColor = System.Drawing.Color.Transparent;
     series1.BorderColor        = System.Drawing.Color.MediumPurple;
     series1.BorderWidth        = 2;
     series1.ChartArea          = "ChartArea1";
     series1.ChartType          = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series1.Color             = System.Drawing.Color.MediumPurple;
     series1.LabelForeColor    = System.Drawing.Color.MediumPurple;
     series1.Legend            = "пересечение";
     series1.MarkerBorderColor = System.Drawing.Color.Transparent;
     series1.MarkerColor       = System.Drawing.Color.MediumPurple;
     series1.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series1.Name                      = "B";
     series1.ShadowColor               = System.Drawing.Color.Transparent;
     series1.XValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
     series1.YValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
     series2.BackHatchStyle            = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     series2.BackImageTransparentColor = System.Drawing.Color.Transparent;
     series2.BackSecondaryColor        = System.Drawing.Color.Transparent;
     series2.BorderColor               = System.Drawing.Color.Transparent;
     series2.BorderWidth               = 2;
     series2.ChartArea                 = "ChartArea1";
     series2.ChartType                 = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series2.Color                     = System.Drawing.Color.HotPink;
     series2.Legend                    = "пересечение";
     series2.MarkerBorderColor         = System.Drawing.Color.Transparent;
     series2.MarkerColor               = System.Drawing.Color.HotPink;
     series2.MarkerStyle               = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series2.Name                      = "A";
     series2.ShadowColor               = System.Drawing.Color.Transparent;
     series2.XValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
     series2.YValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series3.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
     series3.BackHatchStyle            = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DiagonalCross;
     series3.BackImageTransparentColor = System.Drawing.Color.Transparent;
     series3.BackSecondaryColor        = System.Drawing.Color.Transparent;
     series3.BorderColor               = System.Drawing.Color.Blue;
     series3.BorderWidth               = 2;
     series3.ChartArea                 = "ChartArea1";
     series3.ChartType                 = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series3.Color                     = System.Drawing.Color.Blue;
     series3.IsVisibleInLegend         = false;
     series3.LabelForeColor            = System.Drawing.Color.Blue;
     series3.Legend                    = "пересечение";
     series3.MarkerBorderColor         = System.Drawing.Color.Transparent;
     series3.MarkerColor               = System.Drawing.Color.Transparent;
     series3.MarkerStyle               = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series3.Name                      = "BA";
     series3.ShadowColor               = System.Drawing.Color.Transparent;
     series3.XValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
     this.crt_grafik.Series.Add(series1);
     this.crt_grafik.Series.Add(series2);
     this.crt_grafik.Series.Add(series3);
     this.crt_grafik.Size     = new System.Drawing.Size(783, 263);
     this.crt_grafik.TabIndex = 0;
     this.crt_grafik.Text     = "Операции над нечеткими множествами";
     this.crt_grafik.Click   += new System.EventHandler(this.crt_grafik_Click);
     //
     // panelAll
     //
     this.panelAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.panelAll.BackColor = System.Drawing.Color.Transparent;
     this.panelAll.Controls.Add(this.flowLayoutPanel1);
     this.panelAll.Controls.Add(this.btn_debug);
     this.panelAll.Controls.Add(this.lbl_operation);
     this.panelAll.Controls.Add(this.groupBox);
     this.panelAll.Controls.Add(this.tBox_U);
     this.panelAll.Controls.Add(this.lbl_U);
     this.panelAll.Location = new System.Drawing.Point(0, 265);
     this.panelAll.Name     = "panelAll";
     this.panelAll.Size     = new System.Drawing.Size(785, 195);
     this.panelAll.TabIndex = 10;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.radioButton0);
     this.flowLayoutPanel1.Controls.Add(this.radioButton1);
     this.flowLayoutPanel1.Controls.Add(this.radioButton2);
     this.flowLayoutPanel1.Controls.Add(this.radioButton3);
     this.flowLayoutPanel1.Controls.Add(this.radioButton4);
     this.flowLayoutPanel1.Controls.Add(this.radioButton5);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(629, 16);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(156, 137);
     this.flowLayoutPanel1.TabIndex = 15;
     //
     // radioButton0
     //
     this.radioButton0.AutoSize = true;
     this.radioButton0.Location = new System.Drawing.Point(3, 3);
     this.radioButton0.Name     = "radioButton0";
     this.radioButton0.Size     = new System.Drawing.Size(92, 17);
     this.radioButton0.TabIndex = 4;
     this.radioButton0.TabStop  = true;
     this.radioButton0.Text     = "Пересечение";
     this.radioButton0.UseVisualStyleBackColor = true;
     this.radioButton0.CheckedChanged         += new System.EventHandler(this.radioButton0_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(3, 26);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(94, 17);
     this.radioButton1.TabIndex = 0;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "Объединение";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(3, 49);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(90, 17);
     this.radioButton2.TabIndex = 1;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "Отрицание А";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Location = new System.Drawing.Point(3, 72);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(142, 17);
     this.radioButton3.TabIndex = 2;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "Умножение А на число";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // radioButton4
     //
     this.radioButton4.AutoSize = true;
     this.radioButton4.Location = new System.Drawing.Point(3, 95);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(149, 17);
     this.radioButton4.TabIndex = 3;
     this.radioButton4.TabStop  = true;
     this.radioButton4.Text     = "Возведение А в степень";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // radioButton5
     //
     this.radioButton5.AutoSize = true;
     this.radioButton5.Location = new System.Drawing.Point(3, 118);
     this.radioButton5.Name     = "radioButton5";
     this.radioButton5.Size     = new System.Drawing.Size(99, 17);
     this.radioButton5.TabIndex = 5;
     this.radioButton5.TabStop  = true;
     this.radioButton5.Text     = "Произведение";
     this.radioButton5.UseVisualStyleBackColor = true;
     //
     // btn_debug
     //
     this.btn_debug.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     this.btn_debug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.btn_debug.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btn_debug.FlatAppearance.BorderColor        = System.Drawing.Color.Teal;
     this.btn_debug.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(228)))));
     this.btn_debug.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Honeydew;
     this.btn_debug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_debug.Location  = new System.Drawing.Point(607, 159);
     this.btn_debug.Name      = "btn_debug";
     this.btn_debug.Size      = new System.Drawing.Size(156, 23);
     this.btn_debug.TabIndex  = 6;
     this.btn_debug.Text      = "Построить";
     this.btn_debug.UseVisualStyleBackColor = false;
     this.btn_debug.Click += new System.EventHandler(this.btn_debug_Click);
     //
     // lbl_operation
     //
     this.lbl_operation.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_operation.AutoSize = true;
     this.lbl_operation.Location = new System.Drawing.Point(629, 0);
     this.lbl_operation.Name     = "lbl_operation";
     this.lbl_operation.Size     = new System.Drawing.Size(110, 13);
     this.lbl_operation.TabIndex = 13;
     this.lbl_operation.Text     = "Выберите операцию";
     //
     // groupBox
     //
     this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox.BackColor = System.Drawing.Color.Transparent;
     this.groupBox.Controls.Add(this.lbl_B_or_Digit);
     this.groupBox.Controls.Add(this.tBox_B);
     this.groupBox.Controls.Add(this.tBox_A);
     this.groupBox.Controls.Add(this.lbl_A);
     this.groupBox.Location = new System.Drawing.Point(3, 85);
     this.groupBox.Name     = "groupBox";
     this.groupBox.Size     = new System.Drawing.Size(650, 107);
     this.groupBox.TabIndex = 11;
     this.groupBox.TabStop  = false;
     this.groupBox.Text     = "Параметры:";
     this.groupBox.Enter   += new System.EventHandler(this.groupBox_Enter);
     //
     // lbl_B_or_Digit
     //
     this.lbl_B_or_Digit.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_B_or_Digit.AutoSize = true;
     this.lbl_B_or_Digit.Location = new System.Drawing.Point(3, 60);
     this.lbl_B_or_Digit.Name     = "lbl_B_or_Digit";
     this.lbl_B_or_Digit.Size     = new System.Drawing.Size(301, 13);
     this.lbl_B_or_Digit.TabIndex = 5;
     this.lbl_B_or_Digit.Text     = "Введите множество B (например: 0,3/3 + 0,5/5) или число";
     this.lbl_B_or_Digit.Click   += new System.EventHandler(this.lbl_B_or_Digit_Click);
     //
     // tBox_B
     //
     this.tBox_B.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tBox_B.BackColor    = System.Drawing.Color.LightPink;
     this.tBox_B.ForeColor    = System.Drawing.Color.Maroon;
     this.tBox_B.Location     = new System.Drawing.Point(7, 76);
     this.tBox_B.Multiline    = true;
     this.tBox_B.Name         = "tBox_B";
     this.tBox_B.Size         = new System.Drawing.Size(555, 22);
     this.tBox_B.TabIndex     = 3;
     this.tBox_B.TextChanged += new System.EventHandler(this.tBox_B_TextChanged);
     //
     // tBox_A
     //
     this.tBox_A.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tBox_A.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.tBox_A.ForeColor    = System.Drawing.Color.Maroon;
     this.tBox_A.Location     = new System.Drawing.Point(7, 35);
     this.tBox_A.Multiline    = true;
     this.tBox_A.Name         = "tBox_A";
     this.tBox_A.Size         = new System.Drawing.Size(555, 22);
     this.tBox_A.TabIndex     = 2;
     this.tBox_A.TextChanged += new System.EventHandler(this.tBox_A_TextChanged);
     //
     // lbl_A
     //
     this.lbl_A.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_A.AutoSize = true;
     this.lbl_A.Location = new System.Drawing.Point(6, 16);
     this.lbl_A.Name     = "lbl_A";
     this.lbl_A.Size     = new System.Drawing.Size(394, 13);
     this.lbl_A.TabIndex = 4;
     this.lbl_A.Text     = "Введите множество A, используя запятые (например: 0,1/1 + 0,2/2 + 0,3/3) ";
     //
     // tBox_U
     //
     this.tBox_U.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tBox_U.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.tBox_U.ForeColor = System.Drawing.Color.Maroon;
     this.tBox_U.Location  = new System.Drawing.Point(10, 60);
     this.tBox_U.Multiline = true;
     this.tBox_U.Name      = "tBox_U";
     this.tBox_U.Size      = new System.Drawing.Size(555, 22);
     this.tBox_U.TabIndex  = 10;
     //
     // lbl_U
     //
     this.lbl_U.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_U.AutoSize = true;
     this.lbl_U.Location = new System.Drawing.Point(10, 44);
     this.lbl_U.Name     = "lbl_U";
     this.lbl_U.Size     = new System.Drawing.Size(329, 13);
     this.lbl_U.TabIndex = 12;
     this.lbl_U.Text     = "Введите целое универсальное множество (например: 1 2 3 4 5)";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.LavenderBlush;
     this.ClientSize          = new System.Drawing.Size(785, 463);
     this.Controls.Add(this.panelAll);
     this.Controls.Add(this.crt_grafik);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(450, 500);
     this.Name        = "Form1";
     this.Text        = "Операции над нечеткими множествами";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.crt_grafik)).EndInit();
     this.panelAll.ResumeLayout(false);
     this.panelAll.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.groupBox.ResumeLayout(false);
     this.groupBox.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem3       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem4       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem5       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn3 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn4 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem6       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem7       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem8       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem9       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem10      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title            title1            = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.dateEscolhida = new System.Windows.Forms.DateTimePicker();
     this.checkEnable3D = new System.Windows.Forms.CheckBox();
     this.label1        = new System.Windows.Forms.Label();
     this.numericGrau   = new System.Windows.Forms.NumericUpDown();
     this.btnDescrimina = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericGrau)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor            = System.Drawing.Color.Gray;
     this.chart1.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle1;
     chartArea1.BackColor             = System.Drawing.Color.Transparent;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     legendCellColumn1.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn1.ColumnType      = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.ForeColor       = System.Drawing.Color.Transparent;
     legendCellColumn1.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn1.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn1.HeaderText      = "Cor";
     legendCellColumn1.Name            = "Column1";
     legendCellColumn1.Text            = "#leo2";
     legendCellColumn2.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn2.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn2.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn2.HeaderText      = "Classe";
     legendCellColumn2.Name            = "Column2";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legendItem1.Color = System.Drawing.Color.Red;
     legendItem1.Name  = "Bazar";
     legendItem2.Color = System.Drawing.Color.Yellow;
     legendItem2.Name  = "Lava-Rápido";
     legendItem3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     legendItem3.Name  = "Dízimo";
     legendItem4.Color = System.Drawing.Color.Navy;
     legendItem4.Name  = "Oferta";
     legendItem5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     legendItem5.Name  = "Cantina";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.CustomItems.Add(legendItem4);
     legend1.CustomItems.Add(legendItem5);
     legend1.DockedToChartArea = "ChartArea1";
     legend1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.IsDockedInsideChartArea = false;
     legend1.IsEquallySpacedItems    = true;
     legend1.IsTextAutoFit           = false;
     legend1.Name                      = "Legend1";
     legend1.Title                     = "Movimentação de entrada";
     legend1.TitleFont                 = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.TitleSeparator            = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
     legend2.Alignment                 = System.Drawing.StringAlignment.Far;
     legendCellColumn3.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn3.Font            = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legendCellColumn3.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn3.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn3.HeaderText      = "Cor";
     legendCellColumn3.Name            = "Column1";
     legendCellColumn3.Text            = "#leo";
     legendCellColumn4.Alignment       = System.Drawing.ContentAlignment.MiddleLeft;
     legendCellColumn4.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn4.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn4.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn4.HeaderText      = "Classe";
     legendCellColumn4.Name            = "Column2";
     legend2.CellColumns.Add(legendCellColumn3);
     legend2.CellColumns.Add(legendCellColumn4);
     legendItem6.Color  = System.Drawing.Color.Red;
     legendItem6.Name   = "Aluguel";
     legendItem7.Color  = System.Drawing.Color.Yellow;
     legendItem7.Name   = "Transação";
     legendItem8.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     legendItem8.Name   = "Transporte";
     legendItem9.Color  = System.Drawing.Color.Navy;
     legendItem9.Name   = "Compra";
     legendItem10.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     legendItem10.Name  = "Retiro";
     legend2.CustomItems.Add(legendItem6);
     legend2.CustomItems.Add(legendItem7);
     legend2.CustomItems.Add(legendItem8);
     legend2.CustomItems.Add(legendItem9);
     legend2.CustomItems.Add(legendItem10);
     legend2.DockedToChartArea = "ChartArea1";
     legend2.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend2.HeaderSeparator         = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.DashLine;
     legend2.HeaderSeparatorColor    = System.Drawing.Color.Silver;
     legend2.IsDockedInsideChartArea = false;
     legend2.IsEquallySpacedItems    = true;
     legend2.IsTextAutoFit           = false;
     legend2.Name                    = "Legend2";
     legend2.Title                   = "Movimentação de saída";
     legend2.TitleSeparator          = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
     this.chart1.Legends.Add(legend1);
     this.chart1.Legends.Add(legend2);
     this.chart1.Location      = new System.Drawing.Point(0, 0);
     this.chart1.Name          = "chart1";
     this.chart1.Palette       = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel;
     series1.ChartArea         = "ChartArea1";
     series1.IsVisibleInLegend = false;
     series1.Legend            = "Legend1";
     series1.LegendText        = "...";
     series1.Name              = "Series1";
     series1.XValueMember      = "Data";
     series1.XValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series1.YValueMembers     = "Valor";
     series1.YValuesPerPoint   = 3;
     series1.YValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.ChartArea         = "ChartArea1";
     series2.IsVisibleInLegend = false;
     series2.Legend            = "Legend2";
     series2.LegendText        = "...";
     series2.Name              = "Series2";
     series2.XValueMember      = "Data";
     series2.XValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series2.YValueMembers     = "Valor";
     series2.YValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1496, 679);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Impact", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name          = "Title1";
     title1.Text          = "Gráfico de movimentação";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // dateEscolhida
     //
     this.dateEscolhida.CalendarFont  = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateEscolhida.Location      = new System.Drawing.Point(0, 0);
     this.dateEscolhida.Name          = "dateEscolhida";
     this.dateEscolhida.Size          = new System.Drawing.Size(287, 22);
     this.dateEscolhida.TabIndex      = 1;
     this.dateEscolhida.ValueChanged += new System.EventHandler(this.dateEscolhida_ValueChanged);
     //
     // checkEnable3D
     //
     this.checkEnable3D.AutoSize = true;
     this.checkEnable3D.Location = new System.Drawing.Point(304, 0);
     this.checkEnable3D.Name     = "checkEnable3D";
     this.checkEnable3D.Size     = new System.Drawing.Size(88, 21);
     this.checkEnable3D.TabIndex = 2;
     this.checkEnable3D.Text     = "Ativar 3D";
     this.checkEnable3D.UseVisualStyleBackColor = true;
     this.checkEnable3D.CheckedChanged         += new System.EventHandler(this.checkEnable3D_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(409, 5);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 17);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Grau";
     //
     // numericGrau
     //
     this.numericGrau.Location = new System.Drawing.Point(464, 3);
     this.numericGrau.Maximum  = new decimal(new int[] {
         180,
         0,
         0,
         0
     });
     this.numericGrau.Minimum = new decimal(new int[] {
         180,
         0,
         0,
         -2147483648
     });
     this.numericGrau.Name          = "numericGrau";
     this.numericGrau.Size          = new System.Drawing.Size(82, 22);
     this.numericGrau.TabIndex      = 5;
     this.numericGrau.ValueChanged += new System.EventHandler(this.numericGrau_ValueChanged);
     //
     // btnDescrimina
     //
     this.btnDescrimina.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDescrimina.Location = new System.Drawing.Point(0, 27);
     this.btnDescrimina.Name     = "btnDescrimina";
     this.btnDescrimina.Size     = new System.Drawing.Size(337, 33);
     this.btnDescrimina.TabIndex = 6;
     this.btnDescrimina.Text     = "Descriminar movimentações";
     this.btnDescrimina.UseVisualStyleBackColor = true;
     this.btnDescrimina.Click += new System.EventHandler(this.btnDescrimina_Click);
     //
     // FrmGrafico
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1496, 679);
     this.Controls.Add(this.btnDescrimina);
     this.Controls.Add(this.numericGrau);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkEnable3D);
     this.Controls.Add(this.dateEscolhida);
     this.Controls.Add(this.chart1);
     this.Name          = "FrmGrafico";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmGrafico";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.FrmGrafico_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericGrau)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series3           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series4           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series5           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title            title1            = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea2        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series6           = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.label1     = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.备纤衰耗分析ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.纤芯数录入ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.备纤衰耗量ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.故障统计分析ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.singleroute             = new System.Windows.Forms.ToolStripMenuItem();
     this.allroute          = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1            = new System.Windows.Forms.Panel();
     this.year_comboBox1    = new System.Windows.Forms.ComboBox();
     this.DataAnalysis      = new System.Windows.Forms.Button();
     this.SelectedYear      = new System.Windows.Forms.Label();
     this.route_comboBox1   = new System.Windows.Forms.ComboBox();
     this.selectedRoute     = new System.Windows.Forms.Label();
     this.guzhang_bar_chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.guzhang_pie_chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.rbtnBar           = new System.Windows.Forms.RadioButton();
     this.rbtnPie           = new System.Windows.Forms.RadioButton();
     this.menuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.guzhang_bar_chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.guzhang_pie_chart)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(0, 12);
     this.label1.TabIndex = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.备纤衰耗分析ToolStripMenuItem,
         this.故障统计分析ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1256, 25);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 备纤衰耗分析ToolStripMenuItem
     //
     this.备纤衰耗分析ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.纤芯数录入ToolStripMenuItem,
         this.备纤衰耗量ToolStripMenuItem
     });
     this.备纤衰耗分析ToolStripMenuItem.Name   = "备纤衰耗分析ToolStripMenuItem";
     this.备纤衰耗分析ToolStripMenuItem.Size   = new System.Drawing.Size(104, 21);
     this.备纤衰耗分析ToolStripMenuItem.Text   = "空芯率统计分析";
     this.备纤衰耗分析ToolStripMenuItem.Click += new System.EventHandler(this.备纤衰耗分析ToolStripMenuItem_Click);
     //
     // 纤芯数录入ToolStripMenuItem
     //
     this.纤芯数录入ToolStripMenuItem.Name   = "纤芯数录入ToolStripMenuItem";
     this.纤芯数录入ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.纤芯数录入ToolStripMenuItem.Text   = "纤芯数录入";
     this.纤芯数录入ToolStripMenuItem.Click += new System.EventHandler(this.纤芯数录入ToolStripMenuItem_Click);
     //
     // 备纤衰耗量ToolStripMenuItem
     //
     this.备纤衰耗量ToolStripMenuItem.Name = "备纤衰耗量ToolStripMenuItem";
     this.备纤衰耗量ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.备纤衰耗量ToolStripMenuItem.Text = "备纤衰耗量";
     //
     // 故障统计分析ToolStripMenuItem
     //
     this.故障统计分析ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.singleroute,
         this.allroute
     });
     this.故障统计分析ToolStripMenuItem.Name   = "故障统计分析ToolStripMenuItem";
     this.故障统计分析ToolStripMenuItem.Size   = new System.Drawing.Size(92, 21);
     this.故障统计分析ToolStripMenuItem.Text   = "故障统计分析";
     this.故障统计分析ToolStripMenuItem.Click += new System.EventHandler(this.故障统计分析ToolStripMenuItem_Click);
     //
     // singleroute
     //
     this.singleroute.Name   = "singleroute";
     this.singleroute.Size   = new System.Drawing.Size(124, 22);
     this.singleroute.Text   = "单条线路";
     this.singleroute.Click += new System.EventHandler(this.Piechart_Click);
     //
     // allroute
     //
     this.allroute.Name   = "allroute";
     this.allroute.Size   = new System.Drawing.Size(124, 22);
     this.allroute.Text   = "全部线路";
     this.allroute.Click += new System.EventHandler(this.Barchart_Click);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.year_comboBox1);
     this.panel1.Controls.Add(this.DataAnalysis);
     this.panel1.Controls.Add(this.SelectedYear);
     this.panel1.Controls.Add(this.route_comboBox1);
     this.panel1.Controls.Add(this.selectedRoute);
     this.panel1.Controls.Add(this.guzhang_bar_chart);
     this.panel1.Controls.Add(this.guzhang_pie_chart);
     this.panel1.Controls.Add(this.rbtnBar);
     this.panel1.Controls.Add(this.rbtnPie);
     this.panel1.Location = new System.Drawing.Point(27, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1272, 656);
     this.panel1.TabIndex = 13;
     //
     // year_comboBox1
     //
     this.year_comboBox1.FormattingEnabled = true;
     this.year_comboBox1.Location          = new System.Drawing.Point(455, 17);
     this.year_comboBox1.Name                  = "year_comboBox1";
     this.year_comboBox1.Size                  = new System.Drawing.Size(121, 20);
     this.year_comboBox1.TabIndex              = 20;
     this.year_comboBox1.SelectedIndexChanged += new System.EventHandler(this.Year_comboBox1_SelectedIndexChanged);
     //
     // DataAnalysis
     //
     this.DataAnalysis.Location = new System.Drawing.Point(833, 14);
     this.DataAnalysis.Name     = "DataAnalysis";
     this.DataAnalysis.Size     = new System.Drawing.Size(75, 23);
     this.DataAnalysis.TabIndex = 18;
     this.DataAnalysis.Text     = "分析";
     this.DataAnalysis.UseVisualStyleBackColor = true;
     this.DataAnalysis.Click += new System.EventHandler(this.DataAnalysis_Click);
     //
     // SelectedYear
     //
     this.SelectedYear.AutoSize = true;
     this.SelectedYear.Location = new System.Drawing.Point(398, 21);
     this.SelectedYear.Name     = "SelectedYear";
     this.SelectedYear.Size     = new System.Drawing.Size(65, 12);
     this.SelectedYear.TabIndex = 16;
     this.SelectedYear.Text     = "选择年份:";
     //
     // route_comboBox1
     //
     this.route_comboBox1.FormattingEnabled = true;
     this.route_comboBox1.Location          = new System.Drawing.Point(266, 17);
     this.route_comboBox1.Name                  = "route_comboBox1";
     this.route_comboBox1.Size                  = new System.Drawing.Size(121, 20);
     this.route_comboBox1.TabIndex              = 17;
     this.route_comboBox1.SelectedIndexChanged += new System.EventHandler(this.Route_comboBox1_SelectedIndexChanged);
     //
     // selectedRoute
     //
     this.selectedRoute.AutoSize = true;
     this.selectedRoute.Location = new System.Drawing.Point(195, 21);
     this.selectedRoute.Name     = "selectedRoute";
     this.selectedRoute.Size     = new System.Drawing.Size(65, 12);
     this.selectedRoute.TabIndex = 16;
     this.selectedRoute.Text     = "选择线路:";
     //
     // guzhang_bar_chart
     //
     chartArea1.AxisX.Interval          = 1D;
     chartArea1.AxisX.MajorGrid.Enabled = false;
     chartArea1.AxisX.Maximum           = 12D;
     chartArea1.AxisX.Minimum           = 0D;
     chartArea1.AxisX.Title             = "月份";
     chartArea1.AxisY.MajorGrid.Enabled = false;
     chartArea1.AxisY.Title             = "故障次数";
     chartArea1.Name = "ChartArea1";
     this.guzhang_bar_chart.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.guzhang_bar_chart.Legends.Add(legend1);
     this.guzhang_bar_chart.Location = new System.Drawing.Point(72, 80);
     this.guzhang_bar_chart.Name     = "guzhang_bar_chart";
     series1.ChartArea           = "ChartArea1";
     series1.IsValueShownAsLabel = true;
     series1.Legend              = "Legend1";
     series1.Name                = "断裂";
     series2.ChartArea           = "ChartArea1";
     series2.IsValueShownAsLabel = true;
     series2.Legend              = "Legend1";
     series2.Name                = "拉伸";
     series3.ChartArea           = "ChartArea1";
     series3.IsValueShownAsLabel = true;
     series3.Legend              = "Legend1";
     series3.Name                = "接头盒进水";
     series4.ChartArea           = "ChartArea1";
     series4.IsValueShownAsLabel = true;
     series4.Legend              = "Legend1";
     series4.Name                = "异常";
     series5.ChartArea           = "ChartArea1";
     series5.IsValueShownAsLabel = true;
     series5.Legend              = "Legend1";
     series5.Name                = "其他";
     this.guzhang_bar_chart.Series.Add(series1);
     this.guzhang_bar_chart.Series.Add(series2);
     this.guzhang_bar_chart.Series.Add(series3);
     this.guzhang_bar_chart.Series.Add(series4);
     this.guzhang_bar_chart.Series.Add(series5);
     this.guzhang_bar_chart.Size     = new System.Drawing.Size(816, 532);
     this.guzhang_bar_chart.TabIndex = 14;
     this.guzhang_bar_chart.Text     = "guzhang_bar_chart";
     title1.Name = "线路故障统计信息";
     this.guzhang_bar_chart.Titles.Add(title1);
     //
     // guzhang_pie_chart
     //
     chartArea2.Name = "ChartArea1";
     this.guzhang_pie_chart.ChartAreas.Add(chartArea2);
     legendCellColumn1.ColumnType = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name       = "Column1";
     legendCellColumn2.Name       = "Column2";
     legendCellColumn2.Text       = "#VALX";
     legend2.CellColumns.Add(legendCellColumn1);
     legend2.CellColumns.Add(legendCellColumn2);
     legend2.Name = "Legend1";
     this.guzhang_pie_chart.Legends.Add(legend2);
     this.guzhang_pie_chart.Location = new System.Drawing.Point(72, 80);
     this.guzhang_pie_chart.Name     = "guzhang_pie_chart";
     series6.ChartArea           = "ChartArea1";
     series6.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series6.IsValueShownAsLabel = true;
     series6.Label  = "#VALX :#VAL{P2}";
     series6.Legend = "Legend1";
     series6.Name   = "Series1";
     this.guzhang_pie_chart.Series.Add(series6);
     this.guzhang_pie_chart.Size     = new System.Drawing.Size(804, 532);
     this.guzhang_pie_chart.TabIndex = 14;
     this.guzhang_pie_chart.Text     = "guzhang_pie_chart";
     //
     // rbtnBar
     //
     this.rbtnBar.AutoSize = true;
     this.rbtnBar.Location = new System.Drawing.Point(721, 19);
     this.rbtnBar.Name     = "rbtnBar";
     this.rbtnBar.Size     = new System.Drawing.Size(95, 16);
     this.rbtnBar.TabIndex = 1;
     this.rbtnBar.TabStop  = true;
     this.rbtnBar.Text     = "月份故障统计";
     this.rbtnBar.UseVisualStyleBackColor = true;
     this.rbtnBar.CheckedChanged         += new System.EventHandler(this.RbtnBar_CheckedChanged);
     //
     // rbtnPie
     //
     this.rbtnPie.AutoSize = true;
     this.rbtnPie.Location = new System.Drawing.Point(596, 19);
     this.rbtnPie.Name     = "rbtnPie";
     this.rbtnPie.Size     = new System.Drawing.Size(119, 16);
     this.rbtnPie.TabIndex = 0;
     this.rbtnPie.TabStop  = true;
     this.rbtnPie.Text     = "年份故障类型占比";
     this.rbtnPie.UseVisualStyleBackColor = true;
     this.rbtnPie.CheckedChanged         += new System.EventHandler(this.RbtnPie_CheckedChanged);
     //
     // Frm_Child_guzhang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1256, 617);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Frm_Child_guzhang";
     this.Text          = "光缆智能分析";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.Frm_Child_FormClosed);
     this.Load         += new System.EventHandler(this.Frm_Child_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.guzhang_bar_chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.guzhang_pie_chart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell1       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell2       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell3       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell4       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell5       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell6       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem3       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell7       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell8       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell9       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem4       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell10      = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell11      = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell12      = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series3           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series4           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series5           = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.PowTrend          = new System.Windows.Forms.CheckBox();
     this.LogTrend          = new System.Windows.Forms.CheckBox();
     this.ExpSmoothing      = new System.Windows.Forms.CheckBox();
     this.LineTrend         = new System.Windows.Forms.CheckBox();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.ShowGrid          = new System.Windows.Forms.CheckBox();
     this.BtnSave           = new System.Windows.Forms.Button();
     this.saveFileDialog1   = new System.Windows.Forms.SaveFileDialog();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1092, 518);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chart1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(882, 512);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Графики";
     //
     // chart1
     //
     chartArea1.AxisX.Title = "Дата";
     chartArea1.AxisY.Title = "Значение";
     chartArea1.Name        = "Data";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock             = System.Windows.Forms.DockStyle.Fill;
     legendCellColumn1.ColumnType = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name       = "Column1";
     legendCellColumn2.Name       = "Column2";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.Name     = "Legend1";
     legendCell1.Name = "Cell1";
     legendCell1.Text = "Линейный тренд";
     legendCell2.Name = "Cell3";
     legendCell2.Text = "0";
     legendCell3.Name = "Cell2";
     legendCell3.Text = "0";
     legendItem1.Cells.Add(legendCell1);
     legendItem1.Cells.Add(legendCell2);
     legendItem1.Cells.Add(legendCell3);
     legendCell4.Name = "Cell1";
     legendCell4.Text = "Экспоненциальный\\nтренд";
     legendCell5.Name = "Cell3";
     legendCell5.Text = "0";
     legendCell6.Name = "Cell2";
     legendCell6.Text = "0";
     legendItem2.Cells.Add(legendCell4);
     legendItem2.Cells.Add(legendCell5);
     legendItem2.Cells.Add(legendCell6);
     legendCell7.Name = "Cell1";
     legendCell7.Text = "Логарифмический тренд";
     legendCell8.Name = "Cell3";
     legendCell8.Text = "0";
     legendCell9.Name = "Cell2";
     legendCell9.Text = "0";
     legendItem3.Cells.Add(legendCell7);
     legendItem3.Cells.Add(legendCell8);
     legendItem3.Cells.Add(legendCell9);
     legendCell10.Name = "Cell1";
     legendCell10.Text = "Степенной тренд";
     legendCell11.Name = "Cell3";
     legendCell11.Text = "0";
     legendCell12.Name = "Cell2";
     legendCell12.Text = "0";
     legendItem4.Cells.Add(legendCell10);
     legendItem4.Cells.Add(legendCell11);
     legendItem4.Cells.Add(legendCell12);
     legend2.CustomItems.Add(legendItem1);
     legend2.CustomItems.Add(legendItem2);
     legend2.CustomItems.Add(legendItem3);
     legend2.CustomItems.Add(legendItem4);
     legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend2.Name    = "Legend3";
     legend2.Title   = "Методы, их уравнения\\nи коэфициенты достоверности\\nапроксимации R2";
     this.chart1.Legends.Add(legend1);
     this.chart1.Legends.Add(legend2);
     this.chart1.Location = new System.Drawing.Point(3, 22);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "Data";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Color        = System.Drawing.Color.Blue;
     series1.EmptyPointStyle.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDot;
     series1.EmptyPointStyle.BorderWidth     = 12;
     series1.EmptyPointStyle.Color           = System.Drawing.Color.Navy;
     series1.Legend           = "Legend1";
     series1.LegendText       = "Данные";
     series1.MarkerColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     series1.MarkerSize       = 3;
     series1.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series1.Name             = "График";
     series1.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series1.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.ChartArea        = "Data";
     series2.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Color            = System.Drawing.Color.OrangeRed;
     series2.Legend           = "Legend1";
     series2.MarkerSize       = 3;
     series2.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series2.Name             = "Линейный тренд";
     series2.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series2.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series3.ChartArea        = "Data";
     series3.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series3.Color            = System.Drawing.Color.Fuchsia;
     series3.Legend           = "Legend1";
     series3.MarkerSize       = 3;
     series3.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series3.Name             = "Экспоненциальный\\nтренд";
     series3.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series3.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series4.ChartArea        = "Data";
     series4.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series4.Color            = System.Drawing.Color.Green;
     series4.Legend           = "Legend1";
     series4.MarkerSize       = 3;
     series4.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series4.Name             = "Логарифмический\\n тренд";
     series4.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series4.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series5.ChartArea        = "Data";
     series5.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series5.Color            = System.Drawing.Color.Sienna;
     series5.CustomProperties = "ннн=0";
     series5.Legend           = "Legend1";
     series5.MarkerSize       = 3;
     series5.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series5.Name             = "Степенной тренд";
     series5.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series5.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Series.Add(series3);
     this.chart1.Series.Add(series4);
     this.chart1.Series.Add(series5);
     this.chart1.Size     = new System.Drawing.Size(876, 487);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.BtnSave, 0, 3);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(891, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 4;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(198, 512);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.tableLayoutPanel3);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(3, 90);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(192, 311);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Методы";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.AutoSize    = true;
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.Controls.Add(this.PowTrend, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.LogTrend, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.ExpSmoothing, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.LineTrend, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 22);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 4;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(186, 286);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // PowTrend
     //
     this.PowTrend.AutoSize   = true;
     this.PowTrend.Checked    = true;
     this.PowTrend.CheckState = System.Windows.Forms.CheckState.Checked;
     this.PowTrend.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.PowTrend.Location   = new System.Drawing.Point(3, 216);
     this.PowTrend.Name       = "PowTrend";
     this.PowTrend.Size       = new System.Drawing.Size(185, 67);
     this.PowTrend.TabIndex   = 7;
     this.PowTrend.Text       = "Степенной тренд";
     this.PowTrend.UseVisualStyleBackColor = true;
     this.PowTrend.CheckedChanged         += new System.EventHandler(this.PowTrend_CheckedChanged);
     //
     // LogTrend
     //
     this.LogTrend.AutoSize   = true;
     this.LogTrend.Checked    = true;
     this.LogTrend.CheckState = System.Windows.Forms.CheckState.Checked;
     this.LogTrend.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.LogTrend.Location   = new System.Drawing.Point(3, 145);
     this.LogTrend.Name       = "LogTrend";
     this.LogTrend.Size       = new System.Drawing.Size(185, 65);
     this.LogTrend.TabIndex   = 6;
     this.LogTrend.Text       = "Логарифмический\r\nтренд";
     this.LogTrend.UseVisualStyleBackColor = true;
     this.LogTrend.CheckedChanged         += new System.EventHandler(this.LogTrend_CheckedChanged);
     //
     // ExpSmoothing
     //
     this.ExpSmoothing.AutoSize   = true;
     this.ExpSmoothing.Checked    = true;
     this.ExpSmoothing.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ExpSmoothing.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ExpSmoothing.Location   = new System.Drawing.Point(3, 74);
     this.ExpSmoothing.Name       = "ExpSmoothing";
     this.ExpSmoothing.Size       = new System.Drawing.Size(185, 65);
     this.ExpSmoothing.TabIndex   = 5;
     this.ExpSmoothing.Text       = "Экспотенциальное \r\nсглаживание";
     this.ExpSmoothing.UseVisualStyleBackColor = true;
     this.ExpSmoothing.CheckedChanged         += new System.EventHandler(this.ExpSmoothing_CheckedChanged);
     //
     // LineTrend
     //
     this.LineTrend.AutoSize   = true;
     this.LineTrend.Checked    = true;
     this.LineTrend.CheckState = System.Windows.Forms.CheckState.Checked;
     this.LineTrend.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.LineTrend.Location   = new System.Drawing.Point(3, 3);
     this.LineTrend.Name       = "LineTrend";
     this.LineTrend.Size       = new System.Drawing.Size(185, 65);
     this.LineTrend.TabIndex   = 4;
     this.LineTrend.Text       = "Линейный тренд";
     this.LineTrend.UseVisualStyleBackColor = true;
     this.LineTrend.CheckedChanged         += new System.EventHandler(this.LineTrend_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ShowGrid);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 3);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(192, 81);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Данные";
     //
     // ShowGrid
     //
     this.ShowGrid.AutoSize   = true;
     this.ShowGrid.Checked    = true;
     this.ShowGrid.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ShowGrid.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ShowGrid.Location   = new System.Drawing.Point(3, 22);
     this.ShowGrid.Name       = "ShowGrid";
     this.ShowGrid.Size       = new System.Drawing.Size(186, 56);
     this.ShowGrid.TabIndex   = 0;
     this.ShowGrid.Text       = "Отображать график";
     this.ShowGrid.UseVisualStyleBackColor = true;
     this.ShowGrid.CheckedChanged         += new System.EventHandler(this.ShowGrid_CheckedChanged);
     //
     // BtnSave
     //
     this.BtnSave.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.BtnSave.Location = new System.Drawing.Point(3, 457);
     this.BtnSave.Name     = "BtnSave";
     this.BtnSave.Size     = new System.Drawing.Size(192, 52);
     this.BtnSave.TabIndex = 3;
     this.BtnSave.Text     = "Сохранить результаты";
     this.BtnSave.UseVisualStyleBackColor = true;
     this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
     //
     // Charts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1092, 518);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Charts";
     this.Text = "Charts";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn3 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title            title1            = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.listBox1        = new System.Windows.Forms.ListBox();
     this.chart1          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.propertyGrid1   = new System.Windows.Forms.PropertyGrid();
     this.button3         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.button1         = new System.Windows.Forms.Button();
     this.fontDialog1     = new System.Windows.Forms.FontDialog();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.button3);
     this.splitContainer1.Panel2.Controls.Add(this.button2);
     this.splitContainer1.Panel2.Controls.Add(this.button1);
     this.splitContainer1.Size             = new System.Drawing.Size(530, 376);
     this.splitContainer1.SplitterDistance = 336;
     this.splitContainer1.TabIndex         = 1;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.propertyGrid1);
     this.splitContainer2.Size             = new System.Drawing.Size(530, 336);
     this.splitContainer2.SplitterDistance = 317;
     this.splitContainer2.TabIndex         = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.IsSplitterFixed = true;
     this.splitContainer3.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name            = "splitContainer3";
     this.splitContainer3.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.listBox1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.chart1);
     this.splitContainer3.Size             = new System.Drawing.Size(317, 336);
     this.splitContainer3.SplitterDistance = 168;
     this.splitContainer3.TabIndex         = 1;
     //
     // listBox1
     //
     this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 12;
     this.listBox1.Location          = new System.Drawing.Point(0, 0);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(317, 160);
     this.listBox1.TabIndex              = 0;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // chart1
     //
     this.chart1.BackGradientStyle          = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight;
     this.chart1.BackImage                  = "C:\\Documents and Settings\\a\\桌面\\123.ico";
     this.chart1.BackImageTransparentColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.chart1.BackSecondaryColor         = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.chart1.BorderlineWidth            = 4;
     this.chart1.BorderSkin.BackImage       = "C:\\Documents and Settings\\a\\桌面\\123.ico";
     this.chart1.BorderSkin.BorderColor     = System.Drawing.Color.Yellow;
     this.chart1.BorderSkin.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chart1.BorderSkin.BorderWidth     = 4;
     this.chart1.BorderSkin.PageColor       = System.Drawing.Color.Red;
     this.chart1.BorderSkin.SkinStyle       = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Raised;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.chart1.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     legendCellColumn1.ColumnType = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name       = "Column1";
     legendCellColumn2.HeaderText = "Name";
     legendCellColumn2.Name       = "Column2";
     legendCellColumn3.HeaderText = "avg";
     legendCellColumn3.Name       = "Column3";
     legendCellColumn3.Text       = "#AVG";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.CellColumns.Add(legendCellColumn3);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend       = "Legend1";
     series1.LegendText   = "333";
     series1.MarkerSize   = 10;
     series1.MarkerStyle  = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Triangle;
     series1.Name         = "Series1";
     series2.ChartArea    = "ChartArea1";
     series2.Legend       = "Legend1";
     series2.Name         = "Series2";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size         = new System.Drawing.Size(317, 164);
     this.chart1.TabIndex     = 0;
     this.chart1.Text         = "chart1";
     title1.DockedToChartArea = "ChartArea1";
     title1.Name = "Title1";
     title1.Text = "4231";
     this.chart1.Titles.Add(title1);
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.Location              = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name                  = "propertyGrid1";
     this.propertyGrid1.Size                  = new System.Drawing.Size(209, 336);
     this.propertyGrid1.TabIndex              = 0;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(443, 8);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 0;
     this.button3.Text     = "应用";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(363, 8);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 0;
     this.button2.Text     = "取消";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(282, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "确定";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // FormAppearance
     //
     this.AcceptButton        = this.button1;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(530, 376);
     this.Controls.Add(this.splitContainer1);
     this.Name          = "FormAppearance";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "外观设计";
     this.Load         += new System.EventHandler(this.FormAppearance_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint        dataPoint1        = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 5D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint        dataPoint2        = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 10D);
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea2        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn3 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn4 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint        dataPoint3        = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 5D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint        dataPoint4        = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 10D);
     this.panelRutaMeni           = new System.Windows.Forms.Panel();
     this.btnUcitajStatistiku     = new System.Windows.Forms.Button();
     this.btnKreirajIzvještaj     = new System.Windows.Forms.Button();
     this.chartRute               = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.lblOdvoženeVrijednost   = new System.Windows.Forms.Label();
     this.lblOdvoženeRute         = new System.Windows.Forms.Label();
     this.lblNeodvoženeRute       = new System.Windows.Forms.Label();
     this.lblNeodvoženeVrijednost = new System.Windows.Forms.Label();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.panel5                      = new System.Windows.Forms.Panel();
     this.lblOdvoženiUkupno           = new System.Windows.Forms.Label();
     this.lblOdvoženiUkupnoVrijednost = new System.Windows.Forms.Label();
     this.chartStaž                   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.lblGrafStaž                 = new System.Windows.Forms.Label();
     this.lblGrafRute                 = new System.Windows.Forms.Label();
     this.panel3                      = new System.Windows.Forms.Panel();
     this.panel4                      = new System.Windows.Forms.Panel();
     this.lblProsjek                  = new System.Windows.Forms.Label();
     this.lblKorisnik                 = new System.Windows.Forms.Label();
     this.panelRutaMeni.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartRute)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartStaž)).BeginInit();
     this.SuspendLayout();
     //
     // panelRutaMeni
     //
     this.panelRutaMeni.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panelRutaMeni.Controls.Add(this.btnUcitajStatistiku);
     this.panelRutaMeni.Controls.Add(this.btnKreirajIzvještaj);
     this.panelRutaMeni.Location = new System.Drawing.Point(0, 724);
     this.panelRutaMeni.Name     = "panelRutaMeni";
     this.panelRutaMeni.Size     = new System.Drawing.Size(1277, 86);
     this.panelRutaMeni.TabIndex = 6;
     //
     // btnUcitajStatistiku
     //
     this.btnUcitajStatistiku.FlatAppearance.BorderSize = 0;
     this.btnUcitajStatistiku.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnUcitajStatistiku.Font      = new System.Drawing.Font("Century Gothic", 14F);
     this.btnUcitajStatistiku.ForeColor = System.Drawing.Color.White;
     this.btnUcitajStatistiku.Location  = new System.Drawing.Point(352, 8);
     this.btnUcitajStatistiku.Name      = "btnUcitajStatistiku";
     this.btnUcitajStatistiku.Size      = new System.Drawing.Size(209, 75);
     this.btnUcitajStatistiku.TabIndex  = 6;
     this.btnUcitajStatistiku.Text      = "Učitaj statistiku";
     this.btnUcitajStatistiku.UseVisualStyleBackColor = true;
     this.btnUcitajStatistiku.Click += new System.EventHandler(this.btnUcitajStatistiku_Click);
     //
     // btnKreirajIzvještaj
     //
     this.btnKreirajIzvještaj.FlatAppearance.BorderSize = 0;
     this.btnKreirajIzvještaj.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnKreirajIzvještaj.Font      = new System.Drawing.Font("Century Gothic", 14F);
     this.btnKreirajIzvještaj.ForeColor = System.Drawing.Color.White;
     this.btnKreirajIzvještaj.Location  = new System.Drawing.Point(713, 8);
     this.btnKreirajIzvještaj.Name      = "btnKreirajIzvještaj";
     this.btnKreirajIzvještaj.Size      = new System.Drawing.Size(209, 75);
     this.btnKreirajIzvještaj.TabIndex  = 5;
     this.btnKreirajIzvještaj.Text      = "Kreiraj izvještaj";
     this.btnKreirajIzvještaj.UseVisualStyleBackColor = true;
     this.btnKreirajIzvještaj.Click += new System.EventHandler(this.btnKreirajIzvještaj_Click);
     //
     // chartRute
     //
     this.chartRute.BackColor = System.Drawing.SystemColors.Control;
     chartArea1.Name          = "ChartArea1";
     this.chartRute.ChartAreas.Add(chartArea1);
     legend1.BackColor      = System.Drawing.SystemColors.Control;
     legendCellColumn1.Name = "Column1";
     legendCellColumn2.Name = "Column2";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.Enabled     = false;
     legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend1.Name        = "Legend1";
     legend1.TableStyle  = System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Wide;
     this.chartRute.Legends.Add(legend1);
     this.chartRute.Location = new System.Drawing.Point(3, 250);
     this.chartRute.Name     = "chartRute";
     this.chartRute.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series1.ChartArea       = "ChartArea1";
     series1.Legend          = "Legend1";
     series1.Name            = "Series1";
     dataPoint2.Color        = System.Drawing.Color.Red;
     series1.Points.Add(dataPoint1);
     series1.Points.Add(dataPoint2);
     this.chartRute.Series.Add(series1);
     this.chartRute.Size     = new System.Drawing.Size(588, 443);
     this.chartRute.TabIndex = 13;
     this.chartRute.Click   += new System.EventHandler(this.chartStatistika_Click);
     //
     // lblOdvoženeVrijednost
     //
     this.lblOdvoženeVrijednost.Font      = new System.Drawing.Font("Century Gothic", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblOdvoženeVrijednost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.lblOdvoženeVrijednost.Location  = new System.Drawing.Point(195, 135);
     this.lblOdvoženeVrijednost.Name      = "lblOdvoženeVrijednost";
     this.lblOdvoženeVrijednost.Size      = new System.Drawing.Size(256, 82);
     this.lblOdvoženeVrijednost.TabIndex  = 14;
     this.lblOdvoženeVrijednost.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblOdvoženeRute
     //
     this.lblOdvoženeRute.Font      = new System.Drawing.Font("Century Gothic", 18F);
     this.lblOdvoženeRute.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.lblOdvoženeRute.Location  = new System.Drawing.Point(208, 53);
     this.lblOdvoženeRute.Name      = "lblOdvoženeRute";
     this.lblOdvoženeRute.Size      = new System.Drawing.Size(235, 94);
     this.lblOdvoženeRute.TabIndex  = 16;
     this.lblOdvoženeRute.Text      = "Odvožene\r\nrute\r\n";
     this.lblOdvoženeRute.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblNeodvoženeRute
     //
     this.lblNeodvoženeRute.Font      = new System.Drawing.Font("Century Gothic", 18F);
     this.lblNeodvoženeRute.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.lblNeodvoženeRute.Location  = new System.Drawing.Point(550, 55);
     this.lblNeodvoženeRute.Name      = "lblNeodvoženeRute";
     this.lblNeodvoženeRute.Size      = new System.Drawing.Size(227, 94);
     this.lblNeodvoženeRute.TabIndex  = 22;
     this.lblNeodvoženeRute.Text      = "Neodvožene\r\nrute\r\n";
     this.lblNeodvoženeRute.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblNeodvoženeVrijednost
     //
     this.lblNeodvoženeVrijednost.Font      = new System.Drawing.Font("Century Gothic", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblNeodvoženeVrijednost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.lblNeodvoženeVrijednost.Location  = new System.Drawing.Point(521, 135);
     this.lblNeodvoženeVrijednost.Name      = "lblNeodvoženeVrijednost";
     this.lblNeodvoženeVrijednost.Size      = new System.Drawing.Size(256, 82);
     this.lblNeodvoženeVrijednost.TabIndex  = 21;
     this.lblNeodvoženeVrijednost.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panel1.Location  = new System.Drawing.Point(231, 135);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(189, 3);
     this.panel1.TabIndex  = 25;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panel2.Location  = new System.Drawing.Point(566, 137);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(189, 3);
     this.panel2.TabIndex  = 26;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panel5.Location  = new System.Drawing.Point(925, 135);
     this.panel5.Name      = "panel5";
     this.panel5.Size      = new System.Drawing.Size(189, 3);
     this.panel5.TabIndex  = 32;
     //
     // lblOdvoženiUkupno
     //
     this.lblOdvoženiUkupno.Font      = new System.Drawing.Font("Century Gothic", 18F);
     this.lblOdvoženiUkupno.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.lblOdvoženiUkupno.Location  = new System.Drawing.Point(918, 50);
     this.lblOdvoženiUkupno.Name      = "lblOdvoženiUkupno";
     this.lblOdvoženiUkupno.Size      = new System.Drawing.Size(219, 88);
     this.lblOdvoženiUkupno.TabIndex  = 31;
     this.lblOdvoženiUkupno.Text      = "Odvoženi\r\ndani\r\n\r\n\r\n";
     this.lblOdvoženiUkupno.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblOdvoženiUkupnoVrijednost
     //
     this.lblOdvoženiUkupnoVrijednost.Font      = new System.Drawing.Font("Century Gothic", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblOdvoženiUkupnoVrijednost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.lblOdvoženiUkupnoVrijednost.Location  = new System.Drawing.Point(887, 141);
     this.lblOdvoženiUkupnoVrijednost.Name      = "lblOdvoženiUkupnoVrijednost";
     this.lblOdvoženiUkupnoVrijednost.Size      = new System.Drawing.Size(262, 82);
     this.lblOdvoženiUkupnoVrijednost.TabIndex  = 30;
     this.lblOdvoženiUkupnoVrijednost.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chartStaž
     //
     this.chartStaž.BackColor = System.Drawing.SystemColors.Control;
     chartArea2.Name          = "ChartArea1";
     this.chartStaž.ChartAreas.Add(chartArea2);
     legend2.BackColor      = System.Drawing.SystemColors.Control;
     legendCellColumn3.Name = "Column1";
     legendCellColumn4.Name = "Column2";
     legend2.CellColumns.Add(legendCellColumn3);
     legend2.CellColumns.Add(legendCellColumn4);
     legend2.Enabled     = false;
     legend2.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend2.Name        = "Legend1";
     legend2.TableStyle  = System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Wide;
     this.chartStaž.Legends.Add(legend2);
     this.chartStaž.Location = new System.Drawing.Point(654, 250);
     this.chartStaž.Name     = "chartStaž";
     this.chartStaž.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series2.ChartArea       = "ChartArea1";
     series2.Legend          = "Legend1";
     series2.Name            = "Series1";
     dataPoint4.Color        = System.Drawing.Color.Red;
     series2.Points.Add(dataPoint3);
     series2.Points.Add(dataPoint4);
     this.chartStaž.Series.Add(series2);
     this.chartStaž.Size     = new System.Drawing.Size(588, 443);
     this.chartStaž.TabIndex = 33;
     this.chartStaž.Text     = "chart1";
     //
     // lblGrafStaž
     //
     this.lblGrafStaž.AutoSize = true;
     this.lblGrafStaž.Font     = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblGrafStaž.Location = new System.Drawing.Point(866, 676);
     this.lblGrafStaž.Name     = "lblGrafStaž";
     this.lblGrafStaž.Size     = new System.Drawing.Size(203, 21);
     this.lblGrafStaž.TabIndex = 34;
     this.lblGrafStaž.Text     = "Radni staž u mjesecima";
     //
     // lblGrafRute
     //
     this.lblGrafRute.AutoSize = true;
     this.lblGrafRute.Font     = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblGrafRute.Location = new System.Drawing.Point(164, 672);
     this.lblGrafRute.Name     = "lblGrafRute";
     this.lblGrafRute.Size     = new System.Drawing.Size(60, 21);
     this.lblGrafRute.TabIndex = 35;
     this.lblGrafRute.Text     = "label2";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Red;
     this.panel3.Location  = new System.Drawing.Point(597, 350);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(63, 16);
     this.panel3.TabIndex  = 36;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.CornflowerBlue;
     this.panel4.Location  = new System.Drawing.Point(597, 295);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(63, 16);
     this.panel4.TabIndex  = 37;
     //
     // lblProsjek
     //
     this.lblProsjek.AutoSize = true;
     this.lblProsjek.Location = new System.Drawing.Point(604, 314);
     this.lblProsjek.Name     = "lblProsjek";
     this.lblProsjek.Size     = new System.Drawing.Size(54, 17);
     this.lblProsjek.TabIndex = 38;
     this.lblProsjek.Text     = "prosjek";
     //
     // lblKorisnik
     //
     this.lblKorisnik.AutoSize = true;
     this.lblKorisnik.Location = new System.Drawing.Point(604, 369);
     this.lblKorisnik.Name     = "lblKorisnik";
     this.lblKorisnik.Size     = new System.Drawing.Size(56, 17);
     this.lblKorisnik.TabIndex = 39;
     this.lblKorisnik.Text     = "korisnik";
     //
     // StatistikaUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblKorisnik);
     this.Controls.Add(this.lblProsjek);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.lblGrafRute);
     this.Controls.Add(this.lblGrafStaž);
     this.Controls.Add(this.chartStaž);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.lblOdvoženiUkupno);
     this.Controls.Add(this.lblOdvoženiUkupnoVrijednost);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblNeodvoženeRute);
     this.Controls.Add(this.lblNeodvoženeVrijednost);
     this.Controls.Add(this.lblOdvoženeRute);
     this.Controls.Add(this.chartRute);
     this.Controls.Add(this.panelRutaMeni);
     this.Controls.Add(this.lblOdvoženeVrijednost);
     this.Name            = "StatistikaUC";
     this.Size            = new System.Drawing.Size(1277, 810);
     this.Load           += new System.EventHandler(this.StatistikaUC_Load);
     this.VisibleChanged += new System.EventHandler(this.StatistikaUC_VisibleChanged);
     this.panelRutaMeni.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartRute)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartStaž)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea2        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     chartArea1.AxisX.MajorGrid.Enabled           = false;
     chartArea1.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea1.AxisX.Minimum                     = 0.5D;
     chartArea1.AxisX.Title                       = "Index of cell";
     chartArea1.AxisY.MajorGrid.Enabled           = false;
     chartArea1.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea1.AxisY.Title                       = "Posterior";
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Enabled = false;
     legend1.Name    = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(431, 401);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // chart2
     //
     chartArea2.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea2.AxisX.Title = "Step";
     chartArea2.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea2.AxisY.Title = "Entropy";
     chartArea2.Name        = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legendCellColumn1.Name = "Column1";
     legend2.CellColumns.Add(legendCellColumn1);
     legendItem1.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legendItem1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     legendItem1.Name        = "Before sensing";
     legendItem2.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem2.Name        = "After sensing";
     legend2.CustomItems.Add(legendItem1);
     legend2.CustomItems.Add(legendItem2);
     legend2.Enabled = false;
     legend2.Name    = "Legend1";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location      = new System.Drawing.Point(485, 0);
     this.chart2.Name          = "chart2";
     series2.ChartArea         = "ChartArea1";
     series2.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series2.IsVisibleInLegend = false;
     series2.Legend            = "Legend1";
     series2.Name            = "Series1";
     series2.YValuesPerPoint = 6;
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(431, 401);
     this.chart2.TabIndex = 1;
     this.chart2.Text     = "chart2";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1072, 538);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.Name = "MainForm";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title            title1            = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea2        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title            title2            = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegistraAllenamento));
     this.buttonIndietro                = new System.Windows.Forms.Button();
     this.chart1                        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2                        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.labelCompletamentoScheda      = new System.Windows.Forms.Label();
     this.dateTimePickerDataAllenamento = new System.Windows.Forms.DateTimePicker();
     this.labelDataAllenamento          = new System.Windows.Forms.Label();
     this.numericUpDownDurata           = new System.Windows.Forms.NumericUpDown();
     this.labelPeso                     = new System.Windows.Forms.Label();
     this.numericUpDownPeso             = new System.Windows.Forms.NumericUpDown();
     this.buttonSalvaAllenamento        = new System.Windows.Forms.Button();
     this.labelContatore                = new System.Windows.Forms.Label();
     this.labelAllenamenti              = new System.Windows.Forms.Label();
     this.progressBarAllenamenti        = new System.Windows.Forms.ProgressBar();
     this.circularProgressBar           = new CircularProgressBar.CircularProgressBar();
     this.labelDurata                   = new System.Windows.Forms.Label();
     this.labelRegistraAllenamento      = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDurata)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPeso)).BeginInit();
     this.SuspendLayout();
     //
     // buttonIndietro
     //
     this.buttonIndietro.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.buttonIndietro.BackColor = System.Drawing.Color.DarkOrange;
     this.buttonIndietro.FlatAppearance.BorderColor        = System.Drawing.Color.Lime;
     this.buttonIndietro.FlatAppearance.BorderSize         = 2;
     this.buttonIndietro.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Orange;
     this.buttonIndietro.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Lime;
     this.buttonIndietro.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonIndietro.Font      = new System.Drawing.Font("Modern No. 20", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonIndietro.Location  = new System.Drawing.Point(34, 453);
     this.buttonIndietro.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonIndietro.Name      = "buttonIndietro";
     this.buttonIndietro.Size      = new System.Drawing.Size(139, 30);
     this.buttonIndietro.TabIndex  = 74;
     this.buttonIndietro.Tag       = "";
     this.buttonIndietro.Text      = "Torna al Menu";
     this.buttonIndietro.UseVisualStyleBackColor = false;
     //
     // chart1
     //
     this.chart1.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.chart1.BackColor            = System.Drawing.Color.DimGray;
     this.chart1.BackGradientStyle    = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     this.chart1.BackSecondaryColor   = System.Drawing.Color.White;
     this.chart1.BorderlineColor      = System.Drawing.Color.Transparent;
     this.chart1.BorderlineDashStyle  = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chart1.BorderlineWidth      = 0;
     this.chart1.BorderSkin.PageColor = System.Drawing.Color.Black;
     chartArea1.BackColor             = System.Drawing.Color.PaleGreen;
     chartArea1.BackGradientStyle     = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight;
     chartArea1.BackHatchStyle        = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightUpwardDiagonal;
     chartArea1.BackSecondaryColor    = System.Drawing.Color.Blue;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legendCellColumn1.Name = "Column1";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location       = new System.Drawing.Point(330, 26);
     this.chart1.Name           = "chart1";
     this.chart1.Palette        = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Berry;
     series1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     series1.BackImageWrapMode  = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled;
     series1.BackSecondaryColor = System.Drawing.Color.LimeGreen;
     series1.ChartArea          = "ChartArea1";
     series1.CustomProperties   = "DrawingStyle=Emboss";
     series1.LabelForeColor     = System.Drawing.Color.Transparent;
     series1.Legend             = "Legend1";
     series1.Name            = "Durata";
     series1.ShadowColor     = System.Drawing.Color.RoyalBlue;
     series1.ShadowOffset    = 4;
     series1.XValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     series1.YValuesPerPoint = 20;
     series1.YValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     this.chart1.Series.Add(series1);
     this.chart1.Size          = new System.Drawing.Size(480, 211);
     this.chart1.TabIndex      = 81;
     title1.BackColor          = System.Drawing.Color.DarkOrchid;
     title1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     title1.BackSecondaryColor = System.Drawing.Color.LimeGreen;
     title1.BorderColor        = System.Drawing.Color.Transparent;
     title1.Font         = new System.Drawing.Font("Modern No. 20", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.ForeColor    = System.Drawing.Color.MediumSpringGreen;
     title1.Name         = "TitoloGrafico";
     title1.ShadowColor  = System.Drawing.Color.RoyalBlue;
     title1.ShadowOffset = 3;
     title1.Text         = "I tuoi progressi";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // chart2
     //
     this.chart2.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.chart2.BackColor            = System.Drawing.Color.DimGray;
     this.chart2.BackGradientStyle    = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     this.chart2.BackSecondaryColor   = System.Drawing.Color.White;
     this.chart2.BorderlineColor      = System.Drawing.Color.Transparent;
     this.chart2.BorderlineDashStyle  = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chart2.BorderlineWidth      = 0;
     this.chart2.BorderSkin.PageColor = System.Drawing.Color.Black;
     chartArea2.BackColor             = System.Drawing.Color.PaleGreen;
     chartArea2.BackGradientStyle     = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight;
     chartArea2.BackHatchStyle        = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightUpwardDiagonal;
     chartArea2.BackSecondaryColor    = System.Drawing.Color.Blue;
     chartArea2.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legendCellColumn2.Name = "Column1";
     legend2.CellColumns.Add(legendCellColumn2);
     legend2.Name = "Legend1";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location       = new System.Drawing.Point(330, 272);
     this.chart2.Name           = "chart2";
     this.chart2.Palette        = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Berry;
     series2.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     series2.BackHatchStyle     = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Cross;
     series2.BackImageWrapMode  = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled;
     series2.BackSecondaryColor = System.Drawing.Color.LimeGreen;
     series2.BorderColor        = System.Drawing.Color.Blue;
     series2.BorderWidth        = 2;
     series2.ChartArea          = "ChartArea1";
     series2.ChartType          = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
     series2.Color             = System.Drawing.Color.RoyalBlue;
     series2.CustomProperties  = "DrawingStyle=Emboss";
     series2.LabelForeColor    = System.Drawing.Color.White;
     series2.Legend            = "Legend1";
     series2.MarkerBorderColor = System.Drawing.Color.Blue;
     series2.MarkerBorderWidth = 10;
     series2.MarkerColor       = System.Drawing.Color.Blue;
     series2.MarkerSize        = 10;
     series2.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Diamond;
     series2.Name            = "Peso";
     series2.Palette         = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     series2.ShadowColor     = System.Drawing.Color.Plum;
     series2.ShadowOffset    = 22;
     series2.XValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     series2.YValuesPerPoint = 20;
     series2.YValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     this.chart2.Series.Add(series2);
     this.chart2.Size          = new System.Drawing.Size(480, 211);
     this.chart2.TabIndex      = 83;
     title2.BackColor          = System.Drawing.Color.DarkOrchid;
     title2.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     title2.BackSecondaryColor = System.Drawing.Color.LimeGreen;
     title2.BorderColor        = System.Drawing.Color.Transparent;
     title2.Font         = new System.Drawing.Font("Modern No. 20", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.ForeColor    = System.Drawing.Color.MediumSpringGreen;
     title2.Name         = "TitoloGrafico";
     title2.ShadowColor  = System.Drawing.Color.RoyalBlue;
     title2.ShadowOffset = 3;
     title2.Text         = "I tuoi progressi";
     this.chart2.Titles.Add(title2);
     //
     // labelCompletamentoScheda
     //
     this.labelCompletamentoScheda.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelCompletamentoScheda.AutoSize    = true;
     this.labelCompletamentoScheda.BackColor   = System.Drawing.Color.Transparent;
     this.labelCompletamentoScheda.Font        = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCompletamentoScheda.ForeColor   = System.Drawing.Color.GreenYellow;
     this.labelCompletamentoScheda.Location    = new System.Drawing.Point(40, 312);
     this.labelCompletamentoScheda.Name        = "labelCompletamentoScheda";
     this.labelCompletamentoScheda.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelCompletamentoScheda.Size        = new System.Drawing.Size(102, 48);
     this.labelCompletamentoScheda.TabIndex    = 88;
     this.labelCompletamentoScheda.Text        = "Completamento \r\n       scheda";
     this.labelCompletamentoScheda.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dateTimePickerDataAllenamento
     //
     this.dateTimePickerDataAllenamento.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dateTimePickerDataAllenamento.CalendarMonthBackground = System.Drawing.Color.White;
     this.dateTimePickerDataAllenamento.Location = new System.Drawing.Point(108, 81);
     this.dateTimePickerDataAllenamento.Name     = "dateTimePickerDataAllenamento";
     this.dateTimePickerDataAllenamento.Size     = new System.Drawing.Size(200, 20);
     this.dateTimePickerDataAllenamento.TabIndex = 3;
     //
     // labelDataAllenamento
     //
     this.labelDataAllenamento.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelDataAllenamento.AutoSize    = true;
     this.labelDataAllenamento.BackColor   = System.Drawing.Color.Transparent;
     this.labelDataAllenamento.Font        = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelDataAllenamento.ForeColor   = System.Drawing.Color.GreenYellow;
     this.labelDataAllenamento.Location    = new System.Drawing.Point(30, 77);
     this.labelDataAllenamento.Name        = "labelDataAllenamento";
     this.labelDataAllenamento.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelDataAllenamento.Size        = new System.Drawing.Size(35, 24);
     this.labelDataAllenamento.TabIndex    = 76;
     this.labelDataAllenamento.Text        = "Data";
     this.labelDataAllenamento.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericUpDownDurata
     //
     this.numericUpDownDurata.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.numericUpDownDurata.BackColor = System.Drawing.Color.SteelBlue;
     this.numericUpDownDurata.Font      = new System.Drawing.Font("Agency FB", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDownDurata.ForeColor = System.Drawing.Color.Transparent;
     this.numericUpDownDurata.Location  = new System.Drawing.Point(264, 128);
     this.numericUpDownDurata.Maximum   = new decimal(new int[] {
         300,
         0,
         0,
         0
     });
     this.numericUpDownDurata.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownDurata.Name        = "numericUpDownDurata";
     this.numericUpDownDurata.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.numericUpDownDurata.Size        = new System.Drawing.Size(44, 23);
     this.numericUpDownDurata.TabIndex    = 78;
     this.numericUpDownDurata.Value       = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     //
     // labelPeso
     //
     this.labelPeso.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelPeso.AutoSize    = true;
     this.labelPeso.BackColor   = System.Drawing.Color.Transparent;
     this.labelPeso.Font        = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelPeso.ForeColor   = System.Drawing.Color.GreenYellow;
     this.labelPeso.Location    = new System.Drawing.Point(30, 173);
     this.labelPeso.Name        = "labelPeso";
     this.labelPeso.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelPeso.Size        = new System.Drawing.Size(112, 24);
     this.labelPeso.TabIndex    = 79;
     this.labelPeso.Text        = "Peso attuale in Kg";
     this.labelPeso.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericUpDownPeso
     //
     this.numericUpDownPeso.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.numericUpDownPeso.BackColor   = System.Drawing.Color.SteelBlue;
     this.numericUpDownPeso.Font        = new System.Drawing.Font("Agency FB", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDownPeso.ForeColor   = System.Drawing.Color.Transparent;
     this.numericUpDownPeso.Location    = new System.Drawing.Point(181, 173);
     this.numericUpDownPeso.Name        = "numericUpDownPeso";
     this.numericUpDownPeso.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.numericUpDownPeso.Size        = new System.Drawing.Size(44, 23);
     this.numericUpDownPeso.TabIndex    = 80;
     this.numericUpDownPeso.Value       = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // buttonSalvaAllenamento
     //
     this.buttonSalvaAllenamento.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.buttonSalvaAllenamento.BackColor = System.Drawing.Color.RoyalBlue;
     this.buttonSalvaAllenamento.FlatAppearance.BorderColor        = System.Drawing.Color.Lime;
     this.buttonSalvaAllenamento.FlatAppearance.BorderSize         = 2;
     this.buttonSalvaAllenamento.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Orange;
     this.buttonSalvaAllenamento.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Lime;
     this.buttonSalvaAllenamento.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonSalvaAllenamento.Font      = new System.Drawing.Font("Modern No. 20", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonSalvaAllenamento.Location  = new System.Drawing.Point(108, 216);
     this.buttonSalvaAllenamento.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonSalvaAllenamento.Name      = "buttonSalvaAllenamento";
     this.buttonSalvaAllenamento.Size      = new System.Drawing.Size(139, 30);
     this.buttonSalvaAllenamento.TabIndex  = 84;
     this.buttonSalvaAllenamento.Tag       = "";
     this.buttonSalvaAllenamento.Text      = "Salva Allenamento";
     this.buttonSalvaAllenamento.UseVisualStyleBackColor = false;
     this.buttonSalvaAllenamento.Click += new System.EventHandler(this.buttonSalvaAllenamento_Click);
     //
     // labelContatore
     //
     this.labelContatore.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelContatore.AutoSize    = true;
     this.labelContatore.BackColor   = System.Drawing.Color.Transparent;
     this.labelContatore.Font        = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelContatore.ForeColor   = System.Drawing.Color.GreenYellow;
     this.labelContatore.Location    = new System.Drawing.Point(696, 242);
     this.labelContatore.Name        = "labelContatore";
     this.labelContatore.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelContatore.Size        = new System.Drawing.Size(17, 24);
     this.labelContatore.TabIndex    = 89;
     this.labelContatore.Text        = "0";
     this.labelContatore.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelAllenamenti
     //
     this.labelAllenamenti.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelAllenamenti.AutoSize    = true;
     this.labelAllenamenti.BackColor   = System.Drawing.Color.Transparent;
     this.labelAllenamenti.Font        = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelAllenamenti.ForeColor   = System.Drawing.Color.GreenYellow;
     this.labelAllenamenti.Location    = new System.Drawing.Point(368, 242);
     this.labelAllenamenti.Name        = "labelAllenamenti";
     this.labelAllenamenti.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelAllenamenti.Size        = new System.Drawing.Size(81, 24);
     this.labelAllenamenti.TabIndex    = 90;
     this.labelAllenamenti.Text        = "Allenamenti ";
     this.labelAllenamenti.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // progressBarAllenamenti
     //
     this.progressBarAllenamenti.AccessibleDescription = "";
     this.progressBarAllenamenti.AccessibleName        = "";
     this.progressBarAllenamenti.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.progressBarAllenamenti.BackColor = System.Drawing.Color.OrangeRed;
     this.progressBarAllenamenti.Location  = new System.Drawing.Point(455, 243);
     this.progressBarAllenamenti.Maximum   = 20;
     this.progressBarAllenamenti.Name      = "progressBarAllenamenti";
     this.progressBarAllenamenti.Size      = new System.Drawing.Size(224, 23);
     this.progressBarAllenamenti.TabIndex  = 85;
     this.progressBarAllenamenti.Tag       = "";
     //
     // circularProgressBar
     //
     this.circularProgressBar.Anchor            = System.Windows.Forms.AnchorStyles.None;
     this.circularProgressBar.AnimationFunction = WinFormAnimation.KnownAnimationFunctions.Liner;
     this.circularProgressBar.AnimationSpeed    = 500;
     this.circularProgressBar.BackColor         = System.Drawing.Color.Transparent;
     this.circularProgressBar.Font                  = new System.Drawing.Font("Modern No. 20", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.circularProgressBar.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.circularProgressBar.InnerColor            = System.Drawing.Color.SpringGreen;
     this.circularProgressBar.InnerMargin           = 2;
     this.circularProgressBar.InnerWidth            = -1;
     this.circularProgressBar.Location              = new System.Drawing.Point(148, 272);
     this.circularProgressBar.MarqueeAnimationSpeed = 2000;
     this.circularProgressBar.Name                  = "circularProgressBar";
     this.circularProgressBar.OuterColor            = System.Drawing.Color.Gray;
     this.circularProgressBar.OuterMargin           = -25;
     this.circularProgressBar.OuterWidth            = 26;
     this.circularProgressBar.ProgressColor         = System.Drawing.Color.RoyalBlue;
     this.circularProgressBar.ProgressWidth         = 25;
     this.circularProgressBar.SecondaryFont         = new System.Drawing.Font("Modern No. 20", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.circularProgressBar.Size                  = new System.Drawing.Size(127, 127);
     this.circularProgressBar.StartAngle            = 180;
     this.circularProgressBar.SubscriptColor        = System.Drawing.Color.Black;
     this.circularProgressBar.SubscriptMargin       = new System.Windows.Forms.Padding(10, -35, 0, 0);
     this.circularProgressBar.SubscriptText         = "";
     this.circularProgressBar.SuperscriptColor      = System.Drawing.Color.DimGray;
     this.circularProgressBar.SuperscriptMargin     = new System.Windows.Forms.Padding(10, 35, 0, 0);
     this.circularProgressBar.SuperscriptText       = "%  ";
     this.circularProgressBar.TabIndex              = 91;
     this.circularProgressBar.Text                  = "0%";
     this.circularProgressBar.TextMargin            = new System.Windows.Forms.Padding(8, 8, 0, 0);
     this.circularProgressBar.Value                 = 5;
     //
     // labelDurata
     //
     this.labelDurata.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelDurata.AutoSize    = true;
     this.labelDurata.BackColor   = System.Drawing.Color.Transparent;
     this.labelDurata.Font        = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelDurata.ForeColor   = System.Drawing.Color.GreenYellow;
     this.labelDurata.Location    = new System.Drawing.Point(30, 124);
     this.labelDurata.Name        = "labelDurata";
     this.labelDurata.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelDurata.Size        = new System.Drawing.Size(195, 24);
     this.labelDurata.TabIndex    = 77;
     this.labelDurata.Text        = "Durata dell\'allenamento (minuti)";
     this.labelDurata.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelRegistraAllenamento
     //
     this.labelRegistraAllenamento.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelRegistraAllenamento.AutoSize    = true;
     this.labelRegistraAllenamento.BackColor   = System.Drawing.Color.Transparent;
     this.labelRegistraAllenamento.Font        = new System.Drawing.Font("Arial Rounded MT Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRegistraAllenamento.ForeColor   = System.Drawing.Color.GreenYellow;
     this.labelRegistraAllenamento.Location    = new System.Drawing.Point(30, 26);
     this.labelRegistraAllenamento.Name        = "labelRegistraAllenamento";
     this.labelRegistraAllenamento.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelRegistraAllenamento.Size        = new System.Drawing.Size(292, 24);
     this.labelRegistraAllenamento.TabIndex    = 92;
     this.labelRegistraAllenamento.Text        = "Registra il tuo allenamento !";
     this.labelRegistraAllenamento.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormRegistraAllenamento
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(822, 512);
     this.Controls.Add(this.labelRegistraAllenamento);
     this.Controls.Add(this.circularProgressBar);
     this.Controls.Add(this.labelAllenamenti);
     this.Controls.Add(this.labelContatore);
     this.Controls.Add(this.labelCompletamentoScheda);
     this.Controls.Add(this.progressBarAllenamenti);
     this.Controls.Add(this.buttonSalvaAllenamento);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.numericUpDownPeso);
     this.Controls.Add(this.labelPeso);
     this.Controls.Add(this.numericUpDownDurata);
     this.Controls.Add(this.labelDurata);
     this.Controls.Add(this.labelDataAllenamento);
     this.Controls.Add(this.buttonIndietro);
     this.Controls.Add(this.dateTimePickerDataAllenamento);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "FormRegistraAllenamento";
     this.Text  = "No Pain No Gain";
     this.Load += new System.EventHandler(this.FormRegistraAllenamento_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDurata)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPeso)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title            title1            = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea2        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title            title2            = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressiView));
     this.buttonIndietroProgressi = new System.Windows.Forms.Button();
     this.chartDurata             = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chartPeso = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.labelCompletamentoScheda      = new System.Windows.Forms.Label();
     this.dateTimePickerDataAllenamento = new System.Windows.Forms.DateTimePicker();
     this.labelDataAllenamento          = new System.Windows.Forms.Label();
     this.numericUpDownDurataProgressi  = new System.Windows.Forms.NumericUpDown();
     this.labelPeso = new System.Windows.Forms.Label();
     this.numericUpDownPesoProgressi      = new System.Windows.Forms.NumericUpDown();
     this.buttonSalvaAllenamentoProgressi = new System.Windows.Forms.Button();
     this.labelContatore           = new System.Windows.Forms.Label();
     this.labelAllenamenti         = new System.Windows.Forms.Label();
     this.progressBarAllenamenti   = new System.Windows.Forms.ProgressBar();
     this.circularProgressBar      = new CircularProgressBar.CircularProgressBar();
     this.labelDurata              = new System.Windows.Forms.Label();
     this.labelRegistraAllenamento = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chartDurata)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPeso)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDurataProgressi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPesoProgressi)).BeginInit();
     this.SuspendLayout();
     //
     // buttonIndietroProgressi
     //
     this.buttonIndietroProgressi.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.buttonIndietroProgressi.BackColor = System.Drawing.Color.Transparent;
     this.buttonIndietroProgressi.FlatAppearance.BorderColor        = System.Drawing.Color.Lavender;
     this.buttonIndietroProgressi.FlatAppearance.BorderSize         = 2;
     this.buttonIndietroProgressi.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkSlateBlue;
     this.buttonIndietroProgressi.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SlateBlue;
     this.buttonIndietroProgressi.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonIndietroProgressi.Font      = new System.Drawing.Font("Britannic Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonIndietroProgressi.ForeColor = System.Drawing.Color.Lavender;
     this.buttonIndietroProgressi.Location  = new System.Drawing.Point(34, 453);
     this.buttonIndietroProgressi.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonIndietroProgressi.Name      = "buttonIndietroProgressi";
     this.buttonIndietroProgressi.Size      = new System.Drawing.Size(139, 30);
     this.buttonIndietroProgressi.TabIndex  = 74;
     this.buttonIndietroProgressi.Tag       = "";
     this.buttonIndietroProgressi.Text      = "Torna al Menu";
     this.buttonIndietroProgressi.UseVisualStyleBackColor = false;
     //
     // chartDurata
     //
     this.chartDurata.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.chartDurata.BackColor            = System.Drawing.Color.Transparent;
     this.chartDurata.BackGradientStyle    = System.Windows.Forms.DataVisualization.Charting.GradientStyle.HorizontalCenter;
     this.chartDurata.BackSecondaryColor   = System.Drawing.Color.White;
     this.chartDurata.BorderlineColor      = System.Drawing.Color.Black;
     this.chartDurata.BorderlineDashStyle  = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chartDurata.BorderlineWidth      = 0;
     this.chartDurata.BorderSkin.PageColor = System.Drawing.Color.Black;
     chartArea1.BackColor          = System.Drawing.Color.Transparent;
     chartArea1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight;
     chartArea1.BackHatchStyle     = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightUpwardDiagonal;
     chartArea1.BackSecondaryColor = System.Drawing.Color.Transparent;
     chartArea1.Name        = "ChartArea1";
     chartArea1.ShadowColor = System.Drawing.Color.SlateBlue;
     this.chartDurata.ChartAreas.Add(chartArea1);
     legend1.BackColor          = System.Drawing.Color.SlateBlue;
     legend1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     legend1.BackSecondaryColor = System.Drawing.Color.LimeGreen;
     legend1.BorderColor        = System.Drawing.Color.Black;
     legendCellColumn1.Name     = "Column1";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.Font          = new System.Drawing.Font("Britannic Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.IsTextAutoFit = false;
     legend1.Name          = "Legend1";
     this.chartDurata.Legends.Add(legend1);
     this.chartDurata.Location         = new System.Drawing.Point(330, 26);
     this.chartDurata.Name             = "chartDurata";
     this.chartDurata.Palette          = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Berry;
     series1.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     series1.BackImageTransparentColor = System.Drawing.Color.White;
     series1.BackImageWrapMode         = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled;
     series1.BackSecondaryColor        = System.Drawing.Color.LimeGreen;
     series1.BorderColor       = System.Drawing.Color.Black;
     series1.ChartArea         = "ChartArea1";
     series1.CustomProperties  = "DrawingStyle=Emboss";
     series1.LabelForeColor    = System.Drawing.Color.Transparent;
     series1.Legend            = "Legend1";
     series1.MarkerBorderColor = System.Drawing.Color.White;
     series1.MarkerColor       = System.Drawing.Color.Transparent;
     series1.Name            = "Durata";
     series1.ShadowColor     = System.Drawing.Color.Black;
     series1.ShadowOffset    = 4;
     series1.XValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     series1.YValuesPerPoint = 20;
     series1.YValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     this.chartDurata.Series.Add(series1);
     this.chartDurata.Size     = new System.Drawing.Size(480, 211);
     this.chartDurata.TabIndex = 81;
     title1.BackColor          = System.Drawing.Color.Transparent;
     title1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     title1.BackSecondaryColor = System.Drawing.Color.DarkGray;
     title1.BorderColor        = System.Drawing.Color.Transparent;
     title1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name         = "TitoloGrafico";
     title1.ShadowColor  = System.Drawing.Color.Black;
     title1.ShadowOffset = 3;
     title1.Text         = "I tuoi progressi";
     this.chartDurata.Titles.Add(title1);
     //
     // chartPeso
     //
     this.chartPeso.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.chartPeso.BackColor            = System.Drawing.Color.Transparent;
     this.chartPeso.BackGradientStyle    = System.Windows.Forms.DataVisualization.Charting.GradientStyle.HorizontalCenter;
     this.chartPeso.BackSecondaryColor   = System.Drawing.Color.White;
     this.chartPeso.BorderlineColor      = System.Drawing.Color.Black;
     this.chartPeso.BorderlineDashStyle  = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chartPeso.BorderlineWidth      = 0;
     this.chartPeso.BorderSkin.PageColor = System.Drawing.Color.Black;
     chartArea2.BackColor          = System.Drawing.Color.Transparent;
     chartArea2.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea2.BackHatchStyle     = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightUpwardDiagonal;
     chartArea2.BackSecondaryColor = System.Drawing.Color.Transparent;
     chartArea2.BorderColor        = System.Drawing.Color.Transparent;
     chartArea2.Name = "ChartArea1";
     this.chartPeso.ChartAreas.Add(chartArea2);
     legend2.BackColor          = System.Drawing.Color.SlateBlue;
     legend2.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     legend2.BackSecondaryColor = System.Drawing.Color.LimeGreen;
     legend2.BorderColor        = System.Drawing.Color.Black;
     legendCellColumn2.Name     = "Column1";
     legend2.CellColumns.Add(legendCellColumn2);
     legend2.Font          = new System.Drawing.Font("Britannic Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend2.IsTextAutoFit = false;
     legend2.Name          = "Legend1";
     this.chartPeso.Legends.Add(legend2);
     this.chartPeso.Location    = new System.Drawing.Point(330, 272);
     this.chartPeso.Name        = "chartPeso";
     this.chartPeso.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Berry;
     series2.BackSecondaryColor = System.Drawing.Color.LimeGreen;
     series2.BorderColor        = System.Drawing.Color.Black;
     series2.BorderWidth        = 3;
     series2.ChartArea          = "ChartArea1";
     series2.ChartType          = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Color             = System.Drawing.Color.LimeGreen;
     series2.CustomProperties  = "DrawingStyle=Emboss";
     series2.LabelForeColor    = System.Drawing.Color.White;
     series2.Legend            = "Legend1";
     series2.MarkerBorderColor = System.Drawing.Color.Black;
     series2.MarkerColor       = System.Drawing.Color.Black;
     series2.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series2.Name            = "Peso";
     series2.ShadowColor     = System.Drawing.Color.DimGray;
     series2.ShadowOffset    = 3;
     series2.XValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     series2.YValuesPerPoint = 20;
     series2.YValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     this.chartPeso.Series.Add(series2);
     this.chartPeso.Size       = new System.Drawing.Size(480, 211);
     this.chartPeso.TabIndex   = 83;
     title2.BackColor          = System.Drawing.Color.Transparent;
     title2.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     title2.BackSecondaryColor = System.Drawing.Color.Gray;
     title2.BorderColor        = System.Drawing.Color.Transparent;
     title2.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name         = "TitoloGrafico";
     title2.ShadowColor  = System.Drawing.Color.Black;
     title2.ShadowOffset = 3;
     title2.Text         = "I tuoi progressi";
     this.chartPeso.Titles.Add(title2);
     //
     // labelCompletamentoScheda
     //
     this.labelCompletamentoScheda.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelCompletamentoScheda.AutoSize    = true;
     this.labelCompletamentoScheda.BackColor   = System.Drawing.Color.Transparent;
     this.labelCompletamentoScheda.Font        = new System.Drawing.Font("Britannic Bold", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCompletamentoScheda.ForeColor   = System.Drawing.Color.Lavender;
     this.labelCompletamentoScheda.Location    = new System.Drawing.Point(40, 312);
     this.labelCompletamentoScheda.Name        = "labelCompletamentoScheda";
     this.labelCompletamentoScheda.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelCompletamentoScheda.Size        = new System.Drawing.Size(129, 38);
     this.labelCompletamentoScheda.TabIndex    = 88;
     this.labelCompletamentoScheda.Text        = "Completamento \r\n       scheda";
     this.labelCompletamentoScheda.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dateTimePickerDataAllenamento
     //
     this.dateTimePickerDataAllenamento.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dateTimePickerDataAllenamento.CalendarMonthBackground   = System.Drawing.Color.SlateBlue;
     this.dateTimePickerDataAllenamento.CalendarTitleBackColor    = System.Drawing.Color.SlateBlue;
     this.dateTimePickerDataAllenamento.CalendarTitleForeColor    = System.Drawing.Color.SlateBlue;
     this.dateTimePickerDataAllenamento.CalendarTrailingForeColor = System.Drawing.Color.SlateBlue;
     this.dateTimePickerDataAllenamento.Font     = new System.Drawing.Font("Britannic Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePickerDataAllenamento.Location = new System.Drawing.Point(76, 81);
     this.dateTimePickerDataAllenamento.Name     = "dateTimePickerDataAllenamento";
     this.dateTimePickerDataAllenamento.Size     = new System.Drawing.Size(238, 24);
     this.dateTimePickerDataAllenamento.TabIndex = 3;
     //
     // labelDataAllenamento
     //
     this.labelDataAllenamento.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelDataAllenamento.AutoSize    = true;
     this.labelDataAllenamento.BackColor   = System.Drawing.Color.Transparent;
     this.labelDataAllenamento.Font        = new System.Drawing.Font("Britannic Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelDataAllenamento.ForeColor   = System.Drawing.Color.Lavender;
     this.labelDataAllenamento.Location    = new System.Drawing.Point(30, 81);
     this.labelDataAllenamento.Name        = "labelDataAllenamento";
     this.labelDataAllenamento.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelDataAllenamento.Size        = new System.Drawing.Size(40, 17);
     this.labelDataAllenamento.TabIndex    = 76;
     this.labelDataAllenamento.Text        = "Data";
     this.labelDataAllenamento.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericUpDownDurataProgressi
     //
     this.numericUpDownDurataProgressi.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.numericUpDownDurataProgressi.BackColor = System.Drawing.Color.SlateBlue;
     this.numericUpDownDurataProgressi.Font      = new System.Drawing.Font("Britannic Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDownDurataProgressi.ForeColor = System.Drawing.Color.Lavender;
     this.numericUpDownDurataProgressi.Location  = new System.Drawing.Point(270, 129);
     this.numericUpDownDurataProgressi.Maximum   = new decimal(new int[] {
         300,
         0,
         0,
         0
     });
     this.numericUpDownDurataProgressi.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownDurataProgressi.Name        = "numericUpDownDurataProgressi";
     this.numericUpDownDurataProgressi.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.numericUpDownDurataProgressi.Size        = new System.Drawing.Size(44, 24);
     this.numericUpDownDurataProgressi.TabIndex    = 78;
     this.numericUpDownDurataProgressi.Value       = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     //
     // labelPeso
     //
     this.labelPeso.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelPeso.AutoSize    = true;
     this.labelPeso.BackColor   = System.Drawing.Color.Transparent;
     this.labelPeso.Font        = new System.Drawing.Font("Britannic Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelPeso.ForeColor   = System.Drawing.Color.Lavender;
     this.labelPeso.Location    = new System.Drawing.Point(30, 179);
     this.labelPeso.Name        = "labelPeso";
     this.labelPeso.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelPeso.Size        = new System.Drawing.Size(221, 17);
     this.labelPeso.TabIndex    = 79;
     this.labelPeso.Text        = "Peso attuale in Kg (opzionale)";
     this.labelPeso.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericUpDownPesoProgressi
     //
     this.numericUpDownPesoProgressi.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.numericUpDownPesoProgressi.BackColor   = System.Drawing.Color.SlateBlue;
     this.numericUpDownPesoProgressi.Font        = new System.Drawing.Font("Britannic Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDownPesoProgressi.ForeColor   = System.Drawing.Color.Lavender;
     this.numericUpDownPesoProgressi.Location    = new System.Drawing.Point(270, 177);
     this.numericUpDownPesoProgressi.Name        = "numericUpDownPesoProgressi";
     this.numericUpDownPesoProgressi.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.numericUpDownPesoProgressi.Size        = new System.Drawing.Size(44, 24);
     this.numericUpDownPesoProgressi.TabIndex    = 80;
     //
     // buttonSalvaAllenamentoProgressi
     //
     this.buttonSalvaAllenamentoProgressi.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.buttonSalvaAllenamentoProgressi.BackColor = System.Drawing.Color.Transparent;
     this.buttonSalvaAllenamentoProgressi.FlatAppearance.BorderColor        = System.Drawing.Color.Lavender;
     this.buttonSalvaAllenamentoProgressi.FlatAppearance.BorderSize         = 2;
     this.buttonSalvaAllenamentoProgressi.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkSlateBlue;
     this.buttonSalvaAllenamentoProgressi.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SlateBlue;
     this.buttonSalvaAllenamentoProgressi.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonSalvaAllenamentoProgressi.Font      = new System.Drawing.Font("Britannic Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonSalvaAllenamentoProgressi.ForeColor = System.Drawing.Color.Lavender;
     this.buttonSalvaAllenamentoProgressi.Location  = new System.Drawing.Point(91, 231);
     this.buttonSalvaAllenamentoProgressi.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonSalvaAllenamentoProgressi.Name      = "buttonSalvaAllenamentoProgressi";
     this.buttonSalvaAllenamentoProgressi.Size      = new System.Drawing.Size(151, 30);
     this.buttonSalvaAllenamentoProgressi.TabIndex  = 84;
     this.buttonSalvaAllenamentoProgressi.Tag       = "";
     this.buttonSalvaAllenamentoProgressi.Text      = "Salva Allenamento";
     this.buttonSalvaAllenamentoProgressi.UseVisualStyleBackColor = false;
     //
     // labelContatore
     //
     this.labelContatore.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelContatore.AutoSize    = true;
     this.labelContatore.BackColor   = System.Drawing.Color.Transparent;
     this.labelContatore.Font        = new System.Drawing.Font("Britannic Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelContatore.ForeColor   = System.Drawing.Color.Lavender;
     this.labelContatore.Location    = new System.Drawing.Point(730, 242);
     this.labelContatore.Name        = "labelContatore";
     this.labelContatore.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelContatore.Size        = new System.Drawing.Size(22, 21);
     this.labelContatore.TabIndex    = 89;
     this.labelContatore.Text        = "0";
     this.labelContatore.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelAllenamenti
     //
     this.labelAllenamenti.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelAllenamenti.AutoSize    = true;
     this.labelAllenamenti.BackColor   = System.Drawing.Color.Transparent;
     this.labelAllenamenti.Font        = new System.Drawing.Font("Britannic Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelAllenamenti.ForeColor   = System.Drawing.Color.Lavender;
     this.labelAllenamenti.Location    = new System.Drawing.Point(359, 240);
     this.labelAllenamenti.Name        = "labelAllenamenti";
     this.labelAllenamenti.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelAllenamenti.Size        = new System.Drawing.Size(113, 21);
     this.labelAllenamenti.TabIndex    = 90;
     this.labelAllenamenti.Text        = "Allenamenti ";
     this.labelAllenamenti.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // progressBarAllenamenti
     //
     this.progressBarAllenamenti.AccessibleDescription = "";
     this.progressBarAllenamenti.AccessibleName        = "";
     this.progressBarAllenamenti.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.progressBarAllenamenti.BackColor = System.Drawing.Color.OrangeRed;
     this.progressBarAllenamenti.Location  = new System.Drawing.Point(487, 240);
     this.progressBarAllenamenti.Maximum   = 10;
     this.progressBarAllenamenti.Name      = "progressBarAllenamenti";
     this.progressBarAllenamenti.Size      = new System.Drawing.Size(224, 23);
     this.progressBarAllenamenti.TabIndex  = 85;
     this.progressBarAllenamenti.Tag       = "";
     //
     // circularProgressBar
     //
     this.circularProgressBar.Anchor            = System.Windows.Forms.AnchorStyles.None;
     this.circularProgressBar.AnimationFunction = WinFormAnimation.KnownAnimationFunctions.Liner;
     this.circularProgressBar.AnimationSpeed    = 500;
     this.circularProgressBar.BackColor         = System.Drawing.Color.Transparent;
     this.circularProgressBar.Font                  = new System.Drawing.Font("Britannic Bold", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.circularProgressBar.ForeColor             = System.Drawing.Color.SlateBlue;
     this.circularProgressBar.InnerColor            = System.Drawing.Color.Transparent;
     this.circularProgressBar.InnerMargin           = 2;
     this.circularProgressBar.InnerWidth            = -1;
     this.circularProgressBar.Location              = new System.Drawing.Point(165, 297);
     this.circularProgressBar.MarqueeAnimationSpeed = 2000;
     this.circularProgressBar.Name                  = "circularProgressBar";
     this.circularProgressBar.OuterColor            = System.Drawing.Color.Lavender;
     this.circularProgressBar.OuterMargin           = -15;
     this.circularProgressBar.OuterWidth            = 15;
     this.circularProgressBar.ProgressColor         = System.Drawing.Color.Black;
     this.circularProgressBar.ProgressWidth         = 15;
     this.circularProgressBar.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.circularProgressBar.SecondaryFont         = new System.Drawing.Font("Modern No. 20", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.circularProgressBar.Size                  = new System.Drawing.Size(127, 127);
     this.circularProgressBar.StartAngle            = 180;
     this.circularProgressBar.SubscriptColor        = System.Drawing.Color.Transparent;
     this.circularProgressBar.SubscriptMargin       = new System.Windows.Forms.Padding(10, -35, 0, 0);
     this.circularProgressBar.SubscriptText         = "";
     this.circularProgressBar.SuperscriptColor      = System.Drawing.Color.Transparent;
     this.circularProgressBar.SuperscriptMargin     = new System.Windows.Forms.Padding(10, 35, 0, 0);
     this.circularProgressBar.SuperscriptText       = "%  ";
     this.circularProgressBar.TabIndex              = 91;
     this.circularProgressBar.Text                  = "0%";
     this.circularProgressBar.TextMargin            = new System.Windows.Forms.Padding(8, 8, 0, 0);
     this.circularProgressBar.Value                 = 5;
     //
     // labelDurata
     //
     this.labelDurata.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelDurata.AutoSize    = true;
     this.labelDurata.BackColor   = System.Drawing.Color.Transparent;
     this.labelDurata.Font        = new System.Drawing.Font("Britannic Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelDurata.ForeColor   = System.Drawing.Color.Lavender;
     this.labelDurata.Location    = new System.Drawing.Point(30, 131);
     this.labelDurata.Name        = "labelDurata";
     this.labelDurata.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelDurata.Size        = new System.Drawing.Size(234, 17);
     this.labelDurata.TabIndex    = 77;
     this.labelDurata.Text        = "Durata dell\'allenamento (minuti)";
     this.labelDurata.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelRegistraAllenamento
     //
     this.labelRegistraAllenamento.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.labelRegistraAllenamento.AutoSize    = true;
     this.labelRegistraAllenamento.BackColor   = System.Drawing.Color.Transparent;
     this.labelRegistraAllenamento.Font        = new System.Drawing.Font("Britannic Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRegistraAllenamento.ForeColor   = System.Drawing.Color.Lavender;
     this.labelRegistraAllenamento.Location    = new System.Drawing.Point(30, 26);
     this.labelRegistraAllenamento.Name        = "labelRegistraAllenamento";
     this.labelRegistraAllenamento.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelRegistraAllenamento.Size        = new System.Drawing.Size(274, 23);
     this.labelRegistraAllenamento.TabIndex    = 92;
     this.labelRegistraAllenamento.Text        = "Registra il tuo allenamento !";
     this.labelRegistraAllenamento.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ProgressiView
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Controls.Add(this.labelRegistraAllenamento);
     this.Controls.Add(this.circularProgressBar);
     this.Controls.Add(this.labelAllenamenti);
     this.Controls.Add(this.labelContatore);
     this.Controls.Add(this.labelCompletamentoScheda);
     this.Controls.Add(this.progressBarAllenamenti);
     this.Controls.Add(this.buttonSalvaAllenamentoProgressi);
     this.Controls.Add(this.chartPeso);
     this.Controls.Add(this.chartDurata);
     this.Controls.Add(this.numericUpDownPesoProgressi);
     this.Controls.Add(this.labelPeso);
     this.Controls.Add(this.numericUpDownDurataProgressi);
     this.Controls.Add(this.labelDurata);
     this.Controls.Add(this.labelDataAllenamento);
     this.Controls.Add(this.buttonIndietroProgressi);
     this.Controls.Add(this.dateTimePickerDataAllenamento);
     this.Name = "ProgressiView";
     this.Size = new System.Drawing.Size(822, 512);
     ((System.ComponentModel.ISupportInitialize)(this.chartDurata)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPeso)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDurataProgressi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPesoProgressi)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.panelAll          = new System.Windows.Forms.Panel();
     this.panelIncome       = new System.Windows.Forms.Panel();
     this.chartExpendData   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panelTime         = new System.Windows.Forms.Panel();
     this.comboBoxExTIME    = new System.Windows.Forms.ComboBox();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.labelBeforeOneDay = new System.Windows.Forms.Label();
     this.panelAll.SuspendLayout();
     this.panelIncome.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartExpendData)).BeginInit();
     this.panelTime.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.SuspendLayout();
     //
     // panelAll
     //
     this.panelAll.Controls.Add(this.panelIncome);
     this.panelAll.Controls.Add(this.panelTime);
     this.panelAll.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelAll.Location = new System.Drawing.Point(0, 0);
     this.panelAll.Name     = "panelAll";
     this.panelAll.Padding  = new System.Windows.Forms.Padding(10);
     this.panelAll.Size     = new System.Drawing.Size(560, 250);
     this.panelAll.TabIndex = 1;
     //
     // panelIncome
     //
     this.panelIncome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(239)))), ((int)(((byte)(243)))));
     this.panelIncome.Controls.Add(this.chartExpendData);
     this.panelIncome.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelIncome.Location = new System.Drawing.Point(10, 44);
     this.panelIncome.Name     = "panelIncome";
     this.panelIncome.Size     = new System.Drawing.Size(540, 196);
     this.panelIncome.TabIndex = 1;
     //
     // chartExpendData
     //
     chartArea1.Name = "ChartArea1";
     this.chartExpendData.ChartAreas.Add(chartArea1);
     this.chartExpendData.Dock = System.Windows.Forms.DockStyle.Fill;
     legendCellColumn1.Name    = "Column1";
     legendCellColumn1.Text    = "#VALX";
     legendCellColumn2.Name    = "Column2";
     legendCellColumn2.Text    = "#VAL{C}";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.Name = "LegendMoney";
     this.chartExpendData.Legends.Add(legend1);
     this.chartExpendData.Location = new System.Drawing.Point(0, 0);
     this.chartExpendData.Name     = "chartExpendData";
     series1.ChartArea             = "ChartArea1";
     series1.ChartType             = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series1.IsXValueIndexed       = true;
     series1.Label  = "#VALX #PERCENT{P}";
     series1.Legend = "LegendMoney";
     series1.Name   = "Series1";
     this.chartExpendData.Series.Add(series1);
     this.chartExpendData.Size     = new System.Drawing.Size(540, 196);
     this.chartExpendData.TabIndex = 0;
     this.chartExpendData.Text     = "消费分析";
     //
     // panelTime
     //
     this.panelTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(176)))), ((int)(((byte)(242)))));
     this.panelTime.Controls.Add(this.comboBoxExTIME);
     this.panelTime.Controls.Add(this.pictureBox3);
     this.panelTime.Controls.Add(this.labelBeforeOneDay);
     this.panelTime.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTime.Location = new System.Drawing.Point(10, 10);
     this.panelTime.Name     = "panelTime";
     this.panelTime.Size     = new System.Drawing.Size(540, 34);
     this.panelTime.TabIndex = 1;
     //
     // comboBoxExTIME
     //
     this.comboBoxExTIME.Font = new System.Drawing.Font("宋体", 12F);
     this.comboBoxExTIME.FormattingEnabled = true;
     this.comboBoxExTIME.Location          = new System.Drawing.Point(461, 5);
     this.comboBoxExTIME.Name                  = "comboBoxExTIME";
     this.comboBoxExTIME.Size                  = new System.Drawing.Size(76, 24);
     this.comboBoxExTIME.TabIndex              = 5;
     this.comboBoxExTIME.SelectedIndexChanged += new System.EventHandler(this.comboBoxExTIME_SelectedIndexChanged);
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = global::HomeAccountingSystem.Properties.Resources.会员消费分析_2_;
     this.pictureBox3.Location  = new System.Drawing.Point(3, 5);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(24, 22);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex  = 4;
     this.pictureBox3.TabStop   = false;
     //
     // labelBeforeOneDay
     //
     this.labelBeforeOneDay.AutoSize  = true;
     this.labelBeforeOneDay.Font      = new System.Drawing.Font("宋体", 12F);
     this.labelBeforeOneDay.ForeColor = System.Drawing.Color.White;
     this.labelBeforeOneDay.Location  = new System.Drawing.Point(33, 9);
     this.labelBeforeOneDay.Name      = "labelBeforeOneDay";
     this.labelBeforeOneDay.Size      = new System.Drawing.Size(72, 16);
     this.labelBeforeOneDay.TabIndex  = 3;
     this.labelBeforeOneDay.Text      = "消费分析";
     //
     // ControlChartUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.panelAll);
     this.Name  = "ControlChartUserControl";
     this.Size  = new System.Drawing.Size(560, 250);
     this.Load += new System.EventHandler(this.ControlChartUserControl_Load);
     this.panelAll.ResumeLayout(false);
     this.panelIncome.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartExpendData)).EndInit();
     this.panelTime.ResumeLayout(false);
     this.panelTime.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
            System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell1 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell2 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell3 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell4 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell5 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell6 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell7 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell8 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell9 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell10 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell11 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell12 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.PowTrend = new System.Windows.Forms.CheckBox();
            this.LogTrend = new System.Windows.Forms.CheckBox();
            this.ExpSmoothing = new System.Windows.Forms.CheckBox();
            this.LineTrend = new System.Windows.Forms.CheckBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.ShowGrid = new System.Windows.Forms.CheckBox();
            this.BtnSave = new System.Windows.Forms.Button();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.tableLayoutPanel2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1092, 518);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chart1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(882, 512);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Графики";
            // 
            // chart1
            // 
            chartArea1.AxisX.Title = "Дата";
            chartArea1.AxisY.Title = "Значение";
            chartArea1.Name = "Data";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legendCellColumn1.ColumnType = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
            legendCellColumn1.Name = "Column1";
            legendCellColumn2.Name = "Column2";
            legend1.CellColumns.Add(legendCellColumn1);
            legend1.CellColumns.Add(legendCellColumn2);
            legend1.Name = "Legend1";
            legendCell1.Name = "Cell1";
            legendCell1.Text = "Линейный тренд";
            legendCell2.Name = "Cell3";
            legendCell2.Text = "0";
            legendCell3.Name = "Cell2";
            legendCell3.Text = "0";
            legendItem1.Cells.Add(legendCell1);
            legendItem1.Cells.Add(legendCell2);
            legendItem1.Cells.Add(legendCell3);
            legendCell4.Name = "Cell1";
            legendCell4.Text = "Экспоненциальный\\nтренд";
            legendCell5.Name = "Cell3";
            legendCell5.Text = "0";
            legendCell6.Name = "Cell2";
            legendCell6.Text = "0";
            legendItem2.Cells.Add(legendCell4);
            legendItem2.Cells.Add(legendCell5);
            legendItem2.Cells.Add(legendCell6);
            legendCell7.Name = "Cell1";
            legendCell7.Text = "Логарифмический тренд";
            legendCell8.Name = "Cell3";
            legendCell8.Text = "0";
            legendCell9.Name = "Cell2";
            legendCell9.Text = "0";
            legendItem3.Cells.Add(legendCell7);
            legendItem3.Cells.Add(legendCell8);
            legendItem3.Cells.Add(legendCell9);
            legendCell10.Name = "Cell1";
            legendCell10.Text = "Степенной тренд";
            legendCell11.Name = "Cell3";
            legendCell11.Text = "0";
            legendCell12.Name = "Cell2";
            legendCell12.Text = "0";
            legendItem4.Cells.Add(legendCell10);
            legendItem4.Cells.Add(legendCell11);
            legendItem4.Cells.Add(legendCell12);
            legend2.CustomItems.Add(legendItem1);
            legend2.CustomItems.Add(legendItem2);
            legend2.CustomItems.Add(legendItem3);
            legend2.CustomItems.Add(legendItem4);
            legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            legend2.Name = "Legend3";
            legend2.Title = "Методы, их уравнения\\nи коэфициенты достоверности\\nапроксимации R2";
            this.chart1.Legends.Add(legend1);
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(3, 22);
            this.chart1.Name = "chart1";
            series1.ChartArea = "Data";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series1.Color = System.Drawing.Color.Blue;
            series1.EmptyPointStyle.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDot;
            series1.EmptyPointStyle.BorderWidth = 12;
            series1.EmptyPointStyle.Color = System.Drawing.Color.Navy;
            series1.Legend = "Legend1";
            series1.LegendText = "Данные";
            series1.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            series1.MarkerSize = 3;
            series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series1.Name = "График";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series2.ChartArea = "Data";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Color = System.Drawing.Color.OrangeRed;
            series2.Legend = "Legend1";
            series2.MarkerSize = 3;
            series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
            series2.Name = "Линейный тренд";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series3.ChartArea = "Data";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series3.Color = System.Drawing.Color.Fuchsia;
            series3.Legend = "Legend1";
            series3.MarkerSize = 3;
            series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
            series3.Name = "Экспоненциальный\\nтренд";
            series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series4.ChartArea = "Data";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series4.Color = System.Drawing.Color.Green;
            series4.Legend = "Legend1";
            series4.MarkerSize = 3;
            series4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series4.Name = "Логарифмический\\n тренд";
            series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series4.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series5.ChartArea = "Data";
            series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series5.Color = System.Drawing.Color.Sienna;
            series5.CustomProperties = "ннн=0";
            series5.Legend = "Legend1";
            series5.MarkerSize = 3;
            series5.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series5.Name = "Степенной тренд";
            series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series5.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Series.Add(series4);
            this.chart1.Series.Add(series5);
            this.chart1.Size = new System.Drawing.Size(876, 487);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.BtnSave, 0, 3);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(891, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 4;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.Size = new System.Drawing.Size(198, 512);
            this.tableLayoutPanel2.TabIndex = 1;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.tableLayoutPanel3);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.Location = new System.Drawing.Point(3, 90);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(192, 311);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Методы";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.AutoSize = true;
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel3.Controls.Add(this.PowTrend, 0, 3);
            this.tableLayoutPanel3.Controls.Add(this.LogTrend, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.ExpSmoothing, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.LineTrend, 0, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 22);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 4;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(186, 286);
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // PowTrend
            // 
            this.PowTrend.AutoSize = true;
            this.PowTrend.Checked = true;
            this.PowTrend.CheckState = System.Windows.Forms.CheckState.Checked;
            this.PowTrend.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PowTrend.Location = new System.Drawing.Point(3, 216);
            this.PowTrend.Name = "PowTrend";
            this.PowTrend.Size = new System.Drawing.Size(185, 67);
            this.PowTrend.TabIndex = 7;
            this.PowTrend.Text = "Степенной тренд";
            this.PowTrend.UseVisualStyleBackColor = true;
            this.PowTrend.CheckedChanged += new System.EventHandler(this.PowTrend_CheckedChanged);
            // 
            // LogTrend
            // 
            this.LogTrend.AutoSize = true;
            this.LogTrend.Checked = true;
            this.LogTrend.CheckState = System.Windows.Forms.CheckState.Checked;
            this.LogTrend.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LogTrend.Location = new System.Drawing.Point(3, 145);
            this.LogTrend.Name = "LogTrend";
            this.LogTrend.Size = new System.Drawing.Size(185, 65);
            this.LogTrend.TabIndex = 6;
            this.LogTrend.Text = "Логарифмический\r\nтренд";
            this.LogTrend.UseVisualStyleBackColor = true;
            this.LogTrend.CheckedChanged += new System.EventHandler(this.LogTrend_CheckedChanged);
            // 
            // ExpSmoothing
            // 
            this.ExpSmoothing.AutoSize = true;
            this.ExpSmoothing.Checked = true;
            this.ExpSmoothing.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ExpSmoothing.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ExpSmoothing.Location = new System.Drawing.Point(3, 74);
            this.ExpSmoothing.Name = "ExpSmoothing";
            this.ExpSmoothing.Size = new System.Drawing.Size(185, 65);
            this.ExpSmoothing.TabIndex = 5;
            this.ExpSmoothing.Text = "Экспотенциальное \r\nсглаживание";
            this.ExpSmoothing.UseVisualStyleBackColor = true;
            this.ExpSmoothing.CheckedChanged += new System.EventHandler(this.ExpSmoothing_CheckedChanged);
            // 
            // LineTrend
            // 
            this.LineTrend.AutoSize = true;
            this.LineTrend.Checked = true;
            this.LineTrend.CheckState = System.Windows.Forms.CheckState.Checked;
            this.LineTrend.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LineTrend.Location = new System.Drawing.Point(3, 3);
            this.LineTrend.Name = "LineTrend";
            this.LineTrend.Size = new System.Drawing.Size(185, 65);
            this.LineTrend.TabIndex = 4;
            this.LineTrend.Text = "Линейный тренд";
            this.LineTrend.UseVisualStyleBackColor = true;
            this.LineTrend.CheckedChanged += new System.EventHandler(this.LineTrend_CheckedChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.ShowGrid);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(3, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(192, 81);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Данные";
            // 
            // ShowGrid
            // 
            this.ShowGrid.AutoSize = true;
            this.ShowGrid.Checked = true;
            this.ShowGrid.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ShowGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ShowGrid.Location = new System.Drawing.Point(3, 22);
            this.ShowGrid.Name = "ShowGrid";
            this.ShowGrid.Size = new System.Drawing.Size(186, 56);
            this.ShowGrid.TabIndex = 0;
            this.ShowGrid.Text = "Отображать график";
            this.ShowGrid.UseVisualStyleBackColor = true;
            this.ShowGrid.CheckedChanged += new System.EventHandler(this.ShowGrid_CheckedChanged);
            // 
            // BtnSave
            // 
            this.BtnSave.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BtnSave.Location = new System.Drawing.Point(3, 457);
            this.BtnSave.Name = "BtnSave";
            this.BtnSave.Size = new System.Drawing.Size(192, 52);
            this.BtnSave.TabIndex = 3;
            this.BtnSave.Text = "Сохранить результаты";
            this.BtnSave.UseVisualStyleBackColor = true;
            this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // Charts
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1092, 518);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "Charts";
            this.Text = "Charts";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.tableLayoutPanel2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn3 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogStatistic));
     this.chrtOverview  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.toolStrip1    = new Couchcoding.Logbert.Gui.Controls.ToolStripEx();
     this.tsbShowLegend = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.chrtOverview)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // chrtOverview
     //
     chartArea1.AlignmentOrientation         = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal;
     chartArea1.AlignWithChartArea           = "ChartAreaPie";
     chartArea1.Area3DStyle.Enable3D         = true;
     chartArea1.Area3DStyle.IsRightAngleAxes = false;
     chartArea1.Area3DStyle.LightStyle       = System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic;
     chartArea1.Name = "ChartAreaPie";
     this.chrtOverview.ChartAreas.Add(chartArea1);
     this.chrtOverview.Dock            = System.Windows.Forms.DockStyle.Fill;
     legendCellColumn1.ColumnType      = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name            = "clmLevelColor";
     legendCellColumn1.Text            = "";
     legendCellColumn2.Alignment       = System.Drawing.ContentAlignment.MiddleLeft;
     legendCellColumn2.HeaderAlignment = System.Drawing.StringAlignment.Near;
     legendCellColumn2.Name            = "clmLevelName";
     legendCellColumn2.Text            = "#LEGENDTEXT:";
     legendCellColumn3.Alignment       = System.Drawing.ContentAlignment.MiddleLeft;
     legendCellColumn3.HeaderAlignment = System.Drawing.StringAlignment.Near;
     legendCellColumn3.Name            = "clmLevelCount";
     legendCellColumn3.Text            = "#VAL";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.CellColumns.Add(legendCellColumn3);
     legend1.Docking    = System.Windows.Forms.DataVisualization.Charting.Docking.Left;
     legend1.Name       = "Legend";
     legend1.TableStyle = System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Tall;
     this.chrtOverview.Legends.Add(legend1);
     this.chrtOverview.Location    = new System.Drawing.Point(0, 25);
     this.chrtOverview.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.chrtOverview.MinimumSize = new System.Drawing.Size(2, 1);
     this.chrtOverview.Name        = "chrtOverview";
     series1.ChartArea             = "ChartAreaPie";
     series1.ChartType             = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series1.CustomProperties      = "PieLineColor=ControlDarkDark, PieDrawingStyle=Concave, PieLabelStyle=Outside";
     series1.Legend = "Legend";
     series1.Name   = "PieSeries";
     this.chrtOverview.Series.Add(series1);
     this.chrtOverview.Size = new System.Drawing.Size(696, 364);
     this.chrtOverview.SuppressExceptions = true;
     this.chrtOverview.TabIndex           = 2;
     this.chrtOverview.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.ChrtOverviewMouseDown);
     this.chrtOverview.MouseMove         += new System.Windows.Forms.MouseEventHandler(this.ChrtOverviewMouseMove);
     this.chrtOverview.MouseUp           += new System.Windows.Forms.MouseEventHandler(this.ChrtOverviewMouseUp);
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbShowLegend
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.Padding    = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size       = new System.Drawing.Size(696, 25);
     this.toolStrip1.TabIndex   = 1;
     this.toolStrip1.Text       = "Bookmarks";
     //
     // tsbShowLegend
     //
     this.tsbShowLegend.CheckOnClick          = true;
     this.tsbShowLegend.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbShowLegend.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbShowLegend.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
     this.tsbShowLegend.Name   = "tsbShowLegend";
     this.tsbShowLegend.Size   = new System.Drawing.Size(34, 22);
     this.tsbShowLegend.Text   = "Show Legend";
     this.tsbShowLegend.Click += new System.EventHandler(this.TsbShowLegendClick);
     //
     // FrmLogStatistic
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(696, 389);
     this.Controls.Add(this.chrtOverview);
     this.Controls.Add(this.toolStrip1);
     this.HideOnClose   = true;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name          = "FrmLogStatistic";
     this.ShowHint      = WeifenLuo.WinFormsUI.Docking.DockState.DockBottom;
     this.ShowInTaskbar = false;
     this.Text          = "Statistic";
     ((System.ComponentModel.ISupportInitialize)(this.chrtOverview)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necessário para suporte ao Designer - não modifique
 /// o conteúdo deste método com o editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(frmPrincipal));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.button1      = new System.Windows.Forms.Button();
     this.Grafico      = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.roundPicture = new PictureBoxRedondo.View.Componentes.RoundPicture();
     this.chart1       = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2       = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.Grafico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roundPicture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(102, 240);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Grafico
     //
     this.Grafico.BackColor = System.Drawing.Color.CadetBlue;
     chartArea1.BackColor   = System.Drawing.Color.Transparent;
     chartArea1.Name        = "ChartArea1";
     this.Grafico.ChartAreas.Add(chartArea1);
     legend1.BackColor      = System.Drawing.Color.Transparent;
     legendCellColumn1.Name = "Column1";
     legendCellColumn1.Text = "Anderson";
     legendCellColumn2.Name = "Column2";
     legendCellColumn2.Text = "Silva";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.LegendStyle    = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
     legend1.Name           = "Legend1";
     legend1.TitleAlignment = System.Drawing.StringAlignment.Near;
     this.Grafico.Legends.Add(legend1);
     this.Grafico.Location            = new System.Drawing.Point(279, 190);
     this.Grafico.Name                = "Grafico";
     this.Grafico.Palette             = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
     this.Grafico.PaletteCustomColors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))))
     };
     series1.ChartArea = "ChartArea1";
     series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series1.Legend    = "Legend1";
     series1.Name      = "Series1";
     this.Grafico.Series.Add(series1);
     this.Grafico.Size     = new System.Drawing.Size(404, 160);
     this.Grafico.TabIndex = 2;
     this.Grafico.Text     = "Grafico";
     this.Grafico.Click   += new System.EventHandler(this.Grafico_Click);
     //
     // roundPicture
     //
     this.roundPicture.Image    = ((System.Drawing.Image)(resources.GetObject("roundPicture.Image")));
     this.roundPicture.Location = new System.Drawing.Point(53, 29);
     this.roundPicture.Name     = "roundPicture";
     this.roundPicture.Size     = new System.Drawing.Size(180, 180);
     this.roundPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.roundPicture.TabIndex = 0;
     this.roundPicture.TabStop  = false;
     //
     // chart1
     //
     chartArea2.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart1.Legends.Add(legend2);
     this.chart1.Location = new System.Drawing.Point(819, 190);
     this.chart1.Name     = "chart1";
     this.chart1.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series2.Legend       = "Legend1";
     series2.Name         = "Series1";
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(226, 163);
     this.chart1.TabIndex = 3;
     this.chart1.Text     = "chart1";
     //
     // chart2
     //
     chartArea3.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea3);
     legend3.Name = "Legend1";
     this.chart2.Legends.Add(legend3);
     this.chart2.Location    = new System.Drawing.Point(602, 11);
     this.chart2.Name        = "chart2";
     this.chart2.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
     series3.ChartArea       = "ChartArea1";
     series3.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series3.Legend          = "Legend1";
     series3.Name            = "Series1";
     series3.YValuesPerPoint = 2;
     this.chart2.Series.Add(series3);
     this.chart2.Size     = new System.Drawing.Size(379, 160);
     this.chart2.TabIndex = 4;
     this.chart2.Text     = "chart2";
     //
     // frmPrincipal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1106, 365);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.Grafico);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.roundPicture);
     this.Name = "frmPrincipal";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.Grafico)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roundPicture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ImageAnnotation  imageAnnotation1  = new System.Windows.Forms.DataVisualization.Charting.ImageAnnotation();
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel1      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel2      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel3      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel4      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel5      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel6      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel7      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel8      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel9      = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel10     = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel      customLabel11     = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.StripLine        stripLine1        = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.StripLine        stripLine2        = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.StripLine        stripLine3        = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.StripLine        stripLine4        = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.StripLine        stripLine5        = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.StripLine        stripLine6        = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn3 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn4 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Chart));
     this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.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)));
     imageAnnotation1.AnchorAlignment      = System.Drawing.ContentAlignment.TopCenter;
     imageAnnotation1.Height               = 12D;
     imageAnnotation1.IsSizeAlwaysRelative = false;
     imageAnnotation1.Name  = "logo";
     imageAnnotation1.Width = 15D;
     imageAnnotation1.X     = 10D;
     imageAnnotation1.Y     = 0D;
     this.chart1.Annotations.Add(imageAnnotation1);
     this.chart1.BackColor                         = System.Drawing.Color.Black;
     chartArea1.AxisX.Interval                     = 30D;
     chartArea1.AxisX.IntervalOffset               = 1D;
     chartArea1.AxisX.IntervalOffsetType           = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisX.IntervalType                 = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisX.IsMarginVisible              = false;
     chartArea1.AxisX.LabelAutoFitMaxFontSize      = 12;
     chartArea1.AxisX.LabelAutoFitMinFontSize      = 12;
     chartArea1.AxisX.LabelStyle.Enabled           = false;
     chartArea1.AxisX.MajorGrid.Enabled            = false;
     chartArea1.AxisX.MajorGrid.Interval           = 30D;
     chartArea1.AxisX.MajorGrid.IntervalOffset     = 30D;
     chartArea1.AxisX.MajorGrid.LineColor          = System.Drawing.Color.DimGray;
     chartArea1.AxisX.MajorGrid.LineDashStyle      = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX.MajorTickMark.Enabled        = false;
     chartArea1.AxisX.MajorTickMark.Interval       = 15D;
     chartArea1.AxisX.Minimum                      = 0D;
     chartArea1.AxisX.ScaleView.Position           = 0D;
     chartArea1.AxisX.ScaleView.Size               = 120D;
     chartArea1.AxisX.ScaleView.SizeType           = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisX.ScaleView.SmallScrollMinSize = 0D;
     chartArea1.AxisX.ScaleView.Zoomable           = false;
     chartArea1.AxisX.ScrollBar.Enabled            = false;
     chartArea1.AxisY.Crossing                     = -0.5D;
     customLabel1.ForeColor                        = System.Drawing.Color.White;
     customLabel1.Text          = "Baubiologie\nIdéal";
     customLabel1.ToPosition    = 0.06D;
     customLabel2.ForeColor     = System.Drawing.Color.White;
     customLabel2.FromPosition  = 0.06D;
     customLabel2.GridTicks     = ((System.Windows.Forms.DataVisualization.Charting.GridTickTypes)((System.Windows.Forms.DataVisualization.Charting.GridTickTypes.TickMark | System.Windows.Forms.DataVisualization.Charting.GridTickTypes.Gridline)));
     customLabel2.LabelMark     = System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle.SideMark;
     customLabel2.ToPosition    = 0.06D;
     customLabel3.ForeColor     = System.Drawing.Color.White;
     customLabel3.FromPosition  = 0.06D;
     customLabel3.Text          = "Baubiologie\nMax";
     customLabel3.ToPosition    = 0.6D;
     customLabel4.ForeColor     = System.Drawing.Color.White;
     customLabel4.FromPosition  = 0.6D;
     customLabel4.GridTicks     = ((System.Windows.Forms.DataVisualization.Charting.GridTickTypes)((System.Windows.Forms.DataVisualization.Charting.GridTickTypes.TickMark | System.Windows.Forms.DataVisualization.Charting.GridTickTypes.Gridline)));
     customLabel4.LabelMark     = System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle.SideMark;
     customLabel4.ToPosition    = 0.6D;
     customLabel5.ForeColor     = System.Drawing.Color.White;
     customLabel5.FromPosition  = 0.3D;
     customLabel5.Text          = "Recom-\nmandation\nUE 0.6 V/m";
     customLabel5.ToPosition    = 0.9D;
     customLabel6.ForeColor     = System.Drawing.Color.White;
     customLabel6.FromPosition  = 6D;
     customLabel6.GridTicks     = ((System.Windows.Forms.DataVisualization.Charting.GridTickTypes)((System.Windows.Forms.DataVisualization.Charting.GridTickTypes.TickMark | System.Windows.Forms.DataVisualization.Charting.GridTickTypes.Gridline)));
     customLabel6.ToPosition    = 6D;
     customLabel7.ForeColor     = System.Drawing.Color.White;
     customLabel7.FromPosition  = 3D;
     customLabel7.Text          = "Seuil légal\nSuisse\nRussie\nPologne\nBulgarie\nItalie";
     customLabel7.ToPosition    = 9D;
     customLabel8.FromPosition  = 12D;
     customLabel8.GridTicks     = ((System.Windows.Forms.DataVisualization.Charting.GridTickTypes)((System.Windows.Forms.DataVisualization.Charting.GridTickTypes.TickMark | System.Windows.Forms.DataVisualization.Charting.GridTickTypes.Gridline)));
     customLabel8.ToPosition    = 12D;
     customLabel9.ForeColor     = System.Drawing.Color.White;
     customLabel9.FromPosition  = 9D;
     customLabel9.Text          = "Seuil légal\nChine";
     customLabel9.ToPosition    = 15D;
     customLabel10.FromPosition = 20D;
     customLabel10.GridTicks    = ((System.Windows.Forms.DataVisualization.Charting.GridTickTypes)((System.Windows.Forms.DataVisualization.Charting.GridTickTypes.TickMark | System.Windows.Forms.DataVisualization.Charting.GridTickTypes.Gridline)));
     customLabel10.ToPosition   = 20D;
     customLabel11.FromPosition = 17D;
     customLabel11.Text         = "Seuil légal\nLituanie\nInde";
     customLabel11.ToPosition   = 23D;
     chartArea1.AxisY.CustomLabels.Add(customLabel1);
     chartArea1.AxisY.CustomLabels.Add(customLabel2);
     chartArea1.AxisY.CustomLabels.Add(customLabel3);
     chartArea1.AxisY.CustomLabels.Add(customLabel4);
     chartArea1.AxisY.CustomLabels.Add(customLabel5);
     chartArea1.AxisY.CustomLabels.Add(customLabel6);
     chartArea1.AxisY.CustomLabels.Add(customLabel7);
     chartArea1.AxisY.CustomLabels.Add(customLabel8);
     chartArea1.AxisY.CustomLabels.Add(customLabel9);
     chartArea1.AxisY.CustomLabels.Add(customLabel10);
     chartArea1.AxisY.CustomLabels.Add(customLabel11);
     chartArea1.AxisY.Enabled                 = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
     chartArea1.AxisY.Interval                = 1D;
     chartArea1.AxisY.IsLabelAutoFit          = false;
     chartArea1.AxisY.LabelAutoFitMaxFontSize = 12;
     chartArea1.AxisY.LabelAutoFitMinFontSize = 10;
     chartArea1.AxisY.LabelAutoFitStyle       = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)(((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                                                                                                                         | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45)
                                                                                                                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90)
                                                                                                                       | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
     chartArea1.AxisY.LabelStyle.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY.LabelStyle.ForeColor        = System.Drawing.Color.White;
     chartArea1.AxisY.MajorTickMark.LineColor     = System.Drawing.Color.White;
     chartArea1.AxisY.MajorTickMark.LineWidth     = 3;
     chartArea1.AxisY.MajorTickMark.Size          = 1.5F;
     chartArea1.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.AcrossAxis;
     chartArea1.AxisY.Maximum           = 20D;
     chartArea1.AxisY.MaximumAutoSize   = 15F;
     chartArea1.AxisY.Minimum           = -0.5D;
     chartArea1.AxisY.ScrollBar.Enabled = false;
     stripLine1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(3)))), ((int)(((byte)(3)))));
     stripLine1.ForeColor         = System.Drawing.Color.White;
     stripLine1.IntervalOffset    = -0.5D;
     stripLine1.StripWidth        = 0.56D;
     stripLine1.TextAlignment     = System.Drawing.StringAlignment.Near;
     stripLine1.TextLineAlignment = System.Drawing.StringAlignment.Center;
     stripLine2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(22)))), ((int)(((byte)(23)))));
     stripLine2.IntervalOffset    = 0.06D;
     stripLine2.StripWidth        = 0.54D;
     stripLine3.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(41)))), ((int)(((byte)(31)))));
     stripLine3.IntervalOffset    = 0.6D;
     stripLine3.StripWidth        = 5.4D;
     stripLine4.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(63)))), ((int)(((byte)(35)))));
     stripLine4.IntervalOffset    = 6D;
     stripLine4.StripWidth        = 6D;
     stripLine5.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(91)))), ((int)(((byte)(33)))));
     stripLine5.IntervalOffset    = 12D;
     stripLine5.StripWidth        = 8D;
     stripLine6.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(122)))), ((int)(((byte)(21)))));
     stripLine6.IntervalOffset    = 20D;
     stripLine6.StripWidth        = 50D;
     chartArea1.AxisY.StripLines.Add(stripLine1);
     chartArea1.AxisY.StripLines.Add(stripLine2);
     chartArea1.AxisY.StripLines.Add(stripLine3);
     chartArea1.AxisY.StripLines.Add(stripLine4);
     chartArea1.AxisY.StripLines.Add(stripLine5);
     chartArea1.AxisY.StripLines.Add(stripLine6);
     chartArea1.AxisY.TitleFont                     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY.TitleForeColor                = System.Drawing.Color.White;
     chartArea1.AxisY2.Crossing                     = -0.5D;
     chartArea1.AxisY2.Enabled                      = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
     chartArea1.AxisY2.Interval                     = 1D;
     chartArea1.AxisY2.IsLabelAutoFit               = false;
     chartArea1.AxisY2.IsMarginVisible              = false;
     chartArea1.AxisY2.LabelAutoFitMinFontSize      = 10;
     chartArea1.AxisY2.LabelStyle.Font              = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY2.LabelStyle.ForeColor         = System.Drawing.Color.White;
     chartArea1.AxisY2.LabelStyle.Format            = "0.0# V/m";
     chartArea1.AxisY2.LabelStyle.IsEndLabelVisible = false;
     chartArea1.AxisY2.LineColor                    = System.Drawing.Color.DimGray;
     chartArea1.AxisY2.MajorGrid.Interval           = 0.5D;
     chartArea1.AxisY2.MajorGrid.IntervalType       = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorGrid.LineColor          = System.Drawing.Color.DimGray;
     chartArea1.AxisY2.MajorGrid.LineDashStyle      = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisY2.MajorTickMark.Interval       = 0.1D;
     chartArea1.AxisY2.MajorTickMark.LineColor      = System.Drawing.Color.White;
     chartArea1.AxisY2.MajorTickMark.LineWidth      = 2;
     chartArea1.AxisY2.MajorTickMark.Size           = 0.5F;
     chartArea1.AxisY2.MajorTickMark.TickMarkStyle  = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.AcrossAxis;
     chartArea1.AxisY2.Maximum                      = 20D;
     chartArea1.AxisY2.Minimum                      = -0.5D;
     chartArea1.AxisY2.ScrollBar.Enabled            = false;
     chartArea1.AxisY2.TitleForeColor               = System.Drawing.Color.White;
     chartArea1.BackColor          = System.Drawing.Color.Black;
     chartArea1.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Top;
     chartArea1.BackImageWrapMode  = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled;
     chartArea1.BorderColor        = System.Drawing.Color.Transparent;
     chartArea1.Name            = "ChartArea1";
     chartArea1.Position.Auto   = false;
     chartArea1.Position.Height = 100F;
     chartArea1.Position.Width  = 100F;
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Alignment              = System.Drawing.StringAlignment.Center;
     legend1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     legend1.BorderColor            = System.Drawing.Color.Transparent;
     legendCellColumn1.ColumnType   = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name         = "Column1";
     legendCellColumn2.Alignment    = System.Drawing.ContentAlignment.MiddleLeft;
     legendCellColumn2.MinimumWidth = 5000;
     legendCellColumn2.Name         = "Column2";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.DockedToChartArea = "ChartArea1";
     legend1.Docking           = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
     legend1.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.ForeColor              = System.Drawing.Color.White;
     legend1.IsTextAutoFit          = false;
     legend1.LegendStyle            = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend1.Name                   = "LegendS1";
     legend1.Position.Auto          = false;
     legend1.Position.Height        = 10F;
     legend1.Position.Width         = 18F;
     legend1.Position.X             = 31F;
     legend1.Position.Y             = 1F;
     legend1.TableStyle             = System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Wide;
     legend1.TextWrapThreshold      = 50;
     legend1.TitleFont              = new System.Drawing.Font("Microsoft Sans Serif", 2.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend2.Alignment              = System.Drawing.StringAlignment.Center;
     legend2.AutoFitMinFontSize     = 12;
     legend2.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     legend2.BorderColor            = System.Drawing.Color.Transparent;
     legendCellColumn3.ColumnType   = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn3.Name         = "Column1";
     legendCellColumn4.Alignment    = System.Drawing.ContentAlignment.MiddleLeft;
     legendCellColumn4.MinimumWidth = 5000;
     legendCellColumn4.Name         = "Column2";
     legend2.CellColumns.Add(legendCellColumn3);
     legend2.CellColumns.Add(legendCellColumn4);
     legend2.DockedToChartArea = "ChartArea1";
     legend2.Docking           = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
     legend2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
     legend2.ForeColor         = System.Drawing.Color.White;
     legend2.IsTextAutoFit     = false;
     legend2.Name              = "LegendS2";
     legend2.Position.Auto     = false;
     legend2.Position.Height   = 10F;
     legend2.Position.Width    = 18F;
     legend2.Position.X        = 51F;
     legend2.Position.Y        = 1F;
     legend2.TextWrapThreshold = 50;
     legend2.TitleFont         = new System.Drawing.Font("Microsoft Sans Serif", 2.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chart1.Legends.Add(legend1);
     this.chart1.Legends.Add(legend2);
     this.chart1.Location     = new System.Drawing.Point(-25, 0);
     this.chart1.Name         = "chart1";
     series1.BorderWidth      = 5;
     series1.ChartArea        = "ChartArea1";
     series1.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Color            = System.Drawing.Color.DodgerBlue;
     series1.CustomProperties = "PointWidth=1";
     series1.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.LabelBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.LabelBorderWidth = 0;
     series1.LabelForeColor   = System.Drawing.Color.White;
     series1.Legend           = "LegendS1";
     series1.Name             = "Series1";
     series1.ShadowColor      = System.Drawing.Color.Empty;
     series1.SmartLabelStyle.CalloutLineColor = System.Drawing.Color.White;
     series1.SmartLabelStyle.Enabled          = false;
     series1.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     series2.BorderWidth      = 5;
     series2.ChartArea        = "ChartArea1";
     series2.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Color            = System.Drawing.Color.YellowGreen;
     series2.CustomProperties = "PointWidth=1";
     series2.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series2.IsXValueIndexed  = true;
     series2.LabelBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series2.LabelBorderWidth = 0;
     series2.LabelForeColor   = System.Drawing.Color.White;
     series2.Legend           = "LegendS2";
     series2.Name             = "Series2";
     series2.SmartLabelStyle.CalloutLineColor = System.Drawing.Color.White;
     series2.SmartLabelStyle.Enabled          = false;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1030, 731);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // Chart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1008, 729);
     this.Controls.Add(this.chart1);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "Chart";
     this.Text           = "Remous (graphique)";
     this.FormClosed    += new System.Windows.Forms.FormClosedEventHandler(this.Chart_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Series           series1           = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint        dataPoint1        = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint        dataPoint2        = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     this.panelAll          = new System.Windows.Forms.Panel();
     this.panelIncome       = new System.Windows.Forms.Panel();
     this.chartExpendData   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panelTime         = new System.Windows.Forms.Panel();
     this.comboBoxExTIME    = new System.Windows.Forms.ComboBox();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.labelBeforeOneDay = new System.Windows.Forms.Label();
     this.panelAll.SuspendLayout();
     this.panelIncome.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartExpendData)).BeginInit();
     this.panelTime.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.SuspendLayout();
     //
     // panelAll
     //
     this.panelAll.BackColor = System.Drawing.Color.Transparent;
     this.panelAll.Controls.Add(this.panelIncome);
     this.panelAll.Controls.Add(this.panelTime);
     this.panelAll.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelAll.Location = new System.Drawing.Point(0, 0);
     this.panelAll.Name     = "panelAll";
     this.panelAll.Padding  = new System.Windows.Forms.Padding(10);
     this.panelAll.Size     = new System.Drawing.Size(560, 250);
     this.panelAll.TabIndex = 2;
     //
     // panelIncome
     //
     this.panelIncome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(239)))), ((int)(((byte)(243)))));
     this.panelIncome.Controls.Add(this.chartExpendData);
     this.panelIncome.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelIncome.Location = new System.Drawing.Point(10, 44);
     this.panelIncome.Name     = "panelIncome";
     this.panelIncome.Size     = new System.Drawing.Size(540, 196);
     this.panelIncome.TabIndex = 1;
     //
     // chartExpendData
     //
     this.chartExpendData.BorderlineColor     = System.Drawing.Color.DimGray;
     this.chartExpendData.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     this.chartExpendData.BorderlineWidth     = 0;
     chartArea1.AxisX2.LineColor = System.Drawing.Color.White;
     chartArea1.AxisY2.LineColor = System.Drawing.Color.White;
     chartArea1.BorderColor      = System.Drawing.Color.Transparent;
     chartArea1.Name             = "ChartArea1";
     chartArea1.Position.Auto    = false;
     chartArea1.Position.Height  = 94F;
     chartArea1.Position.Width   = 86.17625F;
     chartArea1.Position.X       = 3F;
     chartArea1.Position.Y       = 3F;
     this.chartExpendData.ChartAreas.Add(chartArea1);
     this.chartExpendData.Cursor = System.Windows.Forms.Cursors.Default;
     this.chartExpendData.Dock   = System.Windows.Forms.DockStyle.Fill;
     legendCellColumn1.Name      = "Column1";
     legendCellColumn1.Text      = "";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.Name = "LegendMoney";
     this.chartExpendData.Legends.Add(legend1);
     this.chartExpendData.Location            = new System.Drawing.Point(0, 0);
     this.chartExpendData.Name                = "chartExpendData";
     this.chartExpendData.Palette             = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     this.chartExpendData.PaletteCustomColors = new System.Drawing.Color[] {
         System.Drawing.Color.Cyan,
         System.Drawing.Color.Red
     };
     series1.BorderDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
     series1.ChartArea             = "ChartArea1";
     series1.ChartType             = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar;
     series1.Color                 = System.Drawing.Color.Silver;
     series1.EmptyPointStyle.Color = System.Drawing.Color.Transparent;
     series1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     series1.IsValueShownAsLabel = true;
     series1.IsXValueIndexed     = true;
     series1.Label             = "#VALX #VAL{C}";
     series1.Legend            = "LegendMoney";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     series1.MarkerColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     series1.MarkerSize        = 2;
     series1.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series1.Name = "Series1";
     series1.Points.Add(dataPoint1);
     series1.Points.Add(dataPoint2);
     this.chartExpendData.Series.Add(series1);
     this.chartExpendData.Size     = new System.Drawing.Size(540, 196);
     this.chartExpendData.TabIndex = 0;
     this.chartExpendData.Text     = "消费分析";
     //
     // panelTime
     //
     this.panelTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(176)))), ((int)(((byte)(242)))));
     this.panelTime.Controls.Add(this.comboBoxExTIME);
     this.panelTime.Controls.Add(this.pictureBox3);
     this.panelTime.Controls.Add(this.labelBeforeOneDay);
     this.panelTime.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTime.Location = new System.Drawing.Point(10, 10);
     this.panelTime.Name     = "panelTime";
     this.panelTime.Size     = new System.Drawing.Size(540, 34);
     this.panelTime.TabIndex = 1;
     //
     // comboBoxExTIME
     //
     this.comboBoxExTIME.BackColor             = System.Drawing.SystemColors.Window;
     this.comboBoxExTIME.Font                  = new System.Drawing.Font("宋体", 12F);
     this.comboBoxExTIME.FormattingEnabled     = true;
     this.comboBoxExTIME.Location              = new System.Drawing.Point(461, 5);
     this.comboBoxExTIME.Name                  = "comboBoxExTIME";
     this.comboBoxExTIME.Size                  = new System.Drawing.Size(76, 24);
     this.comboBoxExTIME.TabIndex              = 5;
     this.comboBoxExTIME.SelectedIndexChanged += new System.EventHandler(this.comboBoxExTIME_SelectedIndexChanged);
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = global::HomeAccountingSystem.Properties.Resources.预算_3_;
     this.pictureBox3.Location  = new System.Drawing.Point(3, 5);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(24, 22);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex  = 4;
     this.pictureBox3.TabStop   = false;
     //
     // labelBeforeOneDay
     //
     this.labelBeforeOneDay.AutoSize  = true;
     this.labelBeforeOneDay.Font      = new System.Drawing.Font("宋体", 12F);
     this.labelBeforeOneDay.ForeColor = System.Drawing.Color.White;
     this.labelBeforeOneDay.Location  = new System.Drawing.Point(33, 9);
     this.labelBeforeOneDay.Name      = "labelBeforeOneDay";
     this.labelBeforeOneDay.Size      = new System.Drawing.Size(72, 16);
     this.labelBeforeOneDay.TabIndex  = 3;
     this.labelBeforeOneDay.Text      = "预算简报";
     //
     // BudgetUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.panelAll);
     this.Name  = "BudgetUserControl";
     this.Size  = new System.Drawing.Size(560, 250);
     this.Load += new System.EventHandler(this.BudgetUserControl_Load);
     this.panelAll.ResumeLayout(false);
     this.panelIncome.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartExpendData)).EndInit();
     this.panelTime.ResumeLayout(false);
     this.panelTime.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.ResumeLayout(false);
 }