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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCAuftrag)); this.labelKunde = new System.Windows.Forms.Label(); this.labelDatum = new System.Windows.Forms.Label(); this.labelAktion = new System.Windows.Forms.Label(); this.textBoxExtra = new System.Windows.Forms.TextBox(); this.pictureBoxExpand = new System.Windows.Forms.PictureBox(); this.pictureBoxCollapse = new System.Windows.Forms.PictureBox(); this.checkBoxAuftrag = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxExpand)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollapse)).BeginInit(); 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(3, 20); this.labelKunde.Name = "labelKunde"; this.labelKunde.Size = new System.Drawing.Size(157, 29); this.labelKunde.TabIndex = 0; this.labelKunde.Text = "KundeName"; // // labelDatum // this.labelDatum.AutoSize = true; this.labelDatum.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDatum.Location = new System.Drawing.Point(4, 0); this.labelDatum.Name = "labelDatum"; this.labelDatum.Size = new System.Drawing.Size(89, 20); this.labelDatum.TabIndex = 1; this.labelDatum.Text = "01.01.2020"; // // labelAktion // this.labelAktion.AutoSize = true; this.labelAktion.Location = new System.Drawing.Point(5, 49); this.labelAktion.Name = "labelAktion"; this.labelAktion.Size = new System.Drawing.Size(47, 17); this.labelAktion.TabIndex = 2; this.labelAktion.Text = "Aktion"; // // textBoxExtra // this.textBoxExtra.Enabled = false; this.textBoxExtra.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxExtra.Location = new System.Drawing.Point(3, 84); this.textBoxExtra.Multiline = true; this.textBoxExtra.Name = "textBoxExtra"; this.textBoxExtra.Size = new System.Drawing.Size(251, 76); this.textBoxExtra.TabIndex = 3; this.textBoxExtra.Text = "Bitte vorher unter 0664/12548698 anrufen!"; // // pictureBoxExpand // this.pictureBoxExpand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExpand.Image"))); this.pictureBoxExpand.Location = new System.Drawing.Point(229, 41); this.pictureBoxExpand.Name = "pictureBoxExpand"; this.pictureBoxExpand.Size = new System.Drawing.Size(25, 25); this.pictureBoxExpand.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBoxExpand.TabIndex = 4; this.pictureBoxExpand.TabStop = false; this.pictureBoxExpand.Click += new System.EventHandler(this.pictureBoxes_Click); // // pictureBoxCollapse // this.pictureBoxCollapse.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCollapse.Image"))); this.pictureBoxCollapse.Location = new System.Drawing.Point(229, 41); this.pictureBoxCollapse.Name = "pictureBoxCollapse"; this.pictureBoxCollapse.Size = new System.Drawing.Size(25, 25); this.pictureBoxCollapse.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBoxCollapse.TabIndex = 5; this.pictureBoxCollapse.TabStop = false; this.pictureBoxCollapse.Click += new System.EventHandler(this.pictureBoxes_Click); // // checkBoxAuftrag // this.checkBoxAuftrag.AutoSize = true; this.checkBoxAuftrag.Location = new System.Drawing.Point(237, 7); this.checkBoxAuftrag.Name = "checkBoxAuftrag"; this.checkBoxAuftrag.Size = new System.Drawing.Size(18, 17); this.checkBoxAuftrag.TabIndex = 6; this.checkBoxAuftrag.UseVisualStyleBackColor = true; // // UCAuftrag // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); 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.checkBoxAuftrag); this.Controls.Add(this.pictureBoxCollapse); this.Controls.Add(this.pictureBoxExpand); this.Controls.Add(this.textBoxExtra); this.Controls.Add(this.labelAktion); this.Controls.Add(this.labelDatum); this.Controls.Add(this.labelKunde); this.Name = "UCAuftrag"; this.Size = new System.Drawing.Size(258, 163); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxExpand)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollapse)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelKunde; private System.Windows.Forms.Label labelDatum; private System.Windows.Forms.Label labelAktion; private System.Windows.Forms.TextBox textBoxExtra; private System.Windows.Forms.PictureBox pictureBoxExpand; private System.Windows.Forms.PictureBox pictureBoxCollapse; private System.Windows.Forms.CheckBox checkBoxAuftrag; } }