Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14089 was 14089, checked in by pfleck, 8 years ago

#2597

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