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
|
---|
23 | namespace 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.TimeframeComboBox = new System.Windows.Forms.ComboBox();
|
---|
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.TimeframeComboBox);
|
---|
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.TimeframeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
120 | this.TimeframeComboBox.FormattingEnabled = true;
|
---|
121 | this.TimeframeComboBox.Location = new System.Drawing.Point(344, 30);
|
---|
122 | this.TimeframeComboBox.Name = "TimeframeComboBox";
|
---|
123 | this.TimeframeComboBox.Size = new System.Drawing.Size(131, 21);
|
---|
124 | this.TimeframeComboBox.TabIndex = 19;
|
---|
125 | this.TimeframeComboBox.SelectionChangeCommitted += new System.EventHandler(this.TimeframeComboBox_SelectedChangeCommitted);
|
---|
126 | //
|
---|
127 | // TimeframeFeatureCorrelationView
|
---|
128 | //
|
---|
129 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
130 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
131 | this.Name = "TimeframeFeatureCorrelationView";
|
---|
132 | ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).EndInit();
|
---|
133 | this.SplitContainer.Panel1.ResumeLayout(false);
|
---|
134 | this.SplitContainer.Panel1.PerformLayout();
|
---|
135 | this.SplitContainer.Panel2.ResumeLayout(false);
|
---|
136 | ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
|
---|
137 | this.SplitContainer.ResumeLayout(false);
|
---|
138 | this.CalculatingPanel.ResumeLayout(false);
|
---|
139 | this.CalculatingPanel.PerformLayout();
|
---|
140 | this.ResumeLayout(false);
|
---|
141 |
|
---|
142 | }
|
---|
143 | #endregion
|
---|
144 |
|
---|
145 | protected System.Windows.Forms.Label VariableSelectionLabel;
|
---|
146 | protected System.Windows.Forms.ComboBox VariableSelectionComboBox;
|
---|
147 | protected System.Windows.Forms.Label TimeFrameLabel;
|
---|
148 | protected System.Windows.Forms.ComboBox TimeframeComboBox;
|
---|
149 | }
|
---|
150 | }
|
---|