[3938] | 1 | namespace HeuristicLab.Problems.VehicleRouting.Views {
|
---|
| 2 | partial class VehicleRoutingProblemView {
|
---|
| 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 Windows Form 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();
|
---|
[5466] | 27 | this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[4185] | 28 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
| 29 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
| 30 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
| 31 | this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
|
---|
[3938] | 32 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[4185] | 33 | this.tabControl1.SuspendLayout();
|
---|
| 34 | this.tabPage1.SuspendLayout();
|
---|
| 35 | this.tabPage2.SuspendLayout();
|
---|
[3938] | 36 | this.SuspendLayout();
|
---|
| 37 | //
|
---|
| 38 | // nameTextBox
|
---|
| 39 | //
|
---|
| 40 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 41 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5347] | 42 | this.nameTextBox.Size = new System.Drawing.Size(418, 20);
|
---|
[3938] | 43 | //
|
---|
[5347] | 44 | // descriptionTextBox
|
---|
| 45 | //
|
---|
| 46 | this.descriptionTextBox.Size = new System.Drawing.Size(418, 20);
|
---|
| 47 | //
|
---|
[3938] | 48 | // importButton
|
---|
| 49 | //
|
---|
[4847] | 50 | this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 51 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3938] | 52 | this.importButton.Location = new System.Drawing.Point(0, 55);
|
---|
| 53 | this.importButton.Name = "importButton";
|
---|
[4847] | 54 | this.importButton.Size = new System.Drawing.Size(490, 23);
|
---|
[3938] | 55 | this.importButton.TabIndex = 5;
|
---|
[4847] | 56 | this.importButton.Text = "Import";
|
---|
[3938] | 57 | this.importButton.UseVisualStyleBackColor = true;
|
---|
| 58 | this.importButton.Click += new System.EventHandler(this.importButton_Click);
|
---|
| 59 | //
|
---|
[4185] | 60 | // tabControl1
|
---|
| 61 | //
|
---|
| 62 | this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 63 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 64 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 65 | this.tabControl1.Controls.Add(this.tabPage1);
|
---|
| 66 | this.tabControl1.Controls.Add(this.tabPage2);
|
---|
[4847] | 67 | this.tabControl1.Location = new System.Drawing.Point(0, 84);
|
---|
[4185] | 68 | this.tabControl1.Name = "tabControl1";
|
---|
| 69 | this.tabControl1.SelectedIndex = 0;
|
---|
[4847] | 70 | this.tabControl1.Size = new System.Drawing.Size(490, 278);
|
---|
[4185] | 71 | this.tabControl1.TabIndex = 6;
|
---|
| 72 | //
|
---|
| 73 | // tabPage1
|
---|
| 74 | //
|
---|
| 75 | this.tabPage1.Controls.Add(this.parameterCollectionView);
|
---|
| 76 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 77 | this.tabPage1.Name = "tabPage1";
|
---|
| 78 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
[4847] | 79 | this.tabPage1.Size = new System.Drawing.Size(482, 252);
|
---|
[4185] | 80 | this.tabPage1.TabIndex = 0;
|
---|
| 81 | this.tabPage1.Text = "Parameters";
|
---|
| 82 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 83 | //
|
---|
| 84 | // parameterCollectionView
|
---|
| 85 | //
|
---|
[4619] | 86 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 87 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 88 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4185] | 89 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
| 90 | this.parameterCollectionView.Content = null;
|
---|
| 91 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 92 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
| 93 | this.parameterCollectionView.ReadOnly = false;
|
---|
[4847] | 94 | this.parameterCollectionView.Size = new System.Drawing.Size(476, 246);
|
---|
[4185] | 95 | this.parameterCollectionView.TabIndex = 1;
|
---|
| 96 | //
|
---|
| 97 | // tabPage2
|
---|
| 98 | //
|
---|
| 99 | this.tabPage2.Controls.Add(this.vrpSolutionView);
|
---|
| 100 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 101 | this.tabPage2.Name = "tabPage2";
|
---|
| 102 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5347] | 103 | this.tabPage2.Size = new System.Drawing.Size(482, 252);
|
---|
[4185] | 104 | this.tabPage2.TabIndex = 1;
|
---|
| 105 | this.tabPage2.Text = "Visualization";
|
---|
| 106 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
| 107 | //
|
---|
| 108 | // vrpSolutionView
|
---|
| 109 | //
|
---|
| 110 | this.vrpSolutionView.Caption = "VRPSolution View";
|
---|
| 111 | this.vrpSolutionView.Content = null;
|
---|
| 112 | this.vrpSolutionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 113 | this.vrpSolutionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 114 | this.vrpSolutionView.Name = "vrpSolutionView";
|
---|
| 115 | this.vrpSolutionView.ReadOnly = false;
|
---|
[4619] | 116 | this.vrpSolutionView.Size = new System.Drawing.Size(476, 223);
|
---|
[4185] | 117 | this.vrpSolutionView.TabIndex = 0;
|
---|
| 118 | //
|
---|
[3938] | 119 | // VehicleRoutingProblemView
|
---|
| 120 | //
|
---|
| 121 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 122 | this.Controls.Add(this.importButton);
|
---|
[4185] | 123 | this.Controls.Add(this.tabControl1);
|
---|
[3938] | 124 | this.Name = "VehicleRoutingProblemView";
|
---|
[4847] | 125 | this.Size = new System.Drawing.Size(490, 365);
|
---|
[4185] | 126 | this.Controls.SetChildIndex(this.tabControl1, 0);
|
---|
[3938] | 127 | this.Controls.SetChildIndex(this.importButton, 0);
|
---|
| 128 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 129 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 130 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 131 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 132 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[4185] | 133 | this.tabControl1.ResumeLayout(false);
|
---|
| 134 | this.tabPage1.ResumeLayout(false);
|
---|
| 135 | this.tabPage2.ResumeLayout(false);
|
---|
[3938] | 136 | this.ResumeLayout(false);
|
---|
| 137 | this.PerformLayout();
|
---|
| 138 |
|
---|
| 139 | }
|
---|
| 140 |
|
---|
| 141 | #endregion
|
---|
| 142 |
|
---|
| 143 | private System.Windows.Forms.Button importButton;
|
---|
[5466] | 144 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
|
---|
[4185] | 145 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 146 | private System.Windows.Forms.TabPage tabPage2;
|
---|
| 147 | private Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
| 148 | private VRPSolutionView vrpSolutionView;
|
---|
[3938] | 149 | }
|
---|
| 150 | }
|
---|