Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/10 11:12:40 (14 years ago)
Author:
svonolfe
Message:

Implemented review comments (#1236)

File:
1 edited

Legend:

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

    r4619 r4847  
    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();
    33       this.importBestButton = new System.Windows.Forms.Button();
    3431      this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
    3532      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    4643      // importButton
    4744      //
     45      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     46                  | System.Windows.Forms.AnchorStyles.Right)));
    4847      this.importButton.Location = new System.Drawing.Point(0, 55);
    4948      this.importButton.Name = "importButton";
    50       this.importButton.Size = new System.Drawing.Size(139, 23);
     49      this.importButton.Size = new System.Drawing.Size(490, 23);
    5150      this.importButton.TabIndex = 5;
    52       this.importButton.Text = "Import from Solomon";
     51      this.importButton.Text = "Import";
    5352      this.importButton.UseVisualStyleBackColor = true;
    5453      this.importButton.Click += new System.EventHandler(this.importButton_Click);
     
    6160      this.tabControl1.Controls.Add(this.tabPage1);
    6261      this.tabControl1.Controls.Add(this.tabPage2);
    63       this.tabControl1.Location = new System.Drawing.Point(0, 111);
     62      this.tabControl1.Location = new System.Drawing.Point(0, 84);
    6463      this.tabControl1.Name = "tabControl1";
    6564      this.tabControl1.SelectedIndex = 0;
    66       this.tabControl1.Size = new System.Drawing.Size(490, 255);
     65      this.tabControl1.Size = new System.Drawing.Size(490, 278);
    6766      this.tabControl1.TabIndex = 6;
    6867      //
     
    7372      this.tabPage1.Name = "tabPage1";
    7473      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    75       this.tabPage1.Size = new System.Drawing.Size(482, 229);
     74      this.tabPage1.Size = new System.Drawing.Size(482, 252);
    7675      this.tabPage1.TabIndex = 0;
    7776      this.tabPage1.Text = "Parameters";
     
    8887      this.parameterCollectionView.Name = "parameterCollectionView";
    8988      this.parameterCollectionView.ReadOnly = false;
    90       this.parameterCollectionView.Size = new System.Drawing.Size(476, 223);
     89      this.parameterCollectionView.Size = new System.Drawing.Size(476, 246);
    9190      this.parameterCollectionView.TabIndex = 1;
    9291      //
     
    101100      this.tabPage2.Text = "Visualization";
    102101      this.tabPage2.UseVisualStyleBackColor = true;
    103       //
    104       // importButton2
    105       //
    106       this.importButton2.Location = new System.Drawing.Point(145, 55);
    107       this.importButton2.Name = "importButton2";
    108       this.importButton2.Size = new System.Drawing.Size(126, 23);
    109       this.importButton2.TabIndex = 7;
    110       this.importButton2.Text = "Import from TSPLib";
    111       this.importButton2.UseVisualStyleBackColor = true;
    112       this.importButton2.Click += new System.EventHandler(this.importButton2_Click);
    113       //
    114       // importButton3
    115       //
    116       this.importButton3.Location = new System.Drawing.Point(277, 55);
    117       this.importButton3.Name = "importButton3";
    118       this.importButton3.Size = new System.Drawing.Size(131, 23);
    119       this.importButton3.TabIndex = 8;
    120       this.importButton3.Text = "Import from ORLib";
    121       this.importButton3.UseVisualStyleBackColor = true;
    122       this.importButton3.Click += new System.EventHandler(this.importButton3_Click);
    123       //
    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);
    133102      //
    134103      // vrpSolutionView
     
    146115      //
    147116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    148       this.Controls.Add(this.importBestButton);
    149       this.Controls.Add(this.importButton3);
    150       this.Controls.Add(this.importButton2);
    151117      this.Controls.Add(this.importButton);
    152118      this.Controls.Add(this.tabControl1);
    153119      this.Name = "VehicleRoutingProblemView";
    154       this.Size = new System.Drawing.Size(490, 369);
     120      this.Size = new System.Drawing.Size(490, 365);
    155121      this.Controls.SetChildIndex(this.tabControl1, 0);
    156122      this.Controls.SetChildIndex(this.importButton, 0);
     
    159125      this.Controls.SetChildIndex(this.descriptionLabel, 0);
    160126      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    161       this.Controls.SetChildIndex(this.importButton2, 0);
    162       this.Controls.SetChildIndex(this.importButton3, 0);
    163       this.Controls.SetChildIndex(this.importBestButton, 0);
    164127      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    165128      this.tabControl1.ResumeLayout(false);
     
    179142    private Core.Views.ParameterCollectionView parameterCollectionView;
    180143    private VRPSolutionView vrpSolutionView;
    181     private System.Windows.Forms.Button importButton2;
    182     private System.Windows.Forms.Button importButton3;
    183     private System.Windows.Forms.Button importBestButton;
    184144  }
    185145}
Note: See TracChangeset for help on using the changeset viewer.