Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs @ 3349

Last change on this file since 3349 was 3349, checked in by mkommend, 14 years ago

added prototype of RunCollectionBubbleChartView (ticket #970)

File size: 13.6 KB
Line 
1namespace HeuristicLab.Optimization.Views {
2  partial class RunCollectionBubbleChartView {
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      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
27      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
28      this.yJitterLabel = new System.Windows.Forms.Label();
29      this.xJitterlabel = new System.Windows.Forms.Label();
30      this.xTrackBar = new System.Windows.Forms.TrackBar();
31      this.xAxisLabel = new System.Windows.Forms.Label();
32      this.xAxisComboBox = new System.Windows.Forms.ComboBox();
33      this.yAxisLabel = new System.Windows.Forms.Label();
34      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
35      this.yTrackBar = new System.Windows.Forms.TrackBar();
36      this.sizeComboBox = new System.Windows.Forms.ComboBox();
37      this.sizeLabel = new System.Windows.Forms.Label();
38      this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
39      this.zoomButton = new System.Windows.Forms.RadioButton();
40      this.selectButton = new System.Windows.Forms.RadioButton();
41      this.radioButtonGroup = new System.Windows.Forms.GroupBox();
42      this.colorButton = new System.Windows.Forms.Button();
43      this.colorDialog = new System.Windows.Forms.ColorDialog();
44      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
45      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
46      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
47      this.radioButtonGroup.SuspendLayout();
48      this.SuspendLayout();
49      //
50      // yJitterLabel
51      //
52      this.yJitterLabel.AutoSize = true;
53      this.yJitterLabel.BackColor = System.Drawing.SystemColors.Control;
54      this.yJitterLabel.Location = new System.Drawing.Point(257, 6);
55      this.yJitterLabel.Name = "yJitterLabel";
56      this.yJitterLabel.Size = new System.Drawing.Size(29, 13);
57      this.yJitterLabel.TabIndex = 13;
58      this.yJitterLabel.Text = "jitter:";
59      //
60      // xJitterlabel
61      //
62      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
63      this.xJitterlabel.AutoSize = true;
64      this.xJitterlabel.BackColor = System.Drawing.SystemColors.Control;
65      this.xJitterlabel.Location = new System.Drawing.Point(461, 309);
66      this.xJitterlabel.Name = "xJitterlabel";
67      this.xJitterlabel.Size = new System.Drawing.Size(29, 13);
68      this.xJitterlabel.TabIndex = 12;
69      this.xJitterlabel.Text = "jitter:";
70      //
71      // xTrackBar
72      //
73      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
74      this.xTrackBar.BackColor = System.Drawing.SystemColors.Control;
75      this.xTrackBar.Location = new System.Drawing.Point(496, 306);
76      this.xTrackBar.Maximum = 100;
77      this.xTrackBar.Name = "xTrackBar";
78      this.xTrackBar.Size = new System.Drawing.Size(64, 45);
79      this.xTrackBar.TabIndex = 11;
80      this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
81      //
82      // xAxisLabel
83      //
84      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
85      this.xAxisLabel.AutoSize = true;
86      this.xAxisLabel.BackColor = System.Drawing.SystemColors.Control;
87      this.xAxisLabel.Location = new System.Drawing.Point(213, 309);
88      this.xAxisLabel.Name = "xAxisLabel";
89      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
90      this.xAxisLabel.TabIndex = 8;
91      this.xAxisLabel.Text = "x:";
92      //
93      // xAxisComboBox
94      //
95      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
96      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
97      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
98      this.xAxisComboBox.FormattingEnabled = true;
99      this.xAxisComboBox.Location = new System.Drawing.Point(234, 307);
100      this.xAxisComboBox.Name = "xAxisComboBox";
101      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
102      this.xAxisComboBox.TabIndex = 7;
103      this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
104      //
105      // yAxisLabel
106      //
107      this.yAxisLabel.AutoSize = true;
108      this.yAxisLabel.BackColor = System.Drawing.SystemColors.Control;
109      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
110      this.yAxisLabel.Name = "yAxisLabel";
111      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
112      this.yAxisLabel.TabIndex = 6;
113      this.yAxisLabel.Text = "y:";
114      //
115      // yAxisComboBox
116      //
117      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
118      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
119      this.yAxisComboBox.FormattingEnabled = true;
120      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
121      this.yAxisComboBox.Name = "yAxisComboBox";
122      this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
123      this.yAxisComboBox.TabIndex = 5;
124      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
125      //
126      // yTrackBar
127      //
128      this.yTrackBar.BackColor = System.Drawing.SystemColors.Control;
129      this.yTrackBar.Location = new System.Drawing.Point(292, 3);
130      this.yTrackBar.Maximum = 100;
131      this.yTrackBar.Name = "yTrackBar";
132      this.yTrackBar.Size = new System.Drawing.Size(59, 45);
133      this.yTrackBar.TabIndex = 10;
134      this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
135      //
136      // sizeComboBox
137      //
138      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
139      this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
140      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
141      this.sizeComboBox.FormattingEnabled = true;
142      this.sizeComboBox.Location = new System.Drawing.Point(441, 3);
143      this.sizeComboBox.Name = "sizeComboBox";
144      this.sizeComboBox.Size = new System.Drawing.Size(121, 21);
145      this.sizeComboBox.TabIndex = 14;
146      //
147      // sizeLabel
148      //
149      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
150      this.sizeLabel.AutoSize = true;
151      this.sizeLabel.BackColor = System.Drawing.SystemColors.Control;
152      this.sizeLabel.Location = new System.Drawing.Point(371, 6);
153      this.sizeLabel.Name = "sizeLabel";
154      this.sizeLabel.Size = new System.Drawing.Size(64, 13);
155      this.sizeLabel.TabIndex = 15;
156      this.sizeLabel.Text = "Bubble size:";
157      //
158      // chart
159      //
160      this.chart.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      chartArea1.Name = "ChartArea1";
164      this.chart.ChartAreas.Add(chartArea1);
165      this.chart.Location = new System.Drawing.Point(6, 30);
166      this.chart.Name = "chart";
167      series1.ChartArea = "ChartArea1";
168      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
169      series1.CustomProperties = "BubbleMaxSize=0";
170      series1.IsVisibleInLegend = false;
171      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
172      series1.Name = "Bubbles";
173      series1.YValuesPerPoint = 2;
174      this.chart.Series.Add(series1);
175      this.chart.Size = new System.Drawing.Size(556, 263);
176      this.chart.TabIndex = 16;
177      this.chart.Text = "chart1";
178      //
179      // zoomButton
180      //
181      this.zoomButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
182      this.zoomButton.AutoSize = true;
183      this.zoomButton.Checked = true;
184      this.zoomButton.Location = new System.Drawing.Point(6, 10);
185      this.zoomButton.Name = "zoomButton";
186      this.zoomButton.Size = new System.Drawing.Size(52, 17);
187      this.zoomButton.TabIndex = 17;
188      this.zoomButton.TabStop = true;
189      this.zoomButton.Text = "Zoom";
190      this.zoomButton.UseVisualStyleBackColor = true;
191      //
192      // selectButton
193      //
194      this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
195      this.selectButton.AutoSize = true;
196      this.selectButton.Location = new System.Drawing.Point(64, 9);
197      this.selectButton.Name = "selectButton";
198      this.selectButton.Size = new System.Drawing.Size(55, 17);
199      this.selectButton.TabIndex = 18;
200      this.selectButton.Text = "Select";
201      this.selectButton.UseVisualStyleBackColor = true;
202      //
203      // radioButtonGroup
204      //
205      this.radioButtonGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
206      this.radioButtonGroup.Controls.Add(this.zoomButton);
207      this.radioButtonGroup.Controls.Add(this.selectButton);
208      this.radioButtonGroup.Location = new System.Drawing.Point(6, 299);
209      this.radioButtonGroup.Name = "radioButtonGroup";
210      this.radioButtonGroup.Size = new System.Drawing.Size(135, 32);
211      this.radioButtonGroup.TabIndex = 19;
212      this.radioButtonGroup.TabStop = false;
213      //
214      // colorButton
215      //
216      this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
217      this.colorButton.Enabled = false;
218      this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
219      this.colorButton.Location = new System.Drawing.Point(144, 306);
220      this.colorButton.Name = "colorButton";
221      this.colorButton.Size = new System.Drawing.Size(64, 23);
222      this.colorButton.TabIndex = 20;
223      this.colorButton.Text = "Color";
224      this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
225      this.colorButton.UseVisualStyleBackColor = true;
226      //
227      // colorDialog
228      //
229      this.colorDialog.FullOpen = true;
230      //
231      // RunCollectionBubbleChartView
232      //
233      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
234      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
235      this.Controls.Add(this.colorButton);
236      this.Controls.Add(this.radioButtonGroup);
237      this.Controls.Add(this.chart);
238      this.Controls.Add(this.sizeLabel);
239      this.Controls.Add(this.sizeComboBox);
240      this.Controls.Add(this.yJitterLabel);
241      this.Controls.Add(this.xJitterlabel);
242      this.Controls.Add(this.xTrackBar);
243      this.Controls.Add(this.xAxisLabel);
244      this.Controls.Add(this.xAxisComboBox);
245      this.Controls.Add(this.yAxisLabel);
246      this.Controls.Add(this.yAxisComboBox);
247      this.Controls.Add(this.yTrackBar);
248      this.Name = "RunCollectionBubbleChartView";
249      this.Size = new System.Drawing.Size(567, 334);
250      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
251      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
252      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
253      this.radioButtonGroup.ResumeLayout(false);
254      this.radioButtonGroup.PerformLayout();
255      this.ResumeLayout(false);
256      this.PerformLayout();
257
258    }
259
260    #endregion
261
262    private System.Windows.Forms.Label xAxisLabel;
263    private System.Windows.Forms.ComboBox xAxisComboBox;
264    private System.Windows.Forms.Label yAxisLabel;
265    private System.Windows.Forms.ComboBox yAxisComboBox;
266    private System.Windows.Forms.TrackBar yTrackBar;
267    private System.Windows.Forms.TrackBar xTrackBar;
268    private System.Windows.Forms.Label xJitterlabel;
269    private System.Windows.Forms.Label yJitterLabel;
270    private System.Windows.Forms.ComboBox sizeComboBox;
271    private System.Windows.Forms.Label sizeLabel;
272    private System.Windows.Forms.DataVisualization.Charting.Chart chart;
273    private System.Windows.Forms.RadioButton zoomButton;
274    private System.Windows.Forms.RadioButton selectButton;
275    private System.Windows.Forms.GroupBox radioButtonGroup;
276    private System.Windows.Forms.Button colorButton;
277    private System.Windows.Forms.ColorDialog colorDialog;
278  }
279}
Note: See TracBrowser for help on using the repository browser.