Changeset 13938 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/FeatureCorrelationView.Designer.cs
- Timestamp:
- 06/27/16 15:28:26 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/FeatureCorrelationView.Designer.cs
r12012 r13938 47 47 /// </summary> 48 48 private void InitializeComponent() { 49 this.ignoreMissingValuesCheckbox = new System.Windows.Forms.CheckBox(); 50 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); 51 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); 52 this.splitContainer.Panel1.SuspendLayout(); 53 this.splitContainer.Panel2.SuspendLayout(); 54 this.splitContainer.SuspendLayout(); 55 this.progressPanel.SuspendLayout(); 49 56 this.SuspendLayout(); 57 // 58 // minimumLabel 59 // 60 this.minimumLabel.Location = new System.Drawing.Point(707, 434); 61 // 62 // maximumLabel 63 // 64 this.maximumLabel.Location = new System.Drawing.Point(707, 2); 65 // 66 // pictureBox 67 // 68 this.pictureBox.Location = new System.Drawing.Point(727, 30); 69 this.pictureBox.Size = new System.Drawing.Size(35, 401); 70 // 71 // splitContainer 72 // 73 // 74 // splitContainer.Panel1 75 // 76 this.splitContainer.Panel1.Controls.Add(this.ignoreMissingValuesCheckbox); 77 this.splitContainer.Size = new System.Drawing.Size(695, 450); 78 // 79 // dataView 80 // 81 this.dataView.Size = new System.Drawing.Size(695, 421); 82 // 83 // ignoreMissingValuesCheckbox 84 // 85 this.ignoreMissingValuesCheckbox.AutoSize = true; 86 this.ignoreMissingValuesCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; 87 this.ignoreMissingValuesCheckbox.Location = new System.Drawing.Point(481, 6); 88 this.ignoreMissingValuesCheckbox.Name = "ignoreMissingValuesCheckbox"; 89 this.ignoreMissingValuesCheckbox.Size = new System.Drawing.Size(122, 17); 90 this.ignoreMissingValuesCheckbox.TabIndex = 11; 91 this.ignoreMissingValuesCheckbox.Text = "ignoreMissingValues"; 92 this.ignoreMissingValuesCheckbox.UseVisualStyleBackColor = true; 93 this.ignoreMissingValuesCheckbox.CheckedChanged += new System.EventHandler(this.ignoreMissingValuesCheckbox_CheckedChanged); 50 94 // 51 95 // FeatureCorrelationView … … 54 98 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 55 99 this.Name = "FeatureCorrelationView"; 56 this.Size = new System.Drawing.Size(569, 336); 100 this.Size = new System.Drawing.Size(789, 456); 101 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); 102 this.splitContainer.Panel1.ResumeLayout(false); 103 this.splitContainer.Panel1.PerformLayout(); 104 this.splitContainer.Panel2.ResumeLayout(false); 105 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); 106 this.splitContainer.ResumeLayout(false); 107 this.progressPanel.ResumeLayout(false); 108 this.progressPanel.PerformLayout(); 57 109 this.ResumeLayout(false); 110 58 111 } 59 112 #endregion 113 114 private System.Windows.Forms.CheckBox ignoreMissingValuesCheckbox; 60 115 } 61 116 }
Note: See TracChangeset
for help on using the changeset viewer.