Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/02/14 14:41:45 (10 years ago)
Author:
pfleck
Message:

#2208 Hide Quality Penalty and Distance values in OrienteeringSolutionView when no solution is present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringSolutionView.Designer.cs

    r11327 r11329  
    7474      // pictureBox
    7575      //
    76       this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    77             | System.Windows.Forms.AnchorStyles.Left) 
     76      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     77            | System.Windows.Forms.AnchorStyles.Left)
    7878            | System.Windows.Forms.AnchorStyles.Right)));
    7979      this.pictureBox.BackColor = System.Drawing.Color.White;
     
    8989      //
    9090      this.tabControl.AllowDrop = true;
    91       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    92             | System.Windows.Forms.AnchorStyles.Left) 
     91      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     92            | System.Windows.Forms.AnchorStyles.Left)
    9393            | System.Windows.Forms.AnchorStyles.Right)));
    9494      this.tabControl.Controls.Add(this.visualizationTabPage);
     
    117117      this.valueTabPage.Name = "valueTabPage";
    118118      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
    119       this.valueTabPage.Size = new System.Drawing.Size(251, 370);
     119      this.valueTabPage.Size = new System.Drawing.Size(211, 370);
    120120      this.valueTabPage.TabIndex = 1;
    121121      this.valueTabPage.Text = "Value";
     
    124124      // tourGroupBox
    125125      //
    126       this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    127             | System.Windows.Forms.AnchorStyles.Left) 
     126      this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     127            | System.Windows.Forms.AnchorStyles.Left)
    128128            | System.Windows.Forms.AnchorStyles.Right)));
    129129      this.tourGroupBox.Controls.Add(this.tourViewHost);
    130130      this.tourGroupBox.Location = new System.Drawing.Point(6, 6);
    131131      this.tourGroupBox.Name = "tourGroupBox";
    132       this.tourGroupBox.Size = new System.Drawing.Size(239, 358);
     132      this.tourGroupBox.Size = new System.Drawing.Size(199, 358);
    133133      this.tourGroupBox.TabIndex = 0;
    134134      this.tourGroupBox.TabStop = false;
     
    137137      // tourViewHost
    138138      //
    139       this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    140             | System.Windows.Forms.AnchorStyles.Left) 
     139      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     140            | System.Windows.Forms.AnchorStyles.Left)
    141141            | System.Windows.Forms.AnchorStyles.Right)));
    142142      this.tourViewHost.Caption = "View";
     
    146146      this.tourViewHost.Name = "tourViewHost";
    147147      this.tourViewHost.ReadOnly = false;
    148       this.tourViewHost.Size = new System.Drawing.Size(227, 333);
     148      this.tourViewHost.Size = new System.Drawing.Size(187, 333);
    149149      this.tourViewHost.TabIndex = 0;
    150150      this.tourViewHost.ViewsLabelVisible = true;
     
    175175      // qualityGroupBox
    176176      //
    177       this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     177      this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    178178            | System.Windows.Forms.AnchorStyles.Right)));
    179179      this.qualityGroupBox.Controls.Add(this.qualityViewHost);
     
    201201      // distanceGroupBox
    202202      //
    203       this.distanceGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     203      this.distanceGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    204204            | System.Windows.Forms.AnchorStyles.Right)));
    205205      this.distanceGroupBox.Controls.Add(this.distanceViewHost);
     
    227227      // penaltyGroupBox
    228228      //
    229       this.penaltyGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     229      this.penaltyGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    230230            | System.Windows.Forms.AnchorStyles.Right)));
    231231      this.penaltyGroupBox.Controls.Add(this.penaltyViewHost);
Note: See TracChangeset for help on using the changeset viewer.