Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionTargetResponseGradientView.Designer.cs @ 14021

Last change on this file since 14021 was 14021, checked in by bburlacu, 8 years ago

#2597: Fixed some additional issues with the density charts (which are now turned on by default).

File size: 12.8 KB
Line 
1namespace 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.columnsTextBox = new System.Windows.Forms.TextBox();
34      this.columnsLabel = new System.Windows.Forms.Label();
35      this.densityComboBox = new System.Windows.Forms.ComboBox();
36      this.label1 = new System.Windows.Forms.Label();
37      this.configSplitContainer = new System.Windows.Forms.SplitContainer();
38      this.variableGroupBox = new System.Windows.Forms.GroupBox();
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.scrollPanel.SuspendLayout();
49      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
50      this.SuspendLayout();
51      //
52      // variableListView
53      //
54      this.variableListView.CheckBoxes = true;
55      this.variableListView.Dock = System.Windows.Forms.DockStyle.Fill;
56      this.variableListView.Location = new System.Drawing.Point(3, 16);
57      this.variableListView.Name = "variableListView";
58      this.variableListView.Size = new System.Drawing.Size(163, 478);
59      this.variableListView.TabIndex = 0;
60      this.variableListView.UseCompatibleStateImageBehavior = false;
61      this.variableListView.View = System.Windows.Forms.View.List;
62      this.variableListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.variableListView_ItemChecked);
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      this.automaticYAxisCheckBox.CheckedChanged += new System.EventHandler(this.automaticYAxisCheckBox_CheckedChanged);
113      //
114      // densityGroupBox
115      //
116      this.densityGroupBox.Controls.Add(this.columnsTextBox);
117      this.densityGroupBox.Controls.Add(this.columnsLabel);
118      this.densityGroupBox.Controls.Add(this.densityComboBox);
119      this.densityGroupBox.Controls.Add(this.label1);
120      this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
121      this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
122      this.densityGroupBox.Name = "densityGroupBox";
123      this.densityGroupBox.Size = new System.Drawing.Size(169, 74);
124      this.densityGroupBox.TabIndex = 3;
125      this.densityGroupBox.TabStop = false;
126      this.densityGroupBox.Text = "Settings";
127      //
128      // columnsTextBox
129      //
130      this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.columnsTextBox.Location = new System.Drawing.Point(66, 46);
133      this.columnsTextBox.Name = "columnsTextBox";
134      this.columnsTextBox.Size = new System.Drawing.Size(94, 20);
135      this.columnsTextBox.TabIndex = 1;
136      this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
137      this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
138      //
139      // columnsLabel
140      //
141      this.columnsLabel.AutoSize = true;
142      this.columnsLabel.Location = new System.Drawing.Point(7, 49);
143      this.columnsLabel.Name = "columnsLabel";
144      this.columnsLabel.Size = new System.Drawing.Size(50, 13);
145      this.columnsLabel.TabIndex = 0;
146      this.columnsLabel.Text = "Columns:";
147      //
148      // densityComboBox
149      //
150      this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
151            | System.Windows.Forms.AnchorStyles.Right)));
152      this.densityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
153      this.densityComboBox.FormattingEnabled = true;
154      this.densityComboBox.Items.AddRange(new object[] {
155            "None",
156            "Training",
157            "Test",
158            "All"});
159      this.densityComboBox.Location = new System.Drawing.Point(66, 19);
160      this.densityComboBox.Name = "densityComboBox";
161      this.densityComboBox.Size = new System.Drawing.Size(94, 21);
162      this.densityComboBox.TabIndex = 0;
163      this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
164      //
165      // label1
166      //
167      this.label1.AutoSize = true;
168      this.label1.Location = new System.Drawing.Point(7, 22);
169      this.label1.Name = "label1";
170      this.label1.Size = new System.Drawing.Size(45, 13);
171      this.label1.TabIndex = 0;
172      this.label1.Text = "Density:";
173      //
174      // configSplitContainer
175      //
176      this.configSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
177      this.configSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
178      this.configSplitContainer.Location = new System.Drawing.Point(0, 0);
179      this.configSplitContainer.Name = "configSplitContainer";
180      //
181      // configSplitContainer.Panel1
182      //
183      this.configSplitContainer.Panel1.Controls.Add(this.variableGroupBox);
184      this.configSplitContainer.Panel1.Controls.Add(this.densityGroupBox);
185      this.configSplitContainer.Panel1.Controls.Add(this.yAxisConfigGroupBox);
186      //
187      // configSplitContainer.Panel2
188      //
189      this.configSplitContainer.Panel2.Controls.Add(this.scrollPanel);
190      this.configSplitContainer.Size = new System.Drawing.Size(715, 648);
191      this.configSplitContainer.SplitterDistance = 169;
192      this.configSplitContainer.TabIndex = 0;
193      this.configSplitContainer.TabStop = false;
194      //
195      // variableGroupBox
196      //
197      this.variableGroupBox.Controls.Add(this.variableListView);
198      this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
199      this.variableGroupBox.Location = new System.Drawing.Point(0, 151);
200      this.variableGroupBox.Name = "variableGroupBox";
201      this.variableGroupBox.Size = new System.Drawing.Size(169, 497);
202      this.variableGroupBox.TabIndex = 1;
203      this.variableGroupBox.TabStop = false;
204      this.variableGroupBox.Text = "Variables";
205      //
206      // scrollPanel
207      //
208      this.scrollPanel.Controls.Add(this.gradientChartTableLayout);
209      this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
210      this.scrollPanel.Location = new System.Drawing.Point(0, 0);
211      this.scrollPanel.Name = "scrollPanel";
212      this.scrollPanel.Size = new System.Drawing.Size(542, 648);
213      this.scrollPanel.TabIndex = 0;
214      //
215      // errorProvider
216      //
217      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
218      this.errorProvider.ContainerControl = this;
219      //
220      // RegressionSolutionTargetResponseGradientView
221      //
222      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
223      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
224      this.Controls.Add(this.configSplitContainer);
225      this.Name = "RegressionSolutionTargetResponseGradientView";
226      this.Size = new System.Drawing.Size(715, 648);
227      this.yAxisConfigGroupBox.ResumeLayout(false);
228      this.yAxisConfigGroupBox.PerformLayout();
229      this.densityGroupBox.ResumeLayout(false);
230      this.densityGroupBox.PerformLayout();
231      this.configSplitContainer.Panel1.ResumeLayout(false);
232      this.configSplitContainer.Panel2.ResumeLayout(false);
233      ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).EndInit();
234      this.configSplitContainer.ResumeLayout(false);
235      this.variableGroupBox.ResumeLayout(false);
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.TextBox columnsTextBox;
256    private System.Windows.Forms.Label columnsLabel;
257    private System.Windows.Forms.ErrorProvider errorProvider;
258    private System.Windows.Forms.Label label1;
259  }
260}
Note: See TracBrowser for help on using the repository browser.