Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2597: Fixed small issue with layout update when the number of columns was changed. Improved layout of the configuration panel. Made GradientView invisible as an item in the Solution View.

File size: 12.6 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      //
63      // gradientChartTableLayout
64      //
65      this.gradientChartTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
66            | System.Windows.Forms.AnchorStyles.Right)));
67      this.gradientChartTableLayout.AutoSize = true;
68      this.gradientChartTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
69      this.gradientChartTableLayout.ColumnCount = 1;
70      this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
71      this.gradientChartTableLayout.Location = new System.Drawing.Point(0, 0);
72      this.gradientChartTableLayout.Name = "gradientChartTableLayout";
73      this.gradientChartTableLayout.RowCount = 1;
74      this.gradientChartTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
75      this.gradientChartTableLayout.Size = new System.Drawing.Size(542, 0);
76      this.gradientChartTableLayout.TabIndex = 2;
77      //
78      // yAxisConfigGroupBox
79      //
80      this.yAxisConfigGroupBox.Controls.Add(this.limitView);
81      this.yAxisConfigGroupBox.Controls.Add(this.automaticYAxisCheckBox);
82      this.yAxisConfigGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
83      this.yAxisConfigGroupBox.Location = new System.Drawing.Point(0, 0);
84      this.yAxisConfigGroupBox.Name = "yAxisConfigGroupBox";
85      this.yAxisConfigGroupBox.Size = new System.Drawing.Size(169, 77);
86      this.yAxisConfigGroupBox.TabIndex = 2;
87      this.yAxisConfigGroupBox.TabStop = false;
88      this.yAxisConfigGroupBox.Text = "Y-Axis";
89      //
90      // limitView
91      //
92      this.limitView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
93            | System.Windows.Forms.AnchorStyles.Right)));
94      this.limitView.Caption = "DoubleLimit View";
95      this.limitView.Content = null;
96      this.limitView.Location = new System.Drawing.Point(6, 20);
97      this.limitView.Name = "limitView";
98      this.limitView.ReadOnly = false;
99      this.limitView.Size = new System.Drawing.Size(157, 47);
100      this.limitView.TabIndex = 1;
101      //
102      // automaticYAxisCheckBox
103      //
104      this.automaticYAxisCheckBox.AutoSize = true;
105      this.automaticYAxisCheckBox.Location = new System.Drawing.Point(49, -1);
106      this.automaticYAxisCheckBox.Name = "automaticYAxisCheckBox";
107      this.automaticYAxisCheckBox.Size = new System.Drawing.Size(73, 17);
108      this.automaticYAxisCheckBox.TabIndex = 0;
109      this.automaticYAxisCheckBox.Text = "Automatic";
110      this.automaticYAxisCheckBox.UseVisualStyleBackColor = true;
111      //
112      // densityGroupBox
113      //
114      this.densityGroupBox.Controls.Add(this.columnsTextBox);
115      this.densityGroupBox.Controls.Add(this.columnsLabel);
116      this.densityGroupBox.Controls.Add(this.densityComboBox);
117      this.densityGroupBox.Controls.Add(this.label1);
118      this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
119      this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
120      this.densityGroupBox.Name = "densityGroupBox";
121      this.densityGroupBox.Size = new System.Drawing.Size(169, 74);
122      this.densityGroupBox.TabIndex = 3;
123      this.densityGroupBox.TabStop = false;
124      this.densityGroupBox.Text = "Settings";
125      //
126      // columnsTextBox
127      //
128      this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
129            | System.Windows.Forms.AnchorStyles.Right)));
130      this.columnsTextBox.Location = new System.Drawing.Point(66, 46);
131      this.columnsTextBox.Name = "columnsTextBox";
132      this.columnsTextBox.Size = new System.Drawing.Size(94, 20);
133      this.columnsTextBox.TabIndex = 1;
134      this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
135      this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
136      //
137      // columnsLabel
138      //
139      this.columnsLabel.AutoSize = true;
140      this.columnsLabel.Location = new System.Drawing.Point(7, 49);
141      this.columnsLabel.Name = "columnsLabel";
142      this.columnsLabel.Size = new System.Drawing.Size(50, 13);
143      this.columnsLabel.TabIndex = 0;
144      this.columnsLabel.Text = "Columns:";
145      //
146      // densityComboBox
147      //
148      this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
149            | System.Windows.Forms.AnchorStyles.Right)));
150      this.densityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
151      this.densityComboBox.FormattingEnabled = true;
152      this.densityComboBox.Items.AddRange(new object[] {
153            "None",
154            "Training",
155            "Test",
156            "All"});
157      this.densityComboBox.Location = new System.Drawing.Point(66, 19);
158      this.densityComboBox.Name = "densityComboBox";
159      this.densityComboBox.Size = new System.Drawing.Size(94, 21);
160      this.densityComboBox.TabIndex = 0;
161      this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
162      //
163      // label1
164      //
165      this.label1.AutoSize = true;
166      this.label1.Location = new System.Drawing.Point(7, 22);
167      this.label1.Name = "label1";
168      this.label1.Size = new System.Drawing.Size(45, 13);
169      this.label1.TabIndex = 0;
170      this.label1.Text = "Density:";
171      //
172      // configSplitContainer
173      //
174      this.configSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
175      this.configSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
176      this.configSplitContainer.Location = new System.Drawing.Point(0, 0);
177      this.configSplitContainer.Name = "configSplitContainer";
178      //
179      // configSplitContainer.Panel1
180      //
181      this.configSplitContainer.Panel1.Controls.Add(this.variableGroupBox);
182      this.configSplitContainer.Panel1.Controls.Add(this.densityGroupBox);
183      this.configSplitContainer.Panel1.Controls.Add(this.yAxisConfigGroupBox);
184      //
185      // configSplitContainer.Panel2
186      //
187      this.configSplitContainer.Panel2.Controls.Add(this.scrollPanel);
188      this.configSplitContainer.Size = new System.Drawing.Size(715, 648);
189      this.configSplitContainer.SplitterDistance = 169;
190      this.configSplitContainer.TabIndex = 0;
191      this.configSplitContainer.TabStop = false;
192      //
193      // variableGroupBox
194      //
195      this.variableGroupBox.Controls.Add(this.variableListView);
196      this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
197      this.variableGroupBox.Location = new System.Drawing.Point(0, 151);
198      this.variableGroupBox.Name = "variableGroupBox";
199      this.variableGroupBox.Size = new System.Drawing.Size(169, 497);
200      this.variableGroupBox.TabIndex = 1;
201      this.variableGroupBox.TabStop = false;
202      this.variableGroupBox.Text = "Variables";
203      //
204      // scrollPanel
205      //
206      this.scrollPanel.Controls.Add(this.gradientChartTableLayout);
207      this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
208      this.scrollPanel.Location = new System.Drawing.Point(0, 0);
209      this.scrollPanel.Name = "scrollPanel";
210      this.scrollPanel.Size = new System.Drawing.Size(542, 648);
211      this.scrollPanel.TabIndex = 0;
212      //
213      // errorProvider
214      //
215      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
216      this.errorProvider.ContainerControl = this;
217      //
218      // RegressionSolutionTargetResponseGradientView
219      //
220      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
221      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
222      this.Controls.Add(this.configSplitContainer);
223      this.Name = "RegressionSolutionTargetResponseGradientView";
224      this.Size = new System.Drawing.Size(715, 648);
225      this.yAxisConfigGroupBox.ResumeLayout(false);
226      this.yAxisConfigGroupBox.PerformLayout();
227      this.densityGroupBox.ResumeLayout(false);
228      this.densityGroupBox.PerformLayout();
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.scrollPanel.ResumeLayout(false);
235      this.scrollPanel.PerformLayout();
236      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
237      this.ResumeLayout(false);
238
239    }
240
241    #endregion
242
243    private System.Windows.Forms.ListView variableListView;
244    private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout;
245    private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
246    private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
247    private DoubleLimitView limitView;
248    private System.Windows.Forms.GroupBox densityGroupBox;
249    private System.Windows.Forms.ComboBox densityComboBox;
250    private System.Windows.Forms.SplitContainer configSplitContainer;
251    private System.Windows.Forms.GroupBox variableGroupBox;
252    private System.Windows.Forms.Panel scrollPanel;
253    private System.Windows.Forms.TextBox columnsTextBox;
254    private System.Windows.Forms.Label columnsLabel;
255    private System.Windows.Forms.ErrorProvider errorProvider;
256    private System.Windows.Forms.Label label1;
257  }
258}
Note: See TracBrowser for help on using the repository browser.