Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.Designer.cs @ 8766

Last change on this file since 8766 was 8689, checked in by sforsten, 12 years ago

#1292:

  • NaN values are used, if the calculation is invalid (e.g. missing values, infinity etc.)
  • Variables can now be filtered. Initially allowed input variables and target variable are shown, but with a right click a dialog can be opened to select variables, which shall be shown
File size: 13.9 KB
Line 
1#region License Information
2
3/* HeuristicLab
4 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
5 *
6 * This file is part of HeuristicLab.
7 *
8 * HeuristicLab is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
12 *
13 * HeuristicLab is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
20 */
21
22#endregion
23namespace HeuristicLab.Problems.DataAnalysis.Views {
24  partial class AbstractFeatureCorrelationView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.components = new System.ComponentModel.Container();
49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AbstractFeatureCorrelationView));
50      this.DataGridView = new System.Windows.Forms.DataGridView();
51      this.HeatMapProgressBar = new System.Windows.Forms.ProgressBar();
52      this.PartitionComboBox = new System.Windows.Forms.ComboBox();
53      this.CorrelationCalcLabel = new System.Windows.Forms.Label();
54      this.CorrelationCalcComboBox = new System.Windows.Forms.ComboBox();
55      this.PartitionLabel = new System.Windows.Forms.Label();
56      this.minimumLabel = new System.Windows.Forms.Label();
57      this.maximumLabel = new System.Windows.Forms.Label();
58      this.PictureBox = new System.Windows.Forms.PictureBox();
59      this.SplitContainer = new System.Windows.Forms.SplitContainer();
60      this.CalculatingPanel = new System.Windows.Forms.Panel();
61      this.CalculatingLabel = new System.Windows.Forms.Label();
62      this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
63      this.ShowHideColumns = new System.Windows.Forms.ToolStripMenuItem();
64      ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
65      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).BeginInit();
66      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
67      this.SplitContainer.Panel1.SuspendLayout();
68      this.SplitContainer.Panel2.SuspendLayout();
69      this.SplitContainer.SuspendLayout();
70      this.CalculatingPanel.SuspendLayout();
71      this.contextMenu.SuspendLayout();
72      this.SuspendLayout();
73      //
74      // DataGridView
75      //
76      this.DataGridView.AllowUserToAddRows = false;
77      this.DataGridView.AllowUserToDeleteRows = false;
78      this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
79      this.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
80      this.DataGridView.Location = new System.Drawing.Point(0, 0);
81      this.DataGridView.Name = "DataGridView";
82      this.DataGridView.ReadOnly = true;
83      this.DataGridView.Size = new System.Drawing.Size(475, 301);
84      this.DataGridView.TabIndex = 0;
85      this.DataGridView.VirtualMode = true;
86      this.DataGridView.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.DataGridView_CellPainting);
87      this.DataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.DataGridView_CellValueNeeded);
88      this.DataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView_ColumnHeaderMouseClick);
89      this.DataGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DataGridView_KeyDown);
90      this.DataGridView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.DataGridView_MouseClick);
91      //
92      // HeatMapProgressBar
93      //
94      this.HeatMapProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
95      this.HeatMapProgressBar.Location = new System.Drawing.Point(25, 46);
96      this.HeatMapProgressBar.Name = "HeatMapProgressBar";
97      this.HeatMapProgressBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
98      this.HeatMapProgressBar.Size = new System.Drawing.Size(154, 21);
99      this.HeatMapProgressBar.TabIndex = 9;
100      //
101      // PartitionComboBox
102      //
103      this.PartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
104      this.PartitionComboBox.FormattingEnabled = true;
105      this.PartitionComboBox.Location = new System.Drawing.Point(333, 3);
106      this.PartitionComboBox.Name = "PartitionComboBox";
107      this.PartitionComboBox.Size = new System.Drawing.Size(142, 21);
108      this.PartitionComboBox.TabIndex = 8;
109      this.PartitionComboBox.SelectionChangeCommitted += new System.EventHandler(this.PartitionComboBox_SelectedChangeCommitted);
110      //
111      // CorrelationCalcLabel
112      //
113      this.CorrelationCalcLabel.AutoSize = true;
114      this.CorrelationCalcLabel.Location = new System.Drawing.Point(0, 6);
115      this.CorrelationCalcLabel.Name = "CorrelationCalcLabel";
116      this.CorrelationCalcLabel.Size = new System.Drawing.Size(104, 13);
117      this.CorrelationCalcLabel.TabIndex = 7;
118      this.CorrelationCalcLabel.Text = "Correlation Measure:";
119      //
120      // CorrelationCalcComboBox
121      //
122      this.CorrelationCalcComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
123      this.CorrelationCalcComboBox.FormattingEnabled = true;
124      this.CorrelationCalcComboBox.Location = new System.Drawing.Point(110, 3);
125      this.CorrelationCalcComboBox.Name = "CorrelationCalcComboBox";
126      this.CorrelationCalcComboBox.Size = new System.Drawing.Size(163, 21);
127      this.CorrelationCalcComboBox.TabIndex = 6;
128      this.CorrelationCalcComboBox.SelectionChangeCommitted += new System.EventHandler(this.CorrelationMeasureComboBox_SelectedChangeCommitted);
129      //
130      // PartitionLabel
131      //
132      this.PartitionLabel.AutoSize = true;
133      this.PartitionLabel.Location = new System.Drawing.Point(279, 6);
134      this.PartitionLabel.Name = "PartitionLabel";
135      this.PartitionLabel.Size = new System.Drawing.Size(48, 13);
136      this.PartitionLabel.TabIndex = 10;
137      this.PartitionLabel.Text = "Partition:";
138      //
139      // minimumLabel
140      //
141      this.minimumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
142      this.minimumLabel.BackColor = System.Drawing.Color.Transparent;
143      this.minimumLabel.Location = new System.Drawing.Point(487, 314);
144      this.minimumLabel.Name = "minimumLabel";
145      this.minimumLabel.Size = new System.Drawing.Size(73, 19);
146      this.minimumLabel.TabIndex = 13;
147      this.minimumLabel.Text = "0.0";
148      this.minimumLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
149      //
150      // maximumLabel
151      //
152      this.maximumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
153      this.maximumLabel.BackColor = System.Drawing.Color.Transparent;
154      this.maximumLabel.Location = new System.Drawing.Point(487, 2);
155      this.maximumLabel.Name = "maximumLabel";
156      this.maximumLabel.Size = new System.Drawing.Size(73, 25);
157      this.maximumLabel.TabIndex = 12;
158      this.maximumLabel.Text = "1.0";
159      this.maximumLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
160      //
161      // PictureBox
162      //
163      this.PictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
164                  | System.Windows.Forms.AnchorStyles.Right)));
165      this.PictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
166      this.PictureBox.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox.Image")));
167      this.PictureBox.Location = new System.Drawing.Point(507, 30);
168      this.PictureBox.Name = "PictureBox";
169      this.PictureBox.Size = new System.Drawing.Size(35, 281);
170      this.PictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
171      this.PictureBox.TabIndex = 15;
172      this.PictureBox.TabStop = false;
173      //
174      // SplitContainer
175      //
176      this.SplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
177                  | System.Windows.Forms.AnchorStyles.Left)
178                  | System.Windows.Forms.AnchorStyles.Right)));
179      this.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
180      this.SplitContainer.IsSplitterFixed = true;
181      this.SplitContainer.Location = new System.Drawing.Point(3, 3);
182      this.SplitContainer.Name = "SplitContainer";
183      this.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
184      //
185      // SplitContainer.Panel1
186      //
187      this.SplitContainer.Panel1.Controls.Add(this.CorrelationCalcLabel);
188      this.SplitContainer.Panel1.Controls.Add(this.CorrelationCalcComboBox);
189      this.SplitContainer.Panel1.Controls.Add(this.PartitionComboBox);
190      this.SplitContainer.Panel1.Controls.Add(this.PartitionLabel);
191      //
192      // SplitContainer.Panel2
193      //
194      this.SplitContainer.Panel2.Controls.Add(this.CalculatingPanel);
195      this.SplitContainer.Panel2.Controls.Add(this.DataGridView);
196      this.SplitContainer.Size = new System.Drawing.Size(475, 330);
197      this.SplitContainer.SplitterDistance = 25;
198      this.SplitContainer.TabIndex = 16;
199      //
200      // CalculatingPanel
201      //
202      this.CalculatingPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
203      this.CalculatingPanel.Controls.Add(this.CalculatingLabel);
204      this.CalculatingPanel.Controls.Add(this.HeatMapProgressBar);
205      this.CalculatingPanel.Location = new System.Drawing.Point(138, 95);
206      this.CalculatingPanel.Name = "CalculatingPanel";
207      this.CalculatingPanel.Size = new System.Drawing.Size(200, 81);
208      this.CalculatingPanel.TabIndex = 10;
209      //
210      // CalculatingLabel
211      //
212      this.CalculatingLabel.AutoSize = true;
213      this.CalculatingLabel.Location = new System.Drawing.Point(42, 19);
214      this.CalculatingLabel.Name = "CalculatingLabel";
215      this.CalculatingLabel.Size = new System.Drawing.Size(120, 13);
216      this.CalculatingLabel.TabIndex = 10;
217      this.CalculatingLabel.Text = "Calculating correlation...";
218      //
219      // contextMenu
220      //
221      this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
222            this.ShowHideColumns});
223      this.contextMenu.Name = "contextMenu";
224      this.contextMenu.Size = new System.Drawing.Size(191, 26);
225      //
226      // ShowHideColumns
227      //
228      this.ShowHideColumns.Name = "ShowHideColumns";
229      this.ShowHideColumns.Size = new System.Drawing.Size(190, 22);
230      this.ShowHideColumns.Text = "Show / Hide Columns";
231      this.ShowHideColumns.Click += new System.EventHandler(this.ShowHideColumns_Click);
232      //
233      // AbstractFeatureCorrelationView
234      //
235      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
236      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
237      this.Controls.Add(this.SplitContainer);
238      this.Controls.Add(this.minimumLabel);
239      this.Controls.Add(this.PictureBox);
240      this.Controls.Add(this.maximumLabel);
241      this.Name = "AbstractFeatureCorrelationView";
242      this.Size = new System.Drawing.Size(569, 336);
243      ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
244      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).EndInit();
245      this.SplitContainer.Panel1.ResumeLayout(false);
246      this.SplitContainer.Panel1.PerformLayout();
247      this.SplitContainer.Panel2.ResumeLayout(false);
248      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
249      this.SplitContainer.ResumeLayout(false);
250      this.CalculatingPanel.ResumeLayout(false);
251      this.CalculatingPanel.PerformLayout();
252      this.contextMenu.ResumeLayout(false);
253      this.ResumeLayout(false);
254
255    }
256
257    #endregion
258
259    protected System.Windows.Forms.DataGridView DataGridView;
260    protected System.Windows.Forms.ProgressBar HeatMapProgressBar;
261    protected System.Windows.Forms.ComboBox PartitionComboBox;
262    protected System.Windows.Forms.Label CorrelationCalcLabel;
263    protected System.Windows.Forms.ComboBox CorrelationCalcComboBox;
264    protected System.Windows.Forms.Label PartitionLabel;
265    protected System.Windows.Forms.Label minimumLabel;
266    protected System.Windows.Forms.Label maximumLabel;
267    protected System.Windows.Forms.PictureBox PictureBox;
268    protected System.Windows.Forms.SplitContainer SplitContainer;
269    protected System.Windows.Forms.Panel CalculatingPanel;
270    protected System.Windows.Forms.Label CalculatingLabel;
271    protected System.Windows.Forms.ContextMenuStrip contextMenu;
272    protected System.Windows.Forms.ToolStripMenuItem ShowHideColumns;
273
274  }
275}
Note: See TracBrowser for help on using the repository browser.