Free cookie consent management tool by TermsFeed Policy Generator

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

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

corrected background of RunCollectionBubbleChartView (ticket #970)

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