SafeDispatch/Safedispatch_4_0/maptab/UIClasses/MenuButton.Designer.cs
2024-02-22 18:43:59 +02:00

163 lines
8.7 KiB
C#

namespace Dispatcher.maptab
{
partial class MenuButton
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.labelName = new System.Windows.Forms.Label();
this.panelBack = new System.Windows.Forms.Panel();
this.labelArrow = new System.Windows.Forms.Label();
this.panelLeft = new System.Windows.Forms.Panel();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.panelBack.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.SuspendLayout();
//
// labelName
//
this.labelName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelName.AutoSize = true;
this.labelName.BackColor = System.Drawing.Color.Transparent;
this.labelName.Font = new System.Drawing.Font("Segoe UI Semilight", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(192)))), ((int)(((byte)(189)))));
this.labelName.Location = new System.Drawing.Point(61, 16);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(84, 19);
this.labelName.TabIndex = 2;
this.labelName.Tag = "menuStatus";
this.labelName.Text = "GEOFENCE";
this.labelName.Click += new System.EventHandler(this.OnObjClick);
this.labelName.DoubleClick += new System.EventHandler(this.OnObjDoubleClick);
this.labelName.MouseEnter += new System.EventHandler(this.Event_MouseEnter);
this.labelName.MouseLeave += new System.EventHandler(this.Event_MouseLeave);
this.labelName.MouseHover += new System.EventHandler(this.Event_MouseHover);
//
// panelBack
//
this.panelBack.BackColor = System.Drawing.Color.Transparent;
this.panelBack.Controls.Add(this.panelLeft);
this.panelBack.Controls.Add(this.labelArrow);
this.panelBack.Controls.Add(this.labelName);
this.panelBack.Cursor = System.Windows.Forms.Cursors.Hand;
this.panelBack.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelBack.ImeMode = System.Windows.Forms.ImeMode.Off;
this.panelBack.Location = new System.Drawing.Point(0, 0);
this.panelBack.Name = "panelBack";
this.panelBack.Size = new System.Drawing.Size(246, 55);
this.panelBack.TabIndex = 4;
this.panelBack.Tag = "menuStatus";
this.panelBack.Click += new System.EventHandler(this.OnObjClick);
this.panelBack.DoubleClick += new System.EventHandler(this.OnObjDoubleClick);
this.panelBack.MouseEnter += new System.EventHandler(this.Event_MouseEnter);
this.panelBack.MouseLeave += new System.EventHandler(this.Event_MouseLeave);
this.panelBack.MouseHover += new System.EventHandler(this.Event_MouseHover);
//
// labelArrow
//
this.labelArrow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelArrow.AutoSize = true;
this.labelArrow.Font = new System.Drawing.Font("Segoe UI Semilight", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelArrow.ForeColor = System.Drawing.Color.Coral;
this.labelArrow.Location = new System.Drawing.Point(213, 5);
this.labelArrow.Name = "labelArrow";
this.labelArrow.Size = new System.Drawing.Size(32, 36);
this.labelArrow.TabIndex = 3;
this.labelArrow.Text = ">";
this.labelArrow.Click += new System.EventHandler(this.OnObjClick);
this.labelArrow.DoubleClick += new System.EventHandler(this.OnObjDoubleClick);
this.labelArrow.MouseEnter += new System.EventHandler(this.Event_MouseEnter);
this.labelArrow.MouseLeave += new System.EventHandler(this.Event_MouseLeave);
this.labelArrow.MouseHover += new System.EventHandler(this.Event_MouseHover);
//
// panelLeft
//
this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.panelLeft.Location = new System.Drawing.Point(0, 0);
this.panelLeft.Name = "panelLeft";
this.panelLeft.Padding = new System.Windows.Forms.Padding(1);
this.panelLeft.Size = new System.Drawing.Size(45, 55);
this.panelLeft.TabIndex = 1;
this.panelLeft.Click += new System.EventHandler(this.OnObjClick);
this.panelLeft.DoubleClick += new System.EventHandler(this.OnObjDoubleClick);
this.panelLeft.MouseEnter += new System.EventHandler(this.Event_MouseEnter);
this.panelLeft.MouseLeave += new System.EventHandler(this.Event_MouseLeave);
this.panelLeft.MouseHover += new System.EventHandler(this.Event_MouseHover);
//
// pictureBox
//
this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pictureBox.Image = global::Dispatcher.Properties.Resources.i_alert_24;
this.pictureBox.Location = new System.Drawing.Point(7, 13);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(30, 30);
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox.TabIndex = 3;
this.pictureBox.TabStop = false;
this.pictureBox.Tag = "menuStatus";
this.pictureBox.Click += new System.EventHandler(this.OnObjClick);
this.pictureBox.DoubleClick += new System.EventHandler(this.OnObjDoubleClick);
this.pictureBox.MouseEnter += new System.EventHandler(this.Event_MouseEnter);
this.pictureBox.MouseLeave += new System.EventHandler(this.Event_MouseLeave);
this.pictureBox.MouseHover += new System.EventHandler(this.Event_MouseHover);
//
// MenuButton
//
this.AccessibleDescription = "Custom menu button";
this.AccessibleName = "MenuButton";
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.pictureBox);
this.Controls.Add(this.panelBack);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Name = "MenuButton";
this.Size = new System.Drawing.Size(246, 55);
this.panelBack.ResumeLayout(false);
this.panelBack.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox;
private System.Windows.Forms.Label labelName;
private System.Windows.Forms.Panel panelBack;
private System.Windows.Forms.Panel panelLeft;
private System.Windows.Forms.Label labelArrow;
private System.Windows.Forms.ToolTip toolTip;
}
}