Free cookie consent management tool by TermsFeed Policy Generator

source: branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3/BubbleChartView.Designer.cs @ 12459

Last change on this file since 12459 was 12459, checked in by pfleck, 9 years ago

#2379 Added level/depth based selection for the datasource.
Updated sample.

File size: 13.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.Optimization.BubbleChart {
23  partial class BubbleChartView {
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 chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
50      this.yLabel = new System.Windows.Forms.Label();
51      this.xLabel = new System.Windows.Forms.Label();
52      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
53      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
54      this.xAxisComboBox = new System.Windows.Forms.ComboBox();
55      this.treeView = new System.Windows.Forms.TreeView();
56      this.childrenGroupBox = new System.Windows.Forms.GroupBox();
57      this.splitContainer = new System.Windows.Forms.SplitContainer();
58      this.sizeComboBox = new System.Windows.Forms.ComboBox();
59      this.sizeLabel = new System.Windows.Forms.Label();
60      this.sourceLabel = new System.Windows.Forms.Label();
61      this.levelNumericUpDown = new System.Windows.Forms.NumericUpDown();
62      this.includeChildrenCheckBox = new System.Windows.Forms.CheckBox();
63      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
64      this.childrenGroupBox.SuspendLayout();
65      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
66      this.splitContainer.Panel1.SuspendLayout();
67      this.splitContainer.Panel2.SuspendLayout();
68      this.splitContainer.SuspendLayout();
69      ((System.ComponentModel.ISupportInitialize)(this.levelNumericUpDown)).BeginInit();
70      this.SuspendLayout();
71      //
72      // yLabel
73      //
74      this.yLabel.AutoSize = true;
75      this.yLabel.Location = new System.Drawing.Point(305, 6);
76      this.yLabel.Name = "yLabel";
77      this.yLabel.Size = new System.Drawing.Size(15, 13);
78      this.yLabel.TabIndex = 0;
79      this.yLabel.Text = "y:";
80      //
81      // xLabel
82      //
83      this.xLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
84      this.xLabel.AutoSize = true;
85      this.xLabel.Location = new System.Drawing.Point(725, 713);
86      this.xLabel.Name = "xLabel";
87      this.xLabel.Size = new System.Drawing.Size(15, 13);
88      this.xLabel.TabIndex = 2;
89      this.xLabel.Text = "x:";
90      //
91      // chart
92      //
93      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
94            | System.Windows.Forms.AnchorStyles.Left)
95            | System.Windows.Forms.AnchorStyles.Right)));
96      chartArea2.Name = "ChartArea1";
97      this.chart.ChartAreas.Add(chartArea2);
98      this.chart.Location = new System.Drawing.Point(3, 3);
99      this.chart.Name = "chart";
100      series2.ChartArea = "ChartArea1";
101      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
102      series2.IsVisibleInLegend = false;
103      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
104      series2.Name = "Bubbles";
105      series2.YValuesPerPoint = 2;
106      this.chart.Series.Add(series2);
107      this.chart.Size = new System.Drawing.Size(880, 668);
108      this.chart.TabIndex = 7;
109      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
110      //
111      // yAxisComboBox
112      //
113      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
114      this.yAxisComboBox.FormattingEnabled = true;
115      this.yAxisComboBox.Location = new System.Drawing.Point(326, 3);
116      this.yAxisComboBox.Name = "yAxisComboBox";
117      this.yAxisComboBox.Size = new System.Drawing.Size(340, 21);
118      this.yAxisComboBox.TabIndex = 8;
119      this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
120      //
121      // xAxisComboBox
122      //
123      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
124      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
125      this.xAxisComboBox.FormattingEnabled = true;
126      this.xAxisComboBox.Location = new System.Drawing.Point(746, 710);
127      this.xAxisComboBox.Name = "xAxisComboBox";
128      this.xAxisComboBox.Size = new System.Drawing.Size(340, 21);
129      this.xAxisComboBox.TabIndex = 9;
130      this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
131      //
132      // treeView
133      //
134      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
135            | System.Windows.Forms.AnchorStyles.Left)
136            | System.Windows.Forms.AnchorStyles.Right)));
137      this.treeView.CheckBoxes = true;
138      this.treeView.Location = new System.Drawing.Point(6, 19);
139      this.treeView.Name = "treeView";
140      this.treeView.Size = new System.Drawing.Size(175, 643);
141      this.treeView.TabIndex = 10;
142      this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterCheck);
143      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
144      //
145      // childrenGroupBox
146      //
147      this.childrenGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
148            | System.Windows.Forms.AnchorStyles.Left)
149            | System.Windows.Forms.AnchorStyles.Right)));
150      this.childrenGroupBox.Controls.Add(this.treeView);
151      this.childrenGroupBox.Location = new System.Drawing.Point(3, 3);
152      this.childrenGroupBox.Name = "childrenGroupBox";
153      this.childrenGroupBox.Size = new System.Drawing.Size(187, 668);
154      this.childrenGroupBox.TabIndex = 11;
155      this.childrenGroupBox.TabStop = false;
156      this.childrenGroupBox.Text = "Children";
157      //
158      // splitContainer
159      //
160      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
161            | System.Windows.Forms.AnchorStyles.Left)
162            | System.Windows.Forms.AnchorStyles.Right)));
163      this.splitContainer.Location = new System.Drawing.Point(3, 30);
164      this.splitContainer.Name = "splitContainer";
165      //
166      // splitContainer.Panel1
167      //
168      this.splitContainer.Panel1.Controls.Add(this.childrenGroupBox);
169      //
170      // splitContainer.Panel2
171      //
172      this.splitContainer.Panel2.Controls.Add(this.chart);
173      this.splitContainer.Size = new System.Drawing.Size(1083, 674);
174      this.splitContainer.SplitterDistance = 193;
175      this.splitContainer.TabIndex = 12;
176      //
177      // sizeComboBox
178      //
179      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
180      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
181      this.sizeComboBox.FormattingEnabled = true;
182      this.sizeComboBox.Location = new System.Drawing.Point(806, 3);
183      this.sizeComboBox.Name = "sizeComboBox";
184      this.sizeComboBox.Size = new System.Drawing.Size(280, 21);
185      this.sizeComboBox.TabIndex = 13;
186      this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
187      //
188      // sizeLabel
189      //
190      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
191      this.sizeLabel.AutoSize = true;
192      this.sizeLabel.Location = new System.Drawing.Point(734, 6);
193      this.sizeLabel.Name = "sizeLabel";
194      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
195      this.sizeLabel.TabIndex = 14;
196      this.sizeLabel.Text = "Bubble Size:";
197      //
198      // sourceLabel
199      //
200      this.sourceLabel.AutoSize = true;
201      this.sourceLabel.Location = new System.Drawing.Point(3, 6);
202      this.sourceLabel.Name = "sourceLabel";
203      this.sourceLabel.Size = new System.Drawing.Size(36, 13);
204      this.sourceLabel.TabIndex = 15;
205      this.sourceLabel.Text = "Level:";
206      //
207      // levelNumericUpDown
208      //
209      this.levelNumericUpDown.Location = new System.Drawing.Point(45, 4);
210      this.levelNumericUpDown.Name = "levelNumericUpDown";
211      this.levelNumericUpDown.Size = new System.Drawing.Size(43, 20);
212      this.levelNumericUpDown.TabIndex = 16;
213      this.levelNumericUpDown.ValueChanged += new System.EventHandler(this.levelNumericUpDown_ValueChanged);
214      //
215      // includeChildrenCheckBox
216      //
217      this.includeChildrenCheckBox.AutoSize = true;
218      this.includeChildrenCheckBox.Location = new System.Drawing.Point(94, 4);
219      this.includeChildrenCheckBox.Name = "includeChildrenCheckBox";
220      this.includeChildrenCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
221      this.includeChildrenCheckBox.Size = new System.Drawing.Size(102, 17);
222      this.includeChildrenCheckBox.TabIndex = 17;
223      this.includeChildrenCheckBox.Text = "Include Children";
224      this.includeChildrenCheckBox.UseVisualStyleBackColor = true;
225      this.includeChildrenCheckBox.CheckedChanged += new System.EventHandler(this.includeChildrenCheckBox_CheckedChanged);
226      //
227      // BubbleChartView
228      //
229      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
230      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
231      this.BackColor = System.Drawing.SystemColors.Window;
232      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
233      this.Controls.Add(this.includeChildrenCheckBox);
234      this.Controls.Add(this.levelNumericUpDown);
235      this.Controls.Add(this.sourceLabel);
236      this.Controls.Add(this.sizeLabel);
237      this.Controls.Add(this.sizeComboBox);
238      this.Controls.Add(this.splitContainer);
239      this.Controls.Add(this.xAxisComboBox);
240      this.Controls.Add(this.xLabel);
241      this.Controls.Add(this.yLabel);
242      this.Controls.Add(this.yAxisComboBox);
243      this.Name = "BubbleChartView";
244      this.Size = new System.Drawing.Size(1089, 734);
245      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
246      this.childrenGroupBox.ResumeLayout(false);
247      this.splitContainer.Panel1.ResumeLayout(false);
248      this.splitContainer.Panel2.ResumeLayout(false);
249      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
250      this.splitContainer.ResumeLayout(false);
251      ((System.ComponentModel.ISupportInitialize)(this.levelNumericUpDown)).EndInit();
252      this.ResumeLayout(false);
253      this.PerformLayout();
254
255    }
256
257    #endregion
258
259    private System.Windows.Forms.Label yLabel;
260    private System.Windows.Forms.Label xLabel;
261    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
262    private System.Windows.Forms.ComboBox yAxisComboBox;
263    private System.Windows.Forms.ComboBox xAxisComboBox;
264    private System.Windows.Forms.TreeView treeView;
265    private System.Windows.Forms.GroupBox childrenGroupBox;
266    private System.Windows.Forms.SplitContainer splitContainer;
267    private System.Windows.Forms.ComboBox sizeComboBox;
268    private System.Windows.Forms.Label sizeLabel;
269    private System.Windows.Forms.Label sourceLabel;
270    private System.Windows.Forms.NumericUpDown levelNumericUpDown;
271    private System.Windows.Forms.CheckBox includeChildrenCheckBox;
272  }
273}
Note: See TracBrowser for help on using the repository browser.