Programm_Wirl/AA-Forms/FormFahrerAuftrag.Designer.cs
2025-11-30 11:51:28 +01:00

329 lines
14 KiB
C#

namespace Deckungsbeitrag
{
partial class FormFahrerAuftrag
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panelFahrer1 = new System.Windows.Forms.FlowLayoutPanel();
this.labelFahrer1 = new System.Windows.Forms.Label();
this.labelFahrer2 = new System.Windows.Forms.Label();
this.panelFahrer2 = new System.Windows.Forms.FlowLayoutPanel();
this.labelFahrer3 = new System.Windows.Forms.Label();
this.panelFahrer3 = new System.Windows.Forms.FlowLayoutPanel();
this.ucAuftrag1 = new Deckungsbeitrag.UCAuftrag();
this.ucAuftrag2 = new Deckungsbeitrag.UCAuftrag();
this.labelFahrer4 = new System.Windows.Forms.Label();
this.panelFahrer4 = new System.Windows.Forms.FlowLayoutPanel();
this.labelAnzFahrer1 = new System.Windows.Forms.Label();
this.labelAnzFahrer2 = new System.Windows.Forms.Label();
this.labelAnzFahrer3 = new System.Windows.Forms.Label();
this.labelAnzFahrer4 = new System.Windows.Forms.Label();
this.panelAlleFahrer = new System.Windows.Forms.FlowLayoutPanel();
this.labelAlleFahrer = new System.Windows.Forms.Label();
this.labelAnzAlleFahrer = new System.Windows.Forms.Label();
this.ucAuftrag3 = new Deckungsbeitrag.UCAuftrag();
this.ucAuftrag4 = new Deckungsbeitrag.UCAuftrag();
this.ucAuftrag5 = new Deckungsbeitrag.UCAuftrag();
this.ucAuftrag6 = new Deckungsbeitrag.UCAuftrag();
this.panelFahrer1.SuspendLayout();
this.panelFahrer2.SuspendLayout();
this.panelFahrer3.SuspendLayout();
this.panelFahrer4.SuspendLayout();
this.panelAlleFahrer.SuspendLayout();
this.SuspendLayout();
//
// panelFahrer1
//
this.panelFahrer1.AutoScroll = true;
this.panelFahrer1.BackColor = System.Drawing.Color.LightBlue;
this.panelFahrer1.Controls.Add(this.ucAuftrag6);
this.panelFahrer1.Location = new System.Drawing.Point(10, 275);
this.panelFahrer1.Name = "panelFahrer1";
this.panelFahrer1.Size = new System.Drawing.Size(303, 459);
this.panelFahrer1.TabIndex = 0;
//
// labelFahrer1
//
this.labelFahrer1.AutoSize = true;
this.labelFahrer1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFahrer1.Location = new System.Drawing.Point(12, 240);
this.labelFahrer1.Name = "labelFahrer1";
this.labelFahrer1.Size = new System.Drawing.Size(198, 32);
this.labelFahrer1.TabIndex = 1;
this.labelFahrer1.Text = "Gerald Köllner";
//
// labelFahrer2
//
this.labelFahrer2.AutoSize = true;
this.labelFahrer2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFahrer2.Location = new System.Drawing.Point(315, 240);
this.labelFahrer2.Name = "labelFahrer2";
this.labelFahrer2.Size = new System.Drawing.Size(215, 32);
this.labelFahrer2.TabIndex = 3;
this.labelFahrer2.Text = "Thomas Herzog";
//
// panelFahrer2
//
this.panelFahrer2.AutoScroll = true;
this.panelFahrer2.BackColor = System.Drawing.Color.SkyBlue;
this.panelFahrer2.Controls.Add(this.ucAuftrag4);
this.panelFahrer2.Location = new System.Drawing.Point(321, 275);
this.panelFahrer2.Name = "panelFahrer2";
this.panelFahrer2.Size = new System.Drawing.Size(303, 459);
this.panelFahrer2.TabIndex = 2;
//
// labelFahrer3
//
this.labelFahrer3.AutoSize = true;
this.labelFahrer3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFahrer3.Location = new System.Drawing.Point(630, 240);
this.labelFahrer3.Name = "labelFahrer3";
this.labelFahrer3.Size = new System.Drawing.Size(216, 32);
this.labelFahrer3.TabIndex = 3;
this.labelFahrer3.Text = "Wolfgang Kafka";
//
// panelFahrer3
//
this.panelFahrer3.AutoScroll = true;
this.panelFahrer3.BackColor = System.Drawing.Color.DodgerBlue;
this.panelFahrer3.Controls.Add(this.ucAuftrag1);
this.panelFahrer3.Controls.Add(this.ucAuftrag2);
this.panelFahrer3.Location = new System.Drawing.Point(630, 275);
this.panelFahrer3.Name = "panelFahrer3";
this.panelFahrer3.Size = new System.Drawing.Size(303, 459);
this.panelFahrer3.TabIndex = 2;
//
// ucAuftrag1
//
this.ucAuftrag1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ucAuftrag1.BackColor = System.Drawing.Color.Silver;
this.ucAuftrag1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ucAuftrag1.Location = new System.Drawing.Point(3, 3);
this.ucAuftrag1.Name = "ucAuftrag1";
this.ucAuftrag1.Size = new System.Drawing.Size(265, 70);
this.ucAuftrag1.TabIndex = 0;
//
// ucAuftrag2
//
this.ucAuftrag2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ucAuftrag2.BackColor = System.Drawing.Color.Silver;
this.ucAuftrag2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ucAuftrag2.Location = new System.Drawing.Point(3, 79);
this.ucAuftrag2.Name = "ucAuftrag2";
this.ucAuftrag2.Size = new System.Drawing.Size(265, 70);
this.ucAuftrag2.TabIndex = 1;
//
// labelFahrer4
//
this.labelFahrer4.AutoSize = true;
this.labelFahrer4.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFahrer4.Location = new System.Drawing.Point(933, 240);
this.labelFahrer4.Name = "labelFahrer4";
this.labelFahrer4.Size = new System.Drawing.Size(191, 32);
this.labelFahrer4.TabIndex = 3;
this.labelFahrer4.Text = "Jochen Erhart";
//
// panelFahrer4
//
this.panelFahrer4.AutoScroll = true;
this.panelFahrer4.BackColor = System.Drawing.Color.RoyalBlue;
this.panelFahrer4.Controls.Add(this.ucAuftrag5);
this.panelFahrer4.Location = new System.Drawing.Point(939, 275);
this.panelFahrer4.Name = "panelFahrer4";
this.panelFahrer4.Size = new System.Drawing.Size(303, 459);
this.panelFahrer4.TabIndex = 2;
//
// labelAnzFahrer1
//
this.labelAnzFahrer1.AutoSize = true;
this.labelAnzFahrer1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAnzFahrer1.Location = new System.Drawing.Point(272, 240);
this.labelAnzFahrer1.Name = "labelAnzFahrer1";
this.labelAnzFahrer1.Size = new System.Drawing.Size(31, 32);
this.labelAnzFahrer1.TabIndex = 4;
this.labelAnzFahrer1.Text = "5";
//
// labelAnzFahrer2
//
this.labelAnzFahrer2.AutoSize = true;
this.labelAnzFahrer2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAnzFahrer2.Location = new System.Drawing.Point(593, 240);
this.labelAnzFahrer2.Name = "labelAnzFahrer2";
this.labelAnzFahrer2.Size = new System.Drawing.Size(31, 32);
this.labelAnzFahrer2.TabIndex = 5;
this.labelAnzFahrer2.Text = "5";
//
// labelAnzFahrer3
//
this.labelAnzFahrer3.AutoSize = true;
this.labelAnzFahrer3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAnzFahrer3.Location = new System.Drawing.Point(901, 240);
this.labelAnzFahrer3.Name = "labelAnzFahrer3";
this.labelAnzFahrer3.Size = new System.Drawing.Size(31, 32);
this.labelAnzFahrer3.TabIndex = 6;
this.labelAnzFahrer3.Text = "5";
//
// labelAnzFahrer4
//
this.labelAnzFahrer4.AutoSize = true;
this.labelAnzFahrer4.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAnzFahrer4.Location = new System.Drawing.Point(1202, 240);
this.labelAnzFahrer4.Name = "labelAnzFahrer4";
this.labelAnzFahrer4.Size = new System.Drawing.Size(31, 32);
this.labelAnzFahrer4.TabIndex = 7;
this.labelAnzFahrer4.Text = "5";
//
// panelAlleFahrer
//
this.panelAlleFahrer.AutoScroll = true;
this.panelAlleFahrer.BackColor = System.Drawing.Color.Tomato;
this.panelAlleFahrer.Controls.Add(this.ucAuftrag3);
this.panelAlleFahrer.Location = new System.Drawing.Point(12, 45);
this.panelAlleFahrer.Name = "panelAlleFahrer";
this.panelAlleFahrer.Size = new System.Drawing.Size(1230, 170);
this.panelAlleFahrer.TabIndex = 8;
//
// labelAlleFahrer
//
this.labelAlleFahrer.AutoSize = true;
this.labelAlleFahrer.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAlleFahrer.Location = new System.Drawing.Point(12, 9);
this.labelAlleFahrer.Name = "labelAlleFahrer";
this.labelAlleFahrer.Size = new System.Drawing.Size(154, 32);
this.labelAlleFahrer.TabIndex = 9;
this.labelAlleFahrer.Text = "Alle Fahrer";
//
// labelAnzAlleFahrer
//
this.labelAnzAlleFahrer.AutoSize = true;
this.labelAnzAlleFahrer.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAnzAlleFahrer.Location = new System.Drawing.Point(225, 9);
this.labelAnzAlleFahrer.Name = "labelAnzAlleFahrer";
this.labelAnzAlleFahrer.Size = new System.Drawing.Size(31, 32);
this.labelAnzAlleFahrer.TabIndex = 10;
this.labelAnzAlleFahrer.Text = "5";
//
// ucAuftrag3
//
this.ucAuftrag3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ucAuftrag3.BackColor = System.Drawing.Color.Silver;
this.ucAuftrag3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ucAuftrag3.Location = new System.Drawing.Point(3, 3);
this.ucAuftrag3.Name = "ucAuftrag3";
this.ucAuftrag3.Size = new System.Drawing.Size(265, 70);
this.ucAuftrag3.TabIndex = 0;
//
// ucAuftrag4
//
this.ucAuftrag4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ucAuftrag4.BackColor = System.Drawing.Color.Silver;
this.ucAuftrag4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ucAuftrag4.Location = new System.Drawing.Point(3, 3);
this.ucAuftrag4.Name = "ucAuftrag4";
this.ucAuftrag4.Size = new System.Drawing.Size(265, 70);
this.ucAuftrag4.TabIndex = 0;
//
// ucAuftrag5
//
this.ucAuftrag5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ucAuftrag5.BackColor = System.Drawing.Color.Silver;
this.ucAuftrag5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ucAuftrag5.Location = new System.Drawing.Point(3, 3);
this.ucAuftrag5.Name = "ucAuftrag5";
this.ucAuftrag5.Size = new System.Drawing.Size(265, 70);
this.ucAuftrag5.TabIndex = 0;
//
// ucAuftrag6
//
this.ucAuftrag6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ucAuftrag6.BackColor = System.Drawing.Color.Silver;
this.ucAuftrag6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ucAuftrag6.Location = new System.Drawing.Point(3, 3);
this.ucAuftrag6.Name = "ucAuftrag6";
this.ucAuftrag6.Size = new System.Drawing.Size(265, 70);
this.ucAuftrag6.TabIndex = 1;
//
// FormFahrerAuftrag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1259, 746);
this.Controls.Add(this.labelAnzAlleFahrer);
this.Controls.Add(this.labelAlleFahrer);
this.Controls.Add(this.panelAlleFahrer);
this.Controls.Add(this.labelAnzFahrer4);
this.Controls.Add(this.labelAnzFahrer3);
this.Controls.Add(this.labelAnzFahrer2);
this.Controls.Add(this.labelAnzFahrer1);
this.Controls.Add(this.labelFahrer4);
this.Controls.Add(this.labelFahrer3);
this.Controls.Add(this.panelFahrer4);
this.Controls.Add(this.labelFahrer2);
this.Controls.Add(this.panelFahrer3);
this.Controls.Add(this.panelFahrer2);
this.Controls.Add(this.labelFahrer1);
this.Controls.Add(this.panelFahrer1);
this.Name = "FormFahrerAuftrag";
this.Text = "FahrerAuftrag";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ClientSizeChanged += new System.EventHandler(this.FormFahrerAuftrag_ClientSizeChanged);
this.panelFahrer1.ResumeLayout(false);
this.panelFahrer2.ResumeLayout(false);
this.panelFahrer3.ResumeLayout(false);
this.panelFahrer4.ResumeLayout(false);
this.panelAlleFahrer.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FlowLayoutPanel panelFahrer1;
private System.Windows.Forms.Label labelFahrer1;
private System.Windows.Forms.Label labelFahrer2;
private System.Windows.Forms.FlowLayoutPanel panelFahrer2;
private System.Windows.Forms.Label labelFahrer3;
private System.Windows.Forms.FlowLayoutPanel panelFahrer3;
private System.Windows.Forms.Label labelFahrer4;
private System.Windows.Forms.FlowLayoutPanel panelFahrer4;
private System.Windows.Forms.Label labelAnzFahrer1;
private System.Windows.Forms.Label labelAnzFahrer2;
private System.Windows.Forms.Label labelAnzFahrer3;
private System.Windows.Forms.Label labelAnzFahrer4;
private UCAuftrag ucAuftrag1;
private UCAuftrag ucAuftrag2;
private System.Windows.Forms.FlowLayoutPanel panelAlleFahrer;
private System.Windows.Forms.Label labelAlleFahrer;
private System.Windows.Forms.Label labelAnzAlleFahrer;
private UCAuftrag ucAuftrag6;
private UCAuftrag ucAuftrag4;
private UCAuftrag ucAuftrag5;
private UCAuftrag ucAuftrag3;
}
}