411 lines
23 KiB
C#
411 lines
23 KiB
C#
namespace Deckungsbeitrag.UserControls
|
|
{
|
|
partial class UCTabPageLKW
|
|
{
|
|
/// <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()
|
|
{
|
|
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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
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.label5, 4, 3);
|
|
this.tableLayoutPanelTage.Controls.Add(this.label4, 3, 3);
|
|
this.tableLayoutPanelTage.Controls.Add(this.label3, 1, 3);
|
|
this.tableLayoutPanelTage.Controls.Add(this.label2, 0, 3);
|
|
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.Controls.Add(this.label1, 2, 3);
|
|
this.tableLayoutPanelTage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanelTage.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanelTage.Name = "tableLayoutPanelTage";
|
|
this.tableLayoutPanelTage.RowCount = 4;
|
|
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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanelTage.Size = new System.Drawing.Size(910, 719);
|
|
this.tableLayoutPanelTage.TabIndex = 1;
|
|
//
|
|
// flowLayoutPanelFR
|
|
//
|
|
this.flowLayoutPanelFR.AllowDrop = true;
|
|
this.flowLayoutPanelFR.AutoScroll = 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, 633);
|
|
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.AutoScroll = 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, 633);
|
|
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.AutoScroll = 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, 633);
|
|
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.AutoScroll = 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, 633);
|
|
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, 669);
|
|
this.labelContFR.Name = "labelContFR";
|
|
this.labelContFR.Size = new System.Drawing.Size(176, 30);
|
|
this.labelContFR.TabIndex = 14;
|
|
this.labelContFR.Tag = "FR";
|
|
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, 669);
|
|
this.labelContDO.Name = "labelContDO";
|
|
this.labelContDO.Size = new System.Drawing.Size(176, 30);
|
|
this.labelContDO.TabIndex = 13;
|
|
this.labelContDO.Tag = "DO";
|
|
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, 669);
|
|
this.labelContMI.Name = "labelContMI";
|
|
this.labelContMI.Size = new System.Drawing.Size(176, 30);
|
|
this.labelContMI.TabIndex = 12;
|
|
this.labelContMI.Tag = "MI";
|
|
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, 669);
|
|
this.labelContDI.Name = "labelContDI";
|
|
this.labelContDI.Size = new System.Drawing.Size(176, 30);
|
|
this.labelContDI.TabIndex = 11;
|
|
this.labelContDI.Tag = "DI";
|
|
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, 669);
|
|
this.labelContMO.Name = "labelContMO";
|
|
this.labelContMO.Size = new System.Drawing.Size(176, 30);
|
|
this.labelContMO.TabIndex = 5;
|
|
this.labelContMO.Tag = "MO";
|
|
this.labelContMO.Text = "25";
|
|
this.labelContMO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// flowLayoutPanelMO
|
|
//
|
|
this.flowLayoutPanelMO.AllowDrop = true;
|
|
this.flowLayoutPanelMO.AutoScroll = 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, 633);
|
|
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);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(367, 699);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(176, 20);
|
|
this.label1.TabIndex = 20;
|
|
this.label1.Text = "max/avg/min";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(3, 699);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(176, 20);
|
|
this.label2.TabIndex = 21;
|
|
this.label2.Text = "max/avg/min";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(185, 699);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(176, 20);
|
|
this.label3.TabIndex = 22;
|
|
this.label3.Text = "max/avg/min";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(549, 699);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(176, 20);
|
|
this.label4.TabIndex = 23;
|
|
this.label4.Text = "max/avg/min";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.Location = new System.Drawing.Point(731, 699);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(176, 20);
|
|
this.label5.TabIndex = 24;
|
|
this.label5.Text = "max/avg/min";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// UCTabPageLKW
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
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;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|