Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2597

  • Added GradientChartConfigurationDialog to allow setup x/y axis and drawing steps.
  • Added "calculating pending"-icon only after 100ms to avoid flickering.
  • Fixed some small issues.
File size: 10.1 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.variableListView = new System.Windows.Forms.ListView();
27      this.gradientChartTableLayout = new System.Windows.Forms.TableLayoutPanel();
28      this.yAxisConfigGroupBox = new System.Windows.Forms.GroupBox();
29      this.limitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
30      this.automaticYAxisCheckBox = new System.Windows.Forms.CheckBox();
31      this.densityGroupBox = new System.Windows.Forms.GroupBox();
32      this.densityComboBox = new System.Windows.Forms.ComboBox();
33      this.configSplitContainer = new System.Windows.Forms.SplitContainer();
34      this.variableGroupBox = new System.Windows.Forms.GroupBox();
35      this.scrollPanel = new System.Windows.Forms.Panel();
36      this.yAxisConfigGroupBox.SuspendLayout();
37      this.densityGroupBox.SuspendLayout();
38      ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).BeginInit();
39      this.configSplitContainer.Panel1.SuspendLayout();
40      this.configSplitContainer.Panel2.SuspendLayout();
41      this.configSplitContainer.SuspendLayout();
42      this.variableGroupBox.SuspendLayout();
43      this.scrollPanel.SuspendLayout();
44      this.SuspendLayout();
45      //
46      // variableListView
47      //
48      this.variableListView.CheckBoxes = true;
49      this.variableListView.Dock = System.Windows.Forms.DockStyle.Fill;
50      this.variableListView.Location = new System.Drawing.Point(3, 16);
51      this.variableListView.Name = "variableListView";
52      this.variableListView.Size = new System.Drawing.Size(163, 503);
53      this.variableListView.TabIndex = 0;
54      this.variableListView.UseCompatibleStateImageBehavior = false;
55      this.variableListView.View = System.Windows.Forms.View.List;
56      //
57      // gradientChartTableLayout
58      //
59      this.gradientChartTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
60            | System.Windows.Forms.AnchorStyles.Right)));
61      this.gradientChartTableLayout.AutoSize = true;
62      this.gradientChartTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
63      this.gradientChartTableLayout.ColumnCount = 1;
64      this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
65      this.gradientChartTableLayout.Location = new System.Drawing.Point(0, 0);
66      this.gradientChartTableLayout.Name = "gradientChartTableLayout";
67      this.gradientChartTableLayout.RowCount = 1;
68      this.gradientChartTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
69      this.gradientChartTableLayout.Size = new System.Drawing.Size(542, 0);
70      this.gradientChartTableLayout.TabIndex = 2;
71      //
72      // yAxisConfigGroupBox
73      //
74      this.yAxisConfigGroupBox.Controls.Add(this.limitView);
75      this.yAxisConfigGroupBox.Controls.Add(this.automaticYAxisCheckBox);
76      this.yAxisConfigGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
77      this.yAxisConfigGroupBox.Location = new System.Drawing.Point(0, 0);
78      this.yAxisConfigGroupBox.Name = "yAxisConfigGroupBox";
79      this.yAxisConfigGroupBox.Size = new System.Drawing.Size(169, 77);
80      this.yAxisConfigGroupBox.TabIndex = 2;
81      this.yAxisConfigGroupBox.TabStop = false;
82      this.yAxisConfigGroupBox.Text = "Y-Axis";
83      //
84      // limitView
85      //
86      this.limitView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
87            | System.Windows.Forms.AnchorStyles.Right)));
88      this.limitView.Caption = "DoubleLimit View";
89      this.limitView.Content = null;
90      this.limitView.Location = new System.Drawing.Point(6, 20);
91      this.limitView.Name = "limitView";
92      this.limitView.ReadOnly = false;
93      this.limitView.Size = new System.Drawing.Size(157, 47);
94      this.limitView.TabIndex = 1;
95      //
96      // automaticYAxisCheckBox
97      //
98      this.automaticYAxisCheckBox.AutoSize = true;
99      this.automaticYAxisCheckBox.Location = new System.Drawing.Point(49, -1);
100      this.automaticYAxisCheckBox.Name = "automaticYAxisCheckBox";
101      this.automaticYAxisCheckBox.Size = new System.Drawing.Size(73, 17);
102      this.automaticYAxisCheckBox.TabIndex = 0;
103      this.automaticYAxisCheckBox.Text = "Automatic";
104      this.automaticYAxisCheckBox.UseVisualStyleBackColor = true;
105      //
106      // densityGroupBox
107      //
108      this.densityGroupBox.Controls.Add(this.densityComboBox);
109      this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
110      this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
111      this.densityGroupBox.Name = "densityGroupBox";
112      this.densityGroupBox.Size = new System.Drawing.Size(169, 49);
113      this.densityGroupBox.TabIndex = 3;
114      this.densityGroupBox.TabStop = false;
115      this.densityGroupBox.Text = "Density";
116      //
117      // densityComboBox
118      //
119      this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
120            | System.Windows.Forms.AnchorStyles.Right)));
121      this.densityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
122      this.densityComboBox.FormattingEnabled = true;
123      this.densityComboBox.Items.AddRange(new object[] {
124            "None",
125            "Training",
126            "Test",
127            "All"});
128      this.densityComboBox.Location = new System.Drawing.Point(6, 19);
129      this.densityComboBox.Name = "densityComboBox";
130      this.densityComboBox.Size = new System.Drawing.Size(157, 21);
131      this.densityComboBox.TabIndex = 0;
132      this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
133      //
134      // configSplitContainer
135      //
136      this.configSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
137      this.configSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
138      this.configSplitContainer.Location = new System.Drawing.Point(0, 0);
139      this.configSplitContainer.Name = "configSplitContainer";
140      //
141      // configSplitContainer.Panel1
142      //
143      this.configSplitContainer.Panel1.Controls.Add(this.variableGroupBox);
144      this.configSplitContainer.Panel1.Controls.Add(this.densityGroupBox);
145      this.configSplitContainer.Panel1.Controls.Add(this.yAxisConfigGroupBox);
146      //
147      // configSplitContainer.Panel2
148      //
149      this.configSplitContainer.Panel2.Controls.Add(this.scrollPanel);
150      this.configSplitContainer.Size = new System.Drawing.Size(715, 648);
151      this.configSplitContainer.SplitterDistance = 169;
152      this.configSplitContainer.TabIndex = 0;
153      //
154      // variableGroupBox
155      //
156      this.variableGroupBox.Controls.Add(this.variableListView);
157      this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
158      this.variableGroupBox.Location = new System.Drawing.Point(0, 126);
159      this.variableGroupBox.Name = "variableGroupBox";
160      this.variableGroupBox.Size = new System.Drawing.Size(169, 522);
161      this.variableGroupBox.TabIndex = 1;
162      this.variableGroupBox.TabStop = false;
163      this.variableGroupBox.Text = "Variables";
164      //
165      // scrollPanel
166      //
167      this.scrollPanel.Controls.Add(this.gradientChartTableLayout);
168      this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
169      this.scrollPanel.Location = new System.Drawing.Point(0, 0);
170      this.scrollPanel.Name = "scrollPanel";
171      this.scrollPanel.Size = new System.Drawing.Size(542, 648);
172      this.scrollPanel.TabIndex = 0;
173      //
174      // RegressionSolutionTargetResponseGradientView
175      //
176      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
177      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
178      this.Controls.Add(this.configSplitContainer);
179      this.Name = "RegressionSolutionTargetResponseGradientView";
180      this.Size = new System.Drawing.Size(715, 648);
181      this.yAxisConfigGroupBox.ResumeLayout(false);
182      this.yAxisConfigGroupBox.PerformLayout();
183      this.densityGroupBox.ResumeLayout(false);
184      this.configSplitContainer.Panel1.ResumeLayout(false);
185      this.configSplitContainer.Panel2.ResumeLayout(false);
186      ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).EndInit();
187      this.configSplitContainer.ResumeLayout(false);
188      this.variableGroupBox.ResumeLayout(false);
189      this.scrollPanel.ResumeLayout(false);
190      this.scrollPanel.PerformLayout();
191      this.ResumeLayout(false);
192
193    }
194
195    #endregion
196
197    private System.Windows.Forms.ListView variableListView;
198    private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout;
199    private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
200    private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
201    private DoubleLimitView limitView;
202    private System.Windows.Forms.GroupBox densityGroupBox;
203    private System.Windows.Forms.ComboBox densityComboBox;
204    private System.Windows.Forms.SplitContainer configSplitContainer;
205    private System.Windows.Forms.GroupBox variableGroupBox;
206    private System.Windows.Forms.Panel scrollPanel;
207  }
208}
Note: See TracBrowser for help on using the repository browser.