Programm_Wirl/UCArtikel.Designer.cs
2025-04-28 08:31:23 +02:00

71 lines
2.4 KiB
C#

namespace Deckungsbeitrag
{
partial class UCArtikel
{
/// <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.tBAnzahl = new System.Windows.Forms.TextBox();
this.cBArtikel = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// tBAnzahl
//
this.tBAnzahl.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tBAnzahl.Location = new System.Drawing.Point(177, 5);
this.tBAnzahl.Name = "tBAnzahl";
this.tBAnzahl.Size = new System.Drawing.Size(105, 31);
this.tBAnzahl.TabIndex = 0;
//
// cBArtikel
//
this.cBArtikel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cBArtikel.FormattingEnabled = true;
this.cBArtikel.Location = new System.Drawing.Point(3, 3);
this.cBArtikel.Name = "cBArtikel";
this.cBArtikel.Size = new System.Drawing.Size(168, 33);
this.cBArtikel.TabIndex = 1;
//
// UCArtikel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.cBArtikel);
this.Controls.Add(this.tBAnzahl);
this.Name = "UCArtikel";
this.Size = new System.Drawing.Size(287, 40);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tBAnzahl;
private System.Windows.Forms.ComboBox cBArtikel;
}
}