Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/14/12 14:31:44 (12 years ago)
Author:
mkommend
Message:

#1081: Added ErrorCharacteristics View for time series models.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Views/3.4/TimeSeriesPrognosis/TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs

    r7099 r8487  
    2525    private void InitializeComponent() {
    2626      this.components = new System.ComponentModel.Container();
    27       System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    28       System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
    29       this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    30       this.label1 = new System.Windows.Forms.Label();
    31       this.cmbSamples = new System.Windows.Forms.ComboBox();
    3227      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
    3328      this.SuspendLayout();
    34       //
    35       // chart
    36       //
    37       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    38             | System.Windows.Forms.AnchorStyles.Left)
    39             | System.Windows.Forms.AnchorStyles.Right)));
    40       chartArea1.Name = "ChartArea1";
    41       this.chart.ChartAreas.Add(chartArea1);
    42       legend1.Alignment = System.Drawing.StringAlignment.Center;
    43       legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
    44       legend1.Name = "Legend1";
    45       this.chart.Legends.Add(legend1);
    46       this.chart.Location = new System.Drawing.Point(6, 28);
    47       this.chart.Name = "chart";
    48       this.chart.Size = new System.Drawing.Size(366, 202);
    49       this.chart.TabIndex = 0;
    50       this.chart.Text = "chart";
    51       //
    52       // label1
    53       //
    54       this.label1.AutoSize = true;
    55       this.label1.Location = new System.Drawing.Point(3, 6);
    56       this.label1.Name = "label1";
    57       this.label1.Size = new System.Drawing.Size(47, 13);
    58       this.label1.TabIndex = 4;
    59       this.label1.Text = "Samples";
    60       //
    61       // cmbSamples
    62       //
    63       this.cmbSamples.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    64       this.cmbSamples.FormattingEnabled = true;
    65       this.cmbSamples.Location = new System.Drawing.Point(56, 3);
    66       this.cmbSamples.Name = "cmbSamples";
    67       this.cmbSamples.Size = new System.Drawing.Size(121, 21);
    68       this.cmbSamples.TabIndex = 3;
    69       this.cmbSamples.SelectedIndexChanged += new System.EventHandler(this.cmbSamples_SelectedIndexChanged);
    7029      //
    7130      // TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView
     
    7332      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7433      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    75       this.Controls.Add(this.label1);
    76       this.Controls.Add(this.cmbSamples);
    77       this.Controls.Add(this.chart);
    7834      this.Name = "TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView";
    79       this.Size = new System.Drawing.Size(366, 230);
    8035      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
    8136      this.ResumeLayout(false);
     
    8540
    8641    #endregion
    87 
    88     protected HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
    89     protected System.Windows.Forms.Label label1;
    90     protected System.Windows.Forms.ComboBox cmbSamples;
    9142  }
    9243}
Note: See TracChangeset for help on using the changeset viewer.