Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/19/10 13:22:55 (14 years ago)
Author:
svonolfe
Message:

Add best known solution import for the VRP (TSPLib format) #1236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs

    r4352 r4619  
    3131      this.importButton2 = new System.Windows.Forms.Button();
    3232      this.importButton3 = new System.Windows.Forms.Button();
     33      this.importBestButton = new System.Windows.Forms.Button();
    3334      this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
    3435      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    6061      this.tabControl1.Controls.Add(this.tabPage1);
    6162      this.tabControl1.Controls.Add(this.tabPage2);
    62       this.tabControl1.Location = new System.Drawing.Point(0, 84);
     63      this.tabControl1.Location = new System.Drawing.Point(0, 111);
    6364      this.tabControl1.Name = "tabControl1";
    6465      this.tabControl1.SelectedIndex = 0;
    65       this.tabControl1.Size = new System.Drawing.Size(490, 265);
     66      this.tabControl1.Size = new System.Drawing.Size(490, 255);
    6667      this.tabControl1.TabIndex = 6;
    6768      //
     
    7273      this.tabPage1.Name = "tabPage1";
    7374      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    74       this.tabPage1.Size = new System.Drawing.Size(482, 239);
     75      this.tabPage1.Size = new System.Drawing.Size(482, 229);
    7576      this.tabPage1.TabIndex = 0;
    7677      this.tabPage1.Text = "Parameters";
     
    7980      // parameterCollectionView
    8081      //
     82      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     83                  | System.Windows.Forms.AnchorStyles.Left)
     84                  | System.Windows.Forms.AnchorStyles.Right)));
    8185      this.parameterCollectionView.Caption = "ParameterCollection View";
    8286      this.parameterCollectionView.Content = null;
    83       this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
    8487      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
    8588      this.parameterCollectionView.Name = "parameterCollectionView";
    8689      this.parameterCollectionView.ReadOnly = false;
    87       this.parameterCollectionView.Size = new System.Drawing.Size(476, 233);
     90      this.parameterCollectionView.Size = new System.Drawing.Size(476, 223);
    8891      this.parameterCollectionView.TabIndex = 1;
    8992      //
     
    9497      this.tabPage2.Name = "tabPage2";
    9598      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    96       this.tabPage2.Size = new System.Drawing.Size(482, 239);
     99      this.tabPage2.Size = new System.Drawing.Size(482, 229);
    97100      this.tabPage2.TabIndex = 1;
    98101      this.tabPage2.Text = "Visualization";
     
    119122      this.importButton3.Click += new System.EventHandler(this.importButton3_Click);
    120123      //
     124      // importBestButton
     125      //
     126      this.importBestButton.Location = new System.Drawing.Point(0, 82);
     127      this.importBestButton.Name = "importBestButton";
     128      this.importBestButton.Size = new System.Drawing.Size(139, 23);
     129      this.importBestButton.TabIndex = 9;
     130      this.importBestButton.Text = "Import solution";
     131      this.importBestButton.UseVisualStyleBackColor = true;
     132      this.importBestButton.Click += new System.EventHandler(this.importBestButton_Click);
     133      //
    121134      // vrpSolutionView
    122135      //
     
    127140      this.vrpSolutionView.Name = "vrpSolutionView";
    128141      this.vrpSolutionView.ReadOnly = false;
    129       this.vrpSolutionView.Size = new System.Drawing.Size(476, 233);
     142      this.vrpSolutionView.Size = new System.Drawing.Size(476, 223);
    130143      this.vrpSolutionView.TabIndex = 0;
    131144      //
     
    133146      //
    134147      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     148      this.Controls.Add(this.importBestButton);
    135149      this.Controls.Add(this.importButton3);
    136150      this.Controls.Add(this.importButton2);
     
    138152      this.Controls.Add(this.tabControl1);
    139153      this.Name = "VehicleRoutingProblemView";
    140       this.Size = new System.Drawing.Size(490, 352);
     154      this.Size = new System.Drawing.Size(490, 369);
    141155      this.Controls.SetChildIndex(this.tabControl1, 0);
    142156      this.Controls.SetChildIndex(this.importButton, 0);
     
    147161      this.Controls.SetChildIndex(this.importButton2, 0);
    148162      this.Controls.SetChildIndex(this.importButton3, 0);
     163      this.Controls.SetChildIndex(this.importBestButton, 0);
    149164      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    150165      this.tabControl1.ResumeLayout(false);
     
    166181    private System.Windows.Forms.Button importButton2;
    167182    private System.Windows.Forms.Button importButton3;
     183    private System.Windows.Forms.Button importBestButton;
    168184  }
    169185}
Note: See TracChangeset for help on using the changeset viewer.