Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/01/10 11:13:46 (14 years ago)
Author:
svonolfe
Message:

Merged r4351 of the VRP feature branch into trunk (#1039)

Location:
trunk/sources/HeuristicLab.Problems.VehicleRouting.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views

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

    r4185 r4352  
    2929      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    3030      this.tabPage2 = new System.Windows.Forms.TabPage();
     31      this.importButton2 = new System.Windows.Forms.Button();
     32      this.importButton3 = new System.Windows.Forms.Button();
    3133      this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
    3234      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    4345      // importButton
    4446      //
    45       this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    46                   | System.Windows.Forms.AnchorStyles.Right)));
    4747      this.importButton.Location = new System.Drawing.Point(0, 55);
    4848      this.importButton.Name = "importButton";
    49       this.importButton.Size = new System.Drawing.Size(490, 23);
     49      this.importButton.Size = new System.Drawing.Size(139, 23);
    5050      this.importButton.TabIndex = 5;
    5151      this.importButton.Text = "Import from Solomon";
     
    6363      this.tabControl1.Name = "tabControl1";
    6464      this.tabControl1.SelectedIndex = 0;
    65       this.tabControl1.Size = new System.Drawing.Size(490, 338);
     65      this.tabControl1.Size = new System.Drawing.Size(490, 265);
    6666      this.tabControl1.TabIndex = 6;
    6767      //
     
    7272      this.tabPage1.Name = "tabPage1";
    7373      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    74       this.tabPage1.Size = new System.Drawing.Size(482, 312);
     74      this.tabPage1.Size = new System.Drawing.Size(482, 239);
    7575      this.tabPage1.TabIndex = 0;
    7676      this.tabPage1.Text = "Parameters";
     
    8585      this.parameterCollectionView.Name = "parameterCollectionView";
    8686      this.parameterCollectionView.ReadOnly = false;
    87       this.parameterCollectionView.Size = new System.Drawing.Size(476, 306);
     87      this.parameterCollectionView.Size = new System.Drawing.Size(476, 233);
    8888      this.parameterCollectionView.TabIndex = 1;
    8989      //
     
    9494      this.tabPage2.Name = "tabPage2";
    9595      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    96       this.tabPage2.Size = new System.Drawing.Size(482, 312);
     96      this.tabPage2.Size = new System.Drawing.Size(482, 239);
    9797      this.tabPage2.TabIndex = 1;
    9898      this.tabPage2.Text = "Visualization";
    9999      this.tabPage2.UseVisualStyleBackColor = true;
     100      //
     101      // importButton2
     102      //
     103      this.importButton2.Location = new System.Drawing.Point(145, 55);
     104      this.importButton2.Name = "importButton2";
     105      this.importButton2.Size = new System.Drawing.Size(126, 23);
     106      this.importButton2.TabIndex = 7;
     107      this.importButton2.Text = "Import from TSPLib";
     108      this.importButton2.UseVisualStyleBackColor = true;
     109      this.importButton2.Click += new System.EventHandler(this.importButton2_Click);
     110      //
     111      // importButton3
     112      //
     113      this.importButton3.Location = new System.Drawing.Point(277, 55);
     114      this.importButton3.Name = "importButton3";
     115      this.importButton3.Size = new System.Drawing.Size(131, 23);
     116      this.importButton3.TabIndex = 8;
     117      this.importButton3.Text = "Import from ORLib";
     118      this.importButton3.UseVisualStyleBackColor = true;
     119      this.importButton3.Click += new System.EventHandler(this.importButton3_Click);
    100120      //
    101121      // vrpSolutionView
     
    107127      this.vrpSolutionView.Name = "vrpSolutionView";
    108128      this.vrpSolutionView.ReadOnly = false;
    109       this.vrpSolutionView.Size = new System.Drawing.Size(476, 306);
     129      this.vrpSolutionView.Size = new System.Drawing.Size(476, 233);
    110130      this.vrpSolutionView.TabIndex = 0;
    111131      //
     
    113133      //
    114134      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     135      this.Controls.Add(this.importButton3);
     136      this.Controls.Add(this.importButton2);
    115137      this.Controls.Add(this.importButton);
    116138      this.Controls.Add(this.tabControl1);
    117139      this.Name = "VehicleRoutingProblemView";
    118       this.Size = new System.Drawing.Size(490, 422);
     140      this.Size = new System.Drawing.Size(490, 352);
    119141      this.Controls.SetChildIndex(this.tabControl1, 0);
    120142      this.Controls.SetChildIndex(this.importButton, 0);
     
    123145      this.Controls.SetChildIndex(this.descriptionLabel, 0);
    124146      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
     147      this.Controls.SetChildIndex(this.importButton2, 0);
     148      this.Controls.SetChildIndex(this.importButton3, 0);
    125149      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    126150      this.tabControl1.ResumeLayout(false);
     
    140164    private Core.Views.ParameterCollectionView parameterCollectionView;
    141165    private VRPSolutionView vrpSolutionView;
     166    private System.Windows.Forms.Button importButton2;
     167    private System.Windows.Forms.Button importButton3;
    142168  }
    143169}
Note: See TracChangeset for help on using the changeset viewer.