1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
2 | partial class RegressionSolutionTargetResponseGradientView {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.components = new System.ComponentModel.Container();
|
---|
27 | this.variableListView = new System.Windows.Forms.ListView();
|
---|
28 | this.gradientChartTableLayout = new System.Windows.Forms.TableLayoutPanel();
|
---|
29 | this.yAxisConfigGroupBox = new System.Windows.Forms.GroupBox();
|
---|
30 | this.limitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
|
---|
31 | this.automaticYAxisCheckBox = new System.Windows.Forms.CheckBox();
|
---|
32 | this.densityGroupBox = new System.Windows.Forms.GroupBox();
|
---|
33 | this.densityComboBox = new System.Windows.Forms.ComboBox();
|
---|
34 | this.configSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
35 | this.variableGroupBox = new System.Windows.Forms.GroupBox();
|
---|
36 | this.layoutGroupBox = new System.Windows.Forms.GroupBox();
|
---|
37 | this.columnsTextBox = new System.Windows.Forms.TextBox();
|
---|
38 | this.columnsLabel = new System.Windows.Forms.Label();
|
---|
39 | this.scrollPanel = new System.Windows.Forms.Panel();
|
---|
40 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
41 | this.yAxisConfigGroupBox.SuspendLayout();
|
---|
42 | this.densityGroupBox.SuspendLayout();
|
---|
43 | ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).BeginInit();
|
---|
44 | this.configSplitContainer.Panel1.SuspendLayout();
|
---|
45 | this.configSplitContainer.Panel2.SuspendLayout();
|
---|
46 | this.configSplitContainer.SuspendLayout();
|
---|
47 | this.variableGroupBox.SuspendLayout();
|
---|
48 | this.layoutGroupBox.SuspendLayout();
|
---|
49 | this.scrollPanel.SuspendLayout();
|
---|
50 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
51 | this.SuspendLayout();
|
---|
52 | //
|
---|
53 | // variableListView
|
---|
54 | //
|
---|
55 | this.variableListView.CheckBoxes = true;
|
---|
56 | this.variableListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
57 | this.variableListView.Location = new System.Drawing.Point(3, 16);
|
---|
58 | this.variableListView.Name = "variableListView";
|
---|
59 | this.variableListView.Size = new System.Drawing.Size(163, 458);
|
---|
60 | this.variableListView.TabIndex = 0;
|
---|
61 | this.variableListView.UseCompatibleStateImageBehavior = false;
|
---|
62 | this.variableListView.View = System.Windows.Forms.View.List;
|
---|
63 | //
|
---|
64 | // gradientChartTableLayout
|
---|
65 | //
|
---|
66 | this.gradientChartTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
67 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
68 | this.gradientChartTableLayout.AutoSize = true;
|
---|
69 | this.gradientChartTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
70 | this.gradientChartTableLayout.ColumnCount = 1;
|
---|
71 | this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
72 | this.gradientChartTableLayout.Location = new System.Drawing.Point(0, 0);
|
---|
73 | this.gradientChartTableLayout.Name = "gradientChartTableLayout";
|
---|
74 | this.gradientChartTableLayout.RowCount = 1;
|
---|
75 | this.gradientChartTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
---|
76 | this.gradientChartTableLayout.Size = new System.Drawing.Size(542, 0);
|
---|
77 | this.gradientChartTableLayout.TabIndex = 2;
|
---|
78 | //
|
---|
79 | // yAxisConfigGroupBox
|
---|
80 | //
|
---|
81 | this.yAxisConfigGroupBox.Controls.Add(this.limitView);
|
---|
82 | this.yAxisConfigGroupBox.Controls.Add(this.automaticYAxisCheckBox);
|
---|
83 | this.yAxisConfigGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
84 | this.yAxisConfigGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
85 | this.yAxisConfigGroupBox.Name = "yAxisConfigGroupBox";
|
---|
86 | this.yAxisConfigGroupBox.Size = new System.Drawing.Size(169, 77);
|
---|
87 | this.yAxisConfigGroupBox.TabIndex = 2;
|
---|
88 | this.yAxisConfigGroupBox.TabStop = false;
|
---|
89 | this.yAxisConfigGroupBox.Text = "Y-Axis";
|
---|
90 | //
|
---|
91 | // limitView
|
---|
92 | //
|
---|
93 | this.limitView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
94 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
95 | this.limitView.Caption = "DoubleLimit View";
|
---|
96 | this.limitView.Content = null;
|
---|
97 | this.limitView.Location = new System.Drawing.Point(6, 20);
|
---|
98 | this.limitView.Name = "limitView";
|
---|
99 | this.limitView.ReadOnly = false;
|
---|
100 | this.limitView.Size = new System.Drawing.Size(157, 47);
|
---|
101 | this.limitView.TabIndex = 1;
|
---|
102 | //
|
---|
103 | // automaticYAxisCheckBox
|
---|
104 | //
|
---|
105 | this.automaticYAxisCheckBox.AutoSize = true;
|
---|
106 | this.automaticYAxisCheckBox.Location = new System.Drawing.Point(49, -1);
|
---|
107 | this.automaticYAxisCheckBox.Name = "automaticYAxisCheckBox";
|
---|
108 | this.automaticYAxisCheckBox.Size = new System.Drawing.Size(73, 17);
|
---|
109 | this.automaticYAxisCheckBox.TabIndex = 0;
|
---|
110 | this.automaticYAxisCheckBox.Text = "Automatic";
|
---|
111 | this.automaticYAxisCheckBox.UseVisualStyleBackColor = true;
|
---|
112 | //
|
---|
113 | // densityGroupBox
|
---|
114 | //
|
---|
115 | this.densityGroupBox.Controls.Add(this.densityComboBox);
|
---|
116 | this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
117 | this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
|
---|
118 | this.densityGroupBox.Name = "densityGroupBox";
|
---|
119 | this.densityGroupBox.Size = new System.Drawing.Size(169, 49);
|
---|
120 | this.densityGroupBox.TabIndex = 3;
|
---|
121 | this.densityGroupBox.TabStop = false;
|
---|
122 | this.densityGroupBox.Text = "Density";
|
---|
123 | //
|
---|
124 | // densityComboBox
|
---|
125 | //
|
---|
126 | this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
128 | this.densityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
129 | this.densityComboBox.FormattingEnabled = true;
|
---|
130 | this.densityComboBox.Items.AddRange(new object[] {
|
---|
131 | "None",
|
---|
132 | "Training",
|
---|
133 | "Test",
|
---|
134 | "All"});
|
---|
135 | this.densityComboBox.Location = new System.Drawing.Point(6, 19);
|
---|
136 | this.densityComboBox.Name = "densityComboBox";
|
---|
137 | this.densityComboBox.Size = new System.Drawing.Size(157, 21);
|
---|
138 | this.densityComboBox.TabIndex = 0;
|
---|
139 | this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
|
---|
140 | //
|
---|
141 | // configSplitContainer
|
---|
142 | //
|
---|
143 | this.configSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
144 | this.configSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
145 | this.configSplitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
146 | this.configSplitContainer.Name = "configSplitContainer";
|
---|
147 | //
|
---|
148 | // configSplitContainer.Panel1
|
---|
149 | //
|
---|
150 | this.configSplitContainer.Panel1.Controls.Add(this.variableGroupBox);
|
---|
151 | this.configSplitContainer.Panel1.Controls.Add(this.layoutGroupBox);
|
---|
152 | this.configSplitContainer.Panel1.Controls.Add(this.densityGroupBox);
|
---|
153 | this.configSplitContainer.Panel1.Controls.Add(this.yAxisConfigGroupBox);
|
---|
154 | //
|
---|
155 | // configSplitContainer.Panel2
|
---|
156 | //
|
---|
157 | this.configSplitContainer.Panel2.Controls.Add(this.scrollPanel);
|
---|
158 | this.configSplitContainer.Size = new System.Drawing.Size(715, 648);
|
---|
159 | this.configSplitContainer.SplitterDistance = 169;
|
---|
160 | this.configSplitContainer.TabIndex = 0;
|
---|
161 | //
|
---|
162 | // variableGroupBox
|
---|
163 | //
|
---|
164 | this.variableGroupBox.Controls.Add(this.variableListView);
|
---|
165 | this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
166 | this.variableGroupBox.Location = new System.Drawing.Point(0, 171);
|
---|
167 | this.variableGroupBox.Name = "variableGroupBox";
|
---|
168 | this.variableGroupBox.Size = new System.Drawing.Size(169, 477);
|
---|
169 | this.variableGroupBox.TabIndex = 1;
|
---|
170 | this.variableGroupBox.TabStop = false;
|
---|
171 | this.variableGroupBox.Text = "Variables";
|
---|
172 | //
|
---|
173 | // layoutGroupBox
|
---|
174 | //
|
---|
175 | this.layoutGroupBox.Controls.Add(this.columnsTextBox);
|
---|
176 | this.layoutGroupBox.Controls.Add(this.columnsLabel);
|
---|
177 | this.layoutGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
178 | this.layoutGroupBox.Location = new System.Drawing.Point(0, 126);
|
---|
179 | this.layoutGroupBox.Name = "layoutGroupBox";
|
---|
180 | this.layoutGroupBox.Size = new System.Drawing.Size(169, 45);
|
---|
181 | this.layoutGroupBox.TabIndex = 5;
|
---|
182 | this.layoutGroupBox.TabStop = false;
|
---|
183 | this.layoutGroupBox.Text = "Layout";
|
---|
184 | //
|
---|
185 | // columnsTextBox
|
---|
186 | //
|
---|
187 | this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
188 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
189 | this.columnsTextBox.Location = new System.Drawing.Point(66, 17);
|
---|
190 | this.columnsTextBox.Name = "columnsTextBox";
|
---|
191 | this.columnsTextBox.Size = new System.Drawing.Size(94, 20);
|
---|
192 | this.columnsTextBox.TabIndex = 1;
|
---|
193 | this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
|
---|
194 | this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
|
---|
195 | //
|
---|
196 | // columnsLabel
|
---|
197 | //
|
---|
198 | this.columnsLabel.AutoSize = true;
|
---|
199 | this.columnsLabel.Location = new System.Drawing.Point(7, 20);
|
---|
200 | this.columnsLabel.Name = "columnsLabel";
|
---|
201 | this.columnsLabel.Size = new System.Drawing.Size(50, 13);
|
---|
202 | this.columnsLabel.TabIndex = 0;
|
---|
203 | this.columnsLabel.Text = "Columns:";
|
---|
204 | //
|
---|
205 | // scrollPanel
|
---|
206 | //
|
---|
207 | this.scrollPanel.Controls.Add(this.gradientChartTableLayout);
|
---|
208 | this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
209 | this.scrollPanel.Location = new System.Drawing.Point(0, 0);
|
---|
210 | this.scrollPanel.Name = "scrollPanel";
|
---|
211 | this.scrollPanel.Size = new System.Drawing.Size(542, 648);
|
---|
212 | this.scrollPanel.TabIndex = 0;
|
---|
213 | //
|
---|
214 | // errorProvider
|
---|
215 | //
|
---|
216 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
217 | this.errorProvider.ContainerControl = this;
|
---|
218 | //
|
---|
219 | // RegressionSolutionTargetResponseGradientView
|
---|
220 | //
|
---|
221 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
222 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
223 | this.Controls.Add(this.configSplitContainer);
|
---|
224 | this.Name = "RegressionSolutionTargetResponseGradientView";
|
---|
225 | this.Size = new System.Drawing.Size(715, 648);
|
---|
226 | this.yAxisConfigGroupBox.ResumeLayout(false);
|
---|
227 | this.yAxisConfigGroupBox.PerformLayout();
|
---|
228 | this.densityGroupBox.ResumeLayout(false);
|
---|
229 | this.configSplitContainer.Panel1.ResumeLayout(false);
|
---|
230 | this.configSplitContainer.Panel2.ResumeLayout(false);
|
---|
231 | ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).EndInit();
|
---|
232 | this.configSplitContainer.ResumeLayout(false);
|
---|
233 | this.variableGroupBox.ResumeLayout(false);
|
---|
234 | this.layoutGroupBox.ResumeLayout(false);
|
---|
235 | this.layoutGroupBox.PerformLayout();
|
---|
236 | this.scrollPanel.ResumeLayout(false);
|
---|
237 | this.scrollPanel.PerformLayout();
|
---|
238 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
239 | this.ResumeLayout(false);
|
---|
240 |
|
---|
241 | }
|
---|
242 |
|
---|
243 | #endregion
|
---|
244 |
|
---|
245 | private System.Windows.Forms.ListView variableListView;
|
---|
246 | private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout;
|
---|
247 | private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
|
---|
248 | private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
|
---|
249 | private DoubleLimitView limitView;
|
---|
250 | private System.Windows.Forms.GroupBox densityGroupBox;
|
---|
251 | private System.Windows.Forms.ComboBox densityComboBox;
|
---|
252 | private System.Windows.Forms.SplitContainer configSplitContainer;
|
---|
253 | private System.Windows.Forms.GroupBox variableGroupBox;
|
---|
254 | private System.Windows.Forms.Panel scrollPanel;
|
---|
255 | private System.Windows.Forms.GroupBox layoutGroupBox;
|
---|
256 | private System.Windows.Forms.TextBox columnsTextBox;
|
---|
257 | private System.Windows.Forms.Label columnsLabel;
|
---|
258 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
259 | }
|
---|
260 | }
|
---|