295 lines
16 KiB
C#
295 lines
16 KiB
C#
namespace Deckungsbeitrag.UserControls
|
|
{
|
|
partial class UCStatistik
|
|
{
|
|
/// <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.groupBoxStatistik = new System.Windows.Forms.GroupBox();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.tableLayoutPanelStatistik = new System.Windows.Forms.TableLayoutPanel();
|
|
this.labelZahl6 = new System.Windows.Forms.Label();
|
|
this.labelStatistik6 = new System.Windows.Forms.Label();
|
|
this.labelZahl5 = new System.Windows.Forms.Label();
|
|
this.labelStatistik5 = new System.Windows.Forms.Label();
|
|
this.labelZahl4 = new System.Windows.Forms.Label();
|
|
this.labelStatistik4 = new System.Windows.Forms.Label();
|
|
this.labelZahl3 = new System.Windows.Forms.Label();
|
|
this.labelStatistik3 = new System.Windows.Forms.Label();
|
|
this.labelZahl2 = new System.Windows.Forms.Label();
|
|
this.labelStatistik2 = new System.Windows.Forms.Label();
|
|
this.labelZahl1 = new System.Windows.Forms.Label();
|
|
this.labelStatistik1 = new System.Windows.Forms.Label();
|
|
this.groupBoxStatistik.SuspendLayout();
|
|
this.tableLayoutPanelStatistik.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBoxStatistik
|
|
//
|
|
this.groupBoxStatistik.Controls.Add(this.dateTimePicker1);
|
|
this.groupBoxStatistik.Controls.Add(this.tableLayoutPanelStatistik);
|
|
this.groupBoxStatistik.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxStatistik.Location = new System.Drawing.Point(20, 20);
|
|
this.groupBoxStatistik.Name = "groupBoxStatistik";
|
|
this.groupBoxStatistik.Size = new System.Drawing.Size(293, 197);
|
|
this.groupBoxStatistik.TabIndex = 63;
|
|
this.groupBoxStatistik.TabStop = false;
|
|
this.groupBoxStatistik.Text = "STATISTIK";
|
|
this.groupBoxStatistik.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBoxStatistik_Paint);
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.CustomFormat = "dddd dd.MM.yyyy";
|
|
this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(10, 19);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(224, 26);
|
|
this.dateTimePicker1.TabIndex = 1;
|
|
this.dateTimePicker1.CloseUp += new System.EventHandler(this.dateTimePicker1_CloseUp);
|
|
//
|
|
// tableLayoutPanelStatistik
|
|
//
|
|
this.tableLayoutPanelStatistik.ColumnCount = 2;
|
|
this.tableLayoutPanelStatistik.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelStatistik.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl6, 1, 5);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik6, 0, 5);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl5, 1, 4);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik5, 0, 4);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl4, 1, 3);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik4, 0, 3);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl3, 1, 2);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik3, 0, 2);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl2, 1, 1);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik2, 0, 1);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl1, 1, 0);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik1, 0, 0);
|
|
this.tableLayoutPanelStatistik.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tableLayoutPanelStatistik.Location = new System.Drawing.Point(3, 51);
|
|
this.tableLayoutPanelStatistik.Name = "tableLayoutPanelStatistik";
|
|
this.tableLayoutPanelStatistik.RowCount = 6;
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanelStatistik.Size = new System.Drawing.Size(287, 143);
|
|
this.tableLayoutPanelStatistik.TabIndex = 0;
|
|
//
|
|
// labelZahl6
|
|
//
|
|
this.labelZahl6.AutoSize = true;
|
|
this.labelZahl6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl6.ForeColor = System.Drawing.Color.Black;
|
|
this.labelZahl6.Location = new System.Drawing.Point(99, 115);
|
|
this.labelZahl6.Name = "labelZahl6";
|
|
this.labelZahl6.Size = new System.Drawing.Size(53, 28);
|
|
this.labelZahl6.TabIndex = 11;
|
|
this.labelZahl6.Text = "Zahl 6";
|
|
this.labelZahl6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik6
|
|
//
|
|
this.labelStatistik6.AutoSize = true;
|
|
this.labelStatistik6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik6.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStatistik6.Location = new System.Drawing.Point(3, 115);
|
|
this.labelStatistik6.Name = "labelStatistik6";
|
|
this.labelStatistik6.Size = new System.Drawing.Size(90, 28);
|
|
this.labelStatistik6.TabIndex = 10;
|
|
this.labelStatistik6.Text = "Statistik 6";
|
|
this.labelStatistik6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl5
|
|
//
|
|
this.labelZahl5.AutoSize = true;
|
|
this.labelZahl5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl5.ForeColor = System.Drawing.Color.Black;
|
|
this.labelZahl5.Location = new System.Drawing.Point(99, 92);
|
|
this.labelZahl5.Name = "labelZahl5";
|
|
this.labelZahl5.Size = new System.Drawing.Size(53, 23);
|
|
this.labelZahl5.TabIndex = 9;
|
|
this.labelZahl5.Text = "Zahl 5";
|
|
this.labelZahl5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik5
|
|
//
|
|
this.labelStatistik5.AutoSize = true;
|
|
this.labelStatistik5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik5.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStatistik5.Location = new System.Drawing.Point(3, 92);
|
|
this.labelStatistik5.Name = "labelStatistik5";
|
|
this.labelStatistik5.Size = new System.Drawing.Size(90, 23);
|
|
this.labelStatistik5.TabIndex = 8;
|
|
this.labelStatistik5.Text = "Statistik 5";
|
|
this.labelStatistik5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl4
|
|
//
|
|
this.labelZahl4.AutoSize = true;
|
|
this.labelZahl4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl4.ForeColor = System.Drawing.Color.Black;
|
|
this.labelZahl4.Location = new System.Drawing.Point(99, 69);
|
|
this.labelZahl4.Name = "labelZahl4";
|
|
this.labelZahl4.Size = new System.Drawing.Size(53, 23);
|
|
this.labelZahl4.TabIndex = 7;
|
|
this.labelZahl4.Text = "Zahl 4";
|
|
this.labelZahl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik4
|
|
//
|
|
this.labelStatistik4.AutoSize = true;
|
|
this.labelStatistik4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik4.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStatistik4.Location = new System.Drawing.Point(3, 69);
|
|
this.labelStatistik4.Name = "labelStatistik4";
|
|
this.labelStatistik4.Size = new System.Drawing.Size(90, 23);
|
|
this.labelStatistik4.TabIndex = 6;
|
|
this.labelStatistik4.Text = "Statistik 4";
|
|
this.labelStatistik4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl3
|
|
//
|
|
this.labelZahl3.AutoSize = true;
|
|
this.labelZahl3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl3.ForeColor = System.Drawing.Color.Black;
|
|
this.labelZahl3.Location = new System.Drawing.Point(99, 46);
|
|
this.labelZahl3.Name = "labelZahl3";
|
|
this.labelZahl3.Size = new System.Drawing.Size(53, 23);
|
|
this.labelZahl3.TabIndex = 5;
|
|
this.labelZahl3.Text = "Zahl 3";
|
|
this.labelZahl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik3
|
|
//
|
|
this.labelStatistik3.AutoSize = true;
|
|
this.labelStatistik3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik3.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStatistik3.Location = new System.Drawing.Point(3, 46);
|
|
this.labelStatistik3.Name = "labelStatistik3";
|
|
this.labelStatistik3.Size = new System.Drawing.Size(90, 23);
|
|
this.labelStatistik3.TabIndex = 4;
|
|
this.labelStatistik3.Text = "Statistik 3";
|
|
this.labelStatistik3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl2
|
|
//
|
|
this.labelZahl2.AutoSize = true;
|
|
this.labelZahl2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl2.ForeColor = System.Drawing.Color.Black;
|
|
this.labelZahl2.Location = new System.Drawing.Point(99, 23);
|
|
this.labelZahl2.Name = "labelZahl2";
|
|
this.labelZahl2.Size = new System.Drawing.Size(53, 23);
|
|
this.labelZahl2.TabIndex = 3;
|
|
this.labelZahl2.Text = "Zahl 2";
|
|
this.labelZahl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik2
|
|
//
|
|
this.labelStatistik2.AutoSize = true;
|
|
this.labelStatistik2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik2.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStatistik2.Location = new System.Drawing.Point(3, 23);
|
|
this.labelStatistik2.Name = "labelStatistik2";
|
|
this.labelStatistik2.Size = new System.Drawing.Size(90, 23);
|
|
this.labelStatistik2.TabIndex = 2;
|
|
this.labelStatistik2.Text = "Statistik 2";
|
|
this.labelStatistik2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl1
|
|
//
|
|
this.labelZahl1.AutoSize = true;
|
|
this.labelZahl1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl1.ForeColor = System.Drawing.Color.Black;
|
|
this.labelZahl1.Location = new System.Drawing.Point(99, 0);
|
|
this.labelZahl1.Name = "labelZahl1";
|
|
this.labelZahl1.Size = new System.Drawing.Size(53, 23);
|
|
this.labelZahl1.TabIndex = 1;
|
|
this.labelZahl1.Text = "Zahl 1";
|
|
this.labelZahl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik1
|
|
//
|
|
this.labelStatistik1.AutoSize = true;
|
|
this.labelStatistik1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik1.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStatistik1.Location = new System.Drawing.Point(3, 0);
|
|
this.labelStatistik1.Name = "labelStatistik1";
|
|
this.labelStatistik1.Size = new System.Drawing.Size(90, 23);
|
|
this.labelStatistik1.TabIndex = 0;
|
|
this.labelStatistik1.Text = "Statistik 1";
|
|
this.labelStatistik1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// UCStatistik
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.groupBoxStatistik);
|
|
this.Name = "UCStatistik";
|
|
this.Size = new System.Drawing.Size(333, 237);
|
|
this.Load += new System.EventHandler(this.UCStatistik_Load);
|
|
this.groupBoxStatistik.ResumeLayout(false);
|
|
this.tableLayoutPanelStatistik.ResumeLayout(false);
|
|
this.tableLayoutPanelStatistik.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBoxStatistik;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelStatistik;
|
|
private System.Windows.Forms.Label labelZahl6;
|
|
private System.Windows.Forms.Label labelStatistik6;
|
|
private System.Windows.Forms.Label labelZahl5;
|
|
private System.Windows.Forms.Label labelStatistik5;
|
|
private System.Windows.Forms.Label labelZahl4;
|
|
private System.Windows.Forms.Label labelStatistik4;
|
|
private System.Windows.Forms.Label labelZahl3;
|
|
private System.Windows.Forms.Label labelStatistik3;
|
|
private System.Windows.Forms.Label labelZahl2;
|
|
private System.Windows.Forms.Label labelStatistik2;
|
|
private System.Windows.Forms.Label labelZahl1;
|
|
private System.Windows.Forms.Label labelStatistik1;
|
|
}
|
|
}
|