Changeset 10915 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/SingleScatterPlotView.Designer.cs
- Timestamp:
- 05/28/14 15:31:47 (10 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/SingleScatterPlotView.Designer.cs
r10897 r10915 1 1 namespace HeuristicLab.DataPreprocessing.Views { 2 partial class MultiScatterPlotView {2 partial class SingleScatterPlotView { 3 3 /// <summary> 4 4 /// Required designer variable. … … 40 40 this.scatterPlotView.Caption = "ScatterPlot View"; 41 41 this.scatterPlotView.Content = null; 42 this.scatterPlotView.Location = new System.Drawing.Point(1 88, 0);42 this.scatterPlotView.Location = new System.Drawing.Point(169, 3); 43 43 this.scatterPlotView.Name = "scatterPlotView"; 44 44 this.scatterPlotView.ReadOnly = false; 45 this.scatterPlotView.Size = new System.Drawing.Size(6 70, 512);45 this.scatterPlotView.Size = new System.Drawing.Size(689, 509); 46 46 this.scatterPlotView.TabIndex = 0; 47 47 // … … 54 54 this.groupBox1.Location = new System.Drawing.Point(3, 3); 55 55 this.groupBox1.Name = "groupBox1"; 56 this.groupBox1.Size = new System.Drawing.Size(1 79, 157);56 this.groupBox1.Size = new System.Drawing.Size(160, 140); 57 57 this.groupBox1.TabIndex = 1; 58 58 this.groupBox1.TabStop = false; … … 95 95 this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged); 96 96 // 97 // PreprocessingScatterPlotView97 // SingleScatterPlotView 98 98 // 99 99 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); … … 101 101 this.Controls.Add(this.groupBox1); 102 102 this.Controls.Add(this.scatterPlotView); 103 this.Name = " PreprocessingScatterPlotView";103 this.Name = "SingleScatterPlotView"; 104 104 this.Size = new System.Drawing.Size(863, 517); 105 105 this.groupBox1.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.