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.SuspendLayout(); // // labelKunde // this.labelKunde.AutoSize = true; this.labelKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelKunde.Location = new System.Drawing.Point(2, 0); this.labelKunde.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelKunde.Name = "labelKunde"; this.labelKunde.Size = new System.Drawing.Size(126, 24); 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, 31); 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(151, 32); 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.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelCont.AutoSize = true; this.labelCont.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelCont.Location = new System.Drawing.Point(150, 2); this.labelCont.Name = "labelCont"; this.labelCont.Size = new System.Drawing.Size(82, 20); this.labelCont.TabIndex = 3; this.labelCont.Text = "Container:"; // // labelContAnz // this.labelContAnz.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelContAnz.AutoSize = true; this.labelContAnz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelContAnz.Location = new System.Drawing.Point(238, 2); this.labelContAnz.Name = "labelContAnz"; this.labelContAnz.Size = new System.Drawing.Size(39, 20); this.labelContAnz.TabIndex = 4; this.labelContAnz.Text = "000"; this.labelContAnz.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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.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, 2, 2, 2); this.Name = "UCAuftrag"; this.Size = new System.Drawing.Size(280, 61); 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; } }