Free cookie consent management tool by TermsFeed Policy Generator

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

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

implemented reviewer comments (ticket #970)

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