Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs @ 6121

Last change on this file since 6121 was 6121, checked in by jhelm, 13 years ago

#1329: Implemented basic functionalities of problemdefinition, encodings and primitive operators. A GA can already be applied on the problem to compute a solution it seems however that the current implementation isn't very efficient so the process takes some time.

File size: 6.9 KB
Line 
1namespace HeuristicLab.Problems.Scheduling.Views {
2  partial class JobShopSchedulingProblemView {
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.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
28      this.tabControl1 = new System.Windows.Forms.TabControl();
29      this.tabPage1 = new System.Windows.Forms.TabPage();
30      this.tabPage2 = new System.Windows.Forms.TabPage();
31      this.scheduleView1 = new HeuristicLab.Problems.Scheduling.Views.ScheduleView();
32      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
33      this.tabControl1.SuspendLayout();
34      this.tabPage1.SuspendLayout();
35      this.tabPage2.SuspendLayout();
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);
42      this.nameTextBox.Size = new System.Drawing.Size(650, 20);
43      //
44      // infoLabel
45      //
46      this.infoLabel.Location = new System.Drawing.Point(714, 3);
47      //
48      // importButton
49      //
50      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
51                  | System.Windows.Forms.AnchorStyles.Right)));
52      this.importButton.Location = new System.Drawing.Point(6, 26);
53      this.importButton.Name = "importButton";
54      this.importButton.Size = new System.Drawing.Size(724, 23);
55      this.importButton.TabIndex = 3;
56      this.importButton.Text = "Import";
57      this.importButton.UseVisualStyleBackColor = true;
58      this.importButton.Click += new System.EventHandler(this.importButton_Click);
59      //
60      // parameterCollectionView
61      //
62      this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
63      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
64                  | System.Windows.Forms.AnchorStyles.Left)
65                  | System.Windows.Forms.AnchorStyles.Right)));
66      this.parameterCollectionView.Caption = "ParameterCollection View";
67      this.parameterCollectionView.Content = null;
68      this.parameterCollectionView.Location = new System.Drawing.Point(3, 0);
69      this.parameterCollectionView.Name = "parameterCollectionView";
70      this.parameterCollectionView.ReadOnly = false;
71      this.parameterCollectionView.Size = new System.Drawing.Size(713, 387);
72      this.parameterCollectionView.TabIndex = 4;
73      //
74      // tabControl1
75      //
76      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
77                  | System.Windows.Forms.AnchorStyles.Left)
78                  | System.Windows.Forms.AnchorStyles.Right)));
79      this.tabControl1.Controls.Add(this.tabPage1);
80      this.tabControl1.Controls.Add(this.tabPage2);
81      this.tabControl1.Location = new System.Drawing.Point(6, 56);
82      this.tabControl1.Name = "tabControl1";
83      this.tabControl1.SelectedIndex = 0;
84      this.tabControl1.Size = new System.Drawing.Size(724, 413);
85      this.tabControl1.TabIndex = 5;
86      //
87      // tabPage1
88      //
89      this.tabPage1.Controls.Add(this.parameterCollectionView);
90      this.tabPage1.Location = new System.Drawing.Point(4, 22);
91      this.tabPage1.Name = "tabPage1";
92      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
93      this.tabPage1.Size = new System.Drawing.Size(716, 387);
94      this.tabPage1.TabIndex = 0;
95      this.tabPage1.Text = "Problem";
96      this.tabPage1.UseVisualStyleBackColor = true;
97      //
98      // tabPage2
99      //
100      this.tabPage2.Controls.Add(this.scheduleView1);
101      this.tabPage2.Location = new System.Drawing.Point(4, 22);
102      this.tabPage2.Name = "tabPage2";
103      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
104      this.tabPage2.Size = new System.Drawing.Size(716, 387);
105      this.tabPage2.TabIndex = 1;
106      this.tabPage2.Text = "Visualization";
107      this.tabPage2.UseVisualStyleBackColor = true;
108      //
109      // scheduleView1
110      //
111      this.scheduleView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
112                  | System.Windows.Forms.AnchorStyles.Left)
113                  | System.Windows.Forms.AnchorStyles.Right)));
114      this.scheduleView1.Caption = "Schedule View";
115      this.scheduleView1.Content = null;
116      this.scheduleView1.Location = new System.Drawing.Point(0, 6);
117      this.scheduleView1.Name = "scheduleView1";
118      this.scheduleView1.ReadOnly = false;
119      this.scheduleView1.Size = new System.Drawing.Size(716, 381);
120      this.scheduleView1.TabIndex = 0;
121      //
122      // JobShopSchedulingProblemView
123      //
124      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
125      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
126      this.Controls.Add(this.tabControl1);
127      this.Controls.Add(this.importButton);
128      this.Name = "JobShopSchedulingProblemView";
129      this.Size = new System.Drawing.Size(733, 472);
130      this.Controls.SetChildIndex(this.importButton, 0);
131      this.Controls.SetChildIndex(this.nameLabel, 0);
132      this.Controls.SetChildIndex(this.nameTextBox, 0);
133      this.Controls.SetChildIndex(this.infoLabel, 0);
134      this.Controls.SetChildIndex(this.tabControl1, 0);
135      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
136      this.tabControl1.ResumeLayout(false);
137      this.tabPage1.ResumeLayout(false);
138      this.tabPage2.ResumeLayout(false);
139      this.ResumeLayout(false);
140      this.PerformLayout();
141
142    }
143
144    #endregion
145
146    private System.Windows.Forms.Button importButton;
147    private Core.Views.ParameterCollectionView parameterCollectionView;
148    private System.Windows.Forms.TabControl tabControl1;
149    private System.Windows.Forms.TabPage tabPage1;
150    private System.Windows.Forms.TabPage tabPage2;
151    private ScheduleView scheduleView1;
152  }
153}
Note: See TracBrowser for help on using the repository browser.