|
|
|
|
namespace Durckerverwaltung_Static
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.buttonAbsenden = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBoxAnzSeiten = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.buttonDruck4 = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDruck3 = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDruck2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDruck1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDruck0 = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBoxSeitenGedruckt = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBoxAuftragFertig = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBoxAuftragOffen = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.buttonAbsenden);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.textBoxAnzSeiten);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(13, 13);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(173, 86);
|
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Eingang Druckauftrag";
|
|
|
|
|
//
|
|
|
|
|
// buttonAbsenden
|
|
|
|
|
//
|
|
|
|
|
this.buttonAbsenden.Location = new System.Drawing.Point(7, 47);
|
|
|
|
|
this.buttonAbsenden.Name = "buttonAbsenden";
|
|
|
|
|
this.buttonAbsenden.Size = new System.Drawing.Size(153, 23);
|
|
|
|
|
this.buttonAbsenden.TabIndex = 2;
|
|
|
|
|
this.buttonAbsenden.Text = "absenden";
|
|
|
|
|
this.buttonAbsenden.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAbsenden.Click += new System.EventHandler(this.buttonAbsenden_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(82, 26);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
|
this.label1.Text = "Seiten";
|
|
|
|
|
//
|
|
|
|
|
// textBoxAnzSeiten
|
|
|
|
|
//
|
|
|
|
|
this.textBoxAnzSeiten.Location = new System.Drawing.Point(7, 20);
|
|
|
|
|
this.textBoxAnzSeiten.Name = "textBoxAnzSeiten";
|
|
|
|
|
this.textBoxAnzSeiten.Size = new System.Drawing.Size(68, 20);
|
|
|
|
|
this.textBoxAnzSeiten.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonDruck4);
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonDruck3);
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonDruck2);
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonDruck1);
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonDruck0);
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(13, 117);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(173, 182);
|
|
|
|
|
this.groupBox2.TabIndex = 1;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "Ausführung Druckauftrag";
|
|
|
|
|
//
|
|
|
|
|
// buttonDruck4
|
|
|
|
|
//
|
|
|
|
|
this.buttonDruck4.Location = new System.Drawing.Point(6, 136);
|
|
|
|
|
this.buttonDruck4.Name = "buttonDruck4";
|
|
|
|
|
this.buttonDruck4.Size = new System.Drawing.Size(153, 23);
|
|
|
|
|
this.buttonDruck4.TabIndex = 4;
|
|
|
|
|
this.buttonDruck4.Text = "Drucker 4";
|
|
|
|
|
this.buttonDruck4.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDruck4.Click += new System.EventHandler(this.buttonDruck4_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDruck3
|
|
|
|
|
//
|
|
|
|
|
this.buttonDruck3.Location = new System.Drawing.Point(7, 107);
|
|
|
|
|
this.buttonDruck3.Name = "buttonDruck3";
|
|
|
|
|
this.buttonDruck3.Size = new System.Drawing.Size(153, 23);
|
|
|
|
|
this.buttonDruck3.TabIndex = 3;
|
|
|
|
|
this.buttonDruck3.Text = "Drucker 3";
|
|
|
|
|
this.buttonDruck3.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDruck3.Click += new System.EventHandler(this.buttonDruck3_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDruck2
|
|
|
|
|
//
|
|
|
|
|
this.buttonDruck2.Location = new System.Drawing.Point(7, 78);
|
|
|
|
|
this.buttonDruck2.Name = "buttonDruck2";
|
|
|
|
|
this.buttonDruck2.Size = new System.Drawing.Size(153, 23);
|
|
|
|
|
this.buttonDruck2.TabIndex = 2;
|
|
|
|
|
this.buttonDruck2.Text = "Drucker 2";
|
|
|
|
|
this.buttonDruck2.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDruck2.Click += new System.EventHandler(this.buttonDruck2_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDruck1
|
|
|
|
|
//
|
|
|
|
|
this.buttonDruck1.Location = new System.Drawing.Point(7, 49);
|
|
|
|
|
this.buttonDruck1.Name = "buttonDruck1";
|
|
|
|
|
this.buttonDruck1.Size = new System.Drawing.Size(153, 23);
|
|
|
|
|
this.buttonDruck1.TabIndex = 1;
|
|
|
|
|
this.buttonDruck1.Text = "Drucker 1";
|
|
|
|
|
this.buttonDruck1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDruck1.Click += new System.EventHandler(this.buttonDruck1_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDruck0
|
|
|
|
|
//
|
|
|
|
|
this.buttonDruck0.Location = new System.Drawing.Point(7, 20);
|
|
|
|
|
this.buttonDruck0.Name = "buttonDruck0";
|
|
|
|
|
this.buttonDruck0.Size = new System.Drawing.Size(153, 23);
|
|
|
|
|
this.buttonDruck0.TabIndex = 0;
|
|
|
|
|
this.buttonDruck0.Text = "Drucker 0";
|
|
|
|
|
this.buttonDruck0.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDruck0.Click += new System.EventHandler(this.buttonDruck0_Click);
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.label5);
|
|
|
|
|
this.groupBox3.Controls.Add(this.textBoxSeitenGedruckt);
|
|
|
|
|
this.groupBox3.Controls.Add(this.label4);
|
|
|
|
|
this.groupBox3.Controls.Add(this.textBoxAuftragFertig);
|
|
|
|
|
this.groupBox3.Controls.Add(this.label3);
|
|
|
|
|
this.groupBox3.Controls.Add(this.textBoxAuftragOffen);
|
|
|
|
|
this.groupBox3.Controls.Add(this.label2);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(193, 117);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(203, 182);
|
|
|
|
|
this.groupBox3.TabIndex = 2;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "Statistik Druckauftrag";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(7, 107);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(70, 13);
|
|
|
|
|
this.label5.TabIndex = 6;
|
|
|
|
|
this.label5.Text = "letzter Druck:";
|
|
|
|
|
//
|
|
|
|
|
// textBoxSeitenGedruckt
|
|
|
|
|
//
|
|
|
|
|
this.textBoxSeitenGedruckt.Location = new System.Drawing.Point(112, 81);
|
|
|
|
|
this.textBoxSeitenGedruckt.Name = "textBoxSeitenGedruckt";
|
|
|
|
|
this.textBoxSeitenGedruckt.Size = new System.Drawing.Size(63, 20);
|
|
|
|
|
this.textBoxSeitenGedruckt.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(7, 84);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(88, 13);
|
|
|
|
|
this.label4.TabIndex = 4;
|
|
|
|
|
this.label4.Text = "gedruckte Seiten";
|
|
|
|
|
//
|
|
|
|
|
// textBoxAuftragFertig
|
|
|
|
|
//
|
|
|
|
|
this.textBoxAuftragFertig.Location = new System.Drawing.Point(112, 52);
|
|
|
|
|
this.textBoxAuftragFertig.Name = "textBoxAuftragFertig";
|
|
|
|
|
this.textBoxAuftragFertig.Size = new System.Drawing.Size(63, 20);
|
|
|
|
|
this.textBoxAuftragFertig.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(7, 55);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(79, 13);
|
|
|
|
|
this.label3.TabIndex = 2;
|
|
|
|
|
this.label3.Text = "fertige Aufträge";
|
|
|
|
|
//
|
|
|
|
|
// textBoxAuftragOffen
|
|
|
|
|
//
|
|
|
|
|
this.textBoxAuftragOffen.Location = new System.Drawing.Point(112, 26);
|
|
|
|
|
this.textBoxAuftragOffen.Name = "textBoxAuftragOffen";
|
|
|
|
|
this.textBoxAuftragOffen.Size = new System.Drawing.Size(63, 20);
|
|
|
|
|
this.textBoxAuftragOffen.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(7, 29);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(80, 13);
|
|
|
|
|
this.label2.TabIndex = 0;
|
|
|
|
|
this.label2.Text = "offene Aufträge";
|
|
|
|
|
//
|
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(409, 309);
|
|
|
|
|
this.Controls.Add(this.groupBox3);
|
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Name = "Form1";
|
|
|
|
|
this.Text = "Druckerverwaltung";
|
|
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.Button buttonAbsenden;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxAnzSeiten;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.Button buttonDruck4;
|
|
|
|
|
private System.Windows.Forms.Button buttonDruck3;
|
|
|
|
|
private System.Windows.Forms.Button buttonDruck2;
|
|
|
|
|
private System.Windows.Forms.Button buttonDruck1;
|
|
|
|
|
private System.Windows.Forms.Button buttonDruck0;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxSeitenGedruckt;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxAuftragFertig;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxAuftragOffen;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|