Changeset 14546 for branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.Designer.cs
- Timestamp:
- 01/05/17 15:50:40 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.Designer.cs
r14185 r14546 63 63 this.btnReplace = new System.Windows.Forms.Button(); 64 64 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 65 this.uncheckAllButton = new System.Windows.Forms.Button(); 66 this.checkAllButton = new System.Windows.Forms.Button(); 67 this.checkInputsTargetButton = new System.Windows.Forms.Button(); 65 68 this.addRowButton = new System.Windows.Forms.Button(); 66 69 this.addColumnButton = new System.Windows.Forms.Button(); 67 70 this.renameColumnsButton = new System.Windows.Forms.Button(); 71 this.groupBox1 = new System.Windows.Forms.GroupBox(); 68 72 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 69 73 this.contextMenuCell.SuspendLayout(); 74 this.groupBox1.SuspendLayout(); 70 75 this.SuspendLayout(); 71 76 // … … 81 86 this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 82 87 this.columnsTextBox.Size = new System.Drawing.Size(71, 20); 83 //84 // statisticsTextBox85 //86 this.statisticsTextBox.Location = new System.Drawing.Point(3, 387);87 this.statisticsTextBox.Size = new System.Drawing.Size(421, 13);88 88 // 89 89 // btnApplySort … … 104 104 this.replaceValueOverSelectionToolStripMenuItem}); 105 105 this.contextMenuCell.Name = "contextMenuCell"; 106 this.contextMenuCell.Size = new System.Drawing.Size(22 5, 48);106 this.contextMenuCell.Size = new System.Drawing.Size(224, 48); 107 107 // 108 108 // replaceValueOverColumnToolStripMenuItem … … 116 116 this.smoothingToolStripMenuItem_Column}); 117 117 this.replaceValueOverColumnToolStripMenuItem.Name = "replaceValueOverColumnToolStripMenuItem"; 118 this.replaceValueOverColumnToolStripMenuItem.Size = new System.Drawing.Size(22 4, 22);118 this.replaceValueOverColumnToolStripMenuItem.Size = new System.Drawing.Size(223, 22); 119 119 this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Column"; 120 120 // … … 169 169 this.mostCommonToolStripMenuItem_Selection}); 170 170 this.replaceValueOverSelectionToolStripMenuItem.Name = "replaceValueOverSelectionToolStripMenuItem"; 171 this.replaceValueOverSelectionToolStripMenuItem.Size = new System.Drawing.Size(22 4, 22);171 this.replaceValueOverSelectionToolStripMenuItem.Size = new System.Drawing.Size(223, 22); 172 172 this.replaceValueOverSelectionToolStripMenuItem.Text = "Replace Value over Selection"; 173 173 // … … 222 222 this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click); 223 223 // 224 // uncheckAllButton 225 // 226 this.uncheckAllButton.Location = new System.Drawing.Point(105, 17); 227 this.uncheckAllButton.Name = "uncheckAllButton"; 228 this.uncheckAllButton.Size = new System.Drawing.Size(43, 24); 229 this.uncheckAllButton.TabIndex = 12; 230 this.uncheckAllButton.Text = "None"; 231 this.toolTip.SetToolTip(this.uncheckAllButton, "Uncheck all variables"); 232 this.uncheckAllButton.UseVisualStyleBackColor = true; 233 this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click); 234 // 235 // checkAllButton 236 // 237 this.checkAllButton.Location = new System.Drawing.Point(68, 17); 238 this.checkAllButton.Name = "checkAllButton"; 239 this.checkAllButton.Size = new System.Drawing.Size(31, 24); 240 this.checkAllButton.TabIndex = 13; 241 this.checkAllButton.Text = "All"; 242 this.toolTip.SetToolTip(this.checkAllButton, "Check all variables"); 243 this.checkAllButton.UseVisualStyleBackColor = true; 244 this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click); 245 // 246 // checkInputsTargetButton 247 // 248 this.checkInputsTargetButton.Location = new System.Drawing.Point(6, 17); 249 this.checkInputsTargetButton.Name = "checkInputsTargetButton"; 250 this.checkInputsTargetButton.Size = new System.Drawing.Size(56, 24); 251 this.checkInputsTargetButton.TabIndex = 14; 252 this.checkInputsTargetButton.Text = "Inputs"; 253 this.toolTip.SetToolTip(this.checkInputsTargetButton, "Check only inputs and target variable"); 254 this.checkInputsTargetButton.UseVisualStyleBackColor = true; 255 this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click); 256 // 224 257 // addRowButton 225 258 // … … 252 285 this.renameColumnsButton.Click += new System.EventHandler(this.renameColumnsButton_Click); 253 286 // 287 // groupBox1 288 // 289 this.groupBox1.Controls.Add(this.checkInputsTargetButton); 290 this.groupBox1.Controls.Add(this.uncheckAllButton); 291 this.groupBox1.Controls.Add(this.checkAllButton); 292 this.groupBox1.Location = new System.Drawing.Point(426, 0); 293 this.groupBox1.Name = "groupBox1"; 294 this.groupBox1.Size = new System.Drawing.Size(160, 49); 295 this.groupBox1.TabIndex = 15; 296 this.groupBox1.TabStop = false; 297 this.groupBox1.Text = "Show Variables"; 298 // 254 299 // DataGridContentView 255 300 // 256 301 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 257 302 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 303 this.Controls.Add(this.groupBox1); 258 304 this.Controls.Add(this.renameColumnsButton); 259 305 this.Controls.Add(this.addColumnButton); … … 263 309 this.Controls.Add(this.btnApplySort); 264 310 this.Name = "DataGridContentView"; 265 this.Size = new System.Drawing.Size(430, 403);266 311 this.Controls.SetChildIndex(this.btnApplySort, 0); 267 312 this.Controls.SetChildIndex(this.btnSearch, 0); … … 275 320 this.Controls.SetChildIndex(this.rowsTextBox, 0); 276 321 this.Controls.SetChildIndex(this.columnsTextBox, 0); 322 this.Controls.SetChildIndex(this.groupBox1, 0); 277 323 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 278 324 this.contextMenuCell.ResumeLayout(false); 325 this.groupBox1.ResumeLayout(false); 279 326 this.ResumeLayout(false); 280 327 this.PerformLayout(); … … 304 351 private System.Windows.Forms.Button addColumnButton; 305 352 private System.Windows.Forms.Button renameColumnsButton; 353 private System.Windows.Forms.Button uncheckAllButton; 354 private System.Windows.Forms.Button checkAllButton; 355 private System.Windows.Forms.Button checkInputsTargetButton; 356 private System.Windows.Forms.GroupBox groupBox1; 306 357 } 307 358 }
Note: See TracChangeset
for help on using the changeset viewer.