[8670] | 1 | namespace HeuristicLab.PDPSimulation.Views {
|
---|
| 2 | partial class PickupDeliveryScenarioView {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Component Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.importButton = new System.Windows.Forms.Button();
|
---|
| 27 | this.SuspendLayout();
|
---|
| 28 | //
|
---|
| 29 | // importButton
|
---|
| 30 | //
|
---|
| 31 | this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 32 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 33 | this.importButton.Location = new System.Drawing.Point(0, 26);
|
---|
| 34 | this.importButton.Name = "importButton";
|
---|
| 35 | this.importButton.Size = new System.Drawing.Size(529, 23);
|
---|
| 36 | this.importButton.TabIndex = 3;
|
---|
| 37 | this.importButton.Text = "&Import";
|
---|
| 38 | this.importButton.UseVisualStyleBackColor = true;
|
---|
| 39 | this.importButton.Click += new System.EventHandler(this.importButton_Click);
|
---|
| 40 | //
|
---|
| 41 | // parameterCollectionView
|
---|
| 42 | //
|
---|
| 43 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 44 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 45 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 46 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
| 47 | this.parameterCollectionView.Content = null;
|
---|
| 48 | this.parameterCollectionView.Location = new System.Drawing.Point(6, 50);
|
---|
| 49 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
| 50 | this.parameterCollectionView.ReadOnly = false;
|
---|
| 51 | this.parameterCollectionView.Size = new System.Drawing.Size(509, 303);
|
---|
| 52 | this.parameterCollectionView.TabIndex = 0;
|
---|
| 53 | //
|
---|
| 54 | // PickupDeliveryVisualizationView
|
---|
| 55 | //
|
---|
| 56 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 57 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 58 | this.Controls.Add(this.importButton);
|
---|
| 59 | this.Name = "PickupDeliveryScenarioView";
|
---|
| 60 | this.Size = new System.Drawing.Size(529, 422);
|
---|
| 61 | this.Controls.SetChildIndex(this.importButton, 0);
|
---|
| 62 | this.ResumeLayout(false);
|
---|
| 63 | }
|
---|
| 64 |
|
---|
| 65 | #endregion
|
---|
| 66 |
|
---|
| 67 | private System.Windows.Forms.Button importButton;
|
---|
| 68 | }
|
---|
| 69 | }
|
---|