Changeset 9477
- Timestamp:
- 05/09/13 22:22:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs
r9474 r9477 48 48 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); 49 49 System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); 50 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBubbleChartView)); 50 51 this.yJitterLabel = new System.Windows.Forms.Label(); 51 52 this.xJitterlabel = new System.Windows.Forms.Label(); … … 71 72 this.transparencyTrackBar = new System.Windows.Forms.TrackBar(); 72 73 this.hideRunsButton = new System.Windows.Forms.Button(); 74 this.colorDialogButton = new System.Windows.Forms.Button(); 73 75 this.noRunsLabel = new System.Windows.Forms.Label(); 74 76 this.sizeTrackBar = new System.Windows.Forms.TrackBar(); … … 77 79 this.unhideAllRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 78 80 this.colorResetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 79 this.colorDialogButton = new System.Windows.Forms.Button();80 81 ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit(); 81 82 ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit(); … … 89 90 // 90 91 this.yJitterLabel.AutoSize = true; 91 this.yJitterLabel.Location = new System.Drawing.Point( 278, 6);92 this.yJitterLabel.Location = new System.Drawing.Point(457, 6); 92 93 this.yJitterLabel.Name = "yJitterLabel"; 93 94 this.yJitterLabel.Size = new System.Drawing.Size(32, 13); … … 99 100 this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 100 101 this.xJitterlabel.AutoSize = true; 101 this.xJitterlabel.Location = new System.Drawing.Point( 749, 472);102 this.xJitterlabel.Location = new System.Drawing.Point(893, 719); 102 103 this.xJitterlabel.Name = "xJitterlabel"; 103 104 this.xJitterlabel.Size = new System.Drawing.Size(32, 13); … … 109 110 this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 110 111 this.xTrackBar.Enabled = false; 111 this.xTrackBar.Location = new System.Drawing.Point( 787, 469);112 this.xTrackBar.Location = new System.Drawing.Point(919, 715); 112 113 this.xTrackBar.Maximum = 100; 113 114 this.xTrackBar.Name = "xTrackBar"; … … 121 122 this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 122 123 this.xAxisLabel.AutoSize = true; 123 this.xAxisLabel.Location = new System.Drawing.Point(4 71, 472);124 this.xAxisLabel.Location = new System.Drawing.Point(439, 719); 124 125 this.xAxisLabel.Name = "xAxisLabel"; 125 126 this.xAxisLabel.Size = new System.Drawing.Size(15, 13); … … 131 132 this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 132 133 this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 133 this.xAxisComboBox.DropDownHeight = 400;134 134 this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 135 this.xAxisComboBox.DropDownWidth = 800;135 this.xAxisComboBox.DropDownWidth = 500; 136 136 this.xAxisComboBox.FormattingEnabled = true; 137 this.xAxisComboBox.IntegralHeight = false; 138 this.xAxisComboBox.Location = new System.Drawing.Point(492, 469); 137 this.xAxisComboBox.Location = new System.Drawing.Point(460, 715); 139 138 this.xAxisComboBox.Name = "xAxisComboBox"; 140 this.xAxisComboBox.Size = new System.Drawing.Size( 221, 21);139 this.xAxisComboBox.Size = new System.Drawing.Size(400, 21); 141 140 this.xAxisComboBox.TabIndex = 7; 142 141 this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged); … … 154 153 // 155 154 this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 156 this.yAxisComboBox.DropDownHeight = 400;157 155 this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 158 156 this.yAxisComboBox.DropDownWidth = 800; 159 157 this.yAxisComboBox.FormattingEnabled = true; 160 this.yAxisComboBox.IntegralHeight = false;161 158 this.yAxisComboBox.Location = new System.Drawing.Point(24, 3); 162 159 this.yAxisComboBox.Name = "yAxisComboBox"; 163 this.yAxisComboBox.Size = new System.Drawing.Size( 221, 21);160 this.yAxisComboBox.Size = new System.Drawing.Size(400, 21); 164 161 this.yAxisComboBox.TabIndex = 5; 165 162 this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged); … … 168 165 // 169 166 this.yTrackBar.Enabled = false; 170 this.yTrackBar.Location = new System.Drawing.Point( 312, 3);167 this.yTrackBar.Location = new System.Drawing.Point(483, 3); 171 168 this.yTrackBar.Maximum = 100; 172 169 this.yTrackBar.Name = "yTrackBar"; … … 180 177 this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 181 178 this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 182 this.sizeComboBox.DropDownHeight = 400;183 179 this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 184 this.sizeComboBox.DropDownWidth = 800;180 this.sizeComboBox.DropDownWidth = 400; 185 181 this.sizeComboBox.FormattingEnabled = true; 186 this.sizeComboBox.IntegralHeight = false; 187 this.sizeComboBox.Location = new System.Drawing.Point(560, 4); 182 this.sizeComboBox.Location = new System.Drawing.Point(613, 3); 188 183 this.sizeComboBox.Name = "sizeComboBox"; 189 this.sizeComboBox.Size = new System.Drawing.Size( 221, 21);184 this.sizeComboBox.Size = new System.Drawing.Size(300, 21); 190 185 this.sizeComboBox.TabIndex = 14; 191 186 this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged); … … 195 190 this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 196 191 this.sizeLabel.AutoSize = true; 197 this.sizeLabel.Location = new System.Drawing.Point( 489, 7);192 this.sizeLabel.Location = new System.Drawing.Point(541, 6); 198 193 this.sizeLabel.Name = "sizeLabel"; 199 194 this.sizeLabel.Size = new System.Drawing.Size(66, 13); … … 203 198 // chart 204 199 // 205 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 206 | System.Windows.Forms.AnchorStyles.Left) 200 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 201 | System.Windows.Forms.AnchorStyles.Left) 207 202 | System.Windows.Forms.AnchorStyles.Right))); 208 203 chartArea1.Name = "ChartArea1"; 209 204 this.chart.ChartAreas.Add(chartArea1); 210 this.chart.Location = new System.Drawing.Point( 6, 30);205 this.chart.Location = new System.Drawing.Point(-1, 30); 211 206 this.chart.Name = "chart"; 212 207 series1.ChartArea = "ChartArea1"; … … 217 212 series1.YValuesPerPoint = 2; 218 213 this.chart.Series.Add(series1); 219 this.chart.Size = new System.Drawing.Size( 843, 425);214 this.chart.Size = new System.Drawing.Size(988, 681); 220 215 this.chart.TabIndex = 16; 221 216 this.chart.Text = "chart"; … … 244 239 this.zoomButton.AutoSize = true; 245 240 this.zoomButton.Checked = true; 246 this.zoomButton.Location = new System.Drawing.Point(6, 1 0);241 this.zoomButton.Location = new System.Drawing.Point(6, 11); 247 242 this.zoomButton.Name = "zoomButton"; 248 243 this.zoomButton.Size = new System.Drawing.Size(52, 17); … … 257 252 this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 258 253 this.selectButton.AutoSize = true; 259 this.selectButton.Location = new System.Drawing.Point(6 4, 9);254 this.selectButton.Location = new System.Drawing.Point(61, 11); 260 255 this.selectButton.Name = "selectButton"; 261 256 this.selectButton.Size = new System.Drawing.Size(55, 17); … … 269 264 this.radioButtonGroup.Controls.Add(this.zoomButton); 270 265 this.radioButtonGroup.Controls.Add(this.selectButton); 271 this.radioButtonGroup.Location = new System.Drawing.Point( 2, 461);266 this.radioButtonGroup.Location = new System.Drawing.Point(3, 704); 272 267 this.radioButtonGroup.Name = "radioButtonGroup"; 273 268 this.radioButtonGroup.Size = new System.Drawing.Size(122, 32); … … 280 275 this.colorRunsButton.Enabled = false; 281 276 this.colorRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 282 this.colorRunsButton.Location = new System.Drawing.Point(13 0, 469);277 this.colorRunsButton.Location = new System.Drawing.Point(131, 713); 283 278 this.colorRunsButton.Name = "colorRunsButton"; 284 279 this.colorRunsButton.Size = new System.Drawing.Size(21, 21); … … 298 293 this.colorXAxisButton.Enabled = false; 299 294 this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical; 300 this.colorXAxisButton.Location = new System.Drawing.Point( 719, 469);295 this.colorXAxisButton.Location = new System.Drawing.Point(866, 715); 301 296 this.colorXAxisButton.Name = "colorXAxisButton"; 302 297 this.colorXAxisButton.Size = new System.Drawing.Size(21, 21); … … 310 305 this.colorYAxisButton.Enabled = false; 311 306 this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor; 312 this.colorYAxisButton.Location = new System.Drawing.Point( 251, 3);307 this.colorYAxisButton.Location = new System.Drawing.Point(430, 3); 313 308 this.colorYAxisButton.Name = "colorYAxisButton"; 314 309 this.colorYAxisButton.Size = new System.Drawing.Size(21, 21); … … 322 317 this.transparencyTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 323 318 this.transparencyTrackBar.LargeChange = 16; 324 this.transparencyTrackBar.Location = new System.Drawing.Point(3 59, 470);319 this.transparencyTrackBar.Location = new System.Drawing.Point(302, 715); 325 320 this.transparencyTrackBar.Maximum = 254; 326 321 this.transparencyTrackBar.Name = "transparencyTrackBar"; … … 336 331 this.hideRunsButton.Enabled = false; 337 332 this.hideRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 338 this.hideRunsButton.Location = new System.Drawing.Point(17 7, 469);333 this.hideRunsButton.Location = new System.Drawing.Point(172, 713); 339 334 this.hideRunsButton.Name = "hideRunsButton"; 340 335 this.hideRunsButton.Size = new System.Drawing.Size(43, 21); … … 345 340 this.hideRunsButton.Click += new System.EventHandler(this.hideRunsButton_Click); 346 341 // 342 // colorDialogButton 343 // 344 this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 345 this.colorDialogButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 346 this.colorDialogButton.Enabled = false; 347 this.colorDialogButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 348 this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 349 this.colorDialogButton.Location = new System.Drawing.Point(152, 713); 350 this.colorDialogButton.Name = "colorDialogButton"; 351 this.colorDialogButton.Size = new System.Drawing.Size(14, 21); 352 this.colorDialogButton.TabIndex = 25; 353 this.colorDialogButton.Text = "v"; 354 this.tooltip.SetToolTip(this.colorDialogButton, "Choose color"); 355 this.colorDialogButton.UseVisualStyleBackColor = true; 356 this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click); 357 // 347 358 // noRunsLabel 348 359 // 349 360 this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None; 350 361 this.noRunsLabel.AutoSize = true; 351 this.noRunsLabel.Location = new System.Drawing.Point( 366, 228);362 this.noRunsLabel.Location = new System.Drawing.Point(432, 350); 352 363 this.noRunsLabel.Name = "noRunsLabel"; 353 364 this.noRunsLabel.Size = new System.Drawing.Size(138, 13); … … 358 369 // 359 370 this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 360 this.sizeTrackBar.Location = new System.Drawing.Point( 787, 3);371 this.sizeTrackBar.Location = new System.Drawing.Point(919, 3); 361 372 this.sizeTrackBar.Maximum = 20; 362 373 this.sizeTrackBar.Minimum = -20; … … 379 390 this.transparencyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 380 391 this.transparencyLabel.AutoSize = true; 381 this.transparencyLabel.Location = new System.Drawing.Point(2 78, 475);392 this.transparencyLabel.Location = new System.Drawing.Point(233, 717); 382 393 this.transparencyLabel.Name = "transparencyLabel"; 383 394 this.transparencyLabel.Size = new System.Drawing.Size(75, 13); … … 399 410 this.colorResetToolStripMenuItem.Click += new System.EventHandler(this.colorResetToolStripMenuItem_Click); 400 411 // 401 // colorDialogButton402 //403 this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));404 this.colorDialogButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;405 this.colorDialogButton.Enabled = false;406 this.colorDialogButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));407 this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;408 this.colorDialogButton.Location = new System.Drawing.Point(150, 469);409 this.colorDialogButton.Name = "colorDialogButton";410 this.colorDialogButton.Size = new System.Drawing.Size(14, 21);411 this.colorDialogButton.TabIndex = 25;412 this.colorDialogButton.Text = "v";413 this.tooltip.SetToolTip(this.colorDialogButton, "Choose color");414 this.colorDialogButton.UseVisualStyleBackColor = true;415 this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);416 //417 412 // RunCollectionBubbleChartView 418 413 // … … 421 416 this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 422 417 this.Controls.Add(this.hideRunsButton); 423 this.Controls.Add(this.transparencyTrackBar);424 418 this.Controls.Add(this.sizeTrackBar); 425 419 this.Controls.Add(this.colorYAxisButton); … … 428 422 this.Controls.Add(this.colorRunsButton); 429 423 this.Controls.Add(this.radioButtonGroup); 430 this.Controls.Add(this.sizeLabel);431 this.Controls.Add(this.sizeComboBox);432 424 this.Controls.Add(this.yJitterLabel); 433 425 this.Controls.Add(this.transparencyLabel); … … 441 433 this.Controls.Add(this.colorDialogButton); 442 434 this.Controls.Add(this.chart); 435 this.Controls.Add(this.transparencyTrackBar); 436 this.Controls.Add(this.sizeLabel); 437 this.Controls.Add(this.sizeComboBox); 443 438 this.Name = "RunCollectionBubbleChartView"; 444 this.Size = new System.Drawing.Size( 854, 496);439 this.Size = new System.Drawing.Size(986, 741); 445 440 ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit(); 446 441 ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
Note: See TracChangeset
for help on using the changeset viewer.