- Timestamp:
- 09/16/13 18:52:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs
r9456 r9973 60 60 // 61 61 this.splitContainer.Panel1.Controls.Add(this.btnSimplify); 62 this.splitContainer.Size = new System.Drawing.Size(480, 275);63 this.splitContainer.SplitterDistance = 255;64 //65 // itemsGroupBox66 //67 this.itemsGroupBox.Size = new System.Drawing.Size(486, 294);68 //69 // itemsListView70 //71 this.itemsListView.Size = new System.Drawing.Size(249, 238);72 //73 // detailsGroupBox74 //75 this.detailsGroupBox.Size = new System.Drawing.Size(215, 246);76 62 // 77 63 // addButton … … 83 69 this.toolTip.SetToolTip(this.removeButton, "Remove"); 84 70 // 85 // viewHost86 //87 this.viewHost.Size = new System.Drawing.Size(203, 221);88 //89 71 // btnSimplify 90 72 // 91 73 this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 92 this.btnSimplify.Location = new System.Drawing.Point(17 7, 4);74 this.btnSimplify.Location = new System.Drawing.Point(172, 4); 93 75 this.btnSimplify.Name = "btnSimplify"; 94 76 this.btnSimplify.Size = new System.Drawing.Size(75, 23); … … 100 82 // SymbolicRegressionSolutionView 101 83 // 102 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);103 84 this.Name = "SymbolicRegressionSolutionView"; 104 85 this.Size = new System.Drawing.Size(486, 294);
Note: See TracChangeset
for help on using the changeset viewer.