Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/TimeframeFeatureCorrelationView.Designer.cs @ 8863

Last change on this file since 8863 was 8863, checked in by sforsten, 11 years ago

#1776:

  • merged r8810:8862 from trunk into branch
  • fixed exception in ClassificationEnsembleSolutionAccuracyToCoveredSamples, if no estimated values are in a partition, so nothing can be shown
File size: 6.3 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 TimeframeFeatureCorrelationView {
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.VariableSelectionLabel = new System.Windows.Forms.Label();
49      this.VariableSelectionComboBox = new System.Windows.Forms.ComboBox();
50      this.TimeFrameLabel = new System.Windows.Forms.Label();
51      this.TimeframeTextbox = new System.Windows.Forms.TextBox();
52      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).BeginInit();
53      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
54      this.SplitContainer.Panel1.SuspendLayout();
55      this.SplitContainer.Panel2.SuspendLayout();
56      this.SplitContainer.SuspendLayout();
57      this.CalculatingPanel.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // PartitionComboBox
61      //
62      this.PartitionComboBox.Location = new System.Drawing.Point(344, 3);
63      this.PartitionComboBox.Size = new System.Drawing.Size(131, 21);
64      //
65      // maximumLabel
66      //
67      this.maximumLabel.Location = new System.Drawing.Point(487, 3);
68      //
69      // PictureBox
70      //
71      this.PictureBox.Location = new System.Drawing.Point(506, 31);
72      this.PictureBox.Size = new System.Drawing.Size(35, 280);
73      //
74      // SplitContainer
75      //
76      //
77      // SplitContainer.Panel1
78      //
79      this.SplitContainer.Panel1.Controls.Add(this.VariableSelectionComboBox);
80      this.SplitContainer.Panel1.Controls.Add(this.TimeframeTextbox);
81      this.SplitContainer.Panel1.Controls.Add(this.TimeFrameLabel);
82      this.SplitContainer.Panel1.Controls.Add(this.VariableSelectionLabel);
83      this.SplitContainer.SplitterDistance = 52;
84      //
85      // CalculatingPanel
86      //
87      this.CalculatingPanel.Location = new System.Drawing.Point(138, 82);
88      //
89      // VariableSelectionLabel
90      //
91      this.VariableSelectionLabel.AutoSize = true;
92      this.VariableSelectionLabel.Location = new System.Drawing.Point(0, 33);
93      this.VariableSelectionLabel.Name = "VariableSelectionLabel";
94      this.VariableSelectionLabel.Size = new System.Drawing.Size(81, 13);
95      this.VariableSelectionLabel.TabIndex = 16;
96      this.VariableSelectionLabel.Text = "Select Variable:";
97      //
98      // VariableSelectionComboBox
99      //
100      this.VariableSelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
101      this.VariableSelectionComboBox.FormattingEnabled = true;
102      this.VariableSelectionComboBox.Location = new System.Drawing.Point(110, 30);
103      this.VariableSelectionComboBox.Name = "VariableSelectionComboBox";
104      this.VariableSelectionComboBox.Size = new System.Drawing.Size(163, 21);
105      this.VariableSelectionComboBox.TabIndex = 17;
106      this.VariableSelectionComboBox.SelectionChangeCommitted += new System.EventHandler(this.VariableSelectionComboBox_SelectedChangeCommitted);
107      //
108      // TimeFrameLabel
109      //
110      this.TimeFrameLabel.AutoSize = true;
111      this.TimeFrameLabel.Location = new System.Drawing.Point(279, 33);
112      this.TimeFrameLabel.Name = "TimeFrameLabel";
113      this.TimeFrameLabel.Size = new System.Drawing.Size(59, 13);
114      this.TimeFrameLabel.TabIndex = 18;
115      this.TimeFrameLabel.Text = "Timeframe:";
116      //
117      // TimeframeComboBox
118      //
119      this.TimeframeTextbox.Location = new System.Drawing.Point(344, 30);
120      this.TimeframeTextbox.Name = "TimeframeTextbox";
121      this.TimeframeTextbox.Size = new System.Drawing.Size(131, 21);
122      this.TimeframeTextbox.TabIndex = 19;
123      this.TimeframeTextbox.Text = "5";
124      this.TimeframeTextbox.KeyDown += new System.Windows.Forms.KeyEventHandler(TimeframeTextbox_KeyDown);
125      //
126      // TimeframeFeatureCorrelationView
127      //
128      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
129      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
130      this.Name = "TimeframeFeatureCorrelationView";
131      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).EndInit();
132      this.SplitContainer.Panel1.ResumeLayout(false);
133      this.SplitContainer.Panel1.PerformLayout();
134      this.SplitContainer.Panel2.ResumeLayout(false);
135      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
136      this.SplitContainer.ResumeLayout(false);
137      this.CalculatingPanel.ResumeLayout(false);
138      this.CalculatingPanel.PerformLayout();
139      this.ResumeLayout(false);
140
141    }
142    #endregion
143
144    protected System.Windows.Forms.Label VariableSelectionLabel;
145    protected System.Windows.Forms.ComboBox VariableSelectionComboBox;
146    protected System.Windows.Forms.Label TimeFrameLabel;
147    protected System.Windows.Forms.TextBox TimeframeTextbox;
148  }
149}
Note: See TracBrowser for help on using the repository browser.