Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2864_PermutationProblems/HeuristicLab.Problems.PFSP.Views/3.3/JobShopSchedulingProblemView.Designer.cs @ 15521

Last change on this file since 15521 was 15521, checked in by fholzing, 6 years ago

#2864: First commit of new branch of Permutation based benchmark problems.

File size: 7.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
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
22using HeuristicLab.Encodings.ScheduleEncoding.Views;
23namespace HeuristicLab.Problems.PFSP.Views
24{
25    partial class JobShopSchedulingProblemView
26    {
27        /// <summary>
28        /// Required designer variable.
29        /// </summary>
30        private System.ComponentModel.IContainer components = null;
31
32        /// <summary>
33        /// Clean up any resources being used.
34        /// </summary>
35        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
36        protected override void Dispose(bool disposing)
37        {
38            if (disposing && (components != null))
39            {
40                components.Dispose();
41            }
42            base.Dispose(disposing);
43        }
44
45        #region Component Designer generated code
46
47        /// <summary>
48        /// Required method for Designer support - do not modify
49        /// the contents of this method with the code editor.
50        /// </summary>
51        private void InitializeComponent()
52        {
53            this.problemTabControl = new System.Windows.Forms.TabControl();
54            this.problemTabPage = new System.Windows.Forms.TabPage();
55            this.visualizationTabPage = new System.Windows.Forms.TabPage();
56            this.ganttChart = new HeuristicLab.Encodings.ScheduleEncoding.Views.GanttChart();
57            ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
58            this.problemInstanceSplitContainer.Panel1.SuspendLayout();
59            this.problemInstanceSplitContainer.Panel2.SuspendLayout();
60            this.problemInstanceSplitContainer.SuspendLayout();
61            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
62            this.problemTabControl.SuspendLayout();
63            this.problemTabPage.SuspendLayout();
64            this.visualizationTabPage.SuspendLayout();
65            this.SuspendLayout();
66            //
67            // problemInstanceSplitContainer.Panel2
68            //
69            this.problemInstanceSplitContainer.Panel2.Controls.Add(this.problemTabControl);
70            //
71            // parameterCollectionView
72            //
73            this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
74            this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
75            this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
76            this.parameterCollectionView.Size = new System.Drawing.Size(491, 271);
77            //
78            // nameTextBox
79            //
80            this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
81            this.errorProvider.SetIconPadding(this.nameTextBox, 2);
82            this.nameTextBox.Size = new System.Drawing.Size(439, 20);
83            //
84            // infoLabel
85            //
86            this.infoLabel.Location = new System.Drawing.Point(492, 3);
87            //
88            // problemTabControl
89            //
90            this.problemTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
91                  | System.Windows.Forms.AnchorStyles.Left)
92                  | System.Windows.Forms.AnchorStyles.Right)));
93            this.problemTabControl.Controls.Add(this.problemTabPage);
94            this.problemTabControl.Controls.Add(this.visualizationTabPage);
95            this.problemTabControl.Location = new System.Drawing.Point(3, 27);
96            this.problemTabControl.Name = "problemTabControl";
97            this.problemTabControl.SelectedIndex = 0;
98            this.problemTabControl.Size = new System.Drawing.Size(505, 303);
99            this.problemTabControl.TabIndex = 5;
100            //
101            // problemTabPage
102            //
103            this.problemTabPage.Controls.Add(this.parameterCollectionView);
104            this.problemTabPage.Location = new System.Drawing.Point(4, 22);
105            this.problemTabPage.Name = "problemTabPage";
106            this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
107            this.problemTabPage.Size = new System.Drawing.Size(497, 277);
108            this.problemTabPage.TabIndex = 0;
109            this.problemTabPage.Text = "Problem";
110            this.problemTabPage.UseVisualStyleBackColor = true;
111            //
112            // visualizationTabPage
113            //
114            this.visualizationTabPage.Controls.Add(this.ganttChart);
115            this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
116            this.visualizationTabPage.Name = "visualizationTabPage";
117            this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
118            this.visualizationTabPage.Size = new System.Drawing.Size(497, 277);
119            this.visualizationTabPage.TabIndex = 1;
120            this.visualizationTabPage.Text = "Visualization";
121            this.visualizationTabPage.UseVisualStyleBackColor = true;
122            //
123            // ganttChart
124            //
125            this.ganttChart.Dock = System.Windows.Forms.DockStyle.Fill;
126            this.ganttChart.Location = new System.Drawing.Point(3, 3);
127            this.ganttChart.Name = "ganttChart";
128            this.ganttChart.Size = new System.Drawing.Size(491, 271);
129            this.ganttChart.TabIndex = 0;
130            //
131            // JobShopSchedulingProblemView
132            //
133            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
134            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
135            this.Name = "JobShopSchedulingProblemView";
136            this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
137            this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
138            this.problemInstanceSplitContainer.Panel2.PerformLayout();
139            ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
140            this.problemInstanceSplitContainer.ResumeLayout(false);
141            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
142            this.problemTabControl.ResumeLayout(false);
143            this.problemTabPage.ResumeLayout(false);
144            this.visualizationTabPage.ResumeLayout(false);
145            this.ResumeLayout(false);
146
147        }
148
149        #endregion
150
151        private System.Windows.Forms.TabControl problemTabControl;
152        private System.Windows.Forms.TabPage problemTabPage;
153        private System.Windows.Forms.TabPage visualizationTabPage;
154        private GanttChart ganttChart;
155    }
156}
Note: See TracBrowser for help on using the repository browser.