Digital Twin - GUI
MainWindow.Designer.cs
1 namespace GUI
2 {
3  partial class MainWindow
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Vom Windows Form-Designer generierter Code
24 
29  private void InitializeComponent()
30  {
31  this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
32  this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher();
33  this.ComputeButton = new System.Windows.Forms.Button();
34  this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
35  this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
36  this.label1 = new System.Windows.Forms.Label();
37  this.label2 = new System.Windows.Forms.Label();
38  this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
39  this.label3 = new System.Windows.Forms.Label();
40  this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
41  this.label4 = new System.Windows.Forms.Label();
42  this.groupBox1 = new System.Windows.Forms.GroupBox();
43  this.textBox1 = new System.Windows.Forms.TextBox();
44  this.button1 = new System.Windows.Forms.Button();
45  this.groupBox5 = new System.Windows.Forms.GroupBox();
46  this.flowLayoutPanelLocations = new System.Windows.Forms.FlowLayoutPanel();
47  this.groupBox2 = new System.Windows.Forms.GroupBox();
48  this.flowLayoutPanelMachines = new System.Windows.Forms.FlowLayoutPanel();
49  this.groupBox3 = new System.Windows.Forms.GroupBox();
50  this.flowLayoutPanelProducts = new System.Windows.Forms.FlowLayoutPanel();
51  this.groupBox4 = new System.Windows.Forms.GroupBox();
52  ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
53  ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
54  this.groupBox1.SuspendLayout();
55  this.groupBox5.SuspendLayout();
56  this.groupBox2.SuspendLayout();
57  this.groupBox3.SuspendLayout();
58  this.groupBox4.SuspendLayout();
59  this.SuspendLayout();
60  //
61  // directorySearcher1
62  //
63  this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01");
64  this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01");
65  this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01");
66  //
67  // ComputeButton
68  //
69  this.ComputeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
70  this.ComputeButton.Location = new System.Drawing.Point(993, 1067);
71  this.ComputeButton.Name = "ComputeButton";
72  this.ComputeButton.Size = new System.Drawing.Size(165, 59);
73  this.ComputeButton.TabIndex = 15;
74  this.ComputeButton.Text = "Compute";
75  this.ComputeButton.UseVisualStyleBackColor = true;
76  this.ComputeButton.Click += new System.EventHandler(this.button2_Click);
77  //
78  // dateTimePicker1
79  //
80  this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
81  this.dateTimePicker1.Location = new System.Drawing.Point(157, 44);
82  this.dateTimePicker1.Name = "dateTimePicker1";
83  this.dateTimePicker1.Size = new System.Drawing.Size(200, 31);
84  this.dateTimePicker1.TabIndex = 0;
85  this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
86  //
87  // dateTimePicker2
88  //
89  this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
90  this.dateTimePicker2.Location = new System.Drawing.Point(157, 106);
91  this.dateTimePicker2.Name = "dateTimePicker2";
92  this.dateTimePicker2.Size = new System.Drawing.Size(200, 31);
93  this.dateTimePicker2.TabIndex = 1;
94  this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged);
95  //
96  // label1
97  //
98  this.label1.AutoSize = true;
99  this.label1.Location = new System.Drawing.Point(50, 46);
100  this.label1.Name = "label1";
101  this.label1.Size = new System.Drawing.Size(79, 25);
102  this.label1.TabIndex = 2;
103  this.label1.Text = "Beginn";
104  //
105  // label2
106  //
107  this.label2.AutoSize = true;
108  this.label2.Location = new System.Drawing.Point(50, 108);
109  this.label2.Name = "label2";
110  this.label2.Size = new System.Drawing.Size(62, 25);
111  this.label2.TabIndex = 3;
112  this.label2.Text = "Ende";
113  //
114  // numericUpDown1
115  //
116  this.numericUpDown1.Location = new System.Drawing.Point(364, 44);
117  this.numericUpDown1.Maximum = new decimal(new int[] {
118  23,
119  0,
120  0,
121  0});
122  this.numericUpDown1.Name = "numericUpDown1";
123  this.numericUpDown1.Size = new System.Drawing.Size(84, 31);
124  this.numericUpDown1.TabIndex = 4;
125  this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
126  //
127  // label3
128  //
129  this.label3.AutoSize = true;
130  this.label3.Location = new System.Drawing.Point(454, 49);
131  this.label3.Name = "label3";
132  this.label3.Size = new System.Drawing.Size(46, 25);
133  this.label3.TabIndex = 5;
134  this.label3.Text = "Uhr";
135  //
136  // numericUpDown2
137  //
138  this.numericUpDown2.Location = new System.Drawing.Point(364, 106);
139  this.numericUpDown2.Maximum = new decimal(new int[] {
140  23,
141  0,
142  0,
143  0});
144  this.numericUpDown2.Name = "numericUpDown2";
145  this.numericUpDown2.Size = new System.Drawing.Size(84, 31);
146  this.numericUpDown2.TabIndex = 6;
147  this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
148  //
149  // label4
150  //
151  this.label4.AutoSize = true;
152  this.label4.Location = new System.Drawing.Point(454, 108);
153  this.label4.Name = "label4";
154  this.label4.Size = new System.Drawing.Size(46, 25);
155  this.label4.TabIndex = 7;
156  this.label4.Text = "Uhr";
157  //
158  // groupBox1
159  //
160  this.groupBox1.Controls.Add(this.label4);
161  this.groupBox1.Controls.Add(this.numericUpDown2);
162  this.groupBox1.Controls.Add(this.label3);
163  this.groupBox1.Controls.Add(this.numericUpDown1);
164  this.groupBox1.Controls.Add(this.label2);
165  this.groupBox1.Controls.Add(this.label1);
166  this.groupBox1.Controls.Add(this.dateTimePicker2);
167  this.groupBox1.Controls.Add(this.dateTimePicker1);
168  this.groupBox1.Location = new System.Drawing.Point(74, 32);
169  this.groupBox1.Name = "groupBox1";
170  this.groupBox1.Size = new System.Drawing.Size(523, 168);
171  this.groupBox1.TabIndex = 10;
172  this.groupBox1.TabStop = false;
173  this.groupBox1.Text = "Planungshorizonz";
174  //
175  // textBox1
176  //
177  this.textBox1.Location = new System.Drawing.Point(23, 76);
178  this.textBox1.Name = "textBox1";
179  this.textBox1.Size = new System.Drawing.Size(320, 31);
180  this.textBox1.TabIndex = 0;
181  //
182  // button1
183  //
184  this.button1.Location = new System.Drawing.Point(349, 76);
185  this.button1.Name = "button1";
186  this.button1.Size = new System.Drawing.Size(174, 41);
187  this.button1.TabIndex = 1;
188  this.button1.Text = "Durchsuchen...";
189  this.button1.UseVisualStyleBackColor = true;
190  this.button1.Click += new System.EventHandler(this.button1_Click);
191  //
192  // groupBox5
193  //
194  this.groupBox5.Controls.Add(this.button1);
195  this.groupBox5.Controls.Add(this.textBox1);
196  this.groupBox5.Location = new System.Drawing.Point(618, 32);
197  this.groupBox5.Name = "groupBox5";
198  this.groupBox5.Size = new System.Drawing.Size(540, 168);
199  this.groupBox5.TabIndex = 14;
200  this.groupBox5.TabStop = false;
201  this.groupBox5.Text = "Excel Sheets";
202  //
203  // flowLayoutPanelLocations
204  //
205  this.flowLayoutPanelLocations.AutoSize = true;
206  this.flowLayoutPanelLocations.Location = new System.Drawing.Point(7, 31);
207  this.flowLayoutPanelLocations.Name = "flowLayoutPanelLocations";
208  this.flowLayoutPanelLocations.Size = new System.Drawing.Size(1071, 99);
209  this.flowLayoutPanelLocations.TabIndex = 0;
210  //
211  // groupBox2
212  //
213  this.groupBox2.AutoSize = true;
214  this.groupBox2.Controls.Add(this.flowLayoutPanelLocations);
215  this.groupBox2.Location = new System.Drawing.Point(74, 233);
216  this.groupBox2.MaximumSize = new System.Drawing.Size(10000, 136);
217  this.groupBox2.Name = "groupBox2";
218  this.groupBox2.Size = new System.Drawing.Size(1084, 136);
219  this.groupBox2.TabIndex = 11;
220  this.groupBox2.TabStop = false;
221  this.groupBox2.Text = "Standorte";
222  //
223  // flowLayoutPanelMachines
224  //
225  this.flowLayoutPanelMachines.AutoSize = true;
226  this.flowLayoutPanelMachines.Location = new System.Drawing.Point(7, 31);
227  this.flowLayoutPanelMachines.MaximumSize = new System.Drawing.Size(10000, 162);
228  this.flowLayoutPanelMachines.Name = "flowLayoutPanelMachines";
229  this.flowLayoutPanelMachines.Size = new System.Drawing.Size(1071, 162);
230  this.flowLayoutPanelMachines.TabIndex = 0;
231  this.flowLayoutPanelMachines.WrapContents = false;
232  //
233  // groupBox3
234  //
235  this.groupBox3.AutoSize = true;
236  this.groupBox3.Controls.Add(this.flowLayoutPanelMachines);
237  this.groupBox3.Location = new System.Drawing.Point(74, 394);
238  this.groupBox3.MaximumSize = new System.Drawing.Size(10000, 199);
239  this.groupBox3.Name = "groupBox3";
240  this.groupBox3.Size = new System.Drawing.Size(1084, 199);
241  this.groupBox3.TabIndex = 12;
242  this.groupBox3.TabStop = false;
243  this.groupBox3.Text = "Anlagen";
244  //
245  // flowLayoutPanelProducts
246  //
247  this.flowLayoutPanelProducts.AutoSize = true;
248  this.flowLayoutPanelProducts.Location = new System.Drawing.Point(7, 31);
249  this.flowLayoutPanelProducts.MaximumSize = new System.Drawing.Size(10000, 400);
250  this.flowLayoutPanelProducts.Name = "flowLayoutPanelProducts";
251  this.flowLayoutPanelProducts.Size = new System.Drawing.Size(1071, 400);
252  this.flowLayoutPanelProducts.TabIndex = 0;
253  this.flowLayoutPanelProducts.WrapContents = false;
254  //
255  // groupBox4
256  //
257  this.groupBox4.AutoSize = true;
258  this.groupBox4.Controls.Add(this.flowLayoutPanelProducts);
259  this.groupBox4.Location = new System.Drawing.Point(74, 611);
260  this.groupBox4.MaximumSize = new System.Drawing.Size(10000, 450);
261  this.groupBox4.Name = "groupBox4";
262  this.groupBox4.Size = new System.Drawing.Size(1084, 450);
263  this.groupBox4.TabIndex = 13;
264  this.groupBox4.TabStop = false;
265  this.groupBox4.Text = "Sachnummern";
266  //
267  // Form1
268  //
269  this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
270  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
271  this.AutoSize = true;
272  this.ClientSize = new System.Drawing.Size(1194, 1425);
273  this.Controls.Add(this.ComputeButton);
274  this.Controls.Add(this.groupBox5);
275  this.Controls.Add(this.groupBox4);
276  this.Controls.Add(this.groupBox3);
277  this.Controls.Add(this.groupBox2);
278  this.Controls.Add(this.groupBox1);
279  this.MaximizeBox = false;
280  this.MinimumSize = new System.Drawing.Size(26, 1496);
281  this.Name = "Form1";
282  this.Text = "Digital Twin";
283  ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
284  ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
285  this.groupBox1.ResumeLayout(false);
286  this.groupBox1.PerformLayout();
287  this.groupBox5.ResumeLayout(false);
288  this.groupBox5.PerformLayout();
289  this.groupBox2.ResumeLayout(false);
290  this.groupBox2.PerformLayout();
291  this.groupBox3.ResumeLayout(false);
292  this.groupBox3.PerformLayout();
293  this.groupBox4.ResumeLayout(false);
294  this.groupBox4.PerformLayout();
295  this.ResumeLayout(false);
296  this.PerformLayout();
297 
298  }
299 
300  #endregion
301  private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
302  private System.DirectoryServices.DirectorySearcher directorySearcher1;
303  private System.Windows.Forms.Button ComputeButton;
304  private System.Windows.Forms.DateTimePicker dateTimePicker1;
305  private System.Windows.Forms.DateTimePicker dateTimePicker2;
306  private System.Windows.Forms.Label label1;
307  private System.Windows.Forms.Label label2;
308  private System.Windows.Forms.NumericUpDown numericUpDown1;
309  private System.Windows.Forms.Label label3;
310  private System.Windows.Forms.NumericUpDown numericUpDown2;
311  private System.Windows.Forms.Label label4;
312  private System.Windows.Forms.GroupBox groupBox1;
313  private System.Windows.Forms.TextBox textBox1;
314  private System.Windows.Forms.Button button1;
315  private System.Windows.Forms.GroupBox groupBox5;
316  private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelLocations;
317  private System.Windows.Forms.GroupBox groupBox2;
318  private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelMachines;
319  private System.Windows.Forms.GroupBox groupBox3;
320  private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelProducts;
321  private System.Windows.Forms.GroupBox groupBox4;
322  }
323 }
324 
void numericUpDown2_ValueChanged(object sender, EventArgs e)
Called whenever the user change the hour for the endTime.
Definition: MainWindow.cs:491
void InitializeComponent()
Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-E...
System.ComponentModel.IContainer components
Erforderliche Designervariable.
void dateTimePicker1_ValueChanged(object sender, EventArgs e)
Called whenever the user change the date for the startTime.
Definition: MainWindow.cs:458
void button2_Click(object sender, EventArgs e)
Function that is called when the "Compute" Button is clicked. Reads in the rest of the model data and...
Definition: MainWindow.cs:537
void button1_Click(object sender, EventArgs e)
Eventhandler that is called when the "Durchsuchen..." button is clicked.
Definition: MainWindow.cs:352
void dateTimePicker2_ValueChanged(object sender, EventArgs e)
Called whenever the user change the date for the endTime.
Definition: MainWindow.cs:501
override void Dispose(bool disposing)
Verwendete Ressourcen bereinigen.
void numericUpDown1_ValueChanged(object sender, EventArgs e)
Called whenever the user change the hour for the startTime.
Definition: MainWindow.cs:448