[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | using HeuristicLab.Encodings.ScheduleEncoding.Views;
|
---|
[6364] | 23 | namespace HeuristicLab.Problems.Scheduling.Views {
|
---|
[6121] | 24 | partial class JobShopSchedulingProblemView {
|
---|
| 25 | /// <summary>
|
---|
| 26 | /// Required designer variable.
|
---|
| 27 | /// </summary>
|
---|
| 28 | private System.ComponentModel.IContainer components = null;
|
---|
| 29 |
|
---|
| 30 | /// <summary>
|
---|
| 31 | /// Clean up any resources being used.
|
---|
| 32 | /// </summary>
|
---|
| 33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 34 | protected override void Dispose(bool disposing) {
|
---|
| 35 | if (disposing && (components != null)) {
|
---|
| 36 | components.Dispose();
|
---|
| 37 | }
|
---|
| 38 | base.Dispose(disposing);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #region Component Designer generated code
|
---|
| 42 |
|
---|
| 43 | /// <summary>
|
---|
| 44 | /// Required method for Designer support - do not modify
|
---|
| 45 | /// the contents of this method with the code editor.
|
---|
| 46 | /// </summary>
|
---|
| 47 | private void InitializeComponent() {
|
---|
[8882] | 48 | this.problemTabControl = new System.Windows.Forms.TabControl();
|
---|
| 49 | this.problemTabPage = new System.Windows.Forms.TabPage();
|
---|
| 50 | this.visualizationTabPage = new System.Windows.Forms.TabPage();
|
---|
| 51 | this.ganttChart = new HeuristicLab.Encodings.ScheduleEncoding.Views.GanttChart();
|
---|
| 52 | ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
|
---|
| 53 | this.problemInstanceSplitContainer.Panel1.SuspendLayout();
|
---|
| 54 | this.problemInstanceSplitContainer.Panel2.SuspendLayout();
|
---|
| 55 | this.problemInstanceSplitContainer.SuspendLayout();
|
---|
[6121] | 56 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[8882] | 57 | this.problemTabControl.SuspendLayout();
|
---|
| 58 | this.problemTabPage.SuspendLayout();
|
---|
| 59 | this.visualizationTabPage.SuspendLayout();
|
---|
[6121] | 60 | this.SuspendLayout();
|
---|
| 61 | //
|
---|
[8882] | 62 | // problemInstanceSplitContainer
|
---|
[6121] | 63 | //
|
---|
[8882] | 64 | this.problemInstanceSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 65 | this.problemInstanceSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[6121] | 66 | //
|
---|
[8882] | 67 | // problemInstanceSplitContainer.Panel2
|
---|
[6121] | 68 | //
|
---|
[8882] | 69 | this.problemInstanceSplitContainer.Panel2.Controls.Add(this.problemTabControl);
|
---|
[6121] | 70 | //
|
---|
[8882] | 71 | // ProblemInstanceConsumerViewHost
|
---|
[6121] | 72 | //
|
---|
[8882] | 73 | this.ProblemInstanceConsumerViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 74 | this.ProblemInstanceConsumerViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 75 | this.ProblemInstanceConsumerViewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 76 | this.ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(511, 26);
|
---|
[6121] | 77 | //
|
---|
| 78 | // parameterCollectionView
|
---|
| 79 | //
|
---|
[8882] | 80 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 81 | this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 82 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 83 | this.parameterCollectionView.Size = new System.Drawing.Size(491, 271);
|
---|
[6121] | 84 | //
|
---|
[8882] | 85 | // nameTextBox
|
---|
[6121] | 86 | //
|
---|
[8882] | 87 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 88 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 89 | this.nameTextBox.Size = new System.Drawing.Size(439, 20);
|
---|
[6121] | 90 | //
|
---|
[8882] | 91 | // infoLabel
|
---|
[6121] | 92 | //
|
---|
[8882] | 93 | this.infoLabel.Location = new System.Drawing.Point(492, 3);
|
---|
[6121] | 94 | //
|
---|
[8882] | 95 | // problemTabControl
|
---|
[6121] | 96 | //
|
---|
[8882] | 97 | this.problemTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 98 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 99 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 100 | this.problemTabControl.Controls.Add(this.problemTabPage);
|
---|
| 101 | this.problemTabControl.Controls.Add(this.visualizationTabPage);
|
---|
| 102 | this.problemTabControl.Location = new System.Drawing.Point(3, 27);
|
---|
| 103 | this.problemTabControl.Name = "problemTabControl";
|
---|
| 104 | this.problemTabControl.SelectedIndex = 0;
|
---|
| 105 | this.problemTabControl.Size = new System.Drawing.Size(505, 303);
|
---|
| 106 | this.problemTabControl.TabIndex = 5;
|
---|
[6121] | 107 | //
|
---|
[8882] | 108 | // problemTabPage
|
---|
| 109 | //
|
---|
| 110 | this.problemTabPage.Controls.Add(this.parameterCollectionView);
|
---|
| 111 | this.problemTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 112 | this.problemTabPage.Name = "problemTabPage";
|
---|
| 113 | this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 114 | this.problemTabPage.Size = new System.Drawing.Size(497, 277);
|
---|
| 115 | this.problemTabPage.TabIndex = 0;
|
---|
| 116 | this.problemTabPage.Text = "Problem";
|
---|
| 117 | this.problemTabPage.UseVisualStyleBackColor = true;
|
---|
| 118 | //
|
---|
| 119 | // visualizationTabPage
|
---|
| 120 | //
|
---|
| 121 | this.visualizationTabPage.Controls.Add(this.ganttChart);
|
---|
| 122 | this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 123 | this.visualizationTabPage.Name = "visualizationTabPage";
|
---|
| 124 | this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 125 | this.visualizationTabPage.Size = new System.Drawing.Size(497, 277);
|
---|
| 126 | this.visualizationTabPage.TabIndex = 1;
|
---|
| 127 | this.visualizationTabPage.Text = "Visualization";
|
---|
| 128 | this.visualizationTabPage.UseVisualStyleBackColor = true;
|
---|
| 129 | //
|
---|
[6177] | 130 | // ganttChart
|
---|
[6121] | 131 | //
|
---|
[8882] | 132 | this.ganttChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 133 | this.ganttChart.Location = new System.Drawing.Point(3, 3);
|
---|
[6177] | 134 | this.ganttChart.Name = "ganttChart";
|
---|
[8882] | 135 | this.ganttChart.Size = new System.Drawing.Size(491, 271);
|
---|
[6177] | 136 | this.ganttChart.TabIndex = 0;
|
---|
[6121] | 137 | //
|
---|
| 138 | // JobShopSchedulingProblemView
|
---|
| 139 | //
|
---|
| 140 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 141 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 142 | this.Name = "JobShopSchedulingProblemView";
|
---|
[8882] | 143 | this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 144 | this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 145 | this.problemInstanceSplitContainer.Panel2.PerformLayout();
|
---|
| 146 | ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
|
---|
| 147 | this.problemInstanceSplitContainer.ResumeLayout(false);
|
---|
[6121] | 148 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[8882] | 149 | this.problemTabControl.ResumeLayout(false);
|
---|
| 150 | this.problemTabPage.ResumeLayout(false);
|
---|
| 151 | this.visualizationTabPage.ResumeLayout(false);
|
---|
[6121] | 152 | this.ResumeLayout(false);
|
---|
| 153 |
|
---|
| 154 | }
|
---|
| 155 |
|
---|
| 156 | #endregion
|
---|
| 157 |
|
---|
[8882] | 158 | private System.Windows.Forms.TabControl problemTabControl;
|
---|
| 159 | private System.Windows.Forms.TabPage problemTabPage;
|
---|
| 160 | private System.Windows.Forms.TabPage visualizationTabPage;
|
---|
[6177] | 161 | private GanttChart ganttChart;
|
---|
[6121] | 162 | }
|
---|
| 163 | }
|
---|