Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/22/12 17:37:33 (12 years ago)
Author:
svonolfe
Message:

Added support for included TSPLib CVRP instances (#1177)

File:
1 edited

Legend:

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

    r5867 r7871  
    11namespace HeuristicLab.Problems.VehicleRouting.Views {
    22  partial class VehicleRoutingProblemView {
    3     /// <summary>
     3    /// <summary> 
    44    /// Required designer variable.
    55    /// </summary>
    66    private System.ComponentModel.IContainer components = null;
    77
    8     /// <summary>
     8    /// <summary> 
    99    /// Clean up any resources being used.
    1010    /// </summary>
     
    1717    }
    1818
    19     #region Windows Form Designer generated code
     19    #region Component Designer generated code
    2020
    21     /// <summary>
    22     /// Required method for Designer support - do not modify
     21    /// <summary> 
     22    /// Required method for Designer support - do not modify 
    2323    /// the contents of this method with the code editor.
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.importButton = new System.Windows.Forms.Button();
    27       this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    28       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    29       this.SuspendLayout();
    30       //
    31       // nameTextBox
    32       //
    33       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    34       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);
    41       //
    42       // importButton
    43       //
    44       this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    45                   | System.Windows.Forms.AnchorStyles.Right)));
    46       this.importButton.Location = new System.Drawing.Point(0, 26);
    47       this.importButton.Name = "importButton";
    48       this.importButton.Size = new System.Drawing.Size(490, 23);
    49       this.importButton.TabIndex = 5;
    50       this.importButton.Text = "Import";
    51       this.importButton.UseVisualStyleBackColor = true;
    52       this.importButton.Click += new System.EventHandler(this.importButton_Click);
    53       //
    54       // parameterCollectionView
    55       //
    56       this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    57                   | System.Windows.Forms.AnchorStyles.Left)
    58                   | System.Windows.Forms.AnchorStyles.Right)));
    59       this.parameterCollectionView.Caption = "ParameterCollection View";
    60       this.parameterCollectionView.Content = null;
    61       this.parameterCollectionView.Location = new System.Drawing.Point(0, 55);
    62       this.parameterCollectionView.Name = "parameterCollectionView";
    63       this.parameterCollectionView.ReadOnly = false;
    64       this.parameterCollectionView.Size = new System.Drawing.Size(490, 210);
    65       this.parameterCollectionView.TabIndex = 9;
    66       //
    67       // VehicleRoutingProblemView
    68       //
    69       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    70       this.Controls.Add(this.parameterCollectionView);
    71       this.Controls.Add(this.importButton);
    72       this.Name = "VehicleRoutingProblemView";
    73       this.Size = new System.Drawing.Size(490, 275);
    74       this.Controls.SetChildIndex(this.importButton, 0);
    75       this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    76       this.Controls.SetChildIndex(this.nameTextBox, 0);
    77       this.Controls.SetChildIndex(this.nameLabel, 0);
    78       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    79       this.ResumeLayout(false);
    80       this.PerformLayout();
    81 
     26      components = new System.ComponentModel.Container();
     27      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    8228    }
    8329
    8430    #endregion
    85 
    86     private System.Windows.Forms.Button importButton;
    87     private Core.Views.ParameterCollectionView parameterCollectionView;
    8831  }
    8932}
Note: See TracChangeset for help on using the changeset viewer.