Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/TimeframeFeatureCorrelationView.Designer.cs @ 16535

Last change on this file since 16535 was 15583, checked in by swagner, 6 years ago

#2640: Updated year of copyrights in license headers

File size: 7.0 KB
Line 
1#region License Information
2
3/* HeuristicLab
4 * Copyright (C) 2002-2018 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
23
24namespace HeuristicLab.Problems.DataAnalysis.Views {
25  partial class TimeframeFeatureCorrelationView {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing && (components != null)) {
37        components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Component Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      this.components = new System.ComponentModel.Container();
50      this.variableSelectionLabel = new System.Windows.Forms.Label();
51      this.variableSelectionComboBox = new System.Windows.Forms.ComboBox();
52      this.timeFrameLabel = new System.Windows.Forms.Label();
53      this.timeframeTextbox = new System.Windows.Forms.TextBox();
54      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
57      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
58      this.splitContainer.Panel1.SuspendLayout();
59      this.splitContainer.Panel2.SuspendLayout();
60      this.splitContainer.SuspendLayout();
61      this.progressPanel.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // errorProvider
65      //
66      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
67      this.errorProvider.ContainerControl = this;
68      //
69      // PartitionComboBox
70      //
71      this.partitionComboBox.Location = new System.Drawing.Point(344, 3);
72      this.partitionComboBox.Size = new System.Drawing.Size(131, 21);
73      //
74      // maximumLabel
75      //
76      this.maximumLabel.Location = new System.Drawing.Point(487, 3);
77      //
78      // PictureBox
79      //
80      this.pictureBox.Location = new System.Drawing.Point(506, 31);
81      this.pictureBox.Size = new System.Drawing.Size(35, 280);
82      //
83      // SplitContainer
84      //
85      //
86      // SplitContainer.Panel1
87      //
88      this.splitContainer.Panel1.Controls.Add(this.variableSelectionComboBox);
89      this.splitContainer.Panel1.Controls.Add(this.timeframeTextbox);
90      this.splitContainer.Panel1.Controls.Add(this.timeFrameLabel);
91      this.splitContainer.Panel1.Controls.Add(this.variableSelectionLabel);
92      this.splitContainer.SplitterDistance = 52;
93      //
94      // CalculatingPanel
95      //
96      this.progressPanel.Location = new System.Drawing.Point(138, 82);
97      //
98      // VariableSelectionLabel
99      //
100      this.variableSelectionLabel.AutoSize = true;
101      this.variableSelectionLabel.Location = new System.Drawing.Point(0, 33);
102      this.variableSelectionLabel.Name = "VariableSelectionLabel";
103      this.variableSelectionLabel.Size = new System.Drawing.Size(81, 13);
104      this.variableSelectionLabel.TabIndex = 16;
105      this.variableSelectionLabel.Text = "Select Variable:";
106      //
107      // VariableSelectionComboBox
108      //
109      this.variableSelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
110      this.variableSelectionComboBox.FormattingEnabled = true;
111      this.variableSelectionComboBox.Location = new System.Drawing.Point(110, 30);
112      this.variableSelectionComboBox.Name = "VariableSelectionComboBox";
113      this.variableSelectionComboBox.Size = new System.Drawing.Size(163, 21);
114      this.variableSelectionComboBox.TabIndex = 17;
115      this.variableSelectionComboBox.SelectionChangeCommitted += new System.EventHandler(this.VariableSelectionComboBox_SelectedChangeCommitted);
116      //
117      // TimeFrameLabel
118      //
119      this.timeFrameLabel.AutoSize = true;
120      this.timeFrameLabel.Location = new System.Drawing.Point(279, 33);
121      this.timeFrameLabel.Name = "TimeFrameLabel";
122      this.timeFrameLabel.Size = new System.Drawing.Size(59, 13);
123      this.timeFrameLabel.TabIndex = 18;
124      this.timeFrameLabel.Text = "Timeframe:";
125      //
126      // TimeframeComboBox
127      //
128      this.timeframeTextbox.Location = new System.Drawing.Point(344, 30);
129      this.timeframeTextbox.Name = "TimeframeTextbox";
130      this.timeframeTextbox.Size = new System.Drawing.Size(131, 21);
131      this.timeframeTextbox.TabIndex = 19;
132      this.timeframeTextbox.Text = "5";
133      this.timeframeTextbox.KeyDown += new System.Windows.Forms.KeyEventHandler(TimeframeTextbox_KeyDown);
134      this.timeframeTextbox.Validating += new System.ComponentModel.CancelEventHandler(TimeframeTextbox_Validating);
135      this.timeframeTextbox.Validated += new System.EventHandler(TimeframeTextbox_Validated);
136      //
137      // TimeframeFeatureCorrelationView
138      //
139      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
140      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
141      this.Name = "TimeframeFeatureCorrelationView";
142      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
143      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
144      this.splitContainer.Panel1.ResumeLayout(false);
145      this.splitContainer.Panel1.PerformLayout();
146      this.splitContainer.Panel2.ResumeLayout(false);
147      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
148      this.splitContainer.ResumeLayout(false);
149      this.progressPanel.ResumeLayout(false);
150      this.progressPanel.PerformLayout();
151      this.ResumeLayout(false);
152
153    }
154    #endregion
155
156    protected System.Windows.Forms.Label variableSelectionLabel;
157    protected System.Windows.Forms.ComboBox variableSelectionComboBox;
158    protected System.Windows.Forms.Label timeFrameLabel;
159    protected System.Windows.Forms.TextBox timeframeTextbox;
160    protected System.Windows.Forms.ErrorProvider errorProvider;
161  }
162}
Note: See TracBrowser for help on using the repository browser.