Changeset 14514 for branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs
- Timestamp:
- 12/21/16 11:26:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs
r14511 r14514 47 47 this.components = new System.ComponentModel.Container(); 48 48 this.splitContainer = new System.Windows.Forms.SplitContainer(); 49 this. groupBox1= new System.Windows.Forms.GroupBox();49 this.variablesGroupBox = new System.Windows.Forms.GroupBox(); 50 50 this.uncheckAllButton = new System.Windows.Forms.Button(); 51 51 this.checkAllButton = new System.Windows.Forms.Button(); … … 57 57 this.splitContainer.Panel1.SuspendLayout(); 58 58 this.splitContainer.SuspendLayout(); 59 this. groupBox1.SuspendLayout();59 this.variablesGroupBox.SuspendLayout(); 60 60 this.SuspendLayout(); 61 61 // … … 69 69 // splitContainer.Panel1 70 70 // 71 this.splitContainer.Panel1.Controls.Add(this. groupBox1);71 this.splitContainer.Panel1.Controls.Add(this.variablesGroupBox); 72 72 this.splitContainer.Size = new System.Drawing.Size(654, 403); 73 73 this.splitContainer.SplitterDistance = 180; 74 74 this.splitContainer.TabIndex = 7; 75 75 // 76 // groupBox176 // variablesGroupBox 77 77 // 78 this. groupBox1.Controls.Add(this.uncheckAllButton);79 this. groupBox1.Controls.Add(this.checkAllButton);80 this. groupBox1.Controls.Add(this.checkInputsTargetButton);81 this. groupBox1.Controls.Add(this.variablesListView);82 this. groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;83 this. groupBox1.Location = new System.Drawing.Point(0, 0);84 this. groupBox1.Name = "groupBox1";85 this. groupBox1.Size = new System.Drawing.Size(180, 403);86 this. groupBox1.TabIndex = 7;87 this. groupBox1.TabStop = false;88 this. groupBox1.Text = "Variables";78 this.variablesGroupBox.Controls.Add(this.uncheckAllButton); 79 this.variablesGroupBox.Controls.Add(this.checkAllButton); 80 this.variablesGroupBox.Controls.Add(this.checkInputsTargetButton); 81 this.variablesGroupBox.Controls.Add(this.variablesListView); 82 this.variablesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; 83 this.variablesGroupBox.Location = new System.Drawing.Point(0, 0); 84 this.variablesGroupBox.Name = "variablesGroupBox"; 85 this.variablesGroupBox.Size = new System.Drawing.Size(180, 403); 86 this.variablesGroupBox.TabIndex = 7; 87 this.variablesGroupBox.TabStop = false; 88 this.variablesGroupBox.Text = "Variables"; 89 89 // 90 90 // uncheckAllButton … … 153 153 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); 154 154 this.splitContainer.ResumeLayout(false); 155 this. groupBox1.ResumeLayout(false);155 this.variablesGroupBox.ResumeLayout(false); 156 156 this.ResumeLayout(false); 157 157 … … 161 161 protected System.Windows.Forms.SplitContainer splitContainer; 162 162 private System.Windows.Forms.ListView variablesListView; 163 private System.Windows.Forms.GroupBox groupBox1;163 private System.Windows.Forms.GroupBox variablesGroupBox; 164 164 private System.Windows.Forms.ToolTip toolTip; 165 165 private System.Windows.Forms.ColumnHeader columnHeader;
Note: See TracChangeset
for help on using the changeset viewer.