Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/02/13 20:11:14 (11 years ago)
Author:
abeham
Message:

#2110: merged to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs

    r9456 r10021  
    7171      // ProblemInstanceConsumerViewHost
    7272      //
    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);
    7777      //
    7878      // parameterCollectionView
     
    9595      // problemTabControl
    9696      //
    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)
    9999            | System.Windows.Forms.AnchorStyles.Right)));
    100100      this.problemTabControl.Controls.Add(this.problemTabPage);
Note: See TracChangeset for help on using the changeset viewer.