126 lines
5.4 KiB
C#
126 lines
5.4 KiB
C#
namespace Deckungsbeitrag
|
|
{
|
|
partial class UCFach
|
|
{
|
|
/// <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.labelFach = new System.Windows.Forms.Label();
|
|
this.labelKunde = new System.Windows.Forms.Label();
|
|
this.labelLiefertag = new System.Windows.Forms.Label();
|
|
this.labelAufgabe = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanelUCFach = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanelUCFach.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelFach
|
|
//
|
|
this.labelFach.AutoSize = true;
|
|
this.labelFach.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelFach.Location = new System.Drawing.Point(3, 0);
|
|
this.labelFach.Name = "labelFach";
|
|
this.labelFach.Size = new System.Drawing.Size(189, 50);
|
|
this.labelFach.TabIndex = 0;
|
|
this.labelFach.Text = "Fach";
|
|
this.labelFach.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// labelKunde
|
|
//
|
|
this.labelKunde.AutoSize = true;
|
|
this.labelKunde.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelKunde.Location = new System.Drawing.Point(198, 0);
|
|
this.labelKunde.Name = "labelKunde";
|
|
this.labelKunde.Size = new System.Drawing.Size(189, 50);
|
|
this.labelKunde.TabIndex = 1;
|
|
this.labelKunde.Text = "Kunde";
|
|
this.labelKunde.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelLiefertag
|
|
//
|
|
this.labelLiefertag.AutoSize = true;
|
|
this.labelLiefertag.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelLiefertag.Location = new System.Drawing.Point(393, 0);
|
|
this.labelLiefertag.Name = "labelLiefertag";
|
|
this.labelLiefertag.Size = new System.Drawing.Size(59, 50);
|
|
this.labelLiefertag.TabIndex = 2;
|
|
this.labelLiefertag.Text = "Liefertag";
|
|
this.labelLiefertag.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelAufgabe
|
|
//
|
|
this.labelAufgabe.AutoSize = true;
|
|
this.labelAufgabe.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelAufgabe.Location = new System.Drawing.Point(458, 0);
|
|
this.labelAufgabe.Name = "labelAufgabe";
|
|
this.labelAufgabe.Size = new System.Drawing.Size(190, 50);
|
|
this.labelAufgabe.TabIndex = 3;
|
|
this.labelAufgabe.Text = "Aufgabe";
|
|
this.labelAufgabe.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tableLayoutPanelUCFach
|
|
//
|
|
this.tableLayoutPanelUCFach.ColumnCount = 4;
|
|
this.tableLayoutPanelUCFach.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
|
this.tableLayoutPanelUCFach.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
|
this.tableLayoutPanelUCFach.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
|
this.tableLayoutPanelUCFach.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
|
this.tableLayoutPanelUCFach.Controls.Add(this.labelFach, 0, 0);
|
|
this.tableLayoutPanelUCFach.Controls.Add(this.labelAufgabe, 3, 0);
|
|
this.tableLayoutPanelUCFach.Controls.Add(this.labelKunde, 1, 0);
|
|
this.tableLayoutPanelUCFach.Controls.Add(this.labelLiefertag, 2, 0);
|
|
this.tableLayoutPanelUCFach.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanelUCFach.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanelUCFach.Name = "tableLayoutPanelUCFach";
|
|
this.tableLayoutPanelUCFach.RowCount = 1;
|
|
this.tableLayoutPanelUCFach.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanelUCFach.Size = new System.Drawing.Size(651, 50);
|
|
this.tableLayoutPanelUCFach.TabIndex = 4;
|
|
//
|
|
// UCFach
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.tableLayoutPanelUCFach);
|
|
this.Name = "UCFach";
|
|
this.Size = new System.Drawing.Size(651, 50);
|
|
this.Load += new System.EventHandler(this.UCFach_Load);
|
|
this.tableLayoutPanelUCFach.ResumeLayout(false);
|
|
this.tableLayoutPanelUCFach.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelFach;
|
|
private System.Windows.Forms.Label labelKunde;
|
|
private System.Windows.Forms.Label labelLiefertag;
|
|
private System.Windows.Forms.Label labelAufgabe;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelUCFach;
|
|
}
|
|
}
|