Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/13 11:49:28 (11 years ago)
Author:
jkarder
Message:

#2110: refactored ProblemInstanceProviderViews

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs

    r9456 r10000  
    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.