- Timestamp:
- 07/23/17 00:52:14 (7 years ago)
- Location:
- branches/Async
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.DataPreprocessing.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.DataPreprocessing.Views (added) merged: 13502,13504,13507-13508,13512,13514,13517,13796,13838,13935
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.Designer.cs
r11044 r15280 1 namespace HeuristicLab.DataPreprocessing.Views 2 { 3 partial class FilterView 4 { 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 5 * This file is part of HeuristicLab. 6 * 7 * HeuristicLab is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation, either version 3 of the License, or 10 * (at your option) any later version. 11 * 12 * HeuristicLab is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 #endregion 21 22 namespace HeuristicLab.DataPreprocessing.Views { 23 partial class FilterView { 5 24 /// <summary> 6 25 /// Required designer variable. … … 12 31 /// </summary> 13 32 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 14 protected override void Dispose(bool disposing) 15 { 16 if (disposing && (components != null)) 17 { 33 protected override void Dispose(bool disposing) { 34 if (disposing && (components != null)) { 18 35 components.Dispose(); 19 36 } … … 27 44 /// the contents of this method with the code editor. 28 45 /// </summary> 29 private void InitializeComponent() 30 { 46 private void InitializeComponent() { 31 47 this.groupBoxFilter = new System.Windows.Forms.GroupBox(); 32 48 this.checkedFilterView = new HeuristicLab.DataPreprocessing.Views.CheckedFilterCollectionView(); … … 53 69 // groupBoxFilter 54 70 // 55 this.groupBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 71 this.groupBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 56 72 | System.Windows.Forms.AnchorStyles.Right))); 57 73 this.groupBoxFilter.Controls.Add(this.checkedFilterView); … … 77 93 // groupBoxFilterInfo 78 94 // 79 this.groupBoxFilterInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 95 this.groupBoxFilterInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 80 96 | System.Windows.Forms.AnchorStyles.Right))); 81 97 this.groupBoxFilterInfo.Controls.Add(this.lblPercentage); … … 103 119 // tbPercentage 104 120 // 105 this.tbPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 121 this.tbPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 106 122 | System.Windows.Forms.AnchorStyles.Right))); 107 123 this.tbPercentage.Enabled = false; … … 113 129 // tbFiltered 114 130 // 115 this.tbRemaining.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 131 this.tbRemaining.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 116 132 | System.Windows.Forms.AnchorStyles.Right))); 117 133 this.tbRemaining.Enabled = false; … … 132 148 // tbTotal 133 149 // 134 this.tbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 150 this.tbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 135 151 | System.Windows.Forms.AnchorStyles.Right))); 136 152 this.tbTotal.Enabled = false; … … 193 209 // groupBox1 194 210 // 195 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 211 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 196 212 | System.Windows.Forms.AnchorStyles.Right))); 197 213 this.groupBox1.Controls.Add(this.label4);
Note: See TracChangeset
for help on using the changeset viewer.