Changeset 10236 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataView.Designer.cs
- Timestamp:
- 12/18/13 13:21:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataView.Designer.cs
r10134 r10236 47 47 this.FeatureCorrelationButton = new System.Windows.Forms.Button(); 48 48 this.DataPreprocessingButton = new System.Windows.Forms.Button(); 49 this.button1 = new System.Windows.Forms.Button(); 49 50 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 50 51 this.SuspendLayout(); … … 82 83 this.DataPreprocessingButton.Click += new System.EventHandler(this.DataPreprocessingButton_Click); 83 84 // 85 // button1 86 // 87 this.button1.Location = new System.Drawing.Point(438, 45); 88 this.button1.Name = "button1"; 89 this.button1.Size = new System.Drawing.Size(49, 24); 90 this.button1.TabIndex = 6; 91 this.button1.Text = "Data Preprocessing"; 92 this.button1.UseVisualStyleBackColor = true; 93 this.button1.Click += new System.EventHandler(this.button1_Click); 94 // 84 95 // ProblemDataView 85 96 // 86 97 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 87 98 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 99 this.Controls.Add(this.button1); 88 100 this.Controls.Add(this.DataPreprocessingButton); 89 101 this.Controls.Add(this.FeatureCorrelationButton); … … 95 107 this.Controls.SetChildIndex(this.FeatureCorrelationButton, 0); 96 108 this.Controls.SetChildIndex(this.DataPreprocessingButton, 0); 109 this.Controls.SetChildIndex(this.button1, 0); 97 110 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 98 111 this.ResumeLayout(false); … … 105 118 protected System.Windows.Forms.Button FeatureCorrelationButton; 106 119 protected System.Windows.Forms.Button DataPreprocessingButton; 120 protected System.Windows.Forms.Button button1; 107 121 108 122 }
Note: See TracChangeset
for help on using the changeset viewer.