Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Views/3.4/TimeSeriesPrognosis/TimeSeriesPrognosisSolutionLineChartView.Designer.cs @ 7463

Last change on this file since 7463 was 7463, checked in by gkronber, 12 years ago

#1081 improved formatter, line chart view, simplifier for time series prognosis solutions

File size: 6.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21namespace HeuristicLab.Problems.DataAnalysis.Views {
22  partial class TimeSeriesPrognosisSolutionLineChartView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
47      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
48      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
49      this.targetVariableComboBox = new System.Windows.Forms.ComboBox();
50      this.label = new System.Windows.Forms.Label();
51      this.prognosedValuesCheckbox = new System.Windows.Forms.CheckBox();
52      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
53      this.SuspendLayout();
54      //
55      // chart
56      //
57      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
58            | System.Windows.Forms.AnchorStyles.Left)
59            | System.Windows.Forms.AnchorStyles.Right)));
60      chartArea1.Name = "ChartArea";
61      this.chart.ChartAreas.Add(chartArea1);
62      legend1.Alignment = System.Drawing.StringAlignment.Center;
63      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
64      legend1.Name = "Default";
65      this.chart.Legends.Add(legend1);
66      this.chart.Location = new System.Drawing.Point(0, 31);
67      this.chart.Name = "chart";
68      this.chart.Size = new System.Drawing.Size(609, 194);
69      this.chart.TabIndex = 0;
70      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
71      this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Chart_MouseDoubleClick);
72      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
73      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
74      //
75      // targetVariableComboBox
76      //
77      this.targetVariableComboBox.FormattingEnabled = true;
78      this.targetVariableComboBox.Location = new System.Drawing.Point(91, 4);
79      this.targetVariableComboBox.Name = "targetVariableComboBox";
80      this.targetVariableComboBox.Size = new System.Drawing.Size(173, 21);
81      this.targetVariableComboBox.TabIndex = 1;
82      this.targetVariableComboBox.SelectedIndexChanged += new System.EventHandler(this.targetVariableComboBox_SelectedIndexChanged);
83      //
84      // label
85      //
86      this.label.AutoSize = true;
87      this.label.Location = new System.Drawing.Point(4, 7);
88      this.label.Name = "label";
89      this.label.Size = new System.Drawing.Size(81, 13);
90      this.label.TabIndex = 2;
91      this.label.Text = "Target variable:";
92      //
93      // prognosedValuesCheckbox
94      //
95      this.prognosedValuesCheckbox.AutoSize = true;
96      this.prognosedValuesCheckbox.Checked = true;
97      this.prognosedValuesCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
98      this.prognosedValuesCheckbox.Location = new System.Drawing.Point(271, 6);
99      this.prognosedValuesCheckbox.Name = "prognosedValuesCheckbox";
100      this.prognosedValuesCheckbox.Size = new System.Drawing.Size(112, 17);
101      this.prognosedValuesCheckbox.TabIndex = 3;
102      this.prognosedValuesCheckbox.Text = "Prognosed Values";
103      this.prognosedValuesCheckbox.UseVisualStyleBackColor = true;
104      this.prognosedValuesCheckbox.CheckedChanged += new System.EventHandler(this.prognosedValuesCheckbox_CheckedChanged);
105      //
106      // TimeSeriesPrognosisSolutionLineChartView
107      //
108      this.AllowDrop = true;
109      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
110      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
111      this.Controls.Add(this.prognosedValuesCheckbox);
112      this.Controls.Add(this.label);
113      this.Controls.Add(this.targetVariableComboBox);
114      this.Controls.Add(this.chart);
115      this.Name = "TimeSeriesPrognosisSolutionLineChartView";
116      this.Size = new System.Drawing.Size(609, 225);
117      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
118      this.ResumeLayout(false);
119      this.PerformLayout();
120
121    }
122
123    #endregion
124
125    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
126    private System.Windows.Forms.ComboBox targetVariableComboBox;
127    private System.Windows.Forms.Label label;
128    private System.Windows.Forms.CheckBox prognosedValuesCheckbox;
129  }
130}
Note: See TracBrowser for help on using the repository browser.