Programm_Wirl/UserControls/UCAuftrag.Designer.cs
2026-02-25 08:29:57 +01:00

124 lines
5.2 KiB
C#

namespace Deckungsbeitrag
{
partial class UCAuftrag
{
/// <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 Komponenten-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.labelKunde = new System.Windows.Forms.Label();
this.labelRegion = new System.Windows.Forms.Label();
this.labelFahrer = new System.Windows.Forms.Label();
this.labelCont = new System.Windows.Forms.Label();
this.labelContAnz = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// labelKunde
//
this.labelKunde.AutoSize = true;
this.labelKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelKunde.Location = new System.Drawing.Point(2, 2);
this.labelKunde.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelKunde.Name = "labelKunde";
this.labelKunde.Size = new System.Drawing.Size(97, 20);
this.labelKunde.TabIndex = 0;
this.labelKunde.Text = "KundeName";
//
// labelRegion
//
this.labelRegion.AutoSize = true;
this.labelRegion.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelRegion.Location = new System.Drawing.Point(3, 22);
this.labelRegion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelRegion.Name = "labelRegion";
this.labelRegion.Size = new System.Drawing.Size(53, 17);
this.labelRegion.TabIndex = 1;
this.labelRegion.Text = "Region";
//
// labelFahrer
//
this.labelFahrer.AutoSize = true;
this.labelFahrer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFahrer.Location = new System.Drawing.Point(3, 39);
this.labelFahrer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelFahrer.Name = "labelFahrer";
this.labelFahrer.Size = new System.Drawing.Size(46, 16);
this.labelFahrer.TabIndex = 2;
this.labelFahrer.Text = "Fahrer";
//
// labelCont
//
this.labelCont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.labelCont.AutoSize = true;
this.labelCont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelCont.Location = new System.Drawing.Point(203, 39);
this.labelCont.Name = "labelCont";
this.labelCont.Size = new System.Drawing.Size(37, 16);
this.labelCont.TabIndex = 3;
this.labelCont.Text = "Cont:";
//
// labelContAnz
//
this.labelContAnz.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.labelContAnz.AutoSize = true;
this.labelContAnz.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelContAnz.Location = new System.Drawing.Point(246, 39);
this.labelContAnz.Name = "labelContAnz";
this.labelContAnz.Size = new System.Drawing.Size(31, 16);
this.labelContAnz.TabIndex = 4;
this.labelContAnz.Text = "000";
this.labelContAnz.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// UCAuftrag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.Color.Silver;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.labelContAnz);
this.Controls.Add(this.labelCont);
this.Controls.Add(this.labelFahrer);
this.Controls.Add(this.labelRegion);
this.Controls.Add(this.labelKunde);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "UCAuftrag";
this.Size = new System.Drawing.Size(280, 59);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelKunde;
private System.Windows.Forms.Label labelRegion;
private System.Windows.Forms.Label labelFahrer;
private System.Windows.Forms.Label labelCont;
private System.Windows.Forms.Label labelContAnz;
}
}