Changeset 15119 for trunk/sources
- Timestamp:
- 07/04/17 09:46:00 (7 years ago)
- Location:
- trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.cs
r15110 r15119 32 32 [View("Preprocessing Checked Variables View")] 33 33 [Content(typeof(PreprocessingChartContent), false)] 34 public partial class PreprocessingCheckedVariablesView : ItemView {34 public abstract partial class PreprocessingCheckedVariablesView : ItemView { 35 35 protected bool SuppressCheckedChangedUpdate = false; 36 36 -
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs
r15110 r15119 171 171 this.comboBoxGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 172 172 | System.Windows.Forms.AnchorStyles.Right))); 173 this.comboBoxGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;174 this.comboBoxGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;175 173 this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 176 174 this.comboBoxGroup.FormattingEnabled = true; … … 186 184 this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 187 185 | System.Windows.Forms.AnchorStyles.Right))); 188 this.comboBoxYVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;189 this.comboBoxYVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;190 186 this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 191 187 this.comboBoxYVariable.FormattingEnabled = true; … … 201 197 this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 202 198 | System.Windows.Forms.AnchorStyles.Right))); 203 this.comboBoxXVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;204 this.comboBoxXVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;205 199 this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 206 200 this.comboBoxXVariable.FormattingEnabled = true;
Note: See TracChangeset
for help on using the changeset viewer.