- Timestamp:
- 06/07/17 14:12:42 (8 years ago)
- Location:
- branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs
r15019 r15028 48 48 this.splitContainer = new System.Windows.Forms.SplitContainer(); 49 49 this.variablesGroupBox = new System.Windows.Forms.GroupBox(); 50 this.variablesListView = new System.Windows.Forms.ListView(); 51 this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 52 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 50 53 this.uncheckAllButton = new System.Windows.Forms.Button(); 51 54 this.checkAllButton = new System.Windows.Forms.Button(); 52 55 this.checkInputsTargetButton = new System.Windows.Forms.Button(); 53 this.variablesListView = new System.Windows.Forms.ListView();54 this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));55 this.toolTip = new System.Windows.Forms.ToolTip(this.components);56 56 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); 57 57 this.splitContainer.Panel1.SuspendLayout(); … … 88 88 this.variablesGroupBox.Text = "Variables"; 89 89 // 90 // variablesListView 91 // 92 this.variablesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 93 | System.Windows.Forms.AnchorStyles.Left) 94 | System.Windows.Forms.AnchorStyles.Right))); 95 this.variablesListView.CheckBoxes = true; 96 this.variablesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 97 this.columnHeader}); 98 this.variablesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; 99 this.variablesListView.HideSelection = false; 100 this.variablesListView.Location = new System.Drawing.Point(6, 49); 101 this.variablesListView.Name = "variablesListView"; 102 this.variablesListView.Size = new System.Drawing.Size(168, 643); 103 this.variablesListView.TabIndex = 12; 104 this.variablesListView.UseCompatibleStateImageBehavior = false; 105 this.variablesListView.View = System.Windows.Forms.View.Details; 106 // 107 // columnHeader 108 // 109 this.columnHeader.Text = ""; 110 this.columnHeader.Width = 164; 111 // 90 112 // uncheckAllButton 91 113 // … … 121 143 this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click); 122 144 // 123 // variablesListView124 //125 this.variablesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)126 | System.Windows.Forms.AnchorStyles.Left)127 | System.Windows.Forms.AnchorStyles.Right)));128 this.variablesListView.CheckBoxes = true;129 this.variablesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {130 this.columnHeader});131 this.variablesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;132 this.variablesListView.HideSelection = false;133 this.variablesListView.Location = new System.Drawing.Point(6, 49);134 this.variablesListView.Name = "variablesListView";135 this.variablesListView.Size = new System.Drawing.Size(168, 643);136 this.variablesListView.TabIndex = 12;137 this.variablesListView.UseCompatibleStateImageBehavior = false;138 this.variablesListView.View = System.Windows.Forms.View.Details;139 //140 // columnHeader141 //142 this.columnHeader.Text = "";143 this.columnHeader.Width = 164;144 //145 145 // PreprocessingCheckedVariablesView 146 146 // … … 162 162 private System.Windows.Forms.ToolTip toolTip; 163 163 private System.Windows.Forms.ColumnHeader columnHeader; 164 pr otectedSystem.Windows.Forms.ListView variablesListView;165 pr otectedSystem.Windows.Forms.GroupBox variablesGroupBox;166 pr otectedSystem.Windows.Forms.Button checkInputsTargetButton;167 pr otectedSystem.Windows.Forms.Button uncheckAllButton;168 pr otectedSystem.Windows.Forms.Button checkAllButton;164 private System.Windows.Forms.ListView variablesListView; 165 private System.Windows.Forms.GroupBox variablesGroupBox; 166 private System.Windows.Forms.Button checkInputsTargetButton; 167 private System.Windows.Forms.Button uncheckAllButton; 168 private System.Windows.Forms.Button checkAllButton; 169 169 } 170 170 } -
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs
r15019 r15028 80 80 this.splitContainer.Panel2.SuspendLayout(); 81 81 this.splitContainer.SuspendLayout(); 82 this.variablesGroupBox.SuspendLayout();83 82 this.frameTableLayoutPanel.SuspendLayout(); 84 83 this.columnHeaderScrollPanel.SuspendLayout(); … … 110 109 // 111 110 this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel); 112 this.splitContainer.Size = new System.Drawing.Size(940, 698); 113 // 114 // variablesListView 115 // 116 this.variablesListView.Size = new System.Drawing.Size(168, 270); 117 // 118 // variablesGroupBox 119 // 120 this.variablesGroupBox.Size = new System.Drawing.Size(180, 325); 111 this.splitContainer.Size = new System.Drawing.Size(589, 451); 121 112 // 122 113 // frameTableLayoutPanel … … 134 125 this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); 135 126 this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 136 this.frameTableLayoutPanel.Size = new System.Drawing.Size( 756, 698);127 this.frameTableLayoutPanel.Size = new System.Drawing.Size(405, 451); 137 128 this.frameTableLayoutPanel.TabIndex = 0; 138 129 // … … 144 135 this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0); 145 136 this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel"; 146 this.columnHeaderScrollPanel.Size = new System.Drawing.Size( 716, 40);137 this.columnHeaderScrollPanel.Size = new System.Drawing.Size(365, 40); 147 138 this.columnHeaderScrollPanel.TabIndex = 3; 148 139 // … … 171 162 this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0); 172 163 this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel"; 173 this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 658);164 this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 411); 174 165 this.rowHeaderScrollPanel.TabIndex = 4; 175 166 // … … 199 190 this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0); 200 191 this.bodyScrollPanel.Name = "bodyScrollPanel"; 201 this.bodyScrollPanel.Size = new System.Drawing.Size( 716, 658);192 this.bodyScrollPanel.Size = new System.Drawing.Size(365, 411); 202 193 this.bodyScrollPanel.TabIndex = 5; 203 194 this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll); … … 227 218 this.sizeGroupBox.Controls.Add(this.lockAspectCheckBox); 228 219 this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; 229 this.sizeGroupBox.Location = new System.Drawing.Point(0, 325);220 this.sizeGroupBox.Location = new System.Drawing.Point(0, 78); 230 221 this.sizeGroupBox.Name = "sizeGroupBox"; 231 222 this.sizeGroupBox.Size = new System.Drawing.Size(180, 98); … … 355 346 this.regressionGroupBox.Controls.Add(this.regressionTyleLabel); 356 347 this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; 357 this.regressionGroupBox.Location = new System.Drawing.Point(0, 623);348 this.regressionGroupBox.Location = new System.Drawing.Point(0, 376); 358 349 this.regressionGroupBox.Name = "regressionGroupBox"; 359 350 this.regressionGroupBox.Size = new System.Drawing.Size(180, 75); … … 425 416 this.groupingOptionsBox.Controls.Add(this.groupingComboBox); 426 417 this.groupingOptionsBox.Dock = System.Windows.Forms.DockStyle.Bottom; 427 this.groupingOptionsBox.Location = new System.Drawing.Point(0, 492);418 this.groupingOptionsBox.Location = new System.Drawing.Point(0, 245); 428 419 this.groupingOptionsBox.Name = "groupingOptionsBox"; 429 420 this.groupingOptionsBox.Size = new System.Drawing.Size(180, 131); … … 555 546 this.pointsGroupBox.Controls.Add(this.opacityLabel); 556 547 this.pointsGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; 557 this.pointsGroupBox.Location = new System.Drawing.Point(0, 423);548 this.pointsGroupBox.Location = new System.Drawing.Point(0, 176); 558 549 this.pointsGroupBox.Name = "pointsGroupBox"; 559 550 this.pointsGroupBox.Size = new System.Drawing.Size(180, 69); … … 567 558 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 568 559 this.Name = "ScatterPlotMultiView"; 569 this.Size = new System.Drawing.Size( 940, 698);560 this.Size = new System.Drawing.Size(589, 451); 570 561 this.splitContainer.Panel1.ResumeLayout(false); 571 562 this.splitContainer.Panel2.ResumeLayout(false); 572 563 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); 573 564 this.splitContainer.ResumeLayout(false); 574 this.variablesGroupBox.ResumeLayout(false);575 565 this.frameTableLayoutPanel.ResumeLayout(false); 576 566 this.columnHeaderScrollPanel.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.