namespace HeuristicLab.PDPSimulation.Views {
partial class PickupDeliveryScenarioView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.importButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// importButton
//
this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.importButton.Location = new System.Drawing.Point(0, 26);
this.importButton.Name = "importButton";
this.importButton.Size = new System.Drawing.Size(529, 23);
this.importButton.TabIndex = 3;
this.importButton.Text = "&Import";
this.importButton.UseVisualStyleBackColor = true;
this.importButton.Click += new System.EventHandler(this.importButton_Click);
//
// parameterCollectionView
//
this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.parameterCollectionView.Caption = "ParameterCollection View";
this.parameterCollectionView.Content = null;
this.parameterCollectionView.Location = new System.Drawing.Point(6, 50);
this.parameterCollectionView.Name = "parameterCollectionView";
this.parameterCollectionView.ReadOnly = false;
this.parameterCollectionView.Size = new System.Drawing.Size(509, 303);
this.parameterCollectionView.TabIndex = 0;
//
// PickupDeliveryVisualizationView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.importButton);
this.Name = "PickupDeliveryScenarioView";
this.Size = new System.Drawing.Size(529, 422);
this.Controls.SetChildIndex(this.importButton, 0);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button importButton;
}
}