Changeset 14917 for branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs
- Timestamp:
- 05/03/17 16:17:12 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs
r14514 r14917 90 90 // uncheckAllButton 91 91 // 92 this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None; 92 93 this.uncheckAllButton.Location = new System.Drawing.Point(66, 19); 93 94 this.uncheckAllButton.Name = "uncheckAllButton"; 94 95 this.uncheckAllButton.Size = new System.Drawing.Size(24, 24); 95 96 this.uncheckAllButton.TabIndex = 7; 96 this.uncheckAllButton.Text = "N"; 97 this.toolTip.SetToolTip(this.uncheckAllButton, "Uncheck all variables"); 97 this.toolTip.SetToolTip(this.uncheckAllButton, "None"); 98 98 this.uncheckAllButton.UseVisualStyleBackColor = true; 99 99 this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click); … … 101 101 // checkAllButton 102 102 // 103 this.checkAllButton.Location = new System.Drawing.Point(36, 19); 103 this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All; 104 this.checkAllButton.Location = new System.Drawing.Point(6, 19); 104 105 this.checkAllButton.Name = "checkAllButton"; 105 106 this.checkAllButton.Size = new System.Drawing.Size(24, 24); 106 107 this.checkAllButton.TabIndex = 7; 107 this.checkAllButton.Text = "A"; 108 this.toolTip.SetToolTip(this.checkAllButton, "Check all variables"); 108 this.toolTip.SetToolTip(this.checkAllButton, "All"); 109 109 this.checkAllButton.UseVisualStyleBackColor = true; 110 110 this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click); … … 112 112 // checkInputsTargetButton 113 113 // 114 this.checkInputsTargetButton.Location = new System.Drawing.Point(6, 19); 114 this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs; 115 this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19); 115 116 this.checkInputsTargetButton.Name = "checkInputsTargetButton"; 116 117 this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24); 117 118 this.checkInputsTargetButton.TabIndex = 7; 118 this.checkInputsTargetButton.Text = "I"; 119 this.toolTip.SetToolTip(this.checkInputsTargetButton, "Check only inputs and target variable"); 119 this.toolTip.SetToolTip(this.checkInputsTargetButton, "Inputs & Target"); 120 120 this.checkInputsTargetButton.UseVisualStyleBackColor = true; 121 121 this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
Note: See TracChangeset
for help on using the changeset viewer.