1 | using HeuristicLab.Encodings.ScheduleEncoding.Views;
|
---|
2 | namespace HeuristicLab.Problems.Scheduling.Views {
|
---|
3 | partial class JobShopSchedulingProblemView {
|
---|
4 | /// <summary>
|
---|
5 | /// Required designer variable.
|
---|
6 | /// </summary>
|
---|
7 | private System.ComponentModel.IContainer components = null;
|
---|
8 |
|
---|
9 | /// <summary>
|
---|
10 | /// Clean up any resources being used.
|
---|
11 | /// </summary>
|
---|
12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
13 | protected override void Dispose(bool disposing) {
|
---|
14 | if (disposing && (components != null)) {
|
---|
15 | components.Dispose();
|
---|
16 | }
|
---|
17 | base.Dispose(disposing);
|
---|
18 | }
|
---|
19 |
|
---|
20 | #region Component Designer generated code
|
---|
21 |
|
---|
22 | /// <summary>
|
---|
23 | /// Required method for Designer support - do not modify
|
---|
24 | /// the contents of this method with the code editor.
|
---|
25 | /// </summary>
|
---|
26 | private void InitializeComponent() {
|
---|
27 | this.importButton = new System.Windows.Forms.Button();
|
---|
28 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
29 | this.tabControl1 = new System.Windows.Forms.TabControl();
|
---|
30 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
31 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
32 | this.ganttChart = new GanttChart();
|
---|
33 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
34 | this.tabControl1.SuspendLayout();
|
---|
35 | this.tabPage1.SuspendLayout();
|
---|
36 | this.tabPage2.SuspendLayout();
|
---|
37 | this.SuspendLayout();
|
---|
38 | //
|
---|
39 | // nameTextBox
|
---|
40 | //
|
---|
41 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
42 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
43 | this.nameTextBox.Size = new System.Drawing.Size(650, 20);
|
---|
44 | //
|
---|
45 | // infoLabel
|
---|
46 | //
|
---|
47 | this.infoLabel.Location = new System.Drawing.Point(714, 3);
|
---|
48 | //
|
---|
49 | // importButton
|
---|
50 | //
|
---|
51 | this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
52 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
53 | this.importButton.Location = new System.Drawing.Point(6, 26);
|
---|
54 | this.importButton.Name = "importButton";
|
---|
55 | this.importButton.Size = new System.Drawing.Size(724, 23);
|
---|
56 | this.importButton.TabIndex = 3;
|
---|
57 | this.importButton.Text = "Import";
|
---|
58 | this.importButton.UseVisualStyleBackColor = true;
|
---|
59 | this.importButton.Click += new System.EventHandler(this.importButton_Click);
|
---|
60 | //
|
---|
61 | // parameterCollectionView
|
---|
62 | //
|
---|
63 | this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
|
---|
64 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
65 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
66 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
67 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
68 | this.parameterCollectionView.Content = null;
|
---|
69 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 0);
|
---|
70 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
71 | this.parameterCollectionView.ReadOnly = false;
|
---|
72 | this.parameterCollectionView.Size = new System.Drawing.Size(713, 387);
|
---|
73 | this.parameterCollectionView.TabIndex = 4;
|
---|
74 | //
|
---|
75 | // tabControl1
|
---|
76 | //
|
---|
77 | this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
78 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
79 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
80 | this.tabControl1.Controls.Add(this.tabPage1);
|
---|
81 | this.tabControl1.Controls.Add(this.tabPage2);
|
---|
82 | this.tabControl1.Location = new System.Drawing.Point(6, 56);
|
---|
83 | this.tabControl1.Name = "tabControl1";
|
---|
84 | this.tabControl1.SelectedIndex = 0;
|
---|
85 | this.tabControl1.Size = new System.Drawing.Size(724, 413);
|
---|
86 | this.tabControl1.TabIndex = 5;
|
---|
87 | //
|
---|
88 | // tabPage1
|
---|
89 | //
|
---|
90 | this.tabPage1.Controls.Add(this.parameterCollectionView);
|
---|
91 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
92 | this.tabPage1.Name = "tabPage1";
|
---|
93 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
94 | this.tabPage1.Size = new System.Drawing.Size(716, 387);
|
---|
95 | this.tabPage1.TabIndex = 0;
|
---|
96 | this.tabPage1.Text = "Problem";
|
---|
97 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
98 | //
|
---|
99 | // tabPage2
|
---|
100 | //
|
---|
101 | this.tabPage2.Controls.Add(this.ganttChart);
|
---|
102 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
103 | this.tabPage2.Name = "tabPage2";
|
---|
104 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
105 | this.tabPage2.Size = new System.Drawing.Size(716, 387);
|
---|
106 | this.tabPage2.TabIndex = 1;
|
---|
107 | this.tabPage2.Text = "Visualization";
|
---|
108 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
109 | //
|
---|
110 | // ganttChart
|
---|
111 | //
|
---|
112 | this.ganttChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
113 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
114 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
115 | this.ganttChart.Location = new System.Drawing.Point(0, 3);
|
---|
116 | this.ganttChart.Name = "ganttChart";
|
---|
117 | this.ganttChart.Size = new System.Drawing.Size(716, 384);
|
---|
118 | this.ganttChart.TabIndex = 0;
|
---|
119 | //
|
---|
120 | // JobShopSchedulingProblemView
|
---|
121 | //
|
---|
122 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
123 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
124 | this.Controls.Add(this.tabControl1);
|
---|
125 | this.Controls.Add(this.importButton);
|
---|
126 | this.Name = "JobShopSchedulingProblemView";
|
---|
127 | this.Size = new System.Drawing.Size(733, 472);
|
---|
128 | this.Controls.SetChildIndex(this.importButton, 0);
|
---|
129 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
130 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
131 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
132 | this.Controls.SetChildIndex(this.tabControl1, 0);
|
---|
133 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
134 | this.tabControl1.ResumeLayout(false);
|
---|
135 | this.tabPage1.ResumeLayout(false);
|
---|
136 | this.tabPage2.ResumeLayout(false);
|
---|
137 | this.ResumeLayout(false);
|
---|
138 | this.PerformLayout();
|
---|
139 |
|
---|
140 | }
|
---|
141 |
|
---|
142 | #endregion
|
---|
143 |
|
---|
144 | private System.Windows.Forms.Button importButton;
|
---|
145 | private Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
146 | private System.Windows.Forms.TabControl tabControl1;
|
---|
147 | private System.Windows.Forms.TabPage tabPage1;
|
---|
148 | private System.Windows.Forms.TabPage tabPage2;
|
---|
149 | private GanttChart ganttChart;
|
---|
150 | }
|
---|
151 | }
|
---|