Changeset 15282 for branches/PerformanceComparison/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs
- Timestamp:
- 07/24/17 09:51:10 (7 years ago)
- Location:
- branches/PerformanceComparison/HeuristicLab.Analysis.Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.Analysis.Views
- Property svn:mergeinfo changed
-
branches/PerformanceComparison/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs
r14600 r15282 49 49 this.colorButton = new System.Windows.Forms.Button(); 50 50 this.startIndexZeroCheckBox = new System.Windows.Forms.CheckBox(); 51 this.binsNumericUpDown = new System.Windows.Forms.NumericUpDown();52 51 this.label1 = new System.Windows.Forms.Label(); 53 52 this.label2 = new System.Windows.Forms.Label(); 54 this.label3 = new System.Windows.Forms.Label();55 53 this.commonGroupBox = new System.Windows.Forms.GroupBox(); 56 54 this.clearColorButton = new System.Windows.Forms.Button(); … … 68 66 this.label6 = new System.Windows.Forms.Label(); 69 67 this.label9 = new System.Windows.Forms.Label(); 70 this.histoGramGroupBox = new System.Windows.Forms.GroupBox();71 this.binsExactRadioButton = new System.Windows.Forms.RadioButton();72 this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();73 this.label11 = new System.Windows.Forms.Label();74 this.aggregationComboBox = new System.Windows.Forms.ComboBox();75 68 this.lineChartGroupBox = new System.Windows.Forms.GroupBox(); 76 69 this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown(); … … 79 72 this.lineStyleComboBox = new System.Windows.Forms.ComboBox(); 80 73 this.label8 = new System.Windows.Forms.Label(); 81 ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();82 74 this.commonGroupBox.SuspendLayout(); 83 75 this.axisGroupBox.SuspendLayout(); 84 76 this.panel2.SuspendLayout(); 85 77 this.panel1.SuspendLayout(); 86 this.histoGramGroupBox.SuspendLayout();87 78 this.lineChartGroupBox.SuspendLayout(); 88 79 ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit(); … … 91 82 // chartTypeComboBox 92 83 // 93 this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 84 this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 94 85 | System.Windows.Forms.AnchorStyles.Right))); 95 86 this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 126 117 this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged); 127 118 // 128 // binsNumericUpDown129 //130 this.binsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)131 | System.Windows.Forms.AnchorStyles.Right)));132 this.binsNumericUpDown.Location = new System.Drawing.Point(82, 19);133 this.binsNumericUpDown.Minimum = new decimal(new int[] {134 1,135 0,136 0,137 0});138 this.binsNumericUpDown.Name = "binsNumericUpDown";139 this.binsNumericUpDown.Size = new System.Drawing.Size(72, 20);140 this.binsNumericUpDown.TabIndex = 1;141 this.binsNumericUpDown.Value = new decimal(new int[] {142 1,143 0,144 0,145 0});146 this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);147 //148 119 // label1 149 120 // … … 164 135 this.label2.Text = "&Color:"; 165 136 // 166 // label3167 //168 this.label3.AutoSize = true;169 this.label3.Location = new System.Drawing.Point(6, 21);170 this.label3.Name = "label3";171 this.label3.Size = new System.Drawing.Size(30, 13);172 this.label3.TabIndex = 0;173 this.label3.Text = "&Bins:";174 //175 137 // commonGroupBox 176 138 // 177 this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 139 this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 178 140 | System.Windows.Forms.AnchorStyles.Right))); 179 141 this.commonGroupBox.Controls.Add(this.clearColorButton); … … 232 194 // displayNameTextBox 233 195 // 234 this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 196 this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 235 197 | System.Windows.Forms.AnchorStyles.Right))); 236 198 this.displayNameTextBox.Location = new System.Drawing.Point(102, 19); … … 242 204 // axisGroupBox 243 205 // 244 this.axisGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 245 | System.Windows.Forms.AnchorStyles.Left) 206 this.axisGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 207 | System.Windows.Forms.AnchorStyles.Left) 246 208 | System.Windows.Forms.AnchorStyles.Right))); 247 209 this.axisGroupBox.Controls.Add(this.panel2); … … 258 220 // panel2 259 221 // 260 this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 222 this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 261 223 | System.Windows.Forms.AnchorStyles.Right))); 262 224 this.panel2.Controls.Add(this.yAxisSecondaryRadioButton); … … 293 255 // panel1 294 256 // 295 this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 257 this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 296 258 | System.Windows.Forms.AnchorStyles.Right))); 297 259 this.panel1.Controls.Add(this.xAxisPrimaryRadioButton); … … 353 315 this.label9.Text = "&Name:"; 354 316 // 355 // histoGramGroupBox356 //357 this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)358 | System.Windows.Forms.AnchorStyles.Right)));359 this.histoGramGroupBox.Controls.Add(this.binsExactRadioButton);360 this.histoGramGroupBox.Controls.Add(this.binsApproximatelyRadioButton);361 this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);362 this.histoGramGroupBox.Controls.Add(this.label11);363 this.histoGramGroupBox.Controls.Add(this.label3);364 this.histoGramGroupBox.Controls.Add(this.aggregationComboBox);365 this.histoGramGroupBox.Location = new System.Drawing.Point(0, 305);366 this.histoGramGroupBox.Name = "histoGramGroupBox";367 this.histoGramGroupBox.Size = new System.Drawing.Size(327, 75);368 this.histoGramGroupBox.TabIndex = 2;369 this.histoGramGroupBox.TabStop = false;370 this.histoGramGroupBox.Text = "Histogram Properties";371 //372 // binsExactRadioButton373 //374 this.binsExactRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));375 this.binsExactRadioButton.AutoSize = true;376 this.binsExactRadioButton.Location = new System.Drawing.Point(269, 19);377 this.binsExactRadioButton.Name = "binsExactRadioButton";378 this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);379 this.binsExactRadioButton.TabIndex = 3;380 this.binsExactRadioButton.TabStop = true;381 this.binsExactRadioButton.Text = "&Exact";382 this.binsExactRadioButton.UseVisualStyleBackColor = true;383 this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);384 //385 // binsApproximatelyRadioButton386 //387 this.binsApproximatelyRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));388 this.binsApproximatelyRadioButton.AutoSize = true;389 this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(173, 19);390 this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";391 this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);392 this.binsApproximatelyRadioButton.TabIndex = 2;393 this.binsApproximatelyRadioButton.TabStop = true;394 this.binsApproximatelyRadioButton.Text = "&Approximately";395 this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;396 this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);397 //398 // label11399 //400 this.label11.AutoSize = true;401 this.label11.Location = new System.Drawing.Point(6, 49);402 this.label11.Name = "label11";403 this.label11.Size = new System.Drawing.Size(67, 13);404 this.label11.TabIndex = 0;405 this.label11.Text = "Aggregation:";406 //407 // aggregationComboBox408 //409 this.aggregationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)410 | System.Windows.Forms.AnchorStyles.Right)));411 this.aggregationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;412 this.aggregationComboBox.FormattingEnabled = true;413 this.aggregationComboBox.Location = new System.Drawing.Point(82, 45);414 this.aggregationComboBox.Name = "aggregationComboBox";415 this.aggregationComboBox.Size = new System.Drawing.Size(239, 21);416 this.aggregationComboBox.TabIndex = 3;417 this.aggregationComboBox.SelectedValueChanged += new System.EventHandler(this.aggregationComboBox_SelectedValueChanged);418 //419 317 // lineChartGroupBox 420 318 // 421 this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 319 this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 422 320 | System.Windows.Forms.AnchorStyles.Right))); 423 321 this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown); … … 436 334 // lineWidthNumericUpDown 437 335 // 438 this.lineWidthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 336 this.lineWidthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 439 337 | System.Windows.Forms.AnchorStyles.Right))); 440 338 this.lineWidthNumericUpDown.Location = new System.Drawing.Point(82, 66); … … 474 372 // lineStyleComboBox 475 373 // 476 this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 374 this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 477 375 | System.Windows.Forms.AnchorStyles.Right))); 478 376 this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 497 395 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 498 396 this.Controls.Add(this.lineChartGroupBox); 499 this.Controls.Add(this.histoGramGroupBox);500 397 this.Controls.Add(this.commonGroupBox); 501 398 this.Name = "DataRowVisualPropertiesControl"; 502 this.Size = new System.Drawing.Size(327, 382); 503 ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit(); 399 this.Size = new System.Drawing.Size(327, 300); 504 400 this.commonGroupBox.ResumeLayout(false); 505 401 this.commonGroupBox.PerformLayout(); … … 510 406 this.panel1.ResumeLayout(false); 511 407 this.panel1.PerformLayout(); 512 this.histoGramGroupBox.ResumeLayout(false);513 this.histoGramGroupBox.PerformLayout();514 408 this.lineChartGroupBox.ResumeLayout(false); 515 409 this.lineChartGroupBox.PerformLayout(); … … 525 419 private System.Windows.Forms.Button colorButton; 526 420 private System.Windows.Forms.CheckBox startIndexZeroCheckBox; 527 private System.Windows.Forms.NumericUpDown binsNumericUpDown;528 421 private System.Windows.Forms.Label label1; 529 422 private System.Windows.Forms.Label label2; 530 private System.Windows.Forms.Label label3;531 423 private System.Windows.Forms.GroupBox commonGroupBox; 532 private System.Windows.Forms.GroupBox histoGramGroupBox;533 424 private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton; 534 425 private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton; … … 540 431 private System.Windows.Forms.Label label4; 541 432 private System.Windows.Forms.Label label7; 542 private System.Windows.Forms.RadioButton binsExactRadioButton;543 private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;544 433 private System.Windows.Forms.ComboBox lineStyleComboBox; 545 434 private System.Windows.Forms.Label label8; … … 552 441 private System.Windows.Forms.Label label10; 553 442 private System.Windows.Forms.CheckBox isVisibleInLegendCheckBox; 554 private System.Windows.Forms.Label label11;555 private System.Windows.Forms.ComboBox aggregationComboBox;556 443 private System.Windows.Forms.Button clearColorButton; 557 444 }
Note: See TracChangeset
for help on using the changeset viewer.