Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2597: Improved drag & drop support for all charts. Added configuration option to adjust the number of columns in the view. Fixed bug where attempting to set row & column style would result in an exception. Fixed boundaries of the vertical annotation line in the GradientChart.

File size: 12.5 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.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.Location = new System.Drawing.Point(66, 17);
188      this.columnsTextBox.Name = "columnsTextBox";
189      this.columnsTextBox.Size = new System.Drawing.Size(94, 20);
190      this.columnsTextBox.TabIndex = 1;
191      this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
192      this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
193      //
194      // columnsLabel
195      //
196      this.columnsLabel.AutoSize = true;
197      this.columnsLabel.Location = new System.Drawing.Point(7, 20);
198      this.columnsLabel.Name = "columnsLabel";
199      this.columnsLabel.Size = new System.Drawing.Size(50, 13);
200      this.columnsLabel.TabIndex = 0;
201      this.columnsLabel.Text = "Columns:";
202      //
203      // scrollPanel
204      //
205      this.scrollPanel.Controls.Add(this.gradientChartTableLayout);
206      this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
207      this.scrollPanel.Location = new System.Drawing.Point(0, 0);
208      this.scrollPanel.Name = "scrollPanel";
209      this.scrollPanel.Size = new System.Drawing.Size(542, 648);
210      this.scrollPanel.TabIndex = 0;
211      //
212      // errorProvider
213      //
214      this.errorProvider.ContainerControl = this;
215      //
216      // RegressionSolutionTargetResponseGradientView
217      //
218      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
219      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
220      this.Controls.Add(this.configSplitContainer);
221      this.Name = "RegressionSolutionTargetResponseGradientView";
222      this.Size = new System.Drawing.Size(715, 648);
223      this.yAxisConfigGroupBox.ResumeLayout(false);
224      this.yAxisConfigGroupBox.PerformLayout();
225      this.densityGroupBox.ResumeLayout(false);
226      this.configSplitContainer.Panel1.ResumeLayout(false);
227      this.configSplitContainer.Panel2.ResumeLayout(false);
228      ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).EndInit();
229      this.configSplitContainer.ResumeLayout(false);
230      this.variableGroupBox.ResumeLayout(false);
231      this.layoutGroupBox.ResumeLayout(false);
232      this.layoutGroupBox.PerformLayout();
233      this.scrollPanel.ResumeLayout(false);
234      this.scrollPanel.PerformLayout();
235      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
236      this.ResumeLayout(false);
237
238    }
239
240    #endregion
241
242    private System.Windows.Forms.ListView variableListView;
243    private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout;
244    private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
245    private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
246    private DoubleLimitView limitView;
247    private System.Windows.Forms.GroupBox densityGroupBox;
248    private System.Windows.Forms.ComboBox densityComboBox;
249    private System.Windows.Forms.SplitContainer configSplitContainer;
250    private System.Windows.Forms.GroupBox variableGroupBox;
251    private System.Windows.Forms.Panel scrollPanel;
252    private System.Windows.Forms.GroupBox layoutGroupBox;
253    private System.Windows.Forms.TextBox columnsTextBox;
254    private System.Windows.Forms.Label columnsLabel;
255    private System.Windows.Forms.ErrorProvider errorProvider;
256  }
257}
Note: See TracBrowser for help on using the repository browser.