292 lines
12 KiB
C#
292 lines
12 KiB
C#
namespace Laminator_GUI
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.Temp = new System.Windows.Forms.Label();
|
|
this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.debug = new System.Windows.Forms.Label();
|
|
this.heater = new System.Windows.Forms.Label();
|
|
this.motor = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.tempbox = new System.Windows.Forms.NumericUpDown();
|
|
this.motorbox = new System.Windows.Forms.NumericUpDown();
|
|
this.heizungSoll = new System.Windows.Forms.Label();
|
|
this.motorSoll = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.Temp1 = new System.Windows.Forms.Label();
|
|
this.Temp2 = new System.Windows.Forms.Label();
|
|
this.TempDiff = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tempbox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.motorbox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(61, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Temperatur";
|
|
//
|
|
// Temp
|
|
//
|
|
this.Temp.AutoSize = true;
|
|
this.Temp.Font = new System.Drawing.Font("Microsoft Sans Serif", 65F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Temp.ForeColor = System.Drawing.Color.Red;
|
|
this.Temp.Location = new System.Drawing.Point(12, 22);
|
|
this.Temp.Name = "Temp";
|
|
this.Temp.Size = new System.Drawing.Size(191, 98);
|
|
this.Temp.TabIndex = 1;
|
|
this.Temp.Text = "0°C";
|
|
//
|
|
// chart
|
|
//
|
|
chartArea2.Name = "ChartArea1";
|
|
this.chart.ChartAreas.Add(chartArea2);
|
|
this.chart.Location = new System.Drawing.Point(12, 155);
|
|
this.chart.Name = "chart";
|
|
series4.ChartArea = "ChartArea1";
|
|
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series4.Color = System.Drawing.Color.Red;
|
|
series4.IsVisibleInLegend = false;
|
|
series4.Name = "Temp";
|
|
series5.ChartArea = "ChartArea1";
|
|
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
series5.Name = "Motor";
|
|
series6.ChartArea = "ChartArea1";
|
|
series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series6.Color = System.Drawing.Color.Blue;
|
|
series6.Name = "Heizung";
|
|
this.chart.Series.Add(series4);
|
|
this.chart.Series.Add(series5);
|
|
this.chart.Series.Add(series6);
|
|
this.chart.Size = new System.Drawing.Size(459, 122);
|
|
this.chart.TabIndex = 2;
|
|
this.chart.Text = "chart1";
|
|
//
|
|
// debug
|
|
//
|
|
this.debug.AutoSize = true;
|
|
this.debug.Location = new System.Drawing.Point(10, 280);
|
|
this.debug.Name = "debug";
|
|
this.debug.Size = new System.Drawing.Size(35, 13);
|
|
this.debug.TabIndex = 3;
|
|
this.debug.Text = "label2";
|
|
//
|
|
// heater
|
|
//
|
|
this.heater.AutoSize = true;
|
|
this.heater.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold);
|
|
this.heater.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.heater.Location = new System.Drawing.Point(357, 22);
|
|
this.heater.Name = "heater";
|
|
this.heater.Size = new System.Drawing.Size(82, 22);
|
|
this.heater.TabIndex = 4;
|
|
this.heater.Text = "Heizung";
|
|
//
|
|
// motor
|
|
//
|
|
this.motor.AutoSize = true;
|
|
this.motor.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold);
|
|
this.motor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.motor.Location = new System.Drawing.Point(357, 47);
|
|
this.motor.Name = "motor";
|
|
this.motor.Size = new System.Drawing.Size(60, 22);
|
|
this.motor.TabIndex = 5;
|
|
this.motor.Text = "Motor";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(423, 75);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(50, 47);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "OK";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// tempbox
|
|
//
|
|
this.tempbox.Location = new System.Drawing.Point(362, 76);
|
|
this.tempbox.Maximum = new decimal(new int[] {
|
|
250,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tempbox.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.tempbox.Name = "tempbox";
|
|
this.tempbox.Size = new System.Drawing.Size(55, 20);
|
|
this.tempbox.TabIndex = 9;
|
|
this.tempbox.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
//
|
|
// motorbox
|
|
//
|
|
this.motorbox.Location = new System.Drawing.Point(362, 103);
|
|
this.motorbox.Maximum = new decimal(new int[] {
|
|
20,
|
|
0,
|
|
0,
|
|
0});
|
|
this.motorbox.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.motorbox.Name = "motorbox";
|
|
this.motorbox.Size = new System.Drawing.Size(55, 20);
|
|
this.motorbox.TabIndex = 10;
|
|
this.motorbox.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
//
|
|
// heizungSoll
|
|
//
|
|
this.heizungSoll.AutoSize = true;
|
|
this.heizungSoll.Location = new System.Drawing.Point(438, 31);
|
|
this.heizungSoll.Name = "heizungSoll";
|
|
this.heizungSoll.Size = new System.Drawing.Size(16, 13);
|
|
this.heizungSoll.TabIndex = 11;
|
|
this.heizungSoll.Text = "-1";
|
|
//
|
|
// motorSoll
|
|
//
|
|
this.motorSoll.AutoSize = true;
|
|
this.motorSoll.Location = new System.Drawing.Point(438, 52);
|
|
this.motorSoll.Name = "motorSoll";
|
|
this.motorSoll.Size = new System.Drawing.Size(16, 13);
|
|
this.motorSoll.TabIndex = 12;
|
|
this.motorSoll.Text = "-1";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Location = new System.Drawing.Point(478, 9);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(94, 268);
|
|
this.panel1.TabIndex = 13;
|
|
//
|
|
// Temp1
|
|
//
|
|
this.Temp1.AutoSize = true;
|
|
this.Temp1.Location = new System.Drawing.Point(15, 124);
|
|
this.Temp1.Name = "Temp1";
|
|
this.Temp1.Size = new System.Drawing.Size(24, 13);
|
|
this.Temp1.TabIndex = 14;
|
|
this.Temp1.Text = "0°C";
|
|
//
|
|
// Temp2
|
|
//
|
|
this.Temp2.AutoSize = true;
|
|
this.Temp2.Location = new System.Drawing.Point(98, 124);
|
|
this.Temp2.Name = "Temp2";
|
|
this.Temp2.Size = new System.Drawing.Size(24, 13);
|
|
this.Temp2.TabIndex = 15;
|
|
this.Temp2.Text = "0°C";
|
|
//
|
|
// TempDiff
|
|
//
|
|
this.TempDiff.AutoSize = true;
|
|
this.TempDiff.Location = new System.Drawing.Point(183, 124);
|
|
this.TempDiff.Name = "TempDiff";
|
|
this.TempDiff.Size = new System.Drawing.Size(21, 13);
|
|
this.TempDiff.TabIndex = 16;
|
|
this.TempDiff.Text = "0%";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(584, 302);
|
|
this.Controls.Add(this.TempDiff);
|
|
this.Controls.Add(this.Temp2);
|
|
this.Controls.Add(this.Temp1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.motorSoll);
|
|
this.Controls.Add(this.heizungSoll);
|
|
this.Controls.Add(this.motorbox);
|
|
this.Controls.Add(this.tempbox);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.motor);
|
|
this.Controls.Add(this.heater);
|
|
this.Controls.Add(this.debug);
|
|
this.Controls.Add(this.chart);
|
|
this.Controls.Add(this.Temp);
|
|
this.Controls.Add(this.label1);
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(600, 340);
|
|
this.MinimumSize = new System.Drawing.Size(600, 340);
|
|
this.Name = "Form1";
|
|
this.Text = "Laminator GUI";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.close);
|
|
((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tempbox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.motorbox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label Temp;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chart;
|
|
private System.Windows.Forms.Label debug;
|
|
private System.Windows.Forms.Label heater;
|
|
private System.Windows.Forms.Label motor;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.NumericUpDown tempbox;
|
|
private System.Windows.Forms.NumericUpDown motorbox;
|
|
private System.Windows.Forms.Label heizungSoll;
|
|
private System.Windows.Forms.Label motorSoll;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label Temp1;
|
|
private System.Windows.Forms.Label Temp2;
|
|
private System.Windows.Forms.Label TempDiff;
|
|
}
|
|
}
|
|
|