namespace Deckungsbeitrag.UserControls
{
partial class UCTabPageLKW
{
///
/// 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.tableLayoutPanelTage = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanelFR = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanelDO = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanelMI = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanelDI = new System.Windows.Forms.FlowLayoutPanel();
this.labelContFR = new System.Windows.Forms.Label();
this.labelContDO = new System.Windows.Forms.Label();
this.labelContMI = new System.Windows.Forms.Label();
this.labelContDI = new System.Windows.Forms.Label();
this.labelFR = new System.Windows.Forms.Label();
this.labelDO = new System.Windows.Forms.Label();
this.labelMI = new System.Windows.Forms.Label();
this.labelDI = new System.Windows.Forms.Label();
this.labelMO = new System.Windows.Forms.Label();
this.labelContMO = new System.Windows.Forms.Label();
this.flowLayoutPanelMO = new System.Windows.Forms.FlowLayoutPanel();
this.tableLayoutPanelTage.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanelTage
//
this.tableLayoutPanelTage.ColumnCount = 5;
this.tableLayoutPanelTage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelTage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelTage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelTage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelTage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelTage.Controls.Add(this.flowLayoutPanelFR, 4, 1);
this.tableLayoutPanelTage.Controls.Add(this.flowLayoutPanelDO, 3, 1);
this.tableLayoutPanelTage.Controls.Add(this.flowLayoutPanelMI, 2, 1);
this.tableLayoutPanelTage.Controls.Add(this.flowLayoutPanelDI, 1, 1);
this.tableLayoutPanelTage.Controls.Add(this.labelContFR, 4, 2);
this.tableLayoutPanelTage.Controls.Add(this.labelContDO, 3, 2);
this.tableLayoutPanelTage.Controls.Add(this.labelContMI, 2, 2);
this.tableLayoutPanelTage.Controls.Add(this.labelContDI, 1, 2);
this.tableLayoutPanelTage.Controls.Add(this.labelFR, 4, 0);
this.tableLayoutPanelTage.Controls.Add(this.labelDO, 3, 0);
this.tableLayoutPanelTage.Controls.Add(this.labelMI, 2, 0);
this.tableLayoutPanelTage.Controls.Add(this.labelDI, 1, 0);
this.tableLayoutPanelTage.Controls.Add(this.labelMO, 0, 0);
this.tableLayoutPanelTage.Controls.Add(this.labelContMO, 0, 2);
this.tableLayoutPanelTage.Controls.Add(this.flowLayoutPanelMO, 0, 1);
this.tableLayoutPanelTage.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelTage.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelTage.Name = "tableLayoutPanelTage";
this.tableLayoutPanelTage.RowCount = 3;
this.tableLayoutPanelTage.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelTage.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelTage.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelTage.Size = new System.Drawing.Size(910, 719);
this.tableLayoutPanelTage.TabIndex = 1;
//
// flowLayoutPanelFR
//
this.flowLayoutPanelFR.AllowDrop = true;
this.flowLayoutPanelFR.BackColor = System.Drawing.SystemColors.ControlLight;
this.flowLayoutPanelFR.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelFR.Location = new System.Drawing.Point(731, 33);
this.flowLayoutPanelFR.Name = "flowLayoutPanelFR";
this.flowLayoutPanelFR.Size = new System.Drawing.Size(176, 653);
this.flowLayoutPanelFR.TabIndex = 19;
this.flowLayoutPanelFR.Tag = "FR";
this.flowLayoutPanelFR.DragDrop += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragDrop);
this.flowLayoutPanelFR.DragEnter += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragEnter);
this.flowLayoutPanelFR.DragOver += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragOver);
//
// flowLayoutPanelDO
//
this.flowLayoutPanelDO.AllowDrop = true;
this.flowLayoutPanelDO.BackColor = System.Drawing.SystemColors.ControlLight;
this.flowLayoutPanelDO.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelDO.Location = new System.Drawing.Point(549, 33);
this.flowLayoutPanelDO.Name = "flowLayoutPanelDO";
this.flowLayoutPanelDO.Size = new System.Drawing.Size(176, 653);
this.flowLayoutPanelDO.TabIndex = 18;
this.flowLayoutPanelDO.Tag = "DO";
this.flowLayoutPanelDO.DragDrop += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragDrop);
this.flowLayoutPanelDO.DragEnter += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragEnter);
this.flowLayoutPanelDO.DragOver += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragOver);
//
// flowLayoutPanelMI
//
this.flowLayoutPanelMI.AllowDrop = true;
this.flowLayoutPanelMI.BackColor = System.Drawing.SystemColors.ControlLight;
this.flowLayoutPanelMI.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelMI.Location = new System.Drawing.Point(367, 33);
this.flowLayoutPanelMI.Name = "flowLayoutPanelMI";
this.flowLayoutPanelMI.Size = new System.Drawing.Size(176, 653);
this.flowLayoutPanelMI.TabIndex = 17;
this.flowLayoutPanelMI.Tag = "MI";
this.flowLayoutPanelMI.DragDrop += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragDrop);
this.flowLayoutPanelMI.DragEnter += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragEnter);
this.flowLayoutPanelMI.DragOver += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragOver);
//
// flowLayoutPanelDI
//
this.flowLayoutPanelDI.AllowDrop = true;
this.flowLayoutPanelDI.BackColor = System.Drawing.SystemColors.ControlLight;
this.flowLayoutPanelDI.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelDI.Location = new System.Drawing.Point(185, 33);
this.flowLayoutPanelDI.Name = "flowLayoutPanelDI";
this.flowLayoutPanelDI.Size = new System.Drawing.Size(176, 653);
this.flowLayoutPanelDI.TabIndex = 16;
this.flowLayoutPanelDI.Tag = "DI";
this.flowLayoutPanelDI.DragDrop += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragDrop);
this.flowLayoutPanelDI.DragEnter += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragEnter);
this.flowLayoutPanelDI.DragOver += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragOver);
//
// labelContFR
//
this.labelContFR.AutoSize = true;
this.labelContFR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.labelContFR.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelContFR.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelContFR.Location = new System.Drawing.Point(731, 689);
this.labelContFR.Name = "labelContFR";
this.labelContFR.Size = new System.Drawing.Size(176, 30);
this.labelContFR.TabIndex = 14;
this.labelContFR.Text = "25";
this.labelContFR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelContDO
//
this.labelContDO.AutoSize = true;
this.labelContDO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.labelContDO.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelContDO.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelContDO.Location = new System.Drawing.Point(549, 689);
this.labelContDO.Name = "labelContDO";
this.labelContDO.Size = new System.Drawing.Size(176, 30);
this.labelContDO.TabIndex = 13;
this.labelContDO.Text = "25";
this.labelContDO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelContMI
//
this.labelContMI.AutoSize = true;
this.labelContMI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.labelContMI.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelContMI.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelContMI.Location = new System.Drawing.Point(367, 689);
this.labelContMI.Name = "labelContMI";
this.labelContMI.Size = new System.Drawing.Size(176, 30);
this.labelContMI.TabIndex = 12;
this.labelContMI.Text = "25";
this.labelContMI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelContDI
//
this.labelContDI.AutoSize = true;
this.labelContDI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.labelContDI.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelContDI.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelContDI.Location = new System.Drawing.Point(185, 689);
this.labelContDI.Name = "labelContDI";
this.labelContDI.Size = new System.Drawing.Size(176, 30);
this.labelContDI.TabIndex = 11;
this.labelContDI.Text = "25";
this.labelContDI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelFR
//
this.labelFR.AutoSize = true;
this.labelFR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.labelFR.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelFR.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFR.ForeColor = System.Drawing.Color.White;
this.labelFR.Location = new System.Drawing.Point(731, 0);
this.labelFR.Name = "labelFR";
this.labelFR.Size = new System.Drawing.Size(176, 30);
this.labelFR.TabIndex = 4;
this.labelFR.Text = "FR";
this.labelFR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelDO
//
this.labelDO.AutoSize = true;
this.labelDO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.labelDO.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelDO.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelDO.ForeColor = System.Drawing.Color.White;
this.labelDO.Location = new System.Drawing.Point(549, 0);
this.labelDO.Name = "labelDO";
this.labelDO.Size = new System.Drawing.Size(176, 30);
this.labelDO.TabIndex = 3;
this.labelDO.Text = "DO";
this.labelDO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelMI
//
this.labelMI.AutoSize = true;
this.labelMI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.labelMI.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelMI.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelMI.ForeColor = System.Drawing.Color.White;
this.labelMI.Location = new System.Drawing.Point(367, 0);
this.labelMI.Name = "labelMI";
this.labelMI.Size = new System.Drawing.Size(176, 30);
this.labelMI.TabIndex = 2;
this.labelMI.Text = "MI";
this.labelMI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelDI
//
this.labelDI.AutoSize = true;
this.labelDI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.labelDI.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelDI.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelDI.ForeColor = System.Drawing.Color.White;
this.labelDI.Location = new System.Drawing.Point(185, 0);
this.labelDI.Name = "labelDI";
this.labelDI.Size = new System.Drawing.Size(176, 30);
this.labelDI.TabIndex = 1;
this.labelDI.Text = "DI";
this.labelDI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelMO
//
this.labelMO.AutoSize = true;
this.labelMO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.labelMO.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelMO.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelMO.ForeColor = System.Drawing.Color.White;
this.labelMO.Location = new System.Drawing.Point(3, 0);
this.labelMO.Name = "labelMO";
this.labelMO.Size = new System.Drawing.Size(176, 30);
this.labelMO.TabIndex = 0;
this.labelMO.Text = "MO";
this.labelMO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelContMO
//
this.labelContMO.AutoSize = true;
this.labelContMO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.labelContMO.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelContMO.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelContMO.Location = new System.Drawing.Point(3, 689);
this.labelContMO.Name = "labelContMO";
this.labelContMO.Size = new System.Drawing.Size(176, 30);
this.labelContMO.TabIndex = 5;
this.labelContMO.Text = "25";
this.labelContMO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// flowLayoutPanelMO
//
this.flowLayoutPanelMO.AllowDrop = true;
this.flowLayoutPanelMO.BackColor = System.Drawing.SystemColors.ControlLight;
this.flowLayoutPanelMO.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelMO.Location = new System.Drawing.Point(3, 33);
this.flowLayoutPanelMO.Name = "flowLayoutPanelMO";
this.flowLayoutPanelMO.Size = new System.Drawing.Size(176, 653);
this.flowLayoutPanelMO.TabIndex = 15;
this.flowLayoutPanelMO.Tag = "MO";
this.flowLayoutPanelMO.DragDrop += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragDrop);
this.flowLayoutPanelMO.DragEnter += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragEnter);
this.flowLayoutPanelMO.DragOver += new System.Windows.Forms.DragEventHandler(this.FlowLayout_DragOver);
//
// UCTabPageLKW
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanelTage);
this.Name = "UCTabPageLKW";
this.Size = new System.Drawing.Size(910, 719);
this.tableLayoutPanelTage.ResumeLayout(false);
this.tableLayoutPanelTage.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTage;
private System.Windows.Forms.Label labelContFR;
private System.Windows.Forms.Label labelContDO;
private System.Windows.Forms.Label labelContMI;
private System.Windows.Forms.Label labelContDI;
private System.Windows.Forms.Label labelFR;
private System.Windows.Forms.Label labelDO;
private System.Windows.Forms.Label labelMI;
private System.Windows.Forms.Label labelDI;
private System.Windows.Forms.Label labelMO;
private System.Windows.Forms.Label labelContMO;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelFR;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelDO;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelMI;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelDI;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelMO;
}
}