Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/12 13:31:44 (13 years ago)
Author:
sforsten
Message:

#1784:

  • minor bug fixes in several views
Location:
branches/ProblemInstancesRegressionAndClassification
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemInstancesRegressionAndClassification

    • Property svn:ignore
      •  

        old new  
        33protoc.exe
        44ProtoGen.exe
         5bin
  • branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Optimization.Views/3.3/ProblemView.Designer.cs

    r7664 r7665  
    7676      // problemInstanceSplitContainer
    7777      //
    78       this.problemInstanceSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    79                   | System.Windows.Forms.AnchorStyles.Left)
    80                   | System.Windows.Forms.AnchorStyles.Right)));
     78      this.problemInstanceSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     79            | System.Windows.Forms.AnchorStyles.Left)
     80            | System.Windows.Forms.AnchorStyles.Right)));
    8181      this.problemInstanceSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    8282      this.problemInstanceSplitContainer.IsSplitterFixed = true;
     
    102102      // problemInstanceConsumerView
    103103      //
    104       this.problemInstanceConsumerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    105                   | System.Windows.Forms.AnchorStyles.Left)
    106                   | System.Windows.Forms.AnchorStyles.Right)));
     104      this.problemInstanceConsumerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     105            | System.Windows.Forms.AnchorStyles.Left)
     106            | System.Windows.Forms.AnchorStyles.Right)));
    107107      this.problemInstanceConsumerView.Caption = "ProblemInstanceProviderView";
    108108      this.problemInstanceConsumerView.Content = null;
    109       this.problemInstanceConsumerView.Location = new System.Drawing.Point(0, 0);
     109      this.problemInstanceConsumerView.Location = new System.Drawing.Point(0, 1);
    110110      this.problemInstanceConsumerView.Name = "problemInstanceConsumerView";
    111111      this.problemInstanceConsumerView.ReadOnly = false;
    112       this.problemInstanceConsumerView.Size = new System.Drawing.Size(511, 25);
     112      this.problemInstanceConsumerView.Size = new System.Drawing.Size(511, 23);
    113113      this.problemInstanceConsumerView.TabIndex = 0;
    114114      //
Note: See TracChangeset for help on using the changeset viewer.