1597 lines
98 KiB
C#
1597 lines
98 KiB
C#
|
namespace AppServer
|
|||
|
{
|
|||
|
partial class MainForm
|
|||
|
{
|
|||
|
/// <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 Windows Form 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();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|||
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|||
|
this.lbVersion = new System.Windows.Forms.Label();
|
|||
|
this.Check_dongle_timer = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.lbRegistrationRemaining = new System.Windows.Forms.Label();
|
|||
|
this.StartReport = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.circularUnits = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.labelUnits = new System.Windows.Forms.Label();
|
|||
|
this.dividerSoftware = new System.Windows.Forms.Panel();
|
|||
|
this.lbRegistrationStatus = new System.Windows.Forms.Label();
|
|||
|
this.dividerMap = new System.Windows.Forms.Panel();
|
|||
|
this.labelGoogle = new System.Windows.Forms.Label();
|
|||
|
this.circularGoogle = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.circularArcGis = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicUnits = new System.Windows.Forms.Label();
|
|||
|
this.labelGateways = new System.Windows.Forms.Label();
|
|||
|
this.lbLicGoogle = new System.Windows.Forms.Label();
|
|||
|
this.lbLicSD = new System.Windows.Forms.Label();
|
|||
|
this.circularGateways = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.labelSD = new System.Windows.Forms.Label();
|
|||
|
this.circularSD = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicArcGis = new System.Windows.Forms.Label();
|
|||
|
this.lbLicSDM = new System.Windows.Forms.Label();
|
|||
|
this.labelSDM = new System.Windows.Forms.Label();
|
|||
|
this.circularSDM = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicGateways = new System.Windows.Forms.Label();
|
|||
|
this.dividerFeature = new System.Windows.Forms.Panel();
|
|||
|
this.circularLive = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicLive = new System.Windows.Forms.Label();
|
|||
|
this.lbLicReports = new System.Windows.Forms.Label();
|
|||
|
this.circularReports = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicVoice = new System.Windows.Forms.Label();
|
|||
|
this.circularVoice = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicText = new System.Windows.Forms.Label();
|
|||
|
this.circularText = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicTicketing = new System.Windows.Forms.Label();
|
|||
|
this.circularTicketing = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicEmail = new System.Windows.Forms.Label();
|
|||
|
this.circularZones = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbLicTelemetry = new System.Windows.Forms.Label();
|
|||
|
this.circularTelemetry = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.lbMapLicenses = new System.Windows.Forms.Label();
|
|||
|
this.labelArcGis = new System.Windows.Forms.Label();
|
|||
|
this.lbSoftwareLicenses = new System.Windows.Forms.Label();
|
|||
|
this.lbFeatureLicenses = new System.Windows.Forms.Label();
|
|||
|
this.labelLive = new System.Windows.Forms.Label();
|
|||
|
this.labelVoice = new System.Windows.Forms.Label();
|
|||
|
this.labelText = new System.Windows.Forms.Label();
|
|||
|
this.labelTicketing = new System.Windows.Forms.Label();
|
|||
|
this.labelReports = new System.Windows.Forms.Label();
|
|||
|
this.labelZones = new System.Windows.Forms.Label();
|
|||
|
this.labelTelemetry = new System.Windows.Forms.Label();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.lbLicOSM = new System.Windows.Forms.Label();
|
|||
|
this.labelOSM = new System.Windows.Forms.Label();
|
|||
|
this.pbOSM = new System.Windows.Forms.PictureBox();
|
|||
|
this.circularOSM = new CircularProgressBar.CircularProgressBar();
|
|||
|
this.pbLogo = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbTelemetry = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbZones = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbReports = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbTicketing = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbText = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbVoice = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbLive = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbFeatureLicenses = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbSoftwareLicenses = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbMapLicenses = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbSDM = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbGateways = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbSD = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbArcGis = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbUnits = new System.Windows.Forms.PictureBox();
|
|||
|
this.pbGoogle = new System.Windows.Forms.PictureBox();
|
|||
|
this.pictMin = new System.Windows.Forms.PictureBox();
|
|||
|
this.pictClose = new System.Windows.Forms.PictureBox();
|
|||
|
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
|||
|
this.pbRecordings = new System.Windows.Forms.PictureBox();
|
|||
|
this.labelRecordings = new System.Windows.Forms.Label();
|
|||
|
this.lbLicRecordings = new System.Windows.Forms.Label();
|
|||
|
this.circularRecordings = new CircularProgressBar.CircularProgressBar();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbOSM)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbTelemetry)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbZones)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbReports)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbTicketing)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbText)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbVoice)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbLive)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbFeatureLicenses)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbSoftwareLicenses)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbMapLicenses)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbSDM)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbGateways)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbSD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbArcGis)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbUnits)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbGoogle)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictMin)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictClose)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbRecordings)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// notifyIcon1
|
|||
|
//
|
|||
|
this.notifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
|||
|
this.notifyIcon1.BalloonTipText = "Application server";
|
|||
|
this.notifyIcon1.BalloonTipTitle = "Application server";
|
|||
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
|||
|
this.notifyIcon1.Text = "Application server";
|
|||
|
this.notifyIcon1.Visible = true;
|
|||
|
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
|
|||
|
//
|
|||
|
// lbVersion
|
|||
|
//
|
|||
|
this.lbVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.lbVersion.AutoSize = true;
|
|||
|
this.lbVersion.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbVersion.ForeColor = System.Drawing.Color.LightGray;
|
|||
|
this.lbVersion.Location = new System.Drawing.Point(6, 689);
|
|||
|
this.lbVersion.Name = "lbVersion";
|
|||
|
this.lbVersion.Size = new System.Drawing.Size(64, 13);
|
|||
|
this.lbVersion.TabIndex = 0;
|
|||
|
this.lbVersion.Text = "4.4.4.45688";
|
|||
|
//
|
|||
|
// Check_dongle_timer
|
|||
|
//
|
|||
|
this.Check_dongle_timer.Enabled = true;
|
|||
|
this.Check_dongle_timer.Interval = 1000;
|
|||
|
this.Check_dongle_timer.Tick += new System.EventHandler(this.Check_dongle_timer_Tick);
|
|||
|
//
|
|||
|
// lbRegistrationRemaining
|
|||
|
//
|
|||
|
this.lbRegistrationRemaining.AutoSize = true;
|
|||
|
this.lbRegistrationRemaining.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lbRegistrationRemaining.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbRegistrationRemaining.Location = new System.Drawing.Point(871, 67);
|
|||
|
this.lbRegistrationRemaining.Name = "lbRegistrationRemaining";
|
|||
|
this.lbRegistrationRemaining.Size = new System.Drawing.Size(16, 16);
|
|||
|
this.lbRegistrationRemaining.TabIndex = 2;
|
|||
|
this.lbRegistrationRemaining.Text = "1";
|
|||
|
//
|
|||
|
// StartReport
|
|||
|
//
|
|||
|
this.StartReport.Enabled = true;
|
|||
|
this.StartReport.Interval = 10000;
|
|||
|
this.StartReport.Tick += new System.EventHandler(this.StartReport_Tick);
|
|||
|
//
|
|||
|
// circularUnits
|
|||
|
//
|
|||
|
this.circularUnits.AnimatorDuration = 500;
|
|||
|
this.circularUnits.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularUnits.AnimatorFunction")));
|
|||
|
this.circularUnits.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularUnits.Caption = "";
|
|||
|
this.circularUnits.CaptionMargin = 3;
|
|||
|
this.circularUnits.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularUnits.InnerCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularUnits.InnerCircleMargin = 0;
|
|||
|
this.circularUnits.InnerCircleWidth = 1;
|
|||
|
this.circularUnits.Location = new System.Drawing.Point(129, 95);
|
|||
|
this.circularUnits.MaxValue = 7F;
|
|||
|
this.circularUnits.MinValue = -1F;
|
|||
|
this.circularUnits.Name = "circularUnits";
|
|||
|
this.circularUnits.OuterCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularUnits.OuterCircleMargin = 0;
|
|||
|
this.circularUnits.OuterCircleWidth = 1;
|
|||
|
this.circularUnits.ProgressCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularUnits.ProgressCircleStartAngle = 270;
|
|||
|
this.circularUnits.ProgressCircleWidth = 6;
|
|||
|
this.circularUnits.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularUnits.SubText = "";
|
|||
|
this.circularUnits.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularUnits.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularUnits.SupText = "";
|
|||
|
this.circularUnits.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularUnits.TabIndex = 22;
|
|||
|
this.circularUnits.Value = 5F;
|
|||
|
this.circularUnits.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.label3.BackColor = System.Drawing.Color.Black;
|
|||
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|||
|
this.label3.Location = new System.Drawing.Point(9, 9);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(610, 30);
|
|||
|
this.label3.TabIndex = 25;
|
|||
|
this.label3.Text = "Application Server";
|
|||
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.label3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelUnits
|
|||
|
//
|
|||
|
this.labelUnits.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelUnits.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelUnits.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelUnits.Location = new System.Drawing.Point(158, 160);
|
|||
|
this.labelUnits.Name = "labelUnits";
|
|||
|
this.labelUnits.Size = new System.Drawing.Size(43, 19);
|
|||
|
this.labelUnits.TabIndex = 27;
|
|||
|
this.labelUnits.Text = "units";
|
|||
|
this.labelUnits.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelUnits.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// dividerSoftware
|
|||
|
//
|
|||
|
this.dividerSoftware.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.dividerSoftware.BackColor = System.Drawing.Color.Teal;
|
|||
|
this.dividerSoftware.Location = new System.Drawing.Point(13, 70);
|
|||
|
this.dividerSoftware.Name = "dividerSoftware";
|
|||
|
this.dividerSoftware.Size = new System.Drawing.Size(591, 3);
|
|||
|
this.dividerSoftware.TabIndex = 28;
|
|||
|
this.dividerSoftware.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbRegistrationStatus
|
|||
|
//
|
|||
|
this.lbRegistrationStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.lbRegistrationStatus.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbRegistrationStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbRegistrationStatus.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbRegistrationStatus.Location = new System.Drawing.Point(9, 39);
|
|||
|
this.lbRegistrationStatus.Name = "lbRegistrationStatus";
|
|||
|
this.lbRegistrationStatus.Size = new System.Drawing.Size(610, 19);
|
|||
|
this.lbRegistrationStatus.TabIndex = 29;
|
|||
|
this.lbRegistrationStatus.Text = "registration unlimited";
|
|||
|
this.lbRegistrationStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbRegistrationStatus.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// dividerMap
|
|||
|
//
|
|||
|
this.dividerMap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.dividerMap.BackColor = System.Drawing.Color.Crimson;
|
|||
|
this.dividerMap.Location = new System.Drawing.Point(13, 234);
|
|||
|
this.dividerMap.Name = "dividerMap";
|
|||
|
this.dividerMap.Size = new System.Drawing.Size(591, 3);
|
|||
|
this.dividerMap.TabIndex = 30;
|
|||
|
this.dividerMap.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelGoogle
|
|||
|
//
|
|||
|
this.labelGoogle.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelGoogle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelGoogle.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelGoogle.Location = new System.Drawing.Point(151, 324);
|
|||
|
this.labelGoogle.Name = "labelGoogle";
|
|||
|
this.labelGoogle.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelGoogle.TabIndex = 33;
|
|||
|
this.labelGoogle.Text = "Google";
|
|||
|
this.labelGoogle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelGoogle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularGoogle
|
|||
|
//
|
|||
|
this.circularGoogle.AnimatorDuration = 500;
|
|||
|
this.circularGoogle.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularGoogle.AnimatorFunction")));
|
|||
|
this.circularGoogle.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularGoogle.Caption = "";
|
|||
|
this.circularGoogle.CaptionMargin = 3;
|
|||
|
this.circularGoogle.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularGoogle.InnerCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularGoogle.InnerCircleMargin = 0;
|
|||
|
this.circularGoogle.InnerCircleWidth = 1;
|
|||
|
this.circularGoogle.Location = new System.Drawing.Point(129, 259);
|
|||
|
this.circularGoogle.MaxValue = 7F;
|
|||
|
this.circularGoogle.MinValue = -1F;
|
|||
|
this.circularGoogle.Name = "circularGoogle";
|
|||
|
this.circularGoogle.OuterCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularGoogle.OuterCircleMargin = 0;
|
|||
|
this.circularGoogle.OuterCircleWidth = 1;
|
|||
|
this.circularGoogle.ProgressCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularGoogle.ProgressCircleStartAngle = 270;
|
|||
|
this.circularGoogle.ProgressCircleWidth = 6;
|
|||
|
this.circularGoogle.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularGoogle.SubText = "";
|
|||
|
this.circularGoogle.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularGoogle.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularGoogle.SupText = "";
|
|||
|
this.circularGoogle.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularGoogle.TabIndex = 31;
|
|||
|
this.circularGoogle.Value = 5F;
|
|||
|
this.circularGoogle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularArcGis
|
|||
|
//
|
|||
|
this.circularArcGis.AnimatorDuration = 500;
|
|||
|
this.circularArcGis.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularArcGis.AnimatorFunction")));
|
|||
|
this.circularArcGis.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularArcGis.Caption = "";
|
|||
|
this.circularArcGis.CaptionMargin = 3;
|
|||
|
this.circularArcGis.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularArcGis.InnerCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularArcGis.InnerCircleMargin = 0;
|
|||
|
this.circularArcGis.InnerCircleWidth = 1;
|
|||
|
this.circularArcGis.Location = new System.Drawing.Point(251, 259);
|
|||
|
this.circularArcGis.MaxValue = 7F;
|
|||
|
this.circularArcGis.MinValue = -1F;
|
|||
|
this.circularArcGis.Name = "circularArcGis";
|
|||
|
this.circularArcGis.OuterCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularArcGis.OuterCircleMargin = 0;
|
|||
|
this.circularArcGis.OuterCircleWidth = 1;
|
|||
|
this.circularArcGis.ProgressCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularArcGis.ProgressCircleStartAngle = 270;
|
|||
|
this.circularArcGis.ProgressCircleWidth = 6;
|
|||
|
this.circularArcGis.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularArcGis.SubText = "";
|
|||
|
this.circularArcGis.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularArcGis.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularArcGis.SupText = "";
|
|||
|
this.circularArcGis.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularArcGis.TabIndex = 36;
|
|||
|
this.circularArcGis.Value = 5F;
|
|||
|
this.circularArcGis.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicUnits
|
|||
|
//
|
|||
|
this.lbLicUnits.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicUnits.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicUnits.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicUnits.Location = new System.Drawing.Point(141, 195);
|
|||
|
this.lbLicUnits.Name = "lbLicUnits";
|
|||
|
this.lbLicUnits.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicUnits.TabIndex = 41;
|
|||
|
this.lbLicUnits.Text = "7302 of 9999";
|
|||
|
this.lbLicUnits.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicUnits.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelGateways
|
|||
|
//
|
|||
|
this.labelGateways.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelGateways.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelGateways.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelGateways.Location = new System.Drawing.Point(394, 155);
|
|||
|
this.labelGateways.Name = "labelGateways";
|
|||
|
this.labelGateways.Size = new System.Drawing.Size(62, 19);
|
|||
|
this.labelGateways.TabIndex = 48;
|
|||
|
this.labelGateways.Text = "gateways";
|
|||
|
this.labelGateways.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicGoogle
|
|||
|
//
|
|||
|
this.lbLicGoogle.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicGoogle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicGoogle.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicGoogle.Location = new System.Drawing.Point(141, 359);
|
|||
|
this.lbLicGoogle.Name = "lbLicGoogle";
|
|||
|
this.lbLicGoogle.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicGoogle.TabIndex = 49;
|
|||
|
this.lbLicGoogle.Text = "7302 of 9999";
|
|||
|
this.lbLicGoogle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicGoogle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicSD
|
|||
|
//
|
|||
|
this.lbLicSD.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicSD.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicSD.Location = new System.Drawing.Point(263, 195);
|
|||
|
this.lbLicSD.Name = "lbLicSD";
|
|||
|
this.lbLicSD.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicSD.TabIndex = 55;
|
|||
|
this.lbLicSD.Text = "7302 of 9999";
|
|||
|
this.lbLicSD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularGateways
|
|||
|
//
|
|||
|
this.circularGateways.AnimatorDuration = 500;
|
|||
|
this.circularGateways.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularGateways.AnimatorFunction")));
|
|||
|
this.circularGateways.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularGateways.Caption = "";
|
|||
|
this.circularGateways.CaptionMargin = 3;
|
|||
|
this.circularGateways.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularGateways.InnerCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularGateways.InnerCircleMargin = 0;
|
|||
|
this.circularGateways.InnerCircleWidth = 1;
|
|||
|
this.circularGateways.Location = new System.Drawing.Point(373, 95);
|
|||
|
this.circularGateways.MaxValue = 7F;
|
|||
|
this.circularGateways.MinValue = -1F;
|
|||
|
this.circularGateways.Name = "circularGateways";
|
|||
|
this.circularGateways.OuterCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularGateways.OuterCircleMargin = 0;
|
|||
|
this.circularGateways.OuterCircleWidth = 1;
|
|||
|
this.circularGateways.ProgressCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularGateways.ProgressCircleStartAngle = 270;
|
|||
|
this.circularGateways.ProgressCircleWidth = 6;
|
|||
|
this.circularGateways.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularGateways.SubText = "";
|
|||
|
this.circularGateways.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularGateways.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularGateways.SupText = "";
|
|||
|
this.circularGateways.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularGateways.TabIndex = 53;
|
|||
|
this.circularGateways.Value = 5F;
|
|||
|
this.circularGateways.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelSD
|
|||
|
//
|
|||
|
this.labelSD.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelSD.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelSD.Location = new System.Drawing.Point(271, 157);
|
|||
|
this.labelSD.Name = "labelSD";
|
|||
|
this.labelSD.Size = new System.Drawing.Size(60, 19);
|
|||
|
this.labelSD.TabIndex = 51;
|
|||
|
this.labelSD.Text = "dispatch";
|
|||
|
this.labelSD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularSD
|
|||
|
//
|
|||
|
this.circularSD.AnimatorDuration = 500;
|
|||
|
this.circularSD.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularSD.AnimatorFunction")));
|
|||
|
this.circularSD.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularSD.Caption = "";
|
|||
|
this.circularSD.CaptionMargin = 3;
|
|||
|
this.circularSD.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularSD.InnerCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularSD.InnerCircleMargin = 0;
|
|||
|
this.circularSD.InnerCircleWidth = 1;
|
|||
|
this.circularSD.Location = new System.Drawing.Point(251, 95);
|
|||
|
this.circularSD.MaxValue = 7F;
|
|||
|
this.circularSD.MinValue = -1F;
|
|||
|
this.circularSD.Name = "circularSD";
|
|||
|
this.circularSD.OuterCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularSD.OuterCircleMargin = 0;
|
|||
|
this.circularSD.OuterCircleWidth = 1;
|
|||
|
this.circularSD.ProgressCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularSD.ProgressCircleStartAngle = 270;
|
|||
|
this.circularSD.ProgressCircleWidth = 6;
|
|||
|
this.circularSD.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularSD.SubText = "";
|
|||
|
this.circularSD.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularSD.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularSD.SupText = "";
|
|||
|
this.circularSD.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularSD.TabIndex = 50;
|
|||
|
this.circularSD.Value = 5F;
|
|||
|
this.circularSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicArcGis
|
|||
|
//
|
|||
|
this.lbLicArcGis.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicArcGis.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicArcGis.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicArcGis.Location = new System.Drawing.Point(263, 359);
|
|||
|
this.lbLicArcGis.Name = "lbLicArcGis";
|
|||
|
this.lbLicArcGis.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicArcGis.TabIndex = 61;
|
|||
|
this.lbLicArcGis.Text = "7302 of 9999";
|
|||
|
this.lbLicArcGis.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicArcGis.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicSDM
|
|||
|
//
|
|||
|
this.lbLicSDM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicSDM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicSDM.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicSDM.Location = new System.Drawing.Point(507, 195);
|
|||
|
this.lbLicSDM.Name = "lbLicSDM";
|
|||
|
this.lbLicSDM.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicSDM.TabIndex = 65;
|
|||
|
this.lbLicSDM.Text = "7302 of 9999";
|
|||
|
this.lbLicSDM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicSDM.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelSDM
|
|||
|
//
|
|||
|
this.labelSDM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelSDM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelSDM.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelSDM.Location = new System.Drawing.Point(514, 157);
|
|||
|
this.labelSDM.Name = "labelSDM";
|
|||
|
this.labelSDM.Size = new System.Drawing.Size(62, 19);
|
|||
|
this.labelSDM.TabIndex = 63;
|
|||
|
this.labelSDM.Text = "SDMobile";
|
|||
|
this.labelSDM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelSDM.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularSDM
|
|||
|
//
|
|||
|
this.circularSDM.AnimatorDuration = 500;
|
|||
|
this.circularSDM.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularSDM.AnimatorFunction")));
|
|||
|
this.circularSDM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularSDM.Caption = "";
|
|||
|
this.circularSDM.CaptionMargin = 3;
|
|||
|
this.circularSDM.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularSDM.InnerCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularSDM.InnerCircleMargin = 0;
|
|||
|
this.circularSDM.InnerCircleWidth = 1;
|
|||
|
this.circularSDM.Location = new System.Drawing.Point(493, 95);
|
|||
|
this.circularSDM.MaxValue = 7F;
|
|||
|
this.circularSDM.MinValue = -1F;
|
|||
|
this.circularSDM.Name = "circularSDM";
|
|||
|
this.circularSDM.OuterCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularSDM.OuterCircleMargin = 0;
|
|||
|
this.circularSDM.OuterCircleWidth = 1;
|
|||
|
this.circularSDM.ProgressCircleColor = System.Drawing.Color.Teal;
|
|||
|
this.circularSDM.ProgressCircleStartAngle = 270;
|
|||
|
this.circularSDM.ProgressCircleWidth = 6;
|
|||
|
this.circularSDM.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularSDM.SubText = "";
|
|||
|
this.circularSDM.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularSDM.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularSDM.SupText = "";
|
|||
|
this.circularSDM.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularSDM.TabIndex = 62;
|
|||
|
this.circularSDM.Value = 5F;
|
|||
|
this.circularSDM.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicGateways
|
|||
|
//
|
|||
|
this.lbLicGateways.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicGateways.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicGateways.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicGateways.Location = new System.Drawing.Point(387, 195);
|
|||
|
this.lbLicGateways.Name = "lbLicGateways";
|
|||
|
this.lbLicGateways.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicGateways.TabIndex = 72;
|
|||
|
this.lbLicGateways.Text = "7302 of 9999";
|
|||
|
this.lbLicGateways.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicGateways.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// dividerFeature
|
|||
|
//
|
|||
|
this.dividerFeature.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.dividerFeature.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.dividerFeature.Location = new System.Drawing.Point(13, 402);
|
|||
|
this.dividerFeature.Name = "dividerFeature";
|
|||
|
this.dividerFeature.Size = new System.Drawing.Size(591, 3);
|
|||
|
this.dividerFeature.TabIndex = 73;
|
|||
|
this.dividerFeature.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularLive
|
|||
|
//
|
|||
|
this.circularLive.AnimatorDuration = 500;
|
|||
|
this.circularLive.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularLive.AnimatorFunction")));
|
|||
|
this.circularLive.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularLive.Caption = "";
|
|||
|
this.circularLive.CaptionMargin = 3;
|
|||
|
this.circularLive.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularLive.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularLive.InnerCircleMargin = 0;
|
|||
|
this.circularLive.InnerCircleWidth = 1;
|
|||
|
this.circularLive.Location = new System.Drawing.Point(129, 421);
|
|||
|
this.circularLive.MaxValue = 7F;
|
|||
|
this.circularLive.MinValue = -1F;
|
|||
|
this.circularLive.Name = "circularLive";
|
|||
|
this.circularLive.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularLive.OuterCircleMargin = 0;
|
|||
|
this.circularLive.OuterCircleWidth = 1;
|
|||
|
this.circularLive.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularLive.ProgressCircleStartAngle = 270;
|
|||
|
this.circularLive.ProgressCircleWidth = 6;
|
|||
|
this.circularLive.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularLive.SubText = "";
|
|||
|
this.circularLive.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularLive.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularLive.SupText = "";
|
|||
|
this.circularLive.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularLive.TabIndex = 74;
|
|||
|
this.circularLive.Value = 5F;
|
|||
|
this.circularLive.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicLive
|
|||
|
//
|
|||
|
this.lbLicLive.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicLive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicLive.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicLive.Location = new System.Drawing.Point(141, 521);
|
|||
|
this.lbLicLive.Name = "lbLicLive";
|
|||
|
this.lbLicLive.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicLive.TabIndex = 75;
|
|||
|
this.lbLicLive.Text = "7302 of 9999";
|
|||
|
this.lbLicLive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicLive.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicReports
|
|||
|
//
|
|||
|
this.lbLicReports.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicReports.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicReports.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicReports.Location = new System.Drawing.Point(141, 651);
|
|||
|
this.lbLicReports.Name = "lbLicReports";
|
|||
|
this.lbLicReports.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicReports.TabIndex = 77;
|
|||
|
this.lbLicReports.Text = "7302 of 9999";
|
|||
|
this.lbLicReports.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// circularReports
|
|||
|
//
|
|||
|
this.circularReports.AnimatorDuration = 500;
|
|||
|
this.circularReports.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularReports.AnimatorFunction")));
|
|||
|
this.circularReports.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularReports.Caption = "";
|
|||
|
this.circularReports.CaptionMargin = 3;
|
|||
|
this.circularReports.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularReports.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularReports.InnerCircleMargin = 0;
|
|||
|
this.circularReports.InnerCircleWidth = 1;
|
|||
|
this.circularReports.Location = new System.Drawing.Point(129, 551);
|
|||
|
this.circularReports.MaxValue = 7F;
|
|||
|
this.circularReports.MinValue = -1F;
|
|||
|
this.circularReports.Name = "circularReports";
|
|||
|
this.circularReports.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularReports.OuterCircleMargin = 0;
|
|||
|
this.circularReports.OuterCircleWidth = 1;
|
|||
|
this.circularReports.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularReports.ProgressCircleStartAngle = 270;
|
|||
|
this.circularReports.ProgressCircleWidth = 6;
|
|||
|
this.circularReports.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularReports.SubText = "";
|
|||
|
this.circularReports.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularReports.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularReports.SupText = "";
|
|||
|
this.circularReports.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularReports.TabIndex = 76;
|
|||
|
this.circularReports.Value = 5F;
|
|||
|
this.circularReports.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicVoice
|
|||
|
//
|
|||
|
this.lbLicVoice.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicVoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicVoice.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicVoice.Location = new System.Drawing.Point(263, 521);
|
|||
|
this.lbLicVoice.Name = "lbLicVoice";
|
|||
|
this.lbLicVoice.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicVoice.TabIndex = 79;
|
|||
|
this.lbLicVoice.Text = "7302 of 9999";
|
|||
|
this.lbLicVoice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicVoice.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularVoice
|
|||
|
//
|
|||
|
this.circularVoice.AnimatorDuration = 500;
|
|||
|
this.circularVoice.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularVoice.AnimatorFunction")));
|
|||
|
this.circularVoice.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularVoice.Caption = "";
|
|||
|
this.circularVoice.CaptionMargin = 3;
|
|||
|
this.circularVoice.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularVoice.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularVoice.InnerCircleMargin = 0;
|
|||
|
this.circularVoice.InnerCircleWidth = 1;
|
|||
|
this.circularVoice.Location = new System.Drawing.Point(251, 421);
|
|||
|
this.circularVoice.MaxValue = 7F;
|
|||
|
this.circularVoice.MinValue = -1F;
|
|||
|
this.circularVoice.Name = "circularVoice";
|
|||
|
this.circularVoice.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularVoice.OuterCircleMargin = 0;
|
|||
|
this.circularVoice.OuterCircleWidth = 1;
|
|||
|
this.circularVoice.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularVoice.ProgressCircleStartAngle = 270;
|
|||
|
this.circularVoice.ProgressCircleWidth = 6;
|
|||
|
this.circularVoice.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularVoice.SubText = "";
|
|||
|
this.circularVoice.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularVoice.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularVoice.SupText = "";
|
|||
|
this.circularVoice.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularVoice.TabIndex = 78;
|
|||
|
this.circularVoice.Value = 5F;
|
|||
|
this.circularVoice.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicText
|
|||
|
//
|
|||
|
this.lbLicText.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicText.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicText.Location = new System.Drawing.Point(385, 521);
|
|||
|
this.lbLicText.Name = "lbLicText";
|
|||
|
this.lbLicText.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicText.TabIndex = 81;
|
|||
|
this.lbLicText.Text = "7302 of 9999";
|
|||
|
this.lbLicText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularText
|
|||
|
//
|
|||
|
this.circularText.AnimatorDuration = 500;
|
|||
|
this.circularText.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularText.AnimatorFunction")));
|
|||
|
this.circularText.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularText.Caption = "";
|
|||
|
this.circularText.CaptionMargin = 3;
|
|||
|
this.circularText.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularText.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularText.InnerCircleMargin = 0;
|
|||
|
this.circularText.InnerCircleWidth = 1;
|
|||
|
this.circularText.Location = new System.Drawing.Point(373, 421);
|
|||
|
this.circularText.MaxValue = 7F;
|
|||
|
this.circularText.MinValue = -1F;
|
|||
|
this.circularText.Name = "circularText";
|
|||
|
this.circularText.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularText.OuterCircleMargin = 0;
|
|||
|
this.circularText.OuterCircleWidth = 1;
|
|||
|
this.circularText.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularText.ProgressCircleStartAngle = 270;
|
|||
|
this.circularText.ProgressCircleWidth = 6;
|
|||
|
this.circularText.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularText.SubText = "";
|
|||
|
this.circularText.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularText.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularText.SupText = "";
|
|||
|
this.circularText.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularText.TabIndex = 80;
|
|||
|
this.circularText.Value = 5F;
|
|||
|
this.circularText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicTicketing
|
|||
|
//
|
|||
|
this.lbLicTicketing.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicTicketing.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicTicketing.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicTicketing.Location = new System.Drawing.Point(505, 521);
|
|||
|
this.lbLicTicketing.Name = "lbLicTicketing";
|
|||
|
this.lbLicTicketing.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicTicketing.TabIndex = 83;
|
|||
|
this.lbLicTicketing.Text = "7302 of 9999";
|
|||
|
this.lbLicTicketing.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lbLicTicketing.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// circularTicketing
|
|||
|
//
|
|||
|
this.circularTicketing.AnimatorDuration = 500;
|
|||
|
this.circularTicketing.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularTicketing.AnimatorFunction")));
|
|||
|
this.circularTicketing.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularTicketing.Caption = "";
|
|||
|
this.circularTicketing.CaptionMargin = 3;
|
|||
|
this.circularTicketing.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularTicketing.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularTicketing.InnerCircleMargin = 0;
|
|||
|
this.circularTicketing.InnerCircleWidth = 1;
|
|||
|
this.circularTicketing.Location = new System.Drawing.Point(493, 421);
|
|||
|
this.circularTicketing.MaxValue = 7F;
|
|||
|
this.circularTicketing.MinValue = -1F;
|
|||
|
this.circularTicketing.Name = "circularTicketing";
|
|||
|
this.circularTicketing.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularTicketing.OuterCircleMargin = 0;
|
|||
|
this.circularTicketing.OuterCircleWidth = 1;
|
|||
|
this.circularTicketing.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularTicketing.ProgressCircleStartAngle = 270;
|
|||
|
this.circularTicketing.ProgressCircleWidth = 6;
|
|||
|
this.circularTicketing.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularTicketing.SubText = "";
|
|||
|
this.circularTicketing.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularTicketing.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularTicketing.SupText = "";
|
|||
|
this.circularTicketing.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularTicketing.TabIndex = 82;
|
|||
|
this.circularTicketing.Value = 5F;
|
|||
|
this.circularTicketing.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicEmail
|
|||
|
//
|
|||
|
this.lbLicEmail.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicEmail.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicEmail.Location = new System.Drawing.Point(263, 651);
|
|||
|
this.lbLicEmail.Name = "lbLicEmail";
|
|||
|
this.lbLicEmail.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicEmail.TabIndex = 85;
|
|||
|
this.lbLicEmail.Text = "7302 of 9999";
|
|||
|
this.lbLicEmail.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// circularZones
|
|||
|
//
|
|||
|
this.circularZones.AnimatorDuration = 500;
|
|||
|
this.circularZones.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularZones.AnimatorFunction")));
|
|||
|
this.circularZones.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularZones.Caption = "";
|
|||
|
this.circularZones.CaptionMargin = 3;
|
|||
|
this.circularZones.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularZones.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularZones.InnerCircleMargin = 0;
|
|||
|
this.circularZones.InnerCircleWidth = 1;
|
|||
|
this.circularZones.Location = new System.Drawing.Point(251, 551);
|
|||
|
this.circularZones.MaxValue = 7F;
|
|||
|
this.circularZones.MinValue = -1F;
|
|||
|
this.circularZones.Name = "circularZones";
|
|||
|
this.circularZones.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularZones.OuterCircleMargin = 0;
|
|||
|
this.circularZones.OuterCircleWidth = 1;
|
|||
|
this.circularZones.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularZones.ProgressCircleStartAngle = 270;
|
|||
|
this.circularZones.ProgressCircleWidth = 6;
|
|||
|
this.circularZones.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularZones.SubText = "";
|
|||
|
this.circularZones.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularZones.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularZones.SupText = "";
|
|||
|
this.circularZones.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularZones.TabIndex = 84;
|
|||
|
this.circularZones.Value = 5F;
|
|||
|
this.circularZones.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicTelemetry
|
|||
|
//
|
|||
|
this.lbLicTelemetry.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicTelemetry.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicTelemetry.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicTelemetry.Location = new System.Drawing.Point(385, 651);
|
|||
|
this.lbLicTelemetry.Name = "lbLicTelemetry";
|
|||
|
this.lbLicTelemetry.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicTelemetry.TabIndex = 87;
|
|||
|
this.lbLicTelemetry.Text = "7302 of 9999";
|
|||
|
this.lbLicTelemetry.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// circularTelemetry
|
|||
|
//
|
|||
|
this.circularTelemetry.AnimatorDuration = 500;
|
|||
|
this.circularTelemetry.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularTelemetry.AnimatorFunction")));
|
|||
|
this.circularTelemetry.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularTelemetry.Caption = "";
|
|||
|
this.circularTelemetry.CaptionMargin = 3;
|
|||
|
this.circularTelemetry.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularTelemetry.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularTelemetry.InnerCircleMargin = 0;
|
|||
|
this.circularTelemetry.InnerCircleWidth = 1;
|
|||
|
this.circularTelemetry.Location = new System.Drawing.Point(373, 551);
|
|||
|
this.circularTelemetry.MaxValue = 7F;
|
|||
|
this.circularTelemetry.MinValue = -1F;
|
|||
|
this.circularTelemetry.Name = "circularTelemetry";
|
|||
|
this.circularTelemetry.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularTelemetry.OuterCircleMargin = 0;
|
|||
|
this.circularTelemetry.OuterCircleWidth = 1;
|
|||
|
this.circularTelemetry.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularTelemetry.ProgressCircleStartAngle = 270;
|
|||
|
this.circularTelemetry.ProgressCircleWidth = 6;
|
|||
|
this.circularTelemetry.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularTelemetry.SubText = "";
|
|||
|
this.circularTelemetry.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularTelemetry.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularTelemetry.SupText = "";
|
|||
|
this.circularTelemetry.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularTelemetry.TabIndex = 86;
|
|||
|
this.circularTelemetry.Value = 5F;
|
|||
|
this.circularTelemetry.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbMapLicenses
|
|||
|
//
|
|||
|
this.lbMapLicenses.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbMapLicenses.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbMapLicenses.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbMapLicenses.Location = new System.Drawing.Point(8, 334);
|
|||
|
this.lbMapLicenses.Name = "lbMapLicenses";
|
|||
|
this.lbMapLicenses.Size = new System.Drawing.Size(87, 65);
|
|||
|
this.lbMapLicenses.TabIndex = 88;
|
|||
|
this.lbMapLicenses.Text = "Map Licenses";
|
|||
|
this.lbMapLicenses.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
this.lbMapLicenses.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelArcGis
|
|||
|
//
|
|||
|
this.labelArcGis.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelArcGis.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelArcGis.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelArcGis.Location = new System.Drawing.Point(275, 326);
|
|||
|
this.labelArcGis.Name = "labelArcGis";
|
|||
|
this.labelArcGis.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelArcGis.TabIndex = 90;
|
|||
|
this.labelArcGis.Text = "ArcGIS";
|
|||
|
this.labelArcGis.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelArcGis.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbSoftwareLicenses
|
|||
|
//
|
|||
|
this.lbSoftwareLicenses.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbSoftwareLicenses.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbSoftwareLicenses.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbSoftwareLicenses.Location = new System.Drawing.Point(8, 168);
|
|||
|
this.lbSoftwareLicenses.Name = "lbSoftwareLicenses";
|
|||
|
this.lbSoftwareLicenses.Size = new System.Drawing.Size(87, 63);
|
|||
|
this.lbSoftwareLicenses.TabIndex = 91;
|
|||
|
this.lbSoftwareLicenses.Text = "Software Licenses";
|
|||
|
this.lbSoftwareLicenses.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
this.lbSoftwareLicenses.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbFeatureLicenses
|
|||
|
//
|
|||
|
this.lbFeatureLicenses.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbFeatureLicenses.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbFeatureLicenses.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbFeatureLicenses.Location = new System.Drawing.Point(8, 496);
|
|||
|
this.lbFeatureLicenses.Name = "lbFeatureLicenses";
|
|||
|
this.lbFeatureLicenses.Size = new System.Drawing.Size(87, 67);
|
|||
|
this.lbFeatureLicenses.TabIndex = 93;
|
|||
|
this.lbFeatureLicenses.Text = "Feature Licenses";
|
|||
|
this.lbFeatureLicenses.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
this.lbFeatureLicenses.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelLive
|
|||
|
//
|
|||
|
this.labelLive.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelLive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelLive.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelLive.Location = new System.Drawing.Point(151, 487);
|
|||
|
this.labelLive.Name = "labelLive";
|
|||
|
this.labelLive.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelLive.TabIndex = 96;
|
|||
|
this.labelLive.Text = "gps";
|
|||
|
this.labelLive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelLive.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelVoice
|
|||
|
//
|
|||
|
this.labelVoice.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelVoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelVoice.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelVoice.Location = new System.Drawing.Point(272, 487);
|
|||
|
this.labelVoice.Name = "labelVoice";
|
|||
|
this.labelVoice.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelVoice.TabIndex = 97;
|
|||
|
this.labelVoice.Text = "voice";
|
|||
|
this.labelVoice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelVoice.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelText
|
|||
|
//
|
|||
|
this.labelText.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelText.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelText.Location = new System.Drawing.Point(395, 487);
|
|||
|
this.labelText.Name = "labelText";
|
|||
|
this.labelText.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelText.TabIndex = 98;
|
|||
|
this.labelText.Text = "text";
|
|||
|
this.labelText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelTicketing
|
|||
|
//
|
|||
|
this.labelTicketing.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelTicketing.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelTicketing.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelTicketing.Location = new System.Drawing.Point(516, 487);
|
|||
|
this.labelTicketing.Name = "labelTicketing";
|
|||
|
this.labelTicketing.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelTicketing.TabIndex = 99;
|
|||
|
this.labelTicketing.Text = "ticketing";
|
|||
|
this.labelTicketing.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.labelTicketing.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// labelReports
|
|||
|
//
|
|||
|
this.labelReports.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelReports.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelReports.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelReports.Location = new System.Drawing.Point(151, 616);
|
|||
|
this.labelReports.Name = "labelReports";
|
|||
|
this.labelReports.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelReports.TabIndex = 100;
|
|||
|
this.labelReports.Text = "reports";
|
|||
|
this.labelReports.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// labelZones
|
|||
|
//
|
|||
|
this.labelZones.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelZones.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelZones.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelZones.Location = new System.Drawing.Point(271, 616);
|
|||
|
this.labelZones.Name = "labelZones";
|
|||
|
this.labelZones.Size = new System.Drawing.Size(62, 19);
|
|||
|
this.labelZones.TabIndex = 101;
|
|||
|
this.labelZones.Text = "geofence";
|
|||
|
this.labelZones.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// labelTelemetry
|
|||
|
//
|
|||
|
this.labelTelemetry.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelTelemetry.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelTelemetry.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelTelemetry.Location = new System.Drawing.Point(394, 616);
|
|||
|
this.labelTelemetry.Name = "labelTelemetry";
|
|||
|
this.labelTelemetry.Size = new System.Drawing.Size(62, 19);
|
|||
|
this.labelTelemetry.TabIndex = 102;
|
|||
|
this.labelTelemetry.Text = "telemetry";
|
|||
|
this.labelTelemetry.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.Color.Black;
|
|||
|
this.panel1.Location = new System.Drawing.Point(1, 1);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(622, 707);
|
|||
|
this.panel1.TabIndex = 110;
|
|||
|
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// lbLicOSM
|
|||
|
//
|
|||
|
this.lbLicOSM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicOSM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicOSM.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicOSM.Location = new System.Drawing.Point(387, 359);
|
|||
|
this.lbLicOSM.Name = "lbLicOSM";
|
|||
|
this.lbLicOSM.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicOSM.TabIndex = 92;
|
|||
|
this.lbLicOSM.Text = "7302 of 9999";
|
|||
|
this.lbLicOSM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// labelOSM
|
|||
|
//
|
|||
|
this.labelOSM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelOSM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelOSM.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelOSM.Location = new System.Drawing.Point(394, 326);
|
|||
|
this.labelOSM.Name = "labelOSM";
|
|||
|
this.labelOSM.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelOSM.TabIndex = 91;
|
|||
|
this.labelOSM.Text = "OSM";
|
|||
|
this.labelOSM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// pbOSM
|
|||
|
//
|
|||
|
this.pbOSM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbOSM.Image = global::AppServer.Properties.Resources.esri;
|
|||
|
this.pbOSM.Location = new System.Drawing.Point(399, 280);
|
|||
|
this.pbOSM.Name = "pbOSM";
|
|||
|
this.pbOSM.Size = new System.Drawing.Size(44, 44);
|
|||
|
this.pbOSM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbOSM.TabIndex = 43;
|
|||
|
this.pbOSM.TabStop = false;
|
|||
|
//
|
|||
|
// circularOSM
|
|||
|
//
|
|||
|
this.circularOSM.AnimatorDuration = 500;
|
|||
|
this.circularOSM.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularOSM.AnimatorFunction")));
|
|||
|
this.circularOSM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularOSM.Caption = "";
|
|||
|
this.circularOSM.CaptionMargin = 3;
|
|||
|
this.circularOSM.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularOSM.InnerCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularOSM.InnerCircleMargin = 0;
|
|||
|
this.circularOSM.InnerCircleWidth = 1;
|
|||
|
this.circularOSM.Location = new System.Drawing.Point(371, 258);
|
|||
|
this.circularOSM.MaxValue = 7F;
|
|||
|
this.circularOSM.MinValue = -1F;
|
|||
|
this.circularOSM.Name = "circularOSM";
|
|||
|
this.circularOSM.OuterCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularOSM.OuterCircleMargin = 0;
|
|||
|
this.circularOSM.OuterCircleWidth = 1;
|
|||
|
this.circularOSM.ProgressCircleColor = System.Drawing.Color.Crimson;
|
|||
|
this.circularOSM.ProgressCircleStartAngle = 270;
|
|||
|
this.circularOSM.ProgressCircleWidth = 6;
|
|||
|
this.circularOSM.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularOSM.SubText = "";
|
|||
|
this.circularOSM.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularOSM.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularOSM.SupText = "";
|
|||
|
this.circularOSM.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularOSM.TabIndex = 37;
|
|||
|
this.circularOSM.Value = 5F;
|
|||
|
this.circularOSM.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbLogo
|
|||
|
//
|
|||
|
this.pbLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pbLogo.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbLogo.Image = global::AppServer.Properties.Resources.safemobile;
|
|||
|
this.pbLogo.Location = new System.Drawing.Point(476, 677);
|
|||
|
this.pbLogo.Name = "pbLogo";
|
|||
|
this.pbLogo.Size = new System.Drawing.Size(139, 26);
|
|||
|
this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbLogo.TabIndex = 109;
|
|||
|
this.pbLogo.TabStop = false;
|
|||
|
//
|
|||
|
// pbTelemetry
|
|||
|
//
|
|||
|
this.pbTelemetry.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbTelemetry.Image = global::AppServer.Properties.Resources.telemetry;
|
|||
|
this.pbTelemetry.Location = new System.Drawing.Point(400, 568);
|
|||
|
this.pbTelemetry.Name = "pbTelemetry";
|
|||
|
this.pbTelemetry.Size = new System.Drawing.Size(47, 47);
|
|||
|
this.pbTelemetry.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbTelemetry.TabIndex = 108;
|
|||
|
this.pbTelemetry.TabStop = false;
|
|||
|
this.pbTelemetry.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbZones
|
|||
|
//
|
|||
|
this.pbZones.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbZones.Image = global::AppServer.Properties.Resources.geofence;
|
|||
|
this.pbZones.Location = new System.Drawing.Point(281, 573);
|
|||
|
this.pbZones.Name = "pbZones";
|
|||
|
this.pbZones.Size = new System.Drawing.Size(42, 42);
|
|||
|
this.pbZones.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbZones.TabIndex = 107;
|
|||
|
this.pbZones.TabStop = false;
|
|||
|
this.pbZones.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbReports
|
|||
|
//
|
|||
|
this.pbReports.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbReports.Image = global::AppServer.Properties.Resources.reports;
|
|||
|
this.pbReports.Location = new System.Drawing.Point(159, 573);
|
|||
|
this.pbReports.Name = "pbReports";
|
|||
|
this.pbReports.Size = new System.Drawing.Size(40, 40);
|
|||
|
this.pbReports.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbReports.TabIndex = 106;
|
|||
|
this.pbReports.TabStop = false;
|
|||
|
this.pbReports.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbTicketing
|
|||
|
//
|
|||
|
this.pbTicketing.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbTicketing.Image = global::AppServer.Properties.Resources.ticketing;
|
|||
|
this.pbTicketing.Location = new System.Drawing.Point(522, 439);
|
|||
|
this.pbTicketing.Name = "pbTicketing";
|
|||
|
this.pbTicketing.Size = new System.Drawing.Size(47, 47);
|
|||
|
this.pbTicketing.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbTicketing.TabIndex = 105;
|
|||
|
this.pbTicketing.TabStop = false;
|
|||
|
this.pbTicketing.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbText
|
|||
|
//
|
|||
|
this.pbText.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbText.Image = global::AppServer.Properties.Resources.sms1;
|
|||
|
this.pbText.Location = new System.Drawing.Point(403, 441);
|
|||
|
this.pbText.Name = "pbText";
|
|||
|
this.pbText.Size = new System.Drawing.Size(44, 44);
|
|||
|
this.pbText.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbText.TabIndex = 104;
|
|||
|
this.pbText.TabStop = false;
|
|||
|
this.pbText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbVoice
|
|||
|
//
|
|||
|
this.pbVoice.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbVoice.Image = global::AppServer.Properties.Resources.voice;
|
|||
|
this.pbVoice.Location = new System.Drawing.Point(280, 442);
|
|||
|
this.pbVoice.Name = "pbVoice";
|
|||
|
this.pbVoice.Size = new System.Drawing.Size(44, 44);
|
|||
|
this.pbVoice.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbVoice.TabIndex = 103;
|
|||
|
this.pbVoice.TabStop = false;
|
|||
|
this.pbVoice.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbLive
|
|||
|
//
|
|||
|
this.pbLive.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbLive.Image = global::AppServer.Properties.Resources.live;
|
|||
|
this.pbLive.Location = new System.Drawing.Point(159, 442);
|
|||
|
this.pbLive.Name = "pbLive";
|
|||
|
this.pbLive.Size = new System.Drawing.Size(42, 42);
|
|||
|
this.pbLive.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbLive.TabIndex = 95;
|
|||
|
this.pbLive.TabStop = false;
|
|||
|
this.pbLive.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbFeatureLicenses
|
|||
|
//
|
|||
|
this.pbFeatureLicenses.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbFeatureLicenses.Image = global::AppServer.Properties.Resources.feature;
|
|||
|
this.pbFeatureLicenses.Location = new System.Drawing.Point(23, 437);
|
|||
|
this.pbFeatureLicenses.Name = "pbFeatureLicenses";
|
|||
|
this.pbFeatureLicenses.Size = new System.Drawing.Size(56, 56);
|
|||
|
this.pbFeatureLicenses.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbFeatureLicenses.TabIndex = 94;
|
|||
|
this.pbFeatureLicenses.TabStop = false;
|
|||
|
this.pbFeatureLicenses.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbSoftwareLicenses
|
|||
|
//
|
|||
|
this.pbSoftwareLicenses.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbSoftwareLicenses.Image = global::AppServer.Properties.Resources.software;
|
|||
|
this.pbSoftwareLicenses.Location = new System.Drawing.Point(23, 105);
|
|||
|
this.pbSoftwareLicenses.Name = "pbSoftwareLicenses";
|
|||
|
this.pbSoftwareLicenses.Size = new System.Drawing.Size(56, 56);
|
|||
|
this.pbSoftwareLicenses.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbSoftwareLicenses.TabIndex = 92;
|
|||
|
this.pbSoftwareLicenses.TabStop = false;
|
|||
|
this.pbSoftwareLicenses.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbMapLicenses
|
|||
|
//
|
|||
|
this.pbMapLicenses.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbMapLicenses.Image = global::AppServer.Properties.Resources.maps;
|
|||
|
this.pbMapLicenses.Location = new System.Drawing.Point(23, 275);
|
|||
|
this.pbMapLicenses.Name = "pbMapLicenses";
|
|||
|
this.pbMapLicenses.Size = new System.Drawing.Size(56, 56);
|
|||
|
this.pbMapLicenses.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbMapLicenses.TabIndex = 89;
|
|||
|
this.pbMapLicenses.TabStop = false;
|
|||
|
this.pbMapLicenses.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbSDM
|
|||
|
//
|
|||
|
this.pbSDM.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbSDM.Image = global::AppServer.Properties.Resources.sdm;
|
|||
|
this.pbSDM.Location = new System.Drawing.Point(524, 113);
|
|||
|
this.pbSDM.Name = "pbSDM";
|
|||
|
this.pbSDM.Size = new System.Drawing.Size(41, 41);
|
|||
|
this.pbSDM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbSDM.TabIndex = 64;
|
|||
|
this.pbSDM.TabStop = false;
|
|||
|
this.pbSDM.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbGateways
|
|||
|
//
|
|||
|
this.pbGateways.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbGateways.Image = global::AppServer.Properties.Resources.mobile;
|
|||
|
this.pbGateways.Location = new System.Drawing.Point(399, 105);
|
|||
|
this.pbGateways.Name = "pbGateways";
|
|||
|
this.pbGateways.Size = new System.Drawing.Size(51, 56);
|
|||
|
this.pbGateways.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbGateways.TabIndex = 54;
|
|||
|
this.pbGateways.TabStop = false;
|
|||
|
this.pbGateways.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbSD
|
|||
|
//
|
|||
|
this.pbSD.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbSD.Image = global::AppServer.Properties.Resources.sd2;
|
|||
|
this.pbSD.Location = new System.Drawing.Point(276, 108);
|
|||
|
this.pbSD.Name = "pbSD";
|
|||
|
this.pbSD.Size = new System.Drawing.Size(51, 56);
|
|||
|
this.pbSD.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbSD.TabIndex = 52;
|
|||
|
this.pbSD.TabStop = false;
|
|||
|
this.pbSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbArcGis
|
|||
|
//
|
|||
|
this.pbArcGis.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbArcGis.Image = global::AppServer.Properties.Resources.esri;
|
|||
|
this.pbArcGis.Location = new System.Drawing.Point(280, 280);
|
|||
|
this.pbArcGis.Name = "pbArcGis";
|
|||
|
this.pbArcGis.Size = new System.Drawing.Size(44, 44);
|
|||
|
this.pbArcGis.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbArcGis.TabIndex = 42;
|
|||
|
this.pbArcGis.TabStop = false;
|
|||
|
this.pbArcGis.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbUnits
|
|||
|
//
|
|||
|
this.pbUnits.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbUnits.Image = global::AppServer.Properties.Resources.portable;
|
|||
|
this.pbUnits.Location = new System.Drawing.Point(154, 108);
|
|||
|
this.pbUnits.Name = "pbUnits";
|
|||
|
this.pbUnits.Size = new System.Drawing.Size(47, 47);
|
|||
|
this.pbUnits.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbUnits.TabIndex = 26;
|
|||
|
this.pbUnits.TabStop = false;
|
|||
|
this.pbUnits.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbGoogle
|
|||
|
//
|
|||
|
this.pbGoogle.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbGoogle.Image = global::AppServer.Properties.Resources.google_maps;
|
|||
|
this.pbGoogle.Location = new System.Drawing.Point(157, 275);
|
|||
|
this.pbGoogle.Name = "pbGoogle";
|
|||
|
this.pbGoogle.Size = new System.Drawing.Size(44, 44);
|
|||
|
this.pbGoogle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbGoogle.TabIndex = 34;
|
|||
|
this.pbGoogle.TabStop = false;
|
|||
|
this.pbGoogle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pictMin
|
|||
|
//
|
|||
|
this.pictMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pictMin.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pictMin.Image = global::AppServer.Properties.Resources.minimize;
|
|||
|
this.pictMin.Location = new System.Drawing.Point(561, 12);
|
|||
|
this.pictMin.Name = "pictMin";
|
|||
|
this.pictMin.Size = new System.Drawing.Size(22, 22);
|
|||
|
this.pictMin.TabIndex = 21;
|
|||
|
this.pictMin.TabStop = false;
|
|||
|
this.pictMin.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictMin_MouseClick);
|
|||
|
this.pictMin.MouseEnter += new System.EventHandler(this.pictMin_MouseEnter);
|
|||
|
this.pictMin.MouseLeave += new System.EventHandler(this.pictMin_MouseLeave);
|
|||
|
this.pictMin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pictClose
|
|||
|
//
|
|||
|
this.pictClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pictClose.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pictClose.Image = global::AppServer.Properties.Resources.close;
|
|||
|
this.pictClose.Location = new System.Drawing.Point(587, 12);
|
|||
|
this.pictClose.Name = "pictClose";
|
|||
|
this.pictClose.Size = new System.Drawing.Size(22, 22);
|
|||
|
this.pictClose.TabIndex = 20;
|
|||
|
this.pictClose.TabStop = false;
|
|||
|
this.pictClose.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictClose_MouseClick);
|
|||
|
this.pictClose.MouseEnter += new System.EventHandler(this.pictClose_MouseEnter);
|
|||
|
this.pictClose.MouseLeave += new System.EventHandler(this.pictClose_MouseLeave);
|
|||
|
this.pictClose.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
//
|
|||
|
// pbRecordings
|
|||
|
//
|
|||
|
this.pbRecordings.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pbRecordings.Image = global::AppServer.Properties.Resources.voice;
|
|||
|
this.pbRecordings.Location = new System.Drawing.Point(524, 572);
|
|||
|
this.pbRecordings.Name = "pbRecordings";
|
|||
|
this.pbRecordings.Size = new System.Drawing.Size(44, 44);
|
|||
|
this.pbRecordings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbRecordings.TabIndex = 107;
|
|||
|
this.pbRecordings.TabStop = false;
|
|||
|
//
|
|||
|
// labelRecordings
|
|||
|
//
|
|||
|
this.labelRecordings.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelRecordings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelRecordings.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelRecordings.Location = new System.Drawing.Point(518, 615);
|
|||
|
this.labelRecordings.Name = "labelRecordings";
|
|||
|
this.labelRecordings.Size = new System.Drawing.Size(56, 19);
|
|||
|
this.labelRecordings.TabIndex = 106;
|
|||
|
this.labelRecordings.Text = "recordings";
|
|||
|
this.labelRecordings.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lbLicRecordings
|
|||
|
//
|
|||
|
this.lbLicRecordings.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lbLicRecordings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lbLicRecordings.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.lbLicRecordings.Location = new System.Drawing.Point(506, 654);
|
|||
|
this.lbLicRecordings.Name = "lbLicRecordings";
|
|||
|
this.lbLicRecordings.Size = new System.Drawing.Size(80, 25);
|
|||
|
this.lbLicRecordings.TabIndex = 105;
|
|||
|
this.lbLicRecordings.Text = "7302 of 9999";
|
|||
|
this.lbLicRecordings.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// circularRecordings
|
|||
|
//
|
|||
|
this.circularRecordings.AnimatorDuration = 500;
|
|||
|
this.circularRecordings.AnimatorFunction = ((WinFormAnimation.Functions.Function)(resources.GetObject("circularRecordings.AnimatorFunction")));
|
|||
|
this.circularRecordings.BackColor = System.Drawing.Color.Black;
|
|||
|
this.circularRecordings.Caption = "";
|
|||
|
this.circularRecordings.CaptionMargin = 3;
|
|||
|
this.circularRecordings.ForeColor = System.Drawing.Color.White;
|
|||
|
this.circularRecordings.InnerCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularRecordings.InnerCircleMargin = 0;
|
|||
|
this.circularRecordings.InnerCircleWidth = 1;
|
|||
|
this.circularRecordings.Location = new System.Drawing.Point(492, 550);
|
|||
|
this.circularRecordings.MaxValue = 7F;
|
|||
|
this.circularRecordings.MinValue = -1F;
|
|||
|
this.circularRecordings.Name = "circularRecordings";
|
|||
|
this.circularRecordings.OuterCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularRecordings.OuterCircleMargin = 0;
|
|||
|
this.circularRecordings.OuterCircleWidth = 1;
|
|||
|
this.circularRecordings.ProgressCircleColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(80)))), ((int)(((byte)(0)))));
|
|||
|
this.circularRecordings.ProgressCircleStartAngle = 270;
|
|||
|
this.circularRecordings.ProgressCircleWidth = 6;
|
|||
|
this.circularRecordings.Size = new System.Drawing.Size(101, 101);
|
|||
|
this.circularRecordings.SubText = "";
|
|||
|
this.circularRecordings.SubTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularRecordings.SupSubFont = new System.Drawing.Font("Microsoft Sans Serif", 4.125F);
|
|||
|
this.circularRecordings.SupText = "";
|
|||
|
this.circularRecordings.SupTextColor = System.Drawing.Color.Gray;
|
|||
|
this.circularRecordings.TabIndex = 104;
|
|||
|
this.circularRecordings.Value = 5F;
|
|||
|
//
|
|||
|
// MainForm
|
|||
|
//
|
|||
|
this.BackColor = System.Drawing.Color.DarkGray;
|
|||
|
this.ClientSize = new System.Drawing.Size(624, 709);
|
|||
|
this.Controls.Add(this.pbRecordings);
|
|||
|
this.Controls.Add(this.lbLicRecordings);
|
|||
|
this.Controls.Add(this.labelRecordings);
|
|||
|
this.Controls.Add(this.circularRecordings);
|
|||
|
this.Controls.Add(this.pbOSM);
|
|||
|
this.Controls.Add(this.lbLicOSM);
|
|||
|
this.Controls.Add(this.labelOSM);
|
|||
|
this.Controls.Add(this.circularOSM);
|
|||
|
this.Controls.Add(this.pbLogo);
|
|||
|
this.Controls.Add(this.pbTelemetry);
|
|||
|
this.Controls.Add(this.pbZones);
|
|||
|
this.Controls.Add(this.pbReports);
|
|||
|
this.Controls.Add(this.pbTicketing);
|
|||
|
this.Controls.Add(this.pbText);
|
|||
|
this.Controls.Add(this.pbVoice);
|
|||
|
this.Controls.Add(this.labelTelemetry);
|
|||
|
this.Controls.Add(this.labelZones);
|
|||
|
this.Controls.Add(this.labelReports);
|
|||
|
this.Controls.Add(this.labelTicketing);
|
|||
|
this.Controls.Add(this.labelText);
|
|||
|
this.Controls.Add(this.labelVoice);
|
|||
|
this.Controls.Add(this.labelLive);
|
|||
|
this.Controls.Add(this.pbLive);
|
|||
|
this.Controls.Add(this.pbFeatureLicenses);
|
|||
|
this.Controls.Add(this.lbFeatureLicenses);
|
|||
|
this.Controls.Add(this.pbSoftwareLicenses);
|
|||
|
this.Controls.Add(this.lbSoftwareLicenses);
|
|||
|
this.Controls.Add(this.labelArcGis);
|
|||
|
this.Controls.Add(this.pbMapLicenses);
|
|||
|
this.Controls.Add(this.lbMapLicenses);
|
|||
|
this.Controls.Add(this.lbLicTelemetry);
|
|||
|
this.Controls.Add(this.circularTelemetry);
|
|||
|
this.Controls.Add(this.lbLicEmail);
|
|||
|
this.Controls.Add(this.circularZones);
|
|||
|
this.Controls.Add(this.lbLicTicketing);
|
|||
|
this.Controls.Add(this.circularTicketing);
|
|||
|
this.Controls.Add(this.lbLicText);
|
|||
|
this.Controls.Add(this.circularText);
|
|||
|
this.Controls.Add(this.lbLicVoice);
|
|||
|
this.Controls.Add(this.circularVoice);
|
|||
|
this.Controls.Add(this.lbLicReports);
|
|||
|
this.Controls.Add(this.circularReports);
|
|||
|
this.Controls.Add(this.lbLicLive);
|
|||
|
this.Controls.Add(this.circularLive);
|
|||
|
this.Controls.Add(this.dividerFeature);
|
|||
|
this.Controls.Add(this.lbLicGateways);
|
|||
|
this.Controls.Add(this.labelSD);
|
|||
|
this.Controls.Add(this.labelGateways);
|
|||
|
this.Controls.Add(this.lbLicSDM);
|
|||
|
this.Controls.Add(this.labelSDM);
|
|||
|
this.Controls.Add(this.pbSDM);
|
|||
|
this.Controls.Add(this.circularSDM);
|
|||
|
this.Controls.Add(this.lbLicArcGis);
|
|||
|
this.Controls.Add(this.lbLicSD);
|
|||
|
this.Controls.Add(this.pbGateways);
|
|||
|
this.Controls.Add(this.circularGateways);
|
|||
|
this.Controls.Add(this.pbSD);
|
|||
|
this.Controls.Add(this.circularSD);
|
|||
|
this.Controls.Add(this.lbLicGoogle);
|
|||
|
this.Controls.Add(this.pbArcGis);
|
|||
|
this.Controls.Add(this.lbLicUnits);
|
|||
|
this.Controls.Add(this.pbUnits);
|
|||
|
this.Controls.Add(this.labelUnits);
|
|||
|
this.Controls.Add(this.circularArcGis);
|
|||
|
this.Controls.Add(this.labelGoogle);
|
|||
|
this.Controls.Add(this.pbGoogle);
|
|||
|
this.Controls.Add(this.circularGoogle);
|
|||
|
this.Controls.Add(this.dividerMap);
|
|||
|
this.Controls.Add(this.lbRegistrationStatus);
|
|||
|
this.Controls.Add(this.dividerSoftware);
|
|||
|
this.Controls.Add(this.circularUnits);
|
|||
|
this.Controls.Add(this.pictMin);
|
|||
|
this.Controls.Add(this.pictClose);
|
|||
|
this.Controls.Add(this.lbRegistrationRemaining);
|
|||
|
this.Controls.Add(this.lbVersion);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.Name = "MainForm";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Application Server";
|
|||
|
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|||
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
|||
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|||
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbOSM)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbTelemetry)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbZones)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbReports)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbTicketing)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbText)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbVoice)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbLive)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbFeatureLicenses)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbSoftwareLicenses)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbMapLicenses)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbSDM)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbGateways)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbSD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbArcGis)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbUnits)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbGoogle)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictMin)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictClose)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbRecordings)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|||
|
private System.Windows.Forms.Label lbVersion;
|
|||
|
private System.Windows.Forms.Timer Check_dongle_timer;
|
|||
|
private System.Windows.Forms.Label lbRegistrationRemaining;
|
|||
|
private System.Windows.Forms.PictureBox pictClose;
|
|||
|
private System.Windows.Forms.PictureBox pictMin;
|
|||
|
private System.Windows.Forms.Timer StartReport;
|
|||
|
private CircularProgressBar.CircularProgressBar circularUnits;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.PictureBox pbUnits;
|
|||
|
private System.Windows.Forms.Label labelUnits;
|
|||
|
private System.Windows.Forms.Panel dividerSoftware;
|
|||
|
private System.Windows.Forms.Label lbRegistrationStatus;
|
|||
|
private System.Windows.Forms.Panel dividerMap;
|
|||
|
private System.Windows.Forms.Label labelGoogle;
|
|||
|
private System.Windows.Forms.PictureBox pbGoogle;
|
|||
|
private CircularProgressBar.CircularProgressBar circularGoogle;
|
|||
|
private CircularProgressBar.CircularProgressBar circularArcGis;
|
|||
|
private System.Windows.Forms.Label lbLicUnits;
|
|||
|
private System.Windows.Forms.PictureBox pbArcGis;
|
|||
|
private System.Windows.Forms.Label labelGateways;
|
|||
|
private System.Windows.Forms.Label lbLicGoogle;
|
|||
|
private System.Windows.Forms.Label lbLicSD;
|
|||
|
private System.Windows.Forms.PictureBox pbGateways;
|
|||
|
private CircularProgressBar.CircularProgressBar circularGateways;
|
|||
|
private System.Windows.Forms.Label labelSD;
|
|||
|
private System.Windows.Forms.PictureBox pbSD;
|
|||
|
private CircularProgressBar.CircularProgressBar circularSD;
|
|||
|
private System.Windows.Forms.Label lbLicArcGis;
|
|||
|
private System.Windows.Forms.Label lbLicSDM;
|
|||
|
private System.Windows.Forms.Label labelSDM;
|
|||
|
private System.Windows.Forms.PictureBox pbSDM;
|
|||
|
private CircularProgressBar.CircularProgressBar circularSDM;
|
|||
|
private System.Windows.Forms.Label lbLicGateways;
|
|||
|
private System.Windows.Forms.Panel dividerFeature;
|
|||
|
private CircularProgressBar.CircularProgressBar circularLive;
|
|||
|
private System.Windows.Forms.Label lbLicLive;
|
|||
|
private System.Windows.Forms.Label lbLicReports;
|
|||
|
private CircularProgressBar.CircularProgressBar circularReports;
|
|||
|
private System.Windows.Forms.Label lbLicVoice;
|
|||
|
private CircularProgressBar.CircularProgressBar circularVoice;
|
|||
|
private System.Windows.Forms.Label lbLicText;
|
|||
|
private CircularProgressBar.CircularProgressBar circularText;
|
|||
|
private System.Windows.Forms.Label lbLicTicketing;
|
|||
|
private CircularProgressBar.CircularProgressBar circularTicketing;
|
|||
|
private System.Windows.Forms.Label lbLicEmail;
|
|||
|
private CircularProgressBar.CircularProgressBar circularZones;
|
|||
|
private System.Windows.Forms.Label lbLicTelemetry;
|
|||
|
private CircularProgressBar.CircularProgressBar circularTelemetry;
|
|||
|
private System.Windows.Forms.Label lbMapLicenses;
|
|||
|
private System.Windows.Forms.PictureBox pbMapLicenses;
|
|||
|
private System.Windows.Forms.Label labelArcGis;
|
|||
|
private System.Windows.Forms.PictureBox pbSoftwareLicenses;
|
|||
|
private System.Windows.Forms.Label lbSoftwareLicenses;
|
|||
|
private System.Windows.Forms.PictureBox pbFeatureLicenses;
|
|||
|
private System.Windows.Forms.Label lbFeatureLicenses;
|
|||
|
private System.Windows.Forms.PictureBox pbLive;
|
|||
|
private System.Windows.Forms.Label labelLive;
|
|||
|
private System.Windows.Forms.Label labelVoice;
|
|||
|
private System.Windows.Forms.Label labelText;
|
|||
|
private System.Windows.Forms.Label labelTicketing;
|
|||
|
private System.Windows.Forms.Label labelReports;
|
|||
|
private System.Windows.Forms.Label labelZones;
|
|||
|
private System.Windows.Forms.Label labelTelemetry;
|
|||
|
private System.Windows.Forms.PictureBox pbVoice;
|
|||
|
private System.Windows.Forms.PictureBox pbText;
|
|||
|
private System.Windows.Forms.PictureBox pbTicketing;
|
|||
|
private System.Windows.Forms.PictureBox pbReports;
|
|||
|
private System.Windows.Forms.PictureBox pbZones;
|
|||
|
private System.Windows.Forms.PictureBox pbTelemetry;
|
|||
|
private System.Windows.Forms.PictureBox pbLogo;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
|
|||
|
private System.Windows.Forms.Label lbLicOSM;
|
|||
|
private System.Windows.Forms.Label labelOSM;
|
|||
|
private System.Windows.Forms.PictureBox pbOSM;
|
|||
|
private CircularProgressBar.CircularProgressBar circularOSM;
|
|||
|
private System.Windows.Forms.PictureBox pbRecordings;
|
|||
|
private System.Windows.Forms.Label labelRecordings;
|
|||
|
private System.Windows.Forms.Label lbLicRecordings;
|
|||
|
private CircularProgressBar.CircularProgressBar circularRecordings;
|
|||
|
}
|
|||
|
}
|