Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/20 11:21:57 (4 years ago)
Author:
abeham
Message:

#2521: some fixes and reusing handling of distance measure as defined in TSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringProblemDataView.Designer.cs

    r17526 r17529  
    6060      this.startingPointTextBox = new System.Windows.Forms.TextBox();
    6161      this.startingPointLabel = new System.Windows.Forms.Label();
    62       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6362      this.tabControl.SuspendLayout();
    6463      this.routingDataTabPage.SuspendLayout();
     
    7069      this.SuspendLayout();
    7170      //
    72       // nameTextBox
    73       //
    74       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    75       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    76       this.nameTextBox.Size = new System.Drawing.Size(454, 20);
    77       //
    78       // infoLabel
    79       //
    80       this.infoLabel.Location = new System.Drawing.Point(518, 3);
    81       //
    8271      // tabControl
    8372      //
    84       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    85             | System.Windows.Forms.AnchorStyles.Left)
    86             | System.Windows.Forms.AnchorStyles.Right)));
    8773      this.tabControl.Controls.Add(this.routingDataTabPage);
    8874      this.tabControl.Controls.Add(this.OrienteeringDataTabPage);
    89       this.tabControl.Location = new System.Drawing.Point(0, 26);
     75      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     76      this.tabControl.Location = new System.Drawing.Point(0, 0);
    9077      this.tabControl.Name = "tabControl";
    9178      this.tabControl.SelectedIndex = 0;
    92       this.tabControl.Size = new System.Drawing.Size(541, 401);
     79      this.tabControl.Size = new System.Drawing.Size(541, 427);
    9380      this.tabControl.TabIndex = 0;
    9481      //
     
    9986      this.routingDataTabPage.Name = "routingDataTabPage";
    10087      this.routingDataTabPage.Padding = new System.Windows.Forms.Padding(3);
    101       this.routingDataTabPage.Size = new System.Drawing.Size(533, 375);
     88      this.routingDataTabPage.Size = new System.Drawing.Size(533, 401);
    10289      this.routingDataTabPage.TabIndex = 0;
    10390      this.routingDataTabPage.Text = "Routing Data";
     
    113100      this.routingDataViewHost.Name = "routingDataViewHost";
    114101      this.routingDataViewHost.ReadOnly = false;
    115       this.routingDataViewHost.Size = new System.Drawing.Size(527, 369);
     102      this.routingDataViewHost.Size = new System.Drawing.Size(527, 395);
    116103      this.routingDataViewHost.TabIndex = 0;
    117104      this.routingDataViewHost.ViewsLabelVisible = true;
     
    124111      this.OrienteeringDataTabPage.Name = "OrienteeringDataTabPage";
    125112      this.OrienteeringDataTabPage.Padding = new System.Windows.Forms.Padding(3);
    126       this.OrienteeringDataTabPage.Size = new System.Drawing.Size(533, 375);
     113      this.OrienteeringDataTabPage.Size = new System.Drawing.Size(533, 401);
    127114      this.OrienteeringDataTabPage.TabIndex = 1;
    128       this.OrienteeringDataTabPage.Text = "Orienteering";
     115      this.OrienteeringDataTabPage.Text = "Orienteering Data";
    129116      this.OrienteeringDataTabPage.UseVisualStyleBackColor = true;
    130117      //
     
    150137      this.splitContainer1.Panel2.Controls.Add(this.startingPointTextBox);
    151138      this.splitContainer1.Panel2.Controls.Add(this.startingPointLabel);
    152       this.splitContainer1.Size = new System.Drawing.Size(527, 369);
     139      this.splitContainer1.Size = new System.Drawing.Size(527, 395);
    153140      this.splitContainer1.SplitterDistance = 175;
    154141      this.splitContainer1.TabIndex = 0;
     
    164151      this.scoresArrayView.Name = "scoresArrayView";
    165152      this.scoresArrayView.ReadOnly = false;
    166       this.scoresArrayView.Size = new System.Drawing.Size(169, 341);
     153      this.scoresArrayView.Size = new System.Drawing.Size(169, 367);
    167154      this.scoresArrayView.TabIndex = 1;
    168155      //
     
    259246      this.Name = "OrienteeringProblemDataView";
    260247      this.Size = new System.Drawing.Size(541, 427);
    261       this.Controls.SetChildIndex(this.tabControl, 0);
    262       this.Controls.SetChildIndex(this.nameLabel, 0);
    263       this.Controls.SetChildIndex(this.nameTextBox, 0);
    264       this.Controls.SetChildIndex(this.infoLabel, 0);
    265       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    266248      this.tabControl.ResumeLayout(false);
    267249      this.routingDataTabPage.ResumeLayout(false);
     
    274256      this.splitContainer1.ResumeLayout(false);
    275257      this.ResumeLayout(false);
    276       this.PerformLayout();
    277258
    278259    }
Note: See TracChangeset for help on using the changeset viewer.