Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/29/11 15:40:01 (13 years ago)
Author:
svonolfe
Message:

Merged changes from trunk into branch (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VehicleRoutingProblemView.Designer.cs

    r4860 r5867  
    3333      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    3434      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     35      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     36      this.nameTextBox.Size = new System.Drawing.Size(405, 20);
     37      //
     38      // infoLabel
     39      //
     40      this.infoLabel.Location = new System.Drawing.Point(471, 3);
    3541      //
    3642      // importButton
     
    3844      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    3945                  | System.Windows.Forms.AnchorStyles.Right)));
    40       this.importButton.Location = new System.Drawing.Point(0, 55);
     46      this.importButton.Location = new System.Drawing.Point(0, 26);
    4147      this.importButton.Name = "importButton";
    4248      this.importButton.Size = new System.Drawing.Size(490, 23);
     
    5359      this.parameterCollectionView.Caption = "ParameterCollection View";
    5460      this.parameterCollectionView.Content = null;
    55       this.parameterCollectionView.Location = new System.Drawing.Point(0, 84);
     61      this.parameterCollectionView.Location = new System.Drawing.Point(0, 55);
    5662      this.parameterCollectionView.Name = "parameterCollectionView";
    5763      this.parameterCollectionView.ReadOnly = false;
    58       this.parameterCollectionView.Size = new System.Drawing.Size(490, 268);
     64      this.parameterCollectionView.Size = new System.Drawing.Size(490, 210);
    5965      this.parameterCollectionView.TabIndex = 9;
    6066      //
     
    6571      this.Controls.Add(this.importButton);
    6672      this.Name = "VehicleRoutingProblemView";
    67       this.Size = new System.Drawing.Size(490, 352);
     73      this.Size = new System.Drawing.Size(490, 275);
    6874      this.Controls.SetChildIndex(this.importButton, 0);
    6975      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    7076      this.Controls.SetChildIndex(this.nameTextBox, 0);
    7177      this.Controls.SetChildIndex(this.nameLabel, 0);
    72       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    73       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    7478      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    7579      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.