- Timestamp:
- 04/09/14 11:43:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/TransformationView.Designer.cs
r10557 r10734 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 components = new System.ComponentModel.Container(); 47 this.label1 = new System.Windows.Forms.Label(); 48 this.SuspendLayout(); 49 // 50 // label1 51 // 52 this.label1.AutoSize = true; 53 this.label1.Location = new System.Drawing.Point(26, 68); 54 this.label1.Name = "label1"; 55 this.label1.Size = new System.Drawing.Size(103, 13); 56 this.label1.TabIndex = 0; 57 this.label1.Text = "Not yet implemented"; 58 // 59 // TransformationView 60 // 61 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 48 62 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 63 this.Controls.Add(this.label1); 64 this.Name = "TransformationView"; 65 this.ResumeLayout(false); 66 this.PerformLayout(); 67 49 68 } 50 69 51 70 #endregion 71 72 private System.Windows.Forms.Label label1; 52 73 } 53 74 }
Note: See TracChangeset
for help on using the changeset viewer.