Changeset 10021 for stable/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs
- Timestamp:
- 10/02/13 20:11:14 (11 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 10000-10001,10003,10009
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs
r9456 r10021 71 71 // ProblemInstanceConsumerViewHost 72 72 // 73 this. ProblemInstanceConsumerViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));74 this. ProblemInstanceConsumerViewHost.Dock = System.Windows.Forms.DockStyle.Fill;75 this. ProblemInstanceConsumerViewHost.Location = new System.Drawing.Point(0, 0);76 this. ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(511, 26);73 this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 74 this.problemInstanceProviderViewHost.Dock = System.Windows.Forms.DockStyle.Fill; 75 this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(0, 0); 76 this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(511, 26); 77 77 // 78 78 // parameterCollectionView … … 95 95 // problemTabControl 96 96 // 97 this.problemTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 98 | System.Windows.Forms.AnchorStyles.Left) 97 this.problemTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 98 | System.Windows.Forms.AnchorStyles.Left) 99 99 | System.Windows.Forms.AnchorStyles.Right))); 100 100 this.problemTabControl.Controls.Add(this.problemTabPage);
Note: See TracChangeset
for help on using the changeset viewer.