66 lines
2.2 KiB
C#
66 lines
2.2 KiB
C#
namespace Dashboard {
|
|
partial class Dashboard {
|
|
/// <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 Windows Form-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.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.SuspendLayout();
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 490);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1247, 22);
|
|
this.statusStrip1.TabIndex = 0;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// flowLayoutPanel2
|
|
//
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(12, 12);
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(1223, 475);
|
|
this.flowLayoutPanel2.TabIndex = 3;
|
|
//
|
|
// Dashboard
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1247, 512);
|
|
this.Controls.Add(this.flowLayoutPanel2);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Name = "Dashboard";
|
|
this.Text = "Dashboard";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
}
|
|
}
|
|
|