Programm_Wirl/UserControls/UCAuftrag.Designer.cs

138 lines
5.9 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.labelTyp = 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(3, 2);
this.labelKunde.Name = "labelKunde";
this.labelKunde.Size = new System.Drawing.Size(122, 25);
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(4, 27);
this.labelRegion.Name = "labelRegion";
this.labelRegion.Size = new System.Drawing.Size(61, 20);
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(4, 48);
this.labelFahrer.Name = "labelFahrer";
this.labelFahrer.Size = new System.Drawing.Size(58, 20);
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(271, 48);
this.labelCont.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelCont.Name = "labelCont";
this.labelCont.Size = new System.Drawing.Size(49, 20);
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(328, 48);
this.labelContAnz.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelContAnz.Name = "labelContAnz";
this.labelContAnz.Size = new System.Drawing.Size(39, 20);
this.labelContAnz.TabIndex = 4;
this.labelContAnz.Text = "000";
this.labelContAnz.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelTyp
//
this.labelTyp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.labelTyp.AutoSize = true;
this.labelTyp.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTyp.Location = new System.Drawing.Point(271, 27);
this.labelTyp.Name = "labelTyp";
this.labelTyp.Size = new System.Drawing.Size(36, 20);
this.labelTyp.TabIndex = 5;
this.labelTyp.Text = "Typ";
//
// UCAuftrag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
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.labelTyp);
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(3, 2, 3, 2);
this.Name = "UCAuftrag";
this.Size = new System.Drawing.Size(373, 73);
this.Load += new System.EventHandler(this.UCAuftrag_Load);
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;
private System.Windows.Forms.Label labelTyp;
}
}