patbef-ServiceInside/Support/Main.Designer.cs

172 lines
8.4 KiB
C#
Raw Permalink Normal View History

2024-01-29 16:26:54 +01:00
namespace Support
{
partial class Main
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.pnlTop = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.btnSettings = new System.Windows.Forms.PictureBox();
this.btnDevices = new System.Windows.Forms.PictureBox();
this.btnDashboard = new System.Windows.Forms.PictureBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.pnlContent = new System.Windows.Forms.Panel();
this.pbLoading = new System.Windows.Forms.PictureBox();
this.pnlTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnSettings)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnDevices)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnDashboard)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbLoading)).BeginInit();
this.SuspendLayout();
//
// pnlTop
//
this.pnlTop.Controls.Add(this.panel1);
this.pnlTop.Controls.Add(this.btnSettings);
this.pnlTop.Controls.Add(this.btnDevices);
this.pnlTop.Controls.Add(this.btnDashboard);
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(1044, 45);
this.pnlTop.TabIndex = 0;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(0)))), ((int)(((byte)(122)))));
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 44);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1044, 1);
this.panel1.TabIndex = 3;
//
// btnSettings
//
this.btnSettings.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnSettings.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSettings.Image = global::Support.Properties.Resources.settings;
this.btnSettings.Location = new System.Drawing.Point(528, 7);
this.btnSettings.Name = "btnSettings";
this.btnSettings.Size = new System.Drawing.Size(32, 32);
this.btnSettings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnSettings.TabIndex = 2;
this.btnSettings.TabStop = false;
this.toolTip1.SetToolTip(this.btnSettings, "Einstellungen");
this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
//
// btnDevices
//
this.btnDevices.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnDevices.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDevices.Image = global::Support.Properties.Resources.device;
this.btnDevices.Location = new System.Drawing.Point(490, 7);
this.btnDevices.Name = "btnDevices";
this.btnDevices.Size = new System.Drawing.Size(32, 32);
this.btnDevices.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnDevices.TabIndex = 1;
this.btnDevices.TabStop = false;
this.toolTip1.SetToolTip(this.btnDevices, "Geräte");
this.btnDevices.Visible = false;
this.btnDevices.Click += new System.EventHandler(this.btnDevices_Click);
//
// btnDashboard
//
this.btnDashboard.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnDashboard.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDashboard.Image = global::Support.Properties.Resources.home;
this.btnDashboard.Location = new System.Drawing.Point(452, 7);
this.btnDashboard.Name = "btnDashboard";
this.btnDashboard.Size = new System.Drawing.Size(32, 32);
this.btnDashboard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnDashboard.TabIndex = 0;
this.btnDashboard.TabStop = false;
this.toolTip1.SetToolTip(this.btnDashboard, "Übersicht");
this.btnDashboard.Visible = false;
this.btnDashboard.Click += new System.EventHandler(this.btnDashboard_Click);
//
// pnlContent
//
this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlContent.Location = new System.Drawing.Point(0, 45);
this.pnlContent.Name = "pnlContent";
this.pnlContent.Size = new System.Drawing.Size(1044, 531);
this.pnlContent.TabIndex = 1;
//
// pbLoading
//
this.pbLoading.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pbLoading.Image = global::Support.Properties.Resources.loading;
this.pbLoading.Location = new System.Drawing.Point(490, 258);
this.pbLoading.Name = "pbLoading";
this.pbLoading.Size = new System.Drawing.Size(62, 40);
this.pbLoading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbLoading.TabIndex = 0;
this.pbLoading.TabStop = false;
this.pbLoading.Visible = false;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1044, 576);
this.Controls.Add(this.pbLoading);
this.Controls.Add(this.pnlContent);
this.Controls.Add(this.pnlTop);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Support";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Main_KeyUp);
this.pnlTop.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.btnSettings)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnDevices)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnDashboard)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbLoading)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.PictureBox btnDashboard;
private System.Windows.Forms.PictureBox btnDevices;
private System.Windows.Forms.PictureBox btnSettings;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Panel pnlContent;
private System.Windows.Forms.PictureBox pbLoading;
}
}