Changeset 8086 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs
- Timestamp:
- 06/22/12 11:11:38 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.QuadraticAssignment.Views
- Property svn:mergeinfo changed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs
r7641 r8086 59 59 this.SuspendLayout(); 60 60 // 61 // libraryInfoButton62 //63 this.libraryInfoButton.Location = new System.Drawing.Point(224, 1);64 //65 61 // problemInstanceSplitContainer 66 62 // … … 72 68 // parameterCollectionView 73 69 // 74 this.parameterCollectionView.Location = new System.Drawing.Point(0, 3); 75 this.parameterCollectionView.Size = new System.Drawing.Size(497, 269); 70 this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 71 this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill; 72 this.parameterCollectionView.Location = new System.Drawing.Point(3, 3); 73 this.parameterCollectionView.Size = new System.Drawing.Size(497, 274); 76 74 // 77 75 // nameTextBox … … 82 80 // tabControl 83 81 // 84 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 85 | System.Windows.Forms.AnchorStyles.Left)86 82 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 83 | System.Windows.Forms.AnchorStyles.Left) 84 | System.Windows.Forms.AnchorStyles.Right))); 87 85 this.tabControl.Controls.Add(this.problemTabPage); 88 86 this.tabControl.Controls.Add(this.visualizationTabPage); 89 this.tabControl.Location = new System.Drawing.Point(0, 2 9);87 this.tabControl.Location = new System.Drawing.Point(0, 27); 90 88 this.tabControl.Name = "tabControl"; 91 89 this.tabControl.SelectedIndex = 0; 92 this.tabControl.Size = new System.Drawing.Size(511, 30 4);90 this.tabControl.Size = new System.Drawing.Size(511, 306); 93 91 this.tabControl.TabIndex = 8; 94 92 // … … 99 97 this.problemTabPage.Name = "problemTabPage"; 100 98 this.problemTabPage.Padding = new System.Windows.Forms.Padding(3); 101 this.problemTabPage.Size = new System.Drawing.Size(503, 2 78);99 this.problemTabPage.Size = new System.Drawing.Size(503, 280); 102 100 this.problemTabPage.TabIndex = 0; 103 101 this.problemTabPage.Text = "Problem"; … … 110 108 this.visualizationTabPage.Name = "visualizationTabPage"; 111 109 this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3); 112 this.visualizationTabPage.Size = new System.Drawing.Size(503, 2 78);110 this.visualizationTabPage.Size = new System.Drawing.Size(503, 280); 113 111 this.visualizationTabPage.TabIndex = 1; 114 112 this.visualizationTabPage.Text = "Visualization"; … … 122 120 this.qapView.Location = new System.Drawing.Point(3, 3); 123 121 this.qapView.Name = "qapView"; 124 this.qapView.Size = new System.Drawing.Size(497, 2 72);122 this.qapView.Size = new System.Drawing.Size(497, 245); 125 123 this.qapView.TabIndex = 0; 126 124 this.qapView.Weights = null; … … 129 127 // 130 128 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 131 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;129 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 132 130 this.Name = "QuadraticAssignmentProblemView"; 133 131 this.problemInstanceSplitContainer.Panel1.ResumeLayout(false); 134 this.problemInstanceSplitContainer.Panel1.PerformLayout();135 132 this.problemInstanceSplitContainer.Panel2.ResumeLayout(false); 136 133 this.problemInstanceSplitContainer.Panel2.PerformLayout();
Note: See TracChangeset
for help on using the changeset viewer.