84 lines
3.5 KiB
C#
84 lines
3.5 KiB
C#
namespace Deckungsbeitrag.UserControls
|
|
{
|
|
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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCArtikel));
|
|
this.labelArtikel = new System.Windows.Forms.Label();
|
|
this.pictureBoxMinus = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelArtikel
|
|
//
|
|
this.labelArtikel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelArtikel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelArtikel.Location = new System.Drawing.Point(0, 0);
|
|
this.labelArtikel.Name = "labelArtikel";
|
|
this.labelArtikel.Size = new System.Drawing.Size(160, 41);
|
|
this.labelArtikel.TabIndex = 0;
|
|
this.labelArtikel.Text = "label1";
|
|
//
|
|
// pictureBoxMinus
|
|
//
|
|
this.pictureBoxMinus.BackColor = System.Drawing.Color.Red;
|
|
this.pictureBoxMinus.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.pictureBoxMinus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxMinus.Image")));
|
|
this.pictureBoxMinus.Location = new System.Drawing.Point(165, 0);
|
|
this.pictureBoxMinus.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxMinus.Name = "pictureBoxMinus";
|
|
this.pictureBoxMinus.Size = new System.Drawing.Size(41, 41);
|
|
this.pictureBoxMinus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxMinus.TabIndex = 28;
|
|
this.pictureBoxMinus.TabStop = false;
|
|
this.pictureBoxMinus.Click += new System.EventHandler(this.pictureBoxMinus_Click);
|
|
//
|
|
// UCArtikel
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
this.Controls.Add(this.pictureBoxMinus);
|
|
this.Controls.Add(this.labelArtikel);
|
|
this.Name = "UCArtikel";
|
|
this.Size = new System.Drawing.Size(206, 41);
|
|
this.Load += new System.EventHandler(this.UCArtikel_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelArtikel;
|
|
private System.Windows.Forms.PictureBox pictureBoxMinus;
|
|
}
|
|
}
|