Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/DensityTrackbar.Designer.cs @ 13816

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

#2597:

  • Fixed typo in class/filename.
  • Added new control that shows density information adjacent to the trackbar.
File size: 7.8 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.components = new System.ComponentModel.Container();
48      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
50      this.radioButton = new System.Windows.Forms.RadioButton();
51      this.trackBar = new System.Windows.Forms.TrackBar();
52      this.doubleLimitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
53      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
54      this.textBox = new System.Windows.Forms.TextBox();
55      this.groupBox = new System.Windows.Forms.GroupBox();
56      ((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
57      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
58      this.groupBox.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // radioButton
62      //
63      this.radioButton.Location = new System.Drawing.Point(6, 11);
64      this.radioButton.Name = "radioButton";
65      this.radioButton.Size = new System.Drawing.Size(132, 17);
66      this.radioButton.TabIndex = 0;
67      this.radioButton.TabStop = true;
68      this.radioButton.Text = "<Name>";
69      this.radioButton.UseVisualStyleBackColor = true;
70      this.radioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
71      //
72      // trackBar
73      //
74      this.trackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.trackBar.BackColor = System.Drawing.Color.White;
77      this.trackBar.LargeChange = 100;
78      this.trackBar.Location = new System.Drawing.Point(144, 10);
79      this.trackBar.Maximum = 1000;
80      this.trackBar.Name = "trackBar";
81      this.trackBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
82      this.trackBar.Size = new System.Drawing.Size(193, 45);
83      this.trackBar.TabIndex = 1;
84      this.trackBar.TickFrequency = 100;
85      this.trackBar.Value = 500;
86      this.trackBar.ValueChanged += new System.EventHandler(this.trackBar_ValueChanged);
87      //
88      // doubleLimitView
89      //
90      this.doubleLimitView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
91      this.doubleLimitView.Caption = "DoubleLimit View";
92      this.doubleLimitView.Content = null;
93      this.doubleLimitView.Location = new System.Drawing.Point(343, 10);
94      this.doubleLimitView.Name = "doubleLimitView";
95      this.doubleLimitView.ReadOnly = false;
96      this.doubleLimitView.Size = new System.Drawing.Size(151, 47);
97      this.doubleLimitView.TabIndex = 2;
98      //
99      // chart
100      //
101      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
102            | System.Windows.Forms.AnchorStyles.Left)
103            | System.Windows.Forms.AnchorStyles.Right)));
104      this.chart.BorderlineColor = System.Drawing.Color.Transparent;
105      chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
106      chartArea1.AxisX.IsMarginVisible = false;
107      chartArea1.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
108      chartArea1.AxisY.IsMarginVisible = false;
109      chartArea1.AxisY.MajorTickMark.Enabled = false;
110      chartArea1.AxisY.Minimum = 0D;
111      chartArea1.BackColor = System.Drawing.Color.Transparent;
112      chartArea1.BorderColor = System.Drawing.Color.Transparent;
113      chartArea1.Name = "ChartArea1";
114      chartArea1.Position.Auto = false;
115      chartArea1.Position.Height = 100F;
116      chartArea1.Position.Width = 100F;
117      this.chart.ChartAreas.Add(chartArea1);
118      this.chart.Location = new System.Drawing.Point(157, 35);
119      this.chart.Name = "chart";
120      series1.ChartArea = "ChartArea1";
121      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StepLine;
122      series1.Name = "Default";
123      this.chart.Series.Add(series1);
124      this.chart.Size = new System.Drawing.Size(168, 20);
125      this.chart.TabIndex = 3;
126      this.chart.Text = "Density";
127      //
128      // textBox
129      //
130      this.textBox.Location = new System.Drawing.Point(6, 35);
131      this.textBox.Name = "textBox";
132      this.textBox.ReadOnly = true;
133      this.textBox.Size = new System.Drawing.Size(132, 20);
134      this.textBox.TabIndex = 4;
135      //
136      // groupBox
137      //
138      this.groupBox.Controls.Add(this.radioButton);
139      this.groupBox.Controls.Add(this.doubleLimitView);
140      this.groupBox.Controls.Add(this.chart);
141      this.groupBox.Controls.Add(this.trackBar);
142      this.groupBox.Controls.Add(this.textBox);
143      this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
144      this.groupBox.Location = new System.Drawing.Point(0, 0);
145      this.groupBox.Name = "groupBox";
146      this.groupBox.Size = new System.Drawing.Size(500, 62);
147      this.groupBox.TabIndex = 5;
148      this.groupBox.TabStop = false;
149      //
150      // DensityTrackbar
151      //
152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
153      this.Controls.Add(this.groupBox);
154      this.Name = "DensityTrackbar";
155      this.Size = new System.Drawing.Size(500, 62);
156      ((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
157      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
158      this.groupBox.ResumeLayout(false);
159      this.groupBox.PerformLayout();
160      this.ResumeLayout(false);
161
162    }
163
164    #endregion
165
166    private System.Windows.Forms.RadioButton radioButton;
167    private System.Windows.Forms.TrackBar trackBar;
168    private Problems.DataAnalysis.Views.DoubleLimitView doubleLimitView;
169    private Visualization.ChartControlsExtensions.EnhancedChart chart;
170    private System.Windows.Forms.TextBox textBox;
171    private System.Windows.Forms.GroupBox groupBox;
172  }
173}
Note: See TracBrowser for help on using the repository browser.