Changeset 15019 for branches/DataPreprocessing Enhancements
- Timestamp:
- 06/01/17 14:44:48 (7 years ago)
- Location:
- branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.Designer.cs
r14915 r15019 75 75 this.SuspendLayout(); 76 76 // 77 // rowsLabel 78 // 79 this.rowsLabel.Size = new System.Drawing.Size(55, 13); 80 this.rowsLabel.Text = "Datarows:"; 81 // 77 82 // rowsTextBox 78 83 // … … 87 92 this.columnsTextBox.Size = new System.Drawing.Size(71, 20); 88 93 // 94 // columnsLabel 95 // 96 this.columnsLabel.Size = new System.Drawing.Size(53, 13); 97 this.columnsLabel.Text = "Variables:"; 98 // 89 99 // statisticsTextBox 90 100 // … … 93 103 // btnApplySort 94 104 // 95 this.btnApplySort.Location = new System.Drawing.Point(2 34, 0);105 this.btnApplySort.Location = new System.Drawing.Point(228, 0); 96 106 this.btnApplySort.Name = "btnApplySort"; 97 107 this.btnApplySort.Size = new System.Drawing.Size(104, 23); … … 121 131 this.replaceValueOverColumnToolStripMenuItem.Name = "replaceValueOverColumnToolStripMenuItem"; 122 132 this.replaceValueOverColumnToolStripMenuItem.Size = new System.Drawing.Size(223, 22); 123 this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Column";133 this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Variable"; 124 134 // 125 135 // averageToolStripMenuItem_Column … … 206 216 // btnSearch 207 217 // 208 this.btnSearch.Location = new System.Drawing.Point(1 73, 0);218 this.btnSearch.Location = new System.Drawing.Point(167, 0); 209 219 this.btnSearch.Name = "btnSearch"; 210 220 this.btnSearch.Size = new System.Drawing.Size(55, 23); … … 217 227 // btnReplace 218 228 // 219 this.btnReplace.Location = new System.Drawing.Point(1 73, 26);229 this.btnReplace.Location = new System.Drawing.Point(167, 26); 220 230 this.btnReplace.Name = "btnReplace"; 221 231 this.btnReplace.Size = new System.Drawing.Size(55, 23); … … 233 243 this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24); 234 244 this.checkInputsTargetButton.TabIndex = 14; 235 this.toolTip.SetToolTip(this.checkInputsTargetButton, " Inputs & Target");245 this.toolTip.SetToolTip(this.checkInputsTargetButton, "Select Inputs & Target"); 236 246 this.checkInputsTargetButton.UseVisualStyleBackColor = true; 237 247 this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click); … … 244 254 this.uncheckAllButton.Size = new System.Drawing.Size(24, 24); 245 255 this.uncheckAllButton.TabIndex = 12; 246 this.toolTip.SetToolTip(this.uncheckAllButton, " None");256 this.toolTip.SetToolTip(this.uncheckAllButton, "Select None"); 247 257 this.uncheckAllButton.UseVisualStyleBackColor = true; 248 258 this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click); … … 255 265 this.checkAllButton.Size = new System.Drawing.Size(24, 24); 256 266 this.checkAllButton.TabIndex = 13; 257 this.toolTip.SetToolTip(this.checkAllButton, " All");267 this.toolTip.SetToolTip(this.checkAllButton, "Select All"); 258 268 this.checkAllButton.UseVisualStyleBackColor = true; 259 269 this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click); … … 261 271 // addRowButton 262 272 // 263 this.addRowButton.Location = new System.Drawing.Point(3 44, 26);273 this.addRowButton.Location = new System.Drawing.Point(338, 26); 264 274 this.addRowButton.Name = "addRowButton"; 265 this.addRowButton.Size = new System.Drawing.Size( 76, 23);275 this.addRowButton.Size = new System.Drawing.Size(83, 23); 266 276 this.addRowButton.TabIndex = 10; 267 this.addRowButton.Text = "Add Row";277 this.addRowButton.Text = "Add Datarow"; 268 278 this.addRowButton.UseVisualStyleBackColor = true; 269 279 this.addRowButton.Click += new System.EventHandler(this.addRowButton_Click); … … 271 281 // addColumnButton 272 282 // 273 this.addColumnButton.Location = new System.Drawing.Point(3 44, 0);283 this.addColumnButton.Location = new System.Drawing.Point(338, 0); 274 284 this.addColumnButton.Name = "addColumnButton"; 275 this.addColumnButton.Size = new System.Drawing.Size( 76, 23);285 this.addColumnButton.Size = new System.Drawing.Size(83, 23); 276 286 this.addColumnButton.TabIndex = 10; 277 this.addColumnButton.Text = "Add Column";287 this.addColumnButton.Text = "Add Variable"; 278 288 this.addColumnButton.UseVisualStyleBackColor = true; 279 289 this.addColumnButton.Click += new System.EventHandler(this.addColumnButton_Click); … … 281 291 // renameColumnsButton 282 292 // 283 this.renameColumnsButton.Location = new System.Drawing.Point(2 34, 26);293 this.renameColumnsButton.Location = new System.Drawing.Point(228, 26); 284 294 this.renameColumnsButton.Name = "renameColumnsButton"; 285 295 this.renameColumnsButton.Size = new System.Drawing.Size(104, 23); 286 296 this.renameColumnsButton.TabIndex = 11; 287 this.renameColumnsButton.Text = "Rename Columns";297 this.renameColumnsButton.Text = "Rename Variables"; 288 298 this.renameColumnsButton.UseVisualStyleBackColor = true; 289 299 this.renameColumnsButton.Click += new System.EventHandler(this.renameColumnsButton_Click); -
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/LineChartView.cs
r14996 r15019 72 72 if (Content.AllInOneMode) { 73 73 if (allInOneDataTableView == null) 74 allInOneDataTableView = new DataTableView() { Content = allInOneDataTable };74 allInOneDataTableView = new DataTableView() { Content = allInOneDataTable, ShowName = false }; 75 75 return new[] { allInOneDataTableView }; 76 76 } -
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs
r14975 r15019 70 70 // 71 71 this.splitContainer.Panel1.Controls.Add(this.variablesGroupBox); 72 this.splitContainer.Size = new System.Drawing.Size( 654, 403);72 this.splitContainer.Size = new System.Drawing.Size(940, 698); 73 73 this.splitContainer.SplitterDistance = 180; 74 74 this.splitContainer.TabIndex = 7; … … 83 83 this.variablesGroupBox.Location = new System.Drawing.Point(0, 0); 84 84 this.variablesGroupBox.Name = "variablesGroupBox"; 85 this.variablesGroupBox.Size = new System.Drawing.Size(180, 403);85 this.variablesGroupBox.Size = new System.Drawing.Size(180, 698); 86 86 this.variablesGroupBox.TabIndex = 7; 87 87 this.variablesGroupBox.TabStop = false; … … 95 95 this.uncheckAllButton.Size = new System.Drawing.Size(24, 24); 96 96 this.uncheckAllButton.TabIndex = 9; 97 this.toolTip.SetToolTip(this.uncheckAllButton, " None");97 this.toolTip.SetToolTip(this.uncheckAllButton, "Show None"); 98 98 this.uncheckAllButton.UseVisualStyleBackColor = true; 99 99 this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click); … … 106 106 this.checkAllButton.Size = new System.Drawing.Size(24, 24); 107 107 this.checkAllButton.TabIndex = 7; 108 this.toolTip.SetToolTip(this.checkAllButton, " All");108 this.toolTip.SetToolTip(this.checkAllButton, "Show All"); 109 109 this.checkAllButton.UseVisualStyleBackColor = true; 110 110 this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click); … … 117 117 this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24); 118 118 this.checkInputsTargetButton.TabIndex = 8; 119 this.toolTip.SetToolTip(this.checkInputsTargetButton, " Inputs & Target");119 this.toolTip.SetToolTip(this.checkInputsTargetButton, "Show Inputs & Target"); 120 120 this.checkInputsTargetButton.UseVisualStyleBackColor = true; 121 121 this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click); … … 133 133 this.variablesListView.Location = new System.Drawing.Point(6, 49); 134 134 this.variablesListView.Name = "variablesListView"; 135 this.variablesListView.Size = new System.Drawing.Size(168, 348);135 this.variablesListView.Size = new System.Drawing.Size(168, 643); 136 136 this.variablesListView.TabIndex = 12; 137 137 this.variablesListView.UseCompatibleStateImageBehavior = false; … … 149 149 this.Controls.Add(this.splitContainer); 150 150 this.Name = "PreprocessingCheckedVariablesView"; 151 this.Size = new System.Drawing.Size( 654, 403);151 this.Size = new System.Drawing.Size(940, 698); 152 152 this.splitContainer.Panel1.ResumeLayout(false); 153 153 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); … … 160 160 #endregion 161 161 protected System.Windows.Forms.SplitContainer splitContainer; 162 private System.Windows.Forms.ListView variablesListView;163 private System.Windows.Forms.GroupBox variablesGroupBox;164 162 private System.Windows.Forms.ToolTip toolTip; 165 163 private System.Windows.Forms.ColumnHeader columnHeader; 166 private System.Windows.Forms.Button checkInputsTargetButton; 167 private System.Windows.Forms.Button uncheckAllButton; 168 private System.Windows.Forms.Button checkAllButton; 164 protected System.Windows.Forms.ListView variablesListView; 165 protected System.Windows.Forms.GroupBox variablesGroupBox; 166 protected System.Windows.Forms.Button checkInputsTargetButton; 167 protected System.Windows.Forms.Button uncheckAllButton; 168 protected System.Windows.Forms.Button checkAllButton; 169 169 } 170 170 } -
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs
r14993 r15019 80 80 this.splitContainer.Panel2.SuspendLayout(); 81 81 this.splitContainer.SuspendLayout(); 82 this.variablesGroupBox.SuspendLayout(); 82 83 this.frameTableLayoutPanel.SuspendLayout(); 83 84 this.columnHeaderScrollPanel.SuspendLayout(); … … 109 110 // 110 111 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 121 // 112 122 // frameTableLayoutPanel … … 124 134 this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); 125 135 this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 126 this.frameTableLayoutPanel.Size = new System.Drawing.Size( 470, 403);136 this.frameTableLayoutPanel.Size = new System.Drawing.Size(756, 698); 127 137 this.frameTableLayoutPanel.TabIndex = 0; 128 138 // … … 134 144 this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0); 135 145 this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel"; 136 this.columnHeaderScrollPanel.Size = new System.Drawing.Size( 699, 40);146 this.columnHeaderScrollPanel.Size = new System.Drawing.Size(716, 40); 137 147 this.columnHeaderScrollPanel.TabIndex = 3; 138 148 // … … 161 171 this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0); 162 172 this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel"; 163 this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 480);173 this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 658); 164 174 this.rowHeaderScrollPanel.TabIndex = 4; 165 175 // … … 189 199 this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0); 190 200 this.bodyScrollPanel.Name = "bodyScrollPanel"; 191 this.bodyScrollPanel.Size = new System.Drawing.Size( 699, 480);201 this.bodyScrollPanel.Size = new System.Drawing.Size(716, 658); 192 202 this.bodyScrollPanel.TabIndex = 5; 193 203 this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll); … … 217 227 this.sizeGroupBox.Controls.Add(this.lockAspectCheckBox); 218 228 this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; 219 this.sizeGroupBox.Location = new System.Drawing.Point(0, 3 0);229 this.sizeGroupBox.Location = new System.Drawing.Point(0, 325); 220 230 this.sizeGroupBox.Name = "sizeGroupBox"; 221 this.sizeGroupBox.Size = new System.Drawing.Size(180, 9 4);231 this.sizeGroupBox.Size = new System.Drawing.Size(180, 98); 222 232 this.sizeGroupBox.TabIndex = 5; 223 233 this.sizeGroupBox.TabStop = false; … … 233 243 0, 234 244 0}); 235 this.heightNumericUpDown.Location = new System.Drawing.Point(50, 4 0);245 this.heightNumericUpDown.Location = new System.Drawing.Point(50, 46); 236 246 this.heightNumericUpDown.Maximum = new decimal(new int[] { 237 247 100000, … … 258 268 0, 259 269 0}); 260 this.widthNumericUpDown.Location = new System.Drawing.Point(50, 14);270 this.widthNumericUpDown.Location = new System.Drawing.Point(50, 20); 261 271 this.widthNumericUpDown.Maximum = new decimal(new int[] { 262 272 10000, … … 277 287 // 278 288 this.heightLabel.AutoSize = true; 279 this.heightLabel.Location = new System.Drawing.Point(6, 4 2);289 this.heightLabel.Location = new System.Drawing.Point(6, 48); 280 290 this.heightLabel.Name = "heightLabel"; 281 291 this.heightLabel.Size = new System.Drawing.Size(41, 13); … … 286 296 // 287 297 this.widthLabel.AutoSize = true; 288 this.widthLabel.Location = new System.Drawing.Point(6, 16);298 this.widthLabel.Location = new System.Drawing.Point(6, 22); 289 299 this.widthLabel.Name = "widthLabel"; 290 300 this.widthLabel.Size = new System.Drawing.Size(38, 13); … … 297 307 this.lockAspectCheckBox.Checked = true; 298 308 this.lockAspectCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; 299 this.lockAspectCheckBox.Location = new System.Drawing.Point(50, 66);309 this.lockAspectCheckBox.Location = new System.Drawing.Point(50, 73); 300 310 this.lockAspectCheckBox.Name = "lockAspectCheckBox"; 301 311 this.lockAspectCheckBox.Size = new System.Drawing.Size(114, 17); … … 345 355 this.regressionGroupBox.Controls.Add(this.regressionTyleLabel); 346 356 this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; 347 this.regressionGroupBox.Location = new System.Drawing.Point(0, 322);357 this.regressionGroupBox.Location = new System.Drawing.Point(0, 623); 348 358 this.regressionGroupBox.Name = "regressionGroupBox"; 349 this.regressionGroupBox.Size = new System.Drawing.Size(180, 81);359 this.regressionGroupBox.Size = new System.Drawing.Size(180, 75); 350 360 this.regressionGroupBox.TabIndex = 3; 351 361 this.regressionGroupBox.TabStop = false; … … 415 425 this.groupingOptionsBox.Controls.Add(this.groupingComboBox); 416 426 this.groupingOptionsBox.Dock = System.Windows.Forms.DockStyle.Bottom; 417 this.groupingOptionsBox.Location = new System.Drawing.Point(0, 193);427 this.groupingOptionsBox.Location = new System.Drawing.Point(0, 492); 418 428 this.groupingOptionsBox.Name = "groupingOptionsBox"; 419 this.groupingOptionsBox.Size = new System.Drawing.Size(180, 1 29);429 this.groupingOptionsBox.Size = new System.Drawing.Size(180, 131); 420 430 this.groupingOptionsBox.TabIndex = 8; 421 431 this.groupingOptionsBox.TabStop = false; … … 428 438 this.legendGroupBox.Controls.Add(this.legendOrderLabel); 429 439 this.legendGroupBox.Enabled = false; 430 this.legendGroupBox.Location = new System.Drawing.Point( 9, 73);440 this.legendGroupBox.Location = new System.Drawing.Point(6, 73); 431 441 this.legendGroupBox.Name = "legendGroupBox"; 432 this.legendGroupBox.Size = new System.Drawing.Size(16 4, 50);442 this.legendGroupBox.Size = new System.Drawing.Size(167, 50); 433 443 this.legendGroupBox.TabIndex = 7; 434 444 this.legendGroupBox.TabStop = false; … … 545 555 this.pointsGroupBox.Controls.Add(this.opacityLabel); 546 556 this.pointsGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom; 547 this.pointsGroupBox.Location = new System.Drawing.Point(0, 124);557 this.pointsGroupBox.Location = new System.Drawing.Point(0, 423); 548 558 this.pointsGroupBox.Name = "pointsGroupBox"; 549 559 this.pointsGroupBox.Size = new System.Drawing.Size(180, 69); … … 557 567 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 558 568 this.Name = "ScatterPlotMultiView"; 569 this.Size = new System.Drawing.Size(940, 698); 559 570 this.splitContainer.Panel1.ResumeLayout(false); 560 571 this.splitContainer.Panel2.ResumeLayout(false); 561 572 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); 562 573 this.splitContainer.ResumeLayout(false); 574 this.variablesGroupBox.ResumeLayout(false); 563 575 this.frameTableLayoutPanel.ResumeLayout(false); 564 576 this.columnHeaderScrollPanel.ResumeLayout(false); -
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs
r14993 r15019 86 86 this.scatterPlotView.Name = "scatterPlotView"; 87 87 this.scatterPlotView.ReadOnly = false; 88 this.scatterPlotView.ShowName = true;88 this.scatterPlotView.ShowName = false; 89 89 this.scatterPlotView.Size = new System.Drawing.Size(618, 517); 90 90 this.scatterPlotView.TabIndex = 0; … … 188 188 this.comboBoxYVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; 189 189 this.comboBoxYVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; 190 this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 190 191 this.comboBoxYVariable.FormattingEnabled = true; 191 192 this.comboBoxYVariable.Location = new System.Drawing.Point(51, 60); … … 202 203 this.comboBoxXVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; 203 204 this.comboBoxXVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; 205 this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 204 206 this.comboBoxXVariable.FormattingEnabled = true; 205 207 this.comboBoxXVariable.Location = new System.Drawing.Point(51, 26); -
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.Designer.cs
r14915 r15019 81 81 this.lblRows.Location = new System.Drawing.Point(3, 0); 82 82 this.lblRows.Name = "lblRows"; 83 this.lblRows.Size = new System.Drawing.Size( 47, 26);83 this.lblRows.Size = new System.Drawing.Size(52, 26); 84 84 this.lblRows.TabIndex = 0; 85 this.lblRows.Text = " Rows";85 this.lblRows.Text = "Datarows"; 86 86 this.lblRows.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 87 87 // … … 92 92 this.lblColumns.Location = new System.Drawing.Point(3, 26); 93 93 this.lblColumns.Name = "lblColumns"; 94 this.lblColumns.Size = new System.Drawing.Size( 47, 26);94 this.lblColumns.Size = new System.Drawing.Size(52, 26); 95 95 this.lblColumns.TabIndex = 2; 96 this.lblColumns.Text = " Columns";96 this.lblColumns.Text = "Variables"; 97 97 this.lblColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 98 98 // … … 101 101 this.lblMissingValuesTotal.AutoSize = true; 102 102 this.lblMissingValuesTotal.Dock = System.Windows.Forms.DockStyle.Fill; 103 this.lblMissingValuesTotal.Location = new System.Drawing.Point(23 3, 26);103 this.lblMissingValuesTotal.Location = new System.Drawing.Point(237, 26); 104 104 this.lblMissingValuesTotal.Name = "lblMissingValuesTotal"; 105 105 this.lblMissingValuesTotal.Size = new System.Drawing.Size(77, 26); … … 112 112 this.lblNumericColumns.AutoSize = true; 113 113 this.lblNumericColumns.Dock = System.Windows.Forms.DockStyle.Fill; 114 this.lblNumericColumns.Location = new System.Drawing.Point( 97, 0);114 this.lblNumericColumns.Location = new System.Drawing.Point(100, 0); 115 115 this.lblNumericColumns.Name = "lblNumericColumns"; 116 this.lblNumericColumns.Size = new System.Drawing.Size( 89, 26);116 this.lblNumericColumns.Size = new System.Drawing.Size(92, 26); 117 117 this.lblNumericColumns.TabIndex = 3; 118 this.lblNumericColumns.Text = "Numeric Columns";118 this.lblNumericColumns.Text = "Numeric Variables"; 119 119 this.lblNumericColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 120 120 // … … 123 123 this.lblNominalColumns.AutoSize = true; 124 124 this.lblNominalColumns.Dock = System.Windows.Forms.DockStyle.Fill; 125 this.lblNominalColumns.Location = new System.Drawing.Point( 97, 26);125 this.lblNominalColumns.Location = new System.Drawing.Point(100, 26); 126 126 this.lblNominalColumns.Name = "lblNominalColumns"; 127 this.lblNominalColumns.Size = new System.Drawing.Size( 89, 26);127 this.lblNominalColumns.Size = new System.Drawing.Size(92, 26); 128 128 this.lblNominalColumns.TabIndex = 3; 129 this.lblNominalColumns.Text = "Nominal Columns";129 this.lblNominalColumns.Text = "Nominal Variables"; 130 130 this.lblNominalColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 131 131 // … … 152 152 this.showVariablesGroupBox.Location = new System.Drawing.Point(393, 0); 153 153 this.showVariablesGroupBox.Name = "showVariablesGroupBox"; 154 this.showVariablesGroupBox.Size = new System.Drawing.Size(97, 55);154 this.showVariablesGroupBox.Size = new System.Drawing.Size(97, 71); 155 155 this.showVariablesGroupBox.TabIndex = 16; 156 156 this.showVariablesGroupBox.TabStop = false; … … 164 164 this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24); 165 165 this.checkInputsTargetButton.TabIndex = 14; 166 this.toolTip.SetToolTip(this.checkInputsTargetButton, " Inputs & Target");166 this.toolTip.SetToolTip(this.checkInputsTargetButton, "Show Inputs & Target"); 167 167 this.checkInputsTargetButton.UseVisualStyleBackColor = true; 168 168 this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click); … … 175 175 this.uncheckAllButton.Size = new System.Drawing.Size(24, 24); 176 176 this.uncheckAllButton.TabIndex = 12; 177 this.toolTip.SetToolTip(this.uncheckAllButton, " None");177 this.toolTip.SetToolTip(this.uncheckAllButton, "Show None"); 178 178 this.uncheckAllButton.UseVisualStyleBackColor = true; 179 179 this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click); … … 186 186 this.checkAllButton.Size = new System.Drawing.Size(24, 24); 187 187 this.checkAllButton.TabIndex = 13; 188 this.toolTip.SetToolTip(this.checkAllButton, " All");188 this.toolTip.SetToolTip(this.checkAllButton, "Show All"); 189 189 this.checkAllButton.UseVisualStyleBackColor = true; 190 190 this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click); … … 194 194 this.lblTNumValues.AutoSize = true; 195 195 this.lblTNumValues.Dock = System.Windows.Forms.DockStyle.Fill; 196 this.lblTNumValues.Location = new System.Drawing.Point(23 3, 0);196 this.lblTNumValues.Location = new System.Drawing.Point(237, 0); 197 197 this.lblTNumValues.Name = "lblTNumValues"; 198 198 this.lblTNumValues.Size = new System.Drawing.Size(77, 26); … … 208 208 this.orientationGroupBox.Location = new System.Drawing.Point(496, 0); 209 209 this.orientationGroupBox.Name = "orientationGroupBox"; 210 this.orientationGroupBox.Size = new System.Drawing.Size(94, 55);210 this.orientationGroupBox.Size = new System.Drawing.Size(94, 71); 211 211 this.orientationGroupBox.TabIndex = 17; 212 212 this.orientationGroupBox.TabStop = false; … … 241 241 // 242 242 this.rowsTextBox.Dock = System.Windows.Forms.DockStyle.Fill; 243 this.rowsTextBox.Location = new System.Drawing.Point( 56, 3);243 this.rowsTextBox.Location = new System.Drawing.Point(61, 3); 244 244 this.rowsTextBox.Name = "rowsTextBox"; 245 245 this.rowsTextBox.ReadOnly = true; 246 this.rowsTextBox.Size = new System.Drawing.Size(3 5, 20);246 this.rowsTextBox.Size = new System.Drawing.Size(33, 20); 247 247 this.rowsTextBox.TabIndex = 18; 248 248 // … … 250 250 // 251 251 this.columnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill; 252 this.columnsTextBox.Location = new System.Drawing.Point( 56, 29);252 this.columnsTextBox.Location = new System.Drawing.Point(61, 29); 253 253 this.columnsTextBox.Name = "columnsTextBox"; 254 254 this.columnsTextBox.ReadOnly = true; 255 this.columnsTextBox.Size = new System.Drawing.Size(3 5, 20);255 this.columnsTextBox.Size = new System.Drawing.Size(33, 20); 256 256 this.columnsTextBox.TabIndex = 18; 257 257 // … … 259 259 // 260 260 this.totalValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; 261 this.totalValuesTextBox.Location = new System.Drawing.Point(3 16, 3);261 this.totalValuesTextBox.Location = new System.Drawing.Point(320, 3); 262 262 this.totalValuesTextBox.Name = "totalValuesTextBox"; 263 263 this.totalValuesTextBox.ReadOnly = true; 264 this.totalValuesTextBox.Size = new System.Drawing.Size(5 9, 20);264 this.totalValuesTextBox.Size = new System.Drawing.Size(55, 20); 265 265 this.totalValuesTextBox.TabIndex = 18; 266 266 // … … 299 299 // 300 300 this.numericColumnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill; 301 this.numericColumnsTextBox.Location = new System.Drawing.Point(19 2, 3);301 this.numericColumnsTextBox.Location = new System.Drawing.Point(198, 3); 302 302 this.numericColumnsTextBox.Name = "numericColumnsTextBox"; 303 303 this.numericColumnsTextBox.ReadOnly = true; 304 this.numericColumnsTextBox.Size = new System.Drawing.Size(3 5, 20);304 this.numericColumnsTextBox.Size = new System.Drawing.Size(33, 20); 305 305 this.numericColumnsTextBox.TabIndex = 18; 306 306 // … … 308 308 // 309 309 this.nominalColumnsTextBox5.Dock = System.Windows.Forms.DockStyle.Fill; 310 this.nominalColumnsTextBox5.Location = new System.Drawing.Point(19 2, 29);310 this.nominalColumnsTextBox5.Location = new System.Drawing.Point(198, 29); 311 311 this.nominalColumnsTextBox5.Name = "nominalColumnsTextBox5"; 312 312 this.nominalColumnsTextBox5.ReadOnly = true; 313 this.nominalColumnsTextBox5.Size = new System.Drawing.Size(3 5, 20);313 this.nominalColumnsTextBox5.Size = new System.Drawing.Size(33, 20); 314 314 this.nominalColumnsTextBox5.TabIndex = 18; 315 315 // … … 317 317 // 318 318 this.missingValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; 319 this.missingValuesTextBox.Location = new System.Drawing.Point(3 16, 29);319 this.missingValuesTextBox.Location = new System.Drawing.Point(320, 29); 320 320 this.missingValuesTextBox.Name = "missingValuesTextBox"; 321 321 this.missingValuesTextBox.ReadOnly = true; 322 this.missingValuesTextBox.Size = new System.Drawing.Size(5 9, 20);322 this.missingValuesTextBox.Size = new System.Drawing.Size(55, 20); 323 323 this.missingValuesTextBox.TabIndex = 18; 324 324 //
Note: See TracChangeset
for help on using the changeset viewer.