namespace Deckungsbeitrag { partial class UCAuftrag { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Komponenten-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// 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(2, 2); this.labelKunde.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelKunde.Name = "labelKunde"; this.labelKunde.Size = new System.Drawing.Size(97, 20); 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(3, 22); this.labelRegion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRegion.Name = "labelRegion"; this.labelRegion.Size = new System.Drawing.Size(53, 17); 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(3, 39); this.labelFahrer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelFahrer.Name = "labelFahrer"; this.labelFahrer.Size = new System.Drawing.Size(46, 16); 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(203, 39); this.labelCont.Name = "labelCont"; this.labelCont.Size = new System.Drawing.Size(37, 16); 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(246, 39); this.labelContAnz.Name = "labelContAnz"; this.labelContAnz.Size = new System.Drawing.Size(31, 16); 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(203, 22); this.labelTyp.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelTyp.Name = "labelTyp"; this.labelTyp.Size = new System.Drawing.Size(32, 17); this.labelTyp.TabIndex = 5; this.labelTyp.Text = "Typ"; // // UCAuftrag // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 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(2); this.Name = "UCAuftrag"; this.Size = new System.Drawing.Size(280, 59); 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; } }