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

552 lines
38 KiB
C#

namespace Dispatcher.maptab
{
partial class MenuControl
{
/// <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.panelTop = new System.Windows.Forms.Panel();
this.pbMenu = new System.Windows.Forms.PictureBox();
this.pbSettings = new System.Windows.Forms.PictureBox();
this.labelSettings = new System.Windows.Forms.Label();
this.pbAlerts = new System.Windows.Forms.PictureBox();
this.labelAlert = new System.Windows.Forms.Label();
this.labelDispatcher = new System.Windows.Forms.Label();
this.labelWelcome = new System.Windows.Forms.Label();
this.pbIcon = new System.Windows.Forms.PictureBox();
this.tablePanel = new System.Windows.Forms.TableLayoutPanel();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.menuSystem = new Dispatcher.maptab.MenuButton();
this.menuTelemetry = new Dispatcher.maptab.MenuButton();
this.menuVoice = new Dispatcher.maptab.MenuButton();
this.menuReports = new Dispatcher.maptab.MenuButton();
this.menuTicketing = new Dispatcher.maptab.MenuButton();
this.menuText = new Dispatcher.maptab.MenuButton();
this.menuHistory = new Dispatcher.maptab.MenuButton();
this.menuLive = new Dispatcher.maptab.MenuButton();
this.menuGeofence = new Dispatcher.maptab.MenuButton();
this.panelTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbMenu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbSettings)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbAlerts)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbIcon)).BeginInit();
this.SuspendLayout();
//
// panelTop
//
this.panelTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelTop.BackColor = System.Drawing.Color.White;
this.panelTop.Controls.Add(this.pbMenu);
this.panelTop.Controls.Add(this.pbSettings);
this.panelTop.Controls.Add(this.labelSettings);
this.panelTop.Controls.Add(this.pbAlerts);
this.panelTop.Controls.Add(this.labelAlert);
this.panelTop.Controls.Add(this.labelDispatcher);
this.panelTop.Controls.Add(this.labelWelcome);
this.panelTop.Controls.Add(this.pbIcon);
this.panelTop.Location = new System.Drawing.Point(0, 0);
this.panelTop.Name = "panelTop";
this.panelTop.Size = new System.Drawing.Size(250, 150);
this.panelTop.TabIndex = 3;
//
// pbMenu
//
this.pbMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pbMenu.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbMenu.Image = global::Dispatcher.Properties.Resources.i_predefined;
this.pbMenu.Location = new System.Drawing.Point(209, 5);
this.pbMenu.Name = "pbMenu";
this.pbMenu.Size = new System.Drawing.Size(30, 30);
this.pbMenu.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbMenu.TabIndex = 9;
this.pbMenu.TabStop = false;
this.pbMenu.Tag = "large";
this.pbMenu.Click += new System.EventHandler(this.pbMenu_Click);
this.pbMenu.MouseEnter += new System.EventHandler(this.PictureBox_MouseEnter);
this.pbMenu.MouseLeave += new System.EventHandler(this.PictureBox_MouseLeave);
this.pbMenu.MouseHover += new System.EventHandler(this.PictureBox_MouseHover);
//
// pbSettings
//
this.pbSettings.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.pbSettings.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbSettings.Image = global::Dispatcher.Properties.Resources.t_settings_b;
this.pbSettings.Location = new System.Drawing.Point(195, 97);
this.pbSettings.Name = "pbSettings";
this.pbSettings.Size = new System.Drawing.Size(28, 28);
this.pbSettings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbSettings.TabIndex = 7;
this.pbSettings.TabStop = false;
this.pbSettings.MouseEnter += new System.EventHandler(this.PictureBox_MouseEnter);
this.pbSettings.MouseLeave += new System.EventHandler(this.PictureBox_MouseLeave);
this.pbSettings.MouseHover += new System.EventHandler(this.PictureBox_MouseHover);
//
// labelSettings
//
this.labelSettings.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.labelSettings.BackColor = System.Drawing.Color.Transparent;
this.labelSettings.Font = new System.Drawing.Font("Segoe UI Semilight", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSettings.ForeColor = System.Drawing.Color.Black;
this.labelSettings.Location = new System.Drawing.Point(179, 126);
this.labelSettings.Name = "labelSettings";
this.labelSettings.Size = new System.Drawing.Size(61, 15);
this.labelSettings.TabIndex = 8;
this.labelSettings.Tag = "menuStatus";
this.labelSettings.Text = "settings";
this.labelSettings.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pbAlerts
//
this.pbAlerts.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbAlerts.Image = global::Dispatcher.Properties.Resources.t_alert_b;
this.pbAlerts.Location = new System.Drawing.Point(32, 101);
this.pbAlerts.Name = "pbAlerts";
this.pbAlerts.Size = new System.Drawing.Size(28, 28);
this.pbAlerts.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbAlerts.TabIndex = 5;
this.pbAlerts.TabStop = false;
this.pbAlerts.Click += new System.EventHandler(this.pbAlerts_Click);
this.pbAlerts.MouseEnter += new System.EventHandler(this.PictureBox_MouseEnter);
this.pbAlerts.MouseLeave += new System.EventHandler(this.PictureBox_MouseLeave);
this.pbAlerts.MouseHover += new System.EventHandler(this.PictureBox_MouseHover);
//
// labelAlert
//
this.labelAlert.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelAlert.BackColor = System.Drawing.Color.Transparent;
this.labelAlert.Font = new System.Drawing.Font("Segoe UI Semilight", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAlert.ForeColor = System.Drawing.Color.Black;
this.labelAlert.Location = new System.Drawing.Point(12, 126);
this.labelAlert.Name = "labelAlert";
this.labelAlert.Size = new System.Drawing.Size(68, 15);
this.labelAlert.TabIndex = 6;
this.labelAlert.Tag = "menuStatus";
this.labelAlert.Text = "0 new alerts";
//
// labelDispatcher
//
this.labelDispatcher.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelDispatcher.AutoSize = true;
this.labelDispatcher.BackColor = System.Drawing.Color.Transparent;
this.labelDispatcher.Font = new System.Drawing.Font("Segoe UI Semilight", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelDispatcher.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(192)))), ((int)(((byte)(189)))));
this.labelDispatcher.Location = new System.Drawing.Point(106, 41);
this.labelDispatcher.Name = "labelDispatcher";
this.labelDispatcher.Size = new System.Drawing.Size(94, 19);
this.labelDispatcher.TabIndex = 4;
this.labelDispatcher.Tag = "menuStatus";
this.labelDispatcher.Text = "DISPATCHER";
//
// labelWelcome
//
this.labelWelcome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelWelcome.AutoSize = true;
this.labelWelcome.BackColor = System.Drawing.Color.Transparent;
this.labelWelcome.Font = new System.Drawing.Font("Segoe UI Semilight", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelWelcome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(192)))), ((int)(((byte)(189)))));
this.labelWelcome.Location = new System.Drawing.Point(107, 26);
this.labelWelcome.Name = "labelWelcome";
this.labelWelcome.Size = new System.Drawing.Size(59, 15);
this.labelWelcome.TabIndex = 3;
this.labelWelcome.Tag = "menuStatus";
this.labelWelcome.Text = "welcome";
//
// pbIcon
//
this.pbIcon.Image = global::Dispatcher.Properties.Resources.i_dispatcher_disabled;
this.pbIcon.Location = new System.Drawing.Point(15, 11);
this.pbIcon.Name = "pbIcon";
this.pbIcon.Size = new System.Drawing.Size(80, 68);
this.pbIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbIcon.TabIndex = 0;
this.pbIcon.TabStop = false;
//
// tablePanel
//
this.tablePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tablePanel.ColumnCount = 1;
this.tablePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tablePanel.Location = new System.Drawing.Point(0, 150);
this.tablePanel.Name = "tablePanel";
this.tablePanel.RowCount = 9;
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tablePanel.Size = new System.Drawing.Size(243, 665);
this.tablePanel.TabIndex = 9;
//
// menuSystem
//
this.menuSystem.AccessibleDescription = "Custom menu button";
this.menuSystem.AccessibleName = "MenuButton";
this.menuSystem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuSystem.BackColor = System.Drawing.Color.Transparent;
this.menuSystem.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuSystem.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuSystem.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuSystem.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuSystem.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuSystem.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuSystem.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuSystem.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuSystem.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuSystem.Image = global::Dispatcher.Properties.Resources.t_system;
this.menuSystem.ImageSelected = global::Dispatcher.Properties.Resources.t_system_b;
this.menuSystem.IsSelectable = true;
this.menuSystem.IsSelected = false;
this.menuSystem.Location = new System.Drawing.Point(0, 560);
this.menuSystem.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuSystem.Name = "menuSystem";
this.menuSystem.Size = new System.Drawing.Size(242, 50);
this.menuSystem.TabIndex = 11;
this.menuSystem.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuSystem.Title = "SYSTEM";
this.menuSystem.ToolTip = "System";
this.menuSystem.Click += new System.EventHandler(this.MenuButton_Click);
this.menuSystem.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuTelemetry
//
this.menuTelemetry.AccessibleDescription = "Custom menu button";
this.menuTelemetry.AccessibleName = "MenuButton";
this.menuTelemetry.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuTelemetry.BackColor = System.Drawing.Color.Transparent;
this.menuTelemetry.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuTelemetry.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuTelemetry.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuTelemetry.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuTelemetry.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuTelemetry.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuTelemetry.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuTelemetry.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuTelemetry.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuTelemetry.Image = global::Dispatcher.Properties.Resources.t_telemetry;
this.menuTelemetry.ImageSelected = global::Dispatcher.Properties.Resources.t_telemetry_b;
this.menuTelemetry.IsSelectable = true;
this.menuTelemetry.IsSelected = false;
this.menuTelemetry.Location = new System.Drawing.Point(0, 509);
this.menuTelemetry.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuTelemetry.Name = "menuTelemetry";
this.menuTelemetry.Size = new System.Drawing.Size(242, 50);
this.menuTelemetry.TabIndex = 10;
this.menuTelemetry.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuTelemetry.Title = "TELEMETRY";
this.menuTelemetry.ToolTip = "Telemetry";
this.menuTelemetry.Click += new System.EventHandler(this.MenuButton_Click);
this.menuTelemetry.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuVoice
//
this.menuVoice.AccessibleDescription = "Custom menu button";
this.menuVoice.AccessibleName = "MenuButton";
this.menuVoice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuVoice.BackColor = System.Drawing.Color.Transparent;
this.menuVoice.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuVoice.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuVoice.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuVoice.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuVoice.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuVoice.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuVoice.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuVoice.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuVoice.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuVoice.Image = global::Dispatcher.Properties.Resources.t_voice;
this.menuVoice.ImageSelected = global::Dispatcher.Properties.Resources.t_voice_b;
this.menuVoice.IsSelectable = true;
this.menuVoice.IsSelected = false;
this.menuVoice.Location = new System.Drawing.Point(0, 458);
this.menuVoice.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuVoice.Name = "menuVoice";
this.menuVoice.Size = new System.Drawing.Size(242, 50);
this.menuVoice.TabIndex = 8;
this.menuVoice.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuVoice.Title = "VOICE";
this.menuVoice.ToolTip = "Voice";
this.menuVoice.Click += new System.EventHandler(this.MenuButton_Click);
this.menuVoice.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuReports
//
this.menuReports.AccessibleDescription = "Custom menu button";
this.menuReports.AccessibleName = "MenuButton";
this.menuReports.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuReports.BackColor = System.Drawing.Color.Transparent;
this.menuReports.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuReports.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuReports.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuReports.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuReports.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuReports.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuReports.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuReports.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuReports.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuReports.Image = global::Dispatcher.Properties.Resources.t_reports;
this.menuReports.ImageSelected = global::Dispatcher.Properties.Resources.t_reports_b;
this.menuReports.IsSelectable = true;
this.menuReports.IsSelected = false;
this.menuReports.Location = new System.Drawing.Point(0, 407);
this.menuReports.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuReports.Name = "menuReports";
this.menuReports.Size = new System.Drawing.Size(242, 50);
this.menuReports.TabIndex = 7;
this.menuReports.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuReports.Title = "REPORTS";
this.menuReports.ToolTip = "Reports";
this.menuReports.Click += new System.EventHandler(this.MenuButton_Click);
this.menuReports.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuTicketing
//
this.menuTicketing.AccessibleDescription = "Custom menu button";
this.menuTicketing.AccessibleName = "MenuButton";
this.menuTicketing.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuTicketing.BackColor = System.Drawing.Color.Transparent;
this.menuTicketing.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuTicketing.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuTicketing.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuTicketing.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuTicketing.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuTicketing.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuTicketing.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuTicketing.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuTicketing.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuTicketing.Image = global::Dispatcher.Properties.Resources.t_ticketing;
this.menuTicketing.ImageSelected = global::Dispatcher.Properties.Resources.t_ticketing_b;
this.menuTicketing.IsSelectable = true;
this.menuTicketing.IsSelected = false;
this.menuTicketing.Location = new System.Drawing.Point(0, 356);
this.menuTicketing.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuTicketing.Name = "menuTicketing";
this.menuTicketing.Size = new System.Drawing.Size(242, 50);
this.menuTicketing.TabIndex = 6;
this.menuTicketing.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuTicketing.Title = "JOB TICKETING";
this.menuTicketing.ToolTip = "Job Ticketing";
this.menuTicketing.Click += new System.EventHandler(this.MenuButton_Click);
this.menuTicketing.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuText
//
this.menuText.AccessibleDescription = "Custom menu button";
this.menuText.AccessibleName = "MenuButton";
this.menuText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuText.BackColor = System.Drawing.Color.Transparent;
this.menuText.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuText.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuText.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuText.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuText.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuText.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuText.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuText.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuText.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuText.Image = global::Dispatcher.Properties.Resources.t_sms;
this.menuText.ImageSelected = global::Dispatcher.Properties.Resources.t_sms_b;
this.menuText.IsSelectable = true;
this.menuText.IsSelected = false;
this.menuText.Location = new System.Drawing.Point(0, 305);
this.menuText.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuText.Name = "menuText";
this.menuText.Size = new System.Drawing.Size(242, 50);
this.menuText.TabIndex = 5;
this.menuText.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuText.Title = "TEXT MESSAGING";
this.menuText.ToolTip = "Text Messaging";
this.menuText.Click += new System.EventHandler(this.MenuButton_Click);
this.menuText.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuHistory
//
this.menuHistory.AccessibleDescription = "Custom menu button";
this.menuHistory.AccessibleName = "MenuButton";
this.menuHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuHistory.BackColor = System.Drawing.Color.Transparent;
this.menuHistory.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuHistory.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuHistory.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuHistory.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuHistory.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuHistory.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuHistory.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuHistory.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuHistory.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuHistory.Image = global::Dispatcher.Properties.Resources.t_history;
this.menuHistory.ImageSelected = global::Dispatcher.Properties.Resources.t_history_b;
this.menuHistory.IsSelectable = true;
this.menuHistory.IsSelected = false;
this.menuHistory.Location = new System.Drawing.Point(0, 254);
this.menuHistory.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuHistory.Name = "menuHistory";
this.menuHistory.Size = new System.Drawing.Size(242, 50);
this.menuHistory.TabIndex = 4;
this.menuHistory.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuHistory.Title = "HISTORY";
this.menuHistory.ToolTip = "History";
this.menuHistory.Click += new System.EventHandler(this.MenuButton_Click);
this.menuHistory.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuLive
//
this.menuLive.AccessibleDescription = "Custom menu button";
this.menuLive.AccessibleName = "MenuButton";
this.menuLive.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuLive.BackColor = System.Drawing.Color.Transparent;
this.menuLive.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuLive.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuLive.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuLive.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuLive.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuLive.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuLive.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuLive.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuLive.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuLive.Image = global::Dispatcher.Properties.Resources.t_live;
this.menuLive.ImageSelected = global::Dispatcher.Properties.Resources.t_live_b;
this.menuLive.IsSelectable = true;
this.menuLive.IsSelected = true;
this.menuLive.Location = new System.Drawing.Point(0, 152);
this.menuLive.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuLive.Name = "menuLive";
this.menuLive.Size = new System.Drawing.Size(242, 50);
this.menuLive.TabIndex = 1;
this.menuLive.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuLive.Title = "LIVE";
this.menuLive.ToolTip = "Live";
this.menuLive.Click += new System.EventHandler(this.MenuButton_Click);
this.menuLive.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// menuGeofence
//
this.menuGeofence.AccessibleDescription = "Custom menu button";
this.menuGeofence.AccessibleName = "MenuButton";
this.menuGeofence.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuGeofence.BackColor = System.Drawing.Color.Transparent;
this.menuGeofence.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(72)))), ((int)(((byte)(119)))));
this.menuGeofence.BackgroundColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(22)))), ((int)(((byte)(69)))));
this.menuGeofence.BackgroundIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(115)))), ((int)(((byte)(211)))));
this.menuGeofence.BackgroundIconColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuGeofence.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.menuGeofence.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuGeofence.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.menuGeofence.ForeColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(139)))), ((int)(((byte)(237)))));
this.menuGeofence.ForeColorUnselected = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
this.menuGeofence.Image = global::Dispatcher.Properties.Resources.t_geofence;
this.menuGeofence.ImageSelected = global::Dispatcher.Properties.Resources.t_geofence_b;
this.menuGeofence.IsSelectable = true;
this.menuGeofence.IsSelected = false;
this.menuGeofence.Location = new System.Drawing.Point(0, 203);
this.menuGeofence.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.menuGeofence.Name = "menuGeofence";
this.menuGeofence.Size = new System.Drawing.Size(242, 50);
this.menuGeofence.TabIndex = 0;
this.menuGeofence.Theme = Dispatcher.maptab.MenuButton.ThemeStyle.Light;
this.menuGeofence.Title = "GEOFENCE";
this.menuGeofence.ToolTip = "Geofence";
this.menuGeofence.Click += new System.EventHandler(this.MenuButton_Click);
this.menuGeofence.DoubleClick += new System.EventHandler(this.MenuButton_DoubleClick);
//
// MenuControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlDark;
this.Controls.Add(this.menuSystem);
this.Controls.Add(this.menuTelemetry);
this.Controls.Add(this.menuVoice);
this.Controls.Add(this.menuReports);
this.Controls.Add(this.menuTicketing);
this.Controls.Add(this.menuText);
this.Controls.Add(this.menuHistory);
this.Controls.Add(this.menuLive);
this.Controls.Add(this.menuGeofence);
this.Controls.Add(this.panelTop);
this.Controls.Add(this.tablePanel);
this.Name = "MenuControl";
this.Size = new System.Drawing.Size(242, 814);
this.panelTop.ResumeLayout(false);
this.panelTop.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbMenu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbSettings)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbAlerts)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbIcon)).EndInit();
this.ResumeLayout(false);
}
#endregion
private MenuButton menuGeofence;
private MenuButton menuLive;
private System.Windows.Forms.Panel panelTop;
private System.Windows.Forms.PictureBox pbIcon;
private System.Windows.Forms.Label labelWelcome;
private System.Windows.Forms.Label labelDispatcher;
private System.Windows.Forms.PictureBox pbAlerts;
private MenuButton menuHistory;
private MenuButton menuText;
private MenuButton menuTicketing;
private MenuButton menuReports;
private MenuButton menuVoice;
private System.Windows.Forms.TableLayoutPanel tablePanel;
private MenuButton menuTelemetry;
private MenuButton menuSystem;
private System.Windows.Forms.Label labelAlert;
private System.Windows.Forms.PictureBox pbSettings;
private System.Windows.Forms.Label labelSettings;
private System.Windows.Forms.PictureBox pbMenu;
private System.Windows.Forms.ToolTip toolTip;
}
}