Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/DensityTrackbar.Designer.cs @ 13850

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

#2597

  • Extracted DensityChart from DensityTrackbar.
  • Added DensityChart to RegressionSolutionTargetResponseView with different options (none/training/test/all).
  • Moved RegressionSolutionGradientView and RegressionSolutionTargetResponseView to subfolder.
File size: 6.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Algorithms.DataAnalysis.Views {
23  partial class DensityTrackbar {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.radioButton = new System.Windows.Forms.RadioButton();
48      this.trackBar = new System.Windows.Forms.TrackBar();
49      this.chart = new HeuristicLab.Problems.DataAnalysis.Views.DensityChart();
50      this.textBox = new System.Windows.Forms.TextBox();
51      this.groupBox = new System.Windows.Forms.GroupBox();
52      this.doubleLimitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
53      ((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
54      this.groupBox.SuspendLayout();
55      this.SuspendLayout();
56      //
57      // radioButton
58      //
59      this.radioButton.Location = new System.Drawing.Point(6, 11);
60      this.radioButton.Name = "radioButton";
61      this.radioButton.Size = new System.Drawing.Size(132, 17);
62      this.radioButton.TabIndex = 0;
63      this.radioButton.TabStop = true;
64      this.radioButton.Text = "<Name>";
65      this.radioButton.UseVisualStyleBackColor = true;
66      this.radioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
67      //
68      // trackBar
69      //
70      this.trackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
71            | System.Windows.Forms.AnchorStyles.Right)));
72      this.trackBar.BackColor = System.Drawing.Color.White;
73      this.trackBar.LargeChange = 100;
74      this.trackBar.Location = new System.Drawing.Point(144, 10);
75      this.trackBar.Maximum = 1000;
76      this.trackBar.Name = "trackBar";
77      this.trackBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
78      this.trackBar.Size = new System.Drawing.Size(371, 45);
79      this.trackBar.TabIndex = 1;
80      this.trackBar.TickFrequency = 100;
81      this.trackBar.Value = 500;
82      this.trackBar.ValueChanged += new System.EventHandler(this.trackBar_ValueChanged);
83      //
84      // chart
85      //
86      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
87            | System.Windows.Forms.AnchorStyles.Left)
88            | System.Windows.Forms.AnchorStyles.Right)));
89      this.chart.Location = new System.Drawing.Point(156, 35);
90      this.chart.Name = "chart";
91      this.chart.Size = new System.Drawing.Size(345, 20);
92      this.chart.TabIndex = 3;
93      //
94      // textBox
95      //
96      this.textBox.Location = new System.Drawing.Point(6, 35);
97      this.textBox.Name = "textBox";
98      this.textBox.ReadOnly = true;
99      this.textBox.Size = new System.Drawing.Size(132, 20);
100      this.textBox.TabIndex = 4;
101      //
102      // groupBox
103      //
104      this.groupBox.Controls.Add(this.radioButton);
105      this.groupBox.Controls.Add(this.doubleLimitView);
106      this.groupBox.Controls.Add(this.chart);
107      this.groupBox.Controls.Add(this.trackBar);
108      this.groupBox.Controls.Add(this.textBox);
109      this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
110      this.groupBox.Location = new System.Drawing.Point(0, 0);
111      this.groupBox.Name = "groupBox";
112      this.groupBox.Size = new System.Drawing.Size(678, 62);
113      this.groupBox.TabIndex = 5;
114      this.groupBox.TabStop = false;
115      //
116      // doubleLimitView
117      //
118      this.doubleLimitView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
119      this.doubleLimitView.Caption = "DoubleLimit View";
120      this.doubleLimitView.Content = null;
121      this.doubleLimitView.Location = new System.Drawing.Point(521, 10);
122      this.doubleLimitView.Name = "doubleLimitView";
123      this.doubleLimitView.ReadOnly = false;
124      this.doubleLimitView.Size = new System.Drawing.Size(151, 47);
125      this.doubleLimitView.TabIndex = 2;
126      //
127      // DensityTrackbar
128      //
129      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
130      this.Controls.Add(this.groupBox);
131      this.Name = "DensityTrackbar";
132      this.Size = new System.Drawing.Size(678, 62);
133      ((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
134      this.groupBox.ResumeLayout(false);
135      this.groupBox.PerformLayout();
136      this.ResumeLayout(false);
137
138    }
139
140    #endregion
141
142    private System.Windows.Forms.RadioButton radioButton;
143    private System.Windows.Forms.TrackBar trackBar;
144    private Problems.DataAnalysis.Views.DoubleLimitView doubleLimitView;
145    private HeuristicLab.Problems.DataAnalysis.Views.DensityChart chart;
146    private System.Windows.Forms.TextBox textBox;
147    private System.Windows.Forms.GroupBox groupBox;
148  }
149}
Note: See TracBrowser for help on using the repository browser.