Programm_Wirl/UserControls/KundenControl.Designer.cs

94 lines
3.4 KiB
C#

using System.Drawing;
namespace Deckungsbeitrag.UserControls
{
partial class KundenControl
{
/// <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.lblKunde = new System.Windows.Forms.Label();
this.lblRegion = new System.Windows.Forms.Label();
this.lblCont = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblKunde
//
this.lblKunde.AutoSize = true;
this.lblKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblKunde.Location = new System.Drawing.Point(3, 3);
this.lblKunde.Margin = new System.Windows.Forms.Padding(3);
this.lblKunde.Name = "lblKunde";
this.lblKunde.Size = new System.Drawing.Size(131, 20);
this.lblKunde.TabIndex = 0;
this.lblKunde.Text = "Max Mustermann";
//
// lblRegion
//
this.lblRegion.AutoSize = true;
this.lblRegion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRegion.Location = new System.Drawing.Point(4, 29);
this.lblRegion.Margin = new System.Windows.Forms.Padding(3);
this.lblRegion.Name = "lblRegion";
this.lblRegion.Size = new System.Drawing.Size(60, 16);
this.lblRegion.TabIndex = 1;
this.lblRegion.Text = "Salzburg";
//
// lblCont
//
this.lblCont.AutoSize = true;
this.lblCont.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCont.Location = new System.Drawing.Point(176, 3);
this.lblCont.Name = "lblCont";
this.lblCont.Size = new System.Drawing.Size(44, 20);
this.lblCont.TabIndex = 2;
this.lblCont.Text = "5/4/1";
//
// KundenControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.Controls.Add(this.lblCont);
this.Controls.Add(this.lblRegion);
this.Controls.Add(this.lblKunde);
this.MaximumSize = new System.Drawing.Size(234, 50);
this.Name = "KundenControl";
this.Size = new System.Drawing.Size(234, 50);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.KundenControl_MouseClick);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblKunde;
private System.Windows.Forms.Label lblRegion;
private System.Windows.Forms.Label lblCont;
}
}