1474 lines
93 KiB
C#
1474 lines
93 KiB
C#
|
using System;
|
||
|
using System.Drawing;
|
||
|
using System.Collections;
|
||
|
using System.ComponentModel;
|
||
|
using System.Windows.Forms;
|
||
|
using System.Data;
|
||
|
using System.Threading;
|
||
|
using System.IO;
|
||
|
using SafeMobileLib;
|
||
|
|
||
|
namespace Safedispatch_4_0
|
||
|
{
|
||
|
partial class HistoryTabGIS
|
||
|
{
|
||
|
/// <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))
|
||
|
{
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Component Designer generated code
|
||
|
|
||
|
/// <summary>
|
||
|
/// Required method for Designer support - do not modify
|
||
|
/// the contents of this method with the code editor.
|
||
|
/// </summary>
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
this.components = new System.ComponentModel.Container();
|
||
|
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
|
||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistoryTabGIS));
|
||
|
this.currentTimeBox = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.label1 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.label2 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.label3 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.startTimeBox = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.endTimeBox = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
||
|
this.textBox3 = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.label7 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.textBox4 = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.skinButton1 = new Telerik.WinControls.UI.RadButton();
|
||
|
this.skinButton2 = new Telerik.WinControls.UI.RadButton();
|
||
|
this.skinButton3 = new Telerik.WinControls.UI.RadButton();
|
||
|
this.skinButton4 = new Telerik.WinControls.UI.RadButton();
|
||
|
this.MapControlPopup = new Telerik.WinControls.UI.RadContextMenu(this.components);
|
||
|
this.showInformationToolStripMenuItem = new Telerik.WinControls.UI.RadMenuItem();
|
||
|
this.goToCenterToolStripMenuItem = new Telerik.WinControls.UI.RadMenuItem();
|
||
|
this.WorkerHead = new System.ComponentModel.BackgroundWorker();
|
||
|
this.Killtimer = new System.Windows.Forms.Timer(this.components);
|
||
|
this.GoogleClick = new System.Windows.Forms.Timer(this.components);
|
||
|
this.StartBasicHistory = new System.Windows.Forms.Timer(this.components);
|
||
|
this.radDock1 = new Telerik.WinControls.UI.Docking.RadDock();
|
||
|
this.toolWindow1 = new Telerik.WinControls.UI.Docking.ToolWindow();
|
||
|
this.rlUntil = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.pbFilter = new System.Windows.Forms.PictureBox();
|
||
|
this.rtbFilterUnits = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.rbResetHistory = new Telerik.WinControls.UI.RadButton();
|
||
|
this.rcbSpeedUpper = new Telerik.WinControls.UI.RadCheckBox();
|
||
|
this.rseSpeedUpper = new Telerik.WinControls.UI.RadSpinEditor();
|
||
|
this.rcbSpeedLower = new Telerik.WinControls.UI.RadCheckBox();
|
||
|
this.rseSpeedLower = new Telerik.WinControls.UI.RadSpinEditor();
|
||
|
this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.treeViewUnits = new Telerik.WinControls.UI.RadTreeView();
|
||
|
this.btDisplayHeading = new Telerik.WinControls.UI.RadButton();
|
||
|
this.btnDisplayHistory = new Telerik.WinControls.UI.RadButton();
|
||
|
this.rcbComputeAddress = new Telerik.WinControls.UI.RadCheckBox();
|
||
|
this.pb24H = new System.Windows.Forms.PictureBox();
|
||
|
this.rdpStartTime = new Telerik.WinControls.UI.RadDateTimePicker();
|
||
|
this.labelUnits = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.rdpEndTime = new Telerik.WinControls.UI.RadDateTimePicker();
|
||
|
this.toolTabStrip1 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
|
||
|
this.windowHistoryResult = new Telerik.WinControls.UI.Docking.ToolWindow();
|
||
|
this.rseSkipSeconds = new Telerik.WinControls.UI.RadSpinEditor();
|
||
|
this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.rsePositionDisplay = new Telerik.WinControls.UI.RadSpinEditor();
|
||
|
this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.labelSlideshow = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.btForward = new Telerik.WinControls.UI.RadButton();
|
||
|
this.btStop = new Telerik.WinControls.UI.RadButton();
|
||
|
this.btPause = new Telerik.WinControls.UI.RadButton();
|
||
|
this.btPlay = new Telerik.WinControls.UI.RadButton();
|
||
|
this.btBack = new Telerik.WinControls.UI.RadButton();
|
||
|
this.gridHistoryPoints = new Telerik.WinControls.UI.RadGridView();
|
||
|
this.documentContainer1 = new Telerik.WinControls.UI.Docking.DocumentContainer();
|
||
|
this.documentTabStrip1 = new Telerik.WinControls.UI.Docking.DocumentTabStrip();
|
||
|
this.toolWindow2 = new Telerik.WinControls.UI.Docking.ToolWindow();
|
||
|
this.HistoryPanel = new Telerik.WinControls.UI.RadPanel();
|
||
|
this.HistroyProgBar = new Telerik.WinControls.UI.RadProgressBar();
|
||
|
this.txProgStatus = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.btStopCalc = new Telerik.WinControls.UI.RadButton();
|
||
|
this.radSplitContainer3 = new Telerik.WinControls.UI.RadSplitContainer();
|
||
|
this.splitPanel6 = new Telerik.WinControls.UI.SplitPanel();
|
||
|
this.ToolControl = new ESRI.ArcGIS.Controls.AxToolbarControl();
|
||
|
this.splitPanel7 = new Telerik.WinControls.UI.SplitPanel();
|
||
|
this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
|
||
|
this.mapControl = new ESRI.ArcGIS.Controls.AxMapControl();
|
||
|
this.imageListGrid = new System.Windows.Forms.ImageList(this.components);
|
||
|
this.radColorDialog1 = new Telerik.WinControls.RadColorDialog();
|
||
|
this.ResizeWorker = new System.ComponentModel.BackgroundWorker();
|
||
|
this.toolTabStrip3 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
|
||
|
this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
|
||
|
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
||
|
this.toolTipHelp = new System.Windows.Forms.ToolTip(this.components);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.currentTimeBox)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.startTimeBox)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.endTimeBox)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton1)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton2)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton3)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton4)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radDock1)).BeginInit();
|
||
|
this.radDock1.SuspendLayout();
|
||
|
this.toolWindow1.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rlUntil)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pbFilter)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rtbFilterUnits)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rbResetHistory)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rcbSpeedUpper)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rseSpeedUpper)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rcbSpeedLower)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rseSpeedLower)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.treeViewUnits)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btDisplayHeading)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btnDisplayHistory)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rcbComputeAddress)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pb24H)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rdpStartTime)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.labelUnits)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rdpEndTime)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip1)).BeginInit();
|
||
|
this.toolTabStrip1.SuspendLayout();
|
||
|
this.windowHistoryResult.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rseSkipSeconds)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rsePositionDisplay)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.labelSlideshow)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btForward)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btStop)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btPause)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btPlay)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btBack)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.gridHistoryPoints)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.gridHistoryPoints.MasterTemplate)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).BeginInit();
|
||
|
this.documentContainer1.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).BeginInit();
|
||
|
this.documentTabStrip1.SuspendLayout();
|
||
|
this.toolWindow2.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.HistoryPanel)).BeginInit();
|
||
|
this.HistoryPanel.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.HistroyProgBar)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.txProgStatus)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btStopCalc)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer3)).BeginInit();
|
||
|
this.radSplitContainer3.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).BeginInit();
|
||
|
this.splitPanel6.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.ToolControl)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).BeginInit();
|
||
|
this.splitPanel7.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip3)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// currentTimeBox
|
||
|
//
|
||
|
this.currentTimeBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.currentTimeBox.Location = new System.Drawing.Point(117, 59);
|
||
|
this.currentTimeBox.Name = "currentTimeBox";
|
||
|
this.currentTimeBox.ReadOnly = true;
|
||
|
this.currentTimeBox.Size = new System.Drawing.Size(126, 19);
|
||
|
this.currentTimeBox.TabIndex = 6;
|
||
|
this.currentTimeBox.TabStop = false;
|
||
|
this.currentTimeBox.ThemeName = "Office2013Dark";
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.label1.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.label1.Location = new System.Drawing.Point(21, 62);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(80, 19);
|
||
|
this.label1.TabIndex = 7;
|
||
|
this.label1.Text = "Current time";
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.label2.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.label2.Location = new System.Drawing.Point(21, 37);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(64, 19);
|
||
|
this.label2.TabIndex = 8;
|
||
|
this.label2.Text = "Start time";
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.label3.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.label3.Location = new System.Drawing.Point(21, 84);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(58, 19);
|
||
|
this.label3.TabIndex = 9;
|
||
|
this.label3.Text = "End time";
|
||
|
//
|
||
|
// startTimeBox
|
||
|
//
|
||
|
this.startTimeBox.Location = new System.Drawing.Point(117, 36);
|
||
|
this.startTimeBox.Name = "startTimeBox";
|
||
|
this.startTimeBox.ReadOnly = true;
|
||
|
this.startTimeBox.Size = new System.Drawing.Size(126, 21);
|
||
|
this.startTimeBox.TabIndex = 10;
|
||
|
this.startTimeBox.TabStop = false;
|
||
|
this.startTimeBox.ThemeName = "Office2013Dark";
|
||
|
//
|
||
|
// endTimeBox
|
||
|
//
|
||
|
this.endTimeBox.Location = new System.Drawing.Point(117, 84);
|
||
|
this.endTimeBox.Name = "endTimeBox";
|
||
|
this.endTimeBox.ReadOnly = true;
|
||
|
this.endTimeBox.Size = new System.Drawing.Size(126, 21);
|
||
|
this.endTimeBox.TabIndex = 11;
|
||
|
this.endTimeBox.TabStop = false;
|
||
|
this.endTimeBox.ThemeName = "Office2013Dark";
|
||
|
//
|
||
|
// backgroundWorker1
|
||
|
//
|
||
|
this.backgroundWorker1.WorkerReportsProgress = true;
|
||
|
this.backgroundWorker1.WorkerSupportsCancellation = true;
|
||
|
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
||
|
this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
|
||
|
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
|
||
|
//
|
||
|
// textBox3
|
||
|
//
|
||
|
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.textBox3.Location = new System.Drawing.Point(289, 282);
|
||
|
this.textBox3.Name = "textBox3";
|
||
|
this.textBox3.ReadOnly = true;
|
||
|
this.textBox3.Size = new System.Drawing.Size(44, 20);
|
||
|
this.textBox3.TabIndex = 26;
|
||
|
this.textBox3.TabStop = false;
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.label7.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.label7.Location = new System.Drawing.Point(265, 282);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(17, 23);
|
||
|
this.label7.TabIndex = 25;
|
||
|
this.label7.Text = "/";
|
||
|
//
|
||
|
// textBox4
|
||
|
//
|
||
|
this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.textBox4.Location = new System.Drawing.Point(215, 282);
|
||
|
this.textBox4.Name = "textBox4";
|
||
|
this.textBox4.Size = new System.Drawing.Size(44, 20);
|
||
|
this.textBox4.TabIndex = 24;
|
||
|
this.textBox4.TabStop = false;
|
||
|
//
|
||
|
// skinButton1
|
||
|
//
|
||
|
this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.skinButton1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.skinButton1.ImageAlignment = System.Drawing.ContentAlignment.TopCenter;
|
||
|
this.skinButton1.ImageIndex = 2;
|
||
|
this.skinButton1.Location = new System.Drawing.Point(450, 282);
|
||
|
this.skinButton1.Name = "skinButton1";
|
||
|
this.skinButton1.Size = new System.Drawing.Size(95, 24);
|
||
|
this.skinButton1.TabIndex = 23;
|
||
|
this.skinButton1.Text = ">>";
|
||
|
//
|
||
|
// skinButton2
|
||
|
//
|
||
|
this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.skinButton2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.skinButton2.ImageAlignment = System.Drawing.ContentAlignment.TopCenter;
|
||
|
this.skinButton2.ImageIndex = 2;
|
||
|
this.skinButton2.Location = new System.Drawing.Point(349, 282);
|
||
|
this.skinButton2.Name = "skinButton2";
|
||
|
this.skinButton2.Size = new System.Drawing.Size(95, 24);
|
||
|
this.skinButton2.TabIndex = 22;
|
||
|
this.skinButton2.Text = ">";
|
||
|
//
|
||
|
// skinButton3
|
||
|
//
|
||
|
this.skinButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.skinButton3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.skinButton3.ImageAlignment = System.Drawing.ContentAlignment.TopCenter;
|
||
|
this.skinButton3.ImageIndex = 2;
|
||
|
this.skinButton3.Location = new System.Drawing.Point(105, 282);
|
||
|
this.skinButton3.Name = "skinButton3";
|
||
|
this.skinButton3.Size = new System.Drawing.Size(95, 24);
|
||
|
this.skinButton3.TabIndex = 21;
|
||
|
this.skinButton3.Text = "<";
|
||
|
//
|
||
|
// skinButton4
|
||
|
//
|
||
|
this.skinButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.skinButton4.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.skinButton4.ImageAlignment = System.Drawing.ContentAlignment.TopCenter;
|
||
|
this.skinButton4.ImageIndex = 2;
|
||
|
this.skinButton4.Location = new System.Drawing.Point(4, 282);
|
||
|
this.skinButton4.Name = "skinButton4";
|
||
|
this.skinButton4.Size = new System.Drawing.Size(95, 24);
|
||
|
this.skinButton4.TabIndex = 20;
|
||
|
this.skinButton4.Text = "<<";
|
||
|
//
|
||
|
// MapControlPopup
|
||
|
//
|
||
|
this.MapControlPopup.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||
|
this.showInformationToolStripMenuItem,
|
||
|
this.goToCenterToolStripMenuItem});
|
||
|
//
|
||
|
// showInformationToolStripMenuItem
|
||
|
//
|
||
|
this.showInformationToolStripMenuItem.Name = "showInformationToolStripMenuItem";
|
||
|
this.showInformationToolStripMenuItem.Text = "Show Information";
|
||
|
//
|
||
|
// goToCenterToolStripMenuItem
|
||
|
//
|
||
|
this.goToCenterToolStripMenuItem.Name = "goToCenterToolStripMenuItem";
|
||
|
this.goToCenterToolStripMenuItem.Text = "Go to center";
|
||
|
//
|
||
|
// WorkerHead
|
||
|
//
|
||
|
this.WorkerHead.WorkerReportsProgress = true;
|
||
|
this.WorkerHead.WorkerSupportsCancellation = true;
|
||
|
this.WorkerHead.DoWork += new System.ComponentModel.DoWorkEventHandler(this.WorkerHead_DoWork);
|
||
|
this.WorkerHead.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.WorkerHead_ProgressChanged);
|
||
|
this.WorkerHead.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.WorkerHead_RunWorkerCompleted);
|
||
|
//
|
||
|
// Killtimer
|
||
|
//
|
||
|
this.Killtimer.Interval = 15000;
|
||
|
this.Killtimer.Tick += new System.EventHandler(this.Killtimer_Tick);
|
||
|
//
|
||
|
// StartBasicHistory
|
||
|
//
|
||
|
this.StartBasicHistory.Interval = 3000;
|
||
|
this.StartBasicHistory.Tick += new System.EventHandler(this.StartBasicHistory_Tick);
|
||
|
//
|
||
|
// radDock1
|
||
|
//
|
||
|
this.radDock1.ActiveWindow = this.toolWindow1;
|
||
|
this.radDock1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(254)))));
|
||
|
this.radDock1.CausesValidation = false;
|
||
|
this.radDock1.Controls.Add(this.toolTabStrip1);
|
||
|
this.radDock1.Controls.Add(this.documentContainer1);
|
||
|
this.radDock1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.radDock1.IsCleanUpTarget = true;
|
||
|
this.radDock1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.radDock1.MainDocumentContainer = this.documentContainer1;
|
||
|
this.radDock1.Name = "radDock1";
|
||
|
this.radDock1.Padding = new System.Windows.Forms.Padding(0);
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.radDock1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.radDock1.Size = new System.Drawing.Size(1150, 876);
|
||
|
this.radDock1.TabIndex = 5;
|
||
|
this.radDock1.TabStop = false;
|
||
|
this.radDock1.Text = "radDock1";
|
||
|
this.radDock1.ThemeName = "TelerikMetroBlue";
|
||
|
this.radDock1.ToolTabsAlignment = Telerik.WinControls.UI.TabStripAlignment.Top;
|
||
|
this.radDock1.DockStateChanging += new Telerik.WinControls.UI.Docking.DockStateChangingEventHandler(this.radDock1_DockStateChanging);
|
||
|
this.radDock1.ActiveWindowChanging += new Telerik.WinControls.UI.Docking.DockWindowCancelEventHandler(this.radDock1_ActiveWindowChanging);
|
||
|
this.radDock1.ActiveWindowChanged += new Telerik.WinControls.UI.Docking.DockWindowEventHandler(this.radDock1_ActiveWindowChanged);
|
||
|
//
|
||
|
// toolWindow1
|
||
|
//
|
||
|
this.toolWindow1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
|
this.toolWindow1.Caption = null;
|
||
|
this.toolWindow1.Controls.Add(this.rlUntil);
|
||
|
this.toolWindow1.Controls.Add(this.pbFilter);
|
||
|
this.toolWindow1.Controls.Add(this.rtbFilterUnits);
|
||
|
this.toolWindow1.Controls.Add(this.rbResetHistory);
|
||
|
this.toolWindow1.Controls.Add(this.rcbSpeedUpper);
|
||
|
this.toolWindow1.Controls.Add(this.rseSpeedUpper);
|
||
|
this.toolWindow1.Controls.Add(this.rcbSpeedLower);
|
||
|
this.toolWindow1.Controls.Add(this.rseSpeedLower);
|
||
|
this.toolWindow1.Controls.Add(this.radLabel6);
|
||
|
this.toolWindow1.Controls.Add(this.radLabel5);
|
||
|
this.toolWindow1.Controls.Add(this.treeViewUnits);
|
||
|
this.toolWindow1.Controls.Add(this.btDisplayHeading);
|
||
|
this.toolWindow1.Controls.Add(this.btnDisplayHistory);
|
||
|
this.toolWindow1.Controls.Add(this.rcbComputeAddress);
|
||
|
this.toolWindow1.Controls.Add(this.pb24H);
|
||
|
this.toolWindow1.Controls.Add(this.rdpStartTime);
|
||
|
this.toolWindow1.Controls.Add(this.labelUnits);
|
||
|
this.toolWindow1.Controls.Add(this.rdpEndTime);
|
||
|
this.toolWindow1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.toolWindow1.Location = new System.Drawing.Point(1, 28);
|
||
|
this.toolWindow1.Name = "toolWindow1";
|
||
|
this.toolWindow1.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
|
||
|
this.toolWindow1.Size = new System.Drawing.Size(294, 846);
|
||
|
this.toolWindow1.Text = "History search parameters";
|
||
|
//
|
||
|
// rlUntil
|
||
|
//
|
||
|
this.rlUntil.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rlUntil.AutoSize = false;
|
||
|
this.rlUntil.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.rlUntil.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.rlUntil.Location = new System.Drawing.Point(130, 661);
|
||
|
this.rlUntil.Name = "rlUntil";
|
||
|
this.rlUntil.Size = new System.Drawing.Size(109, 19);
|
||
|
this.rlUntil.TabIndex = 89;
|
||
|
this.rlUntil.Text = "History until";
|
||
|
this.rlUntil.TextAlignment = System.Drawing.ContentAlignment.TopRight;
|
||
|
//
|
||
|
// pbFilter
|
||
|
//
|
||
|
this.pbFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.pbFilter.BackColor = System.Drawing.Color.White;
|
||
|
this.pbFilter.Image = global::Dispatcher.Properties.Resources.i_search;
|
||
|
this.pbFilter.Location = new System.Drawing.Point(256, 524);
|
||
|
this.pbFilter.Name = "pbFilter";
|
||
|
this.pbFilter.Size = new System.Drawing.Size(21, 21);
|
||
|
this.pbFilter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||
|
this.pbFilter.TabIndex = 69;
|
||
|
this.pbFilter.TabStop = false;
|
||
|
this.pbFilter.Tag = "unselected";
|
||
|
//
|
||
|
// rtbFilterUnits
|
||
|
//
|
||
|
this.rtbFilterUnits.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rtbFilterUnits.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.rtbFilterUnits.Location = new System.Drawing.Point(17, 523);
|
||
|
this.rtbFilterUnits.MaxLength = 140;
|
||
|
this.rtbFilterUnits.Name = "rtbFilterUnits";
|
||
|
this.rtbFilterUnits.NullText = "Type to search unit";
|
||
|
this.rtbFilterUnits.Size = new System.Drawing.Size(264, 23);
|
||
|
this.rtbFilterUnits.TabIndex = 69;
|
||
|
this.rtbFilterUnits.ThemeName = "Office2013Dark";
|
||
|
this.rtbFilterUnits.TextChanged += new System.EventHandler(this.rtbFilterUnits_TextChanged);
|
||
|
//
|
||
|
// rbResetHistory
|
||
|
//
|
||
|
this.rbResetHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rbResetHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.rbResetHistory.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.rbResetHistory.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.rbResetHistory.Location = new System.Drawing.Point(173, 805);
|
||
|
this.rbResetHistory.Name = "rbResetHistory";
|
||
|
this.rbResetHistory.Size = new System.Drawing.Size(60, 34);
|
||
|
this.rbResetHistory.TabIndex = 94;
|
||
|
this.rbResetHistory.Text = "Reset";
|
||
|
this.rbResetHistory.ThemeName = "TelerikMetroBlue";
|
||
|
this.rbResetHistory.Click += new System.EventHandler(this.rbResetHistory_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbResetHistory.GetChildAt(0))).Text = "Reset";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// rcbSpeedUpper
|
||
|
//
|
||
|
this.rcbSpeedUpper.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rcbSpeedUpper.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.rcbSpeedUpper.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
|
||
|
this.rcbSpeedUpper.Location = new System.Drawing.Point(95, 735);
|
||
|
this.rcbSpeedUpper.Name = "rcbSpeedUpper";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.rcbSpeedUpper.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
||
|
this.rcbSpeedUpper.Size = new System.Drawing.Size(160, 19);
|
||
|
this.rcbSpeedUpper.TabIndex = 93;
|
||
|
this.rcbSpeedUpper.Text = "Upper speed limit [km/h]";
|
||
|
this.rcbSpeedUpper.ThemeName = "TelerikMetroBlue";
|
||
|
this.rcbSpeedUpper.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.checkbox_UpdateHT);
|
||
|
this.rcbSpeedUpper.CheckStateChanged += new System.EventHandler(this.speedLimit_CheckStateChanged);
|
||
|
//
|
||
|
// rseSpeedUpper
|
||
|
//
|
||
|
this.rseSpeedUpper.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rseSpeedUpper.Enabled = false;
|
||
|
this.rseSpeedUpper.Location = new System.Drawing.Point(14, 735);
|
||
|
this.rseSpeedUpper.Maximum = new decimal(new int[] {
|
||
|
350,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rseSpeedUpper.Name = "rseSpeedUpper";
|
||
|
this.rseSpeedUpper.Size = new System.Drawing.Size(72, 21);
|
||
|
this.rseSpeedUpper.TabIndex = 92;
|
||
|
this.rseSpeedUpper.TabStop = false;
|
||
|
this.rseSpeedUpper.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
|
||
|
this.rseSpeedUpper.ThemeName = "Office2013Dark";
|
||
|
this.rseSpeedUpper.Value = new decimal(new int[] {
|
||
|
50,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rseSpeedUpper.ValueChanged += new System.EventHandler(this.rse_ValueChanged);
|
||
|
//
|
||
|
// rcbSpeedLower
|
||
|
//
|
||
|
this.rcbSpeedLower.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rcbSpeedLower.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.rcbSpeedLower.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
|
||
|
this.rcbSpeedLower.Location = new System.Drawing.Point(95, 710);
|
||
|
this.rcbSpeedLower.Name = "rcbSpeedLower";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.rcbSpeedLower.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
||
|
this.rcbSpeedLower.Size = new System.Drawing.Size(159, 19);
|
||
|
this.rcbSpeedLower.TabIndex = 91;
|
||
|
this.rcbSpeedLower.Text = "Lower speed limit [km/h]";
|
||
|
this.rcbSpeedLower.ThemeName = "TelerikMetroBlue";
|
||
|
this.rcbSpeedLower.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.checkbox_UpdateHT);
|
||
|
this.rcbSpeedLower.CheckStateChanged += new System.EventHandler(this.speedLimit_CheckStateChanged);
|
||
|
//
|
||
|
// rseSpeedLower
|
||
|
//
|
||
|
this.rseSpeedLower.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rseSpeedLower.Enabled = false;
|
||
|
this.rseSpeedLower.Location = new System.Drawing.Point(14, 710);
|
||
|
this.rseSpeedLower.Maximum = new decimal(new int[] {
|
||
|
350,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rseSpeedLower.Name = "rseSpeedLower";
|
||
|
this.rseSpeedLower.Size = new System.Drawing.Size(72, 21);
|
||
|
this.rseSpeedLower.TabIndex = 90;
|
||
|
this.rseSpeedLower.TabStop = false;
|
||
|
this.rseSpeedLower.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
|
||
|
this.rseSpeedLower.ThemeName = "Office2013Dark";
|
||
|
this.rseSpeedLower.ValueChanged += new System.EventHandler(this.rse_ValueChanged);
|
||
|
//
|
||
|
// radLabel6
|
||
|
//
|
||
|
this.radLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.radLabel6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.radLabel6.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.radLabel6.Location = new System.Drawing.Point(14, 593);
|
||
|
this.radLabel6.Name = "radLabel6";
|
||
|
this.radLabel6.Size = new System.Drawing.Size(81, 19);
|
||
|
this.radLabel6.TabIndex = 88;
|
||
|
this.radLabel6.Text = "History from";
|
||
|
//
|
||
|
// radLabel5
|
||
|
//
|
||
|
this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.radLabel5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.radLabel5.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.radLabel5.Location = new System.Drawing.Point(14, 553);
|
||
|
this.radLabel5.Name = "radLabel5";
|
||
|
this.radLabel5.Size = new System.Drawing.Size(152, 19);
|
||
|
this.radLabel5.TabIndex = 87;
|
||
|
this.radLabel5.Text = "History for selected units";
|
||
|
//
|
||
|
// treeViewUnits
|
||
|
//
|
||
|
this.treeViewUnits.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
| System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.treeViewUnits.CheckBoxes = true;
|
||
|
this.treeViewUnits.Location = new System.Drawing.Point(16, 28);
|
||
|
this.treeViewUnits.Name = "treeViewUnits";
|
||
|
this.treeViewUnits.Size = new System.Drawing.Size(261, 495);
|
||
|
this.treeViewUnits.SortOrder = System.Windows.Forms.SortOrder.Ascending;
|
||
|
this.treeViewUnits.SpacingBetweenNodes = -1;
|
||
|
this.treeViewUnits.TabIndex = 86;
|
||
|
this.treeViewUnits.Text = "radTreeView1";
|
||
|
this.treeViewUnits.ThemeName = "TelerikMetroBlue";
|
||
|
this.treeViewUnits.TriStateMode = true;
|
||
|
this.treeViewUnits.CreateNodeElement += new Telerik.WinControls.UI.CreateTreeNodeElementEventHandler(this.treeViewUnits_CreateNodeElement);
|
||
|
//
|
||
|
// btDisplayHeading
|
||
|
//
|
||
|
this.btDisplayHeading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.btDisplayHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.btDisplayHeading.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btDisplayHeading.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.btDisplayHeading.Location = new System.Drawing.Point(9, 805);
|
||
|
this.btDisplayHeading.Name = "btDisplayHeading";
|
||
|
this.btDisplayHeading.Size = new System.Drawing.Size(136, 34);
|
||
|
this.btDisplayHeading.TabIndex = 85;
|
||
|
this.btDisplayHeading.Text = "Heading";
|
||
|
this.btDisplayHeading.ThemeName = "TelerikMetroBlue";
|
||
|
this.btDisplayHeading.Click += new System.EventHandler(this.btDisplayHeadingHisotry_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btDisplayHeading.GetChildAt(0))).Text = "Heading";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btDisplayHeading.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btDisplayHeading.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btDisplayHeading.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btDisplayHeading.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btDisplayHeading.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// btnDisplayHistory
|
||
|
//
|
||
|
this.btnDisplayHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.btnDisplayHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.btnDisplayHistory.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btnDisplayHistory.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.btnDisplayHistory.Location = new System.Drawing.Point(145, 805);
|
||
|
this.btnDisplayHistory.Name = "btnDisplayHistory";
|
||
|
this.btnDisplayHistory.Size = new System.Drawing.Size(136, 34);
|
||
|
this.btnDisplayHistory.TabIndex = 84;
|
||
|
this.btnDisplayHistory.Text = "History";
|
||
|
this.btnDisplayHistory.ThemeName = "TelerikMetroBlue";
|
||
|
this.btnDisplayHistory.Click += new System.EventHandler(this.btDisplayHeadingHisotry_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btnDisplayHistory.GetChildAt(0))).Text = "History";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btnDisplayHistory.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnDisplayHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnDisplayHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnDisplayHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btnDisplayHistory.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// rcbComputeAddress
|
||
|
//
|
||
|
this.rcbComputeAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rcbComputeAddress.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.rcbComputeAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
|
||
|
this.rcbComputeAddress.Location = new System.Drawing.Point(14, 771);
|
||
|
this.rcbComputeAddress.Name = "rcbComputeAddress";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.rcbComputeAddress.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
||
|
this.rcbComputeAddress.Size = new System.Drawing.Size(119, 19);
|
||
|
this.rcbComputeAddress.TabIndex = 81;
|
||
|
this.rcbComputeAddress.Text = "Compute address";
|
||
|
this.rcbComputeAddress.ThemeName = "TelerikMetroBlue";
|
||
|
this.rcbComputeAddress.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.checkbox_UpdateHT);
|
||
|
//
|
||
|
// pb24H
|
||
|
//
|
||
|
this.pb24H.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.pb24H.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.pb24H.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.pb24H.Image = global::Dispatcher.Properties.Resources.h_24h;
|
||
|
this.pb24H.Location = new System.Drawing.Point(244, 618);
|
||
|
this.pb24H.Name = "pb24H";
|
||
|
this.pb24H.Size = new System.Drawing.Size(36, 36);
|
||
|
this.pb24H.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||
|
this.pb24H.TabIndex = 80;
|
||
|
this.pb24H.TabStop = false;
|
||
|
this.pb24H.Tag = "selected";
|
||
|
this.pb24H.Click += new System.EventHandler(this.pb24H_Click);
|
||
|
this.pb24H.MouseEnter += new System.EventHandler(this.pb24H_MouseEnter);
|
||
|
this.pb24H.MouseLeave += new System.EventHandler(this.pb24H_MouseLeave);
|
||
|
//
|
||
|
// rdpStartTime
|
||
|
//
|
||
|
this.rdpStartTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rdpStartTime.CustomFormat = "MM/dd/yyyy, HH:mm";
|
||
|
this.rdpStartTime.Enabled = false;
|
||
|
this.rdpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.rdpStartTime.Location = new System.Drawing.Point(14, 617);
|
||
|
this.rdpStartTime.MaxDate = new System.DateTime(2030, 12, 31, 0, 0, 0, 0);
|
||
|
this.rdpStartTime.MinDate = new System.DateTime(2010, 1, 1, 0, 0, 0, 0);
|
||
|
this.rdpStartTime.Name = "rdpStartTime";
|
||
|
this.rdpStartTime.NullText = "Display all";
|
||
|
this.rdpStartTime.Size = new System.Drawing.Size(225, 21);
|
||
|
this.rdpStartTime.TabIndex = 79;
|
||
|
this.rdpStartTime.TabStop = false;
|
||
|
this.rdpStartTime.Text = "01/01/2015, 00:00";
|
||
|
this.rdpStartTime.ThemeName = "Office2013Dark";
|
||
|
this.rdpStartTime.Value = new System.DateTime(2015, 1, 1, 0, 0, 0, 0);
|
||
|
//
|
||
|
// labelUnits
|
||
|
//
|
||
|
this.labelUnits.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
|
this.labelUnits.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||
|
this.labelUnits.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.labelUnits.Location = new System.Drawing.Point(17, 3);
|
||
|
this.labelUnits.Name = "labelUnits";
|
||
|
this.labelUnits.Size = new System.Drawing.Size(40, 21);
|
||
|
this.labelUnits.TabIndex = 78;
|
||
|
this.labelUnits.Text = "Units";
|
||
|
//
|
||
|
// rdpEndTime
|
||
|
//
|
||
|
this.rdpEndTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.rdpEndTime.CustomFormat = "MM/dd/yyyy, HH:mm";
|
||
|
this.rdpEndTime.Enabled = false;
|
||
|
this.rdpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.rdpEndTime.Location = new System.Drawing.Point(14, 639);
|
||
|
this.rdpEndTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
|
||
|
this.rdpEndTime.Name = "rdpEndTime";
|
||
|
this.rdpEndTime.NullDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
|
||
|
this.rdpEndTime.Size = new System.Drawing.Size(225, 21);
|
||
|
this.rdpEndTime.TabIndex = 25;
|
||
|
this.rdpEndTime.TabStop = false;
|
||
|
this.rdpEndTime.Text = "04/02/2010, 13:58";
|
||
|
this.rdpEndTime.ThemeName = "Office2013Dark";
|
||
|
this.rdpEndTime.Value = new System.DateTime(2010, 4, 2, 13, 58, 47, 941);
|
||
|
//
|
||
|
// toolTabStrip1
|
||
|
//
|
||
|
this.toolTabStrip1.CanUpdateChildIndex = true;
|
||
|
this.toolTabStrip1.CaptionVisible = false;
|
||
|
this.toolTabStrip1.CausesValidation = false;
|
||
|
this.toolTabStrip1.Controls.Add(this.toolWindow1);
|
||
|
this.toolTabStrip1.Controls.Add(this.windowHistoryResult);
|
||
|
this.toolTabStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolTabStrip1.Name = "toolTabStrip1";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.toolTabStrip1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.toolTabStrip1.SelectedIndex = 0;
|
||
|
this.toolTabStrip1.Size = new System.Drawing.Size(296, 876);
|
||
|
this.toolTabStrip1.SizeInfo.AbsoluteSize = new System.Drawing.Size(296, 200);
|
||
|
this.toolTabStrip1.SizeInfo.SplitterCorrection = new System.Drawing.Size(100, 0);
|
||
|
this.toolTabStrip1.TabIndex = 1;
|
||
|
this.toolTabStrip1.TabStop = false;
|
||
|
this.toolTabStrip1.TabStripAlignment = Telerik.WinControls.UI.TabStripAlignment.Top;
|
||
|
this.toolTabStrip1.ThemeName = "TelerikMetroBlue";
|
||
|
//
|
||
|
// windowHistoryResult
|
||
|
//
|
||
|
this.windowHistoryResult.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
|
this.windowHistoryResult.Caption = null;
|
||
|
this.windowHistoryResult.Controls.Add(this.rseSkipSeconds);
|
||
|
this.windowHistoryResult.Controls.Add(this.radLabel10);
|
||
|
this.windowHistoryResult.Controls.Add(this.rsePositionDisplay);
|
||
|
this.windowHistoryResult.Controls.Add(this.radLabel9);
|
||
|
this.windowHistoryResult.Controls.Add(this.labelSlideshow);
|
||
|
this.windowHistoryResult.Controls.Add(this.btForward);
|
||
|
this.windowHistoryResult.Controls.Add(this.btStop);
|
||
|
this.windowHistoryResult.Controls.Add(this.btPause);
|
||
|
this.windowHistoryResult.Controls.Add(this.btPlay);
|
||
|
this.windowHistoryResult.Controls.Add(this.btBack);
|
||
|
this.windowHistoryResult.Controls.Add(this.label3);
|
||
|
this.windowHistoryResult.Controls.Add(this.gridHistoryPoints);
|
||
|
this.windowHistoryResult.Controls.Add(this.label2);
|
||
|
this.windowHistoryResult.Controls.Add(this.label1);
|
||
|
this.windowHistoryResult.Controls.Add(this.endTimeBox);
|
||
|
this.windowHistoryResult.Controls.Add(this.startTimeBox);
|
||
|
this.windowHistoryResult.Controls.Add(this.currentTimeBox);
|
||
|
this.windowHistoryResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.windowHistoryResult.Location = new System.Drawing.Point(1, 28);
|
||
|
this.windowHistoryResult.Name = "windowHistoryResult";
|
||
|
this.windowHistoryResult.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
|
||
|
this.windowHistoryResult.Size = new System.Drawing.Size(294, 846);
|
||
|
this.windowHistoryResult.Text = "History result";
|
||
|
//
|
||
|
// rseSkipSeconds
|
||
|
//
|
||
|
this.rseSkipSeconds.DecimalPlaces = 1;
|
||
|
this.rseSkipSeconds.Location = new System.Drawing.Point(156, 122);
|
||
|
this.rseSkipSeconds.Maximum = new decimal(new int[] {
|
||
|
1000,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rseSkipSeconds.Minimum = new decimal(new int[] {
|
||
|
1,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rseSkipSeconds.Name = "rseSkipSeconds";
|
||
|
this.rseSkipSeconds.Size = new System.Drawing.Size(105, 21);
|
||
|
this.rseSkipSeconds.TabIndex = 99;
|
||
|
this.rseSkipSeconds.TabStop = false;
|
||
|
this.rseSkipSeconds.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
|
||
|
this.rseSkipSeconds.ThemeName = "Office2013Dark";
|
||
|
this.rseSkipSeconds.Value = new decimal(new int[] {
|
||
|
20,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rseSkipSeconds.ValueChanged += new System.EventHandler(this.rse_ValueChanged);
|
||
|
//
|
||
|
// radLabel10
|
||
|
//
|
||
|
this.radLabel10.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.radLabel10.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.radLabel10.Location = new System.Drawing.Point(169, 143);
|
||
|
this.radLabel10.Name = "radLabel10";
|
||
|
this.radLabel10.Size = new System.Drawing.Size(81, 19);
|
||
|
this.radLabel10.TabIndex = 100;
|
||
|
this.radLabel10.Text = "Skip seconds";
|
||
|
//
|
||
|
// rsePositionDisplay
|
||
|
//
|
||
|
this.rsePositionDisplay.Location = new System.Drawing.Point(21, 123);
|
||
|
this.rsePositionDisplay.Maximum = new decimal(new int[] {
|
||
|
5000,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rsePositionDisplay.Minimum = new decimal(new int[] {
|
||
|
1,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rsePositionDisplay.Name = "rsePositionDisplay";
|
||
|
this.rsePositionDisplay.Size = new System.Drawing.Size(105, 21);
|
||
|
this.rsePositionDisplay.TabIndex = 97;
|
||
|
this.rsePositionDisplay.TabStop = false;
|
||
|
this.rsePositionDisplay.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
|
||
|
this.rsePositionDisplay.ThemeName = "Office2013Dark";
|
||
|
this.rsePositionDisplay.Value = new decimal(new int[] {
|
||
|
500,
|
||
|
0,
|
||
|
0,
|
||
|
0});
|
||
|
this.rsePositionDisplay.ValueChanged += new System.EventHandler(this.rse_ValueChanged);
|
||
|
//
|
||
|
// radLabel9
|
||
|
//
|
||
|
this.radLabel9.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
|
this.radLabel9.ForeColor = System.Drawing.Color.DarkGray;
|
||
|
this.radLabel9.Location = new System.Drawing.Point(21, 143);
|
||
|
this.radLabel9.Name = "radLabel9";
|
||
|
this.radLabel9.Size = new System.Drawing.Size(128, 19);
|
||
|
this.radLabel9.TabIndex = 98;
|
||
|
this.radLabel9.Text = "Position display (ms)";
|
||
|
//
|
||
|
// labelSlideshow
|
||
|
//
|
||
|
this.labelSlideshow.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.labelSlideshow.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||
|
this.labelSlideshow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.labelSlideshow.Location = new System.Drawing.Point(21, 9);
|
||
|
this.labelSlideshow.Name = "labelSlideshow";
|
||
|
this.labelSlideshow.Size = new System.Drawing.Size(157, 21);
|
||
|
this.labelSlideshow.TabIndex = 96;
|
||
|
this.labelSlideshow.Text = "Slideshow search result";
|
||
|
//
|
||
|
// btForward
|
||
|
//
|
||
|
this.btForward.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.btForward.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btForward.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.btForward.Image = global::Dispatcher.Properties.Resources.h_next;
|
||
|
this.btForward.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.btForward.Location = new System.Drawing.Point(216, 179);
|
||
|
this.btForward.Name = "btForward";
|
||
|
this.btForward.Size = new System.Drawing.Size(34, 34);
|
||
|
this.btForward.TabIndex = 95;
|
||
|
this.btForward.ThemeName = "TelerikMetroBlue";
|
||
|
this.toolTipHelp.SetToolTip(this.btForward, "Next");
|
||
|
this.btForward.EnabledChanged += new System.EventHandler(this.rbtAnimation_EnabledChanged);
|
||
|
this.btForward.Click += new System.EventHandler(this.btForward_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btForward.GetChildAt(0))).Image = global::Dispatcher.Properties.Resources.h_next;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btForward.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btForward.GetChildAt(0))).Text = "";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btForward.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btForward.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btForward.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btForward.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btForward.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// btStop
|
||
|
//
|
||
|
this.btStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.btStop.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btStop.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.btStop.Image = global::Dispatcher.Properties.Resources.h_stop;
|
||
|
this.btStop.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.btStop.Location = new System.Drawing.Point(175, 179);
|
||
|
this.btStop.Name = "btStop";
|
||
|
this.btStop.Size = new System.Drawing.Size(34, 34);
|
||
|
this.btStop.TabIndex = 94;
|
||
|
this.btStop.ThemeName = "TelerikMetroBlue";
|
||
|
this.toolTipHelp.SetToolTip(this.btStop, "Stop");
|
||
|
this.btStop.EnabledChanged += new System.EventHandler(this.rbtAnimation_EnabledChanged);
|
||
|
this.btStop.Click += new System.EventHandler(this.btStop_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btStop.GetChildAt(0))).Image = global::Dispatcher.Properties.Resources.h_stop;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btStop.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btStop.GetChildAt(0))).Text = "";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btStop.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btStop.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btStop.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btStop.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btStop.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// btPause
|
||
|
//
|
||
|
this.btPause.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.btPause.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btPause.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.btPause.Image = global::Dispatcher.Properties.Resources.h_pause;
|
||
|
this.btPause.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.btPause.Location = new System.Drawing.Point(133, 179);
|
||
|
this.btPause.Name = "btPause";
|
||
|
this.btPause.Size = new System.Drawing.Size(34, 34);
|
||
|
this.btPause.TabIndex = 93;
|
||
|
this.btPause.ThemeName = "TelerikMetroBlue";
|
||
|
this.toolTipHelp.SetToolTip(this.btPause, "Pause");
|
||
|
this.btPause.EnabledChanged += new System.EventHandler(this.rbtAnimation_EnabledChanged);
|
||
|
this.btPause.Click += new System.EventHandler(this.btPause_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btPause.GetChildAt(0))).Image = global::Dispatcher.Properties.Resources.h_pause;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btPause.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btPause.GetChildAt(0))).Text = "";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btPause.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btPause.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btPause.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btPause.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btPause.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// btPlay
|
||
|
//
|
||
|
this.btPlay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.btPlay.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btPlay.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.btPlay.Image = global::Dispatcher.Properties.Resources.h_play;
|
||
|
this.btPlay.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.btPlay.Location = new System.Drawing.Point(92, 179);
|
||
|
this.btPlay.Name = "btPlay";
|
||
|
this.btPlay.Size = new System.Drawing.Size(34, 34);
|
||
|
this.btPlay.TabIndex = 92;
|
||
|
this.btPlay.ThemeName = "TelerikMetroBlue";
|
||
|
this.toolTipHelp.SetToolTip(this.btPlay, "Play");
|
||
|
this.btPlay.EnabledChanged += new System.EventHandler(this.rbtAnimation_EnabledChanged);
|
||
|
this.btPlay.Click += new System.EventHandler(this.btPlay_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btPlay.GetChildAt(0))).Image = global::Dispatcher.Properties.Resources.h_play;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btPlay.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btPlay.GetChildAt(0))).Text = "";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btPlay.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btPlay.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btPlay.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btPlay.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btPlay.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// btBack
|
||
|
//
|
||
|
this.btBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
this.btBack.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btBack.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.btBack.Image = global::Dispatcher.Properties.Resources.h_prev;
|
||
|
this.btBack.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.btBack.Location = new System.Drawing.Point(52, 179);
|
||
|
this.btBack.Name = "btBack";
|
||
|
this.btBack.Size = new System.Drawing.Size(34, 34);
|
||
|
this.btBack.TabIndex = 91;
|
||
|
this.btBack.ThemeName = "TelerikMetroBlue";
|
||
|
this.toolTipHelp.SetToolTip(this.btBack, "Previous");
|
||
|
this.btBack.EnabledChanged += new System.EventHandler(this.rbtAnimation_EnabledChanged);
|
||
|
this.btBack.Click += new System.EventHandler(this.btBack_Click);
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btBack.GetChildAt(0))).Image = global::Dispatcher.Properties.Resources.h_prev;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btBack.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btBack.GetChildAt(0))).Text = "";
|
||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btBack.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btBack.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btBack.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
|
||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btBack.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btBack.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
//
|
||
|
// gridHistoryPoints
|
||
|
//
|
||
|
this.gridHistoryPoints.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
| System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.gridHistoryPoints.Location = new System.Drawing.Point(13, 217);
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.gridHistoryPoints.MasterTemplate.AllowAddNewRow = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.AllowColumnChooser = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.AllowDeleteRow = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.AllowEditRow = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.AllowRowResize = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.AutoGenerateColumns = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
|
||
|
this.gridHistoryPoints.MasterTemplate.EnableGrouping = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.ShowColumnHeaders = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.ShowRowHeaderColumn = false;
|
||
|
this.gridHistoryPoints.MasterTemplate.ViewDefinition = tableViewDefinition1;
|
||
|
this.gridHistoryPoints.Name = "gridHistoryPoints";
|
||
|
this.gridHistoryPoints.ShowGroupPanel = false;
|
||
|
this.gridHistoryPoints.Size = new System.Drawing.Size(269, 619);
|
||
|
this.gridHistoryPoints.TabIndex = 85;
|
||
|
this.gridHistoryPoints.Text = "radGridView1";
|
||
|
this.gridHistoryPoints.ThemeName = "TelerikMetroBlue";
|
||
|
this.gridHistoryPoints.CreateCell += new Telerik.WinControls.UI.GridViewCreateCellEventHandler(this.gridHistoryPoints_CreateCell);
|
||
|
this.gridHistoryPoints.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.gridHistoryPoints_CellFormatting);
|
||
|
this.gridHistoryPoints.CellDoubleClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.gridHistoryPoints_CellDoubleClick);
|
||
|
//
|
||
|
// documentContainer1
|
||
|
//
|
||
|
this.documentContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(254)))));
|
||
|
this.documentContainer1.CausesValidation = false;
|
||
|
this.documentContainer1.Controls.Add(this.documentTabStrip1);
|
||
|
this.documentContainer1.Name = "documentContainer1";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.documentContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.documentContainer1.SizeInfo.AbsoluteSize = new System.Drawing.Size(846, 200);
|
||
|
this.documentContainer1.SizeInfo.SizeMode = Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Fill;
|
||
|
this.documentContainer1.SizeInfo.SplitterCorrection = new System.Drawing.Size(-69, 0);
|
||
|
this.documentContainer1.TabIndex = 2;
|
||
|
this.documentContainer1.ThemeName = "TelerikMetroBlue";
|
||
|
//
|
||
|
// documentTabStrip1
|
||
|
//
|
||
|
this.documentTabStrip1.CanUpdateChildIndex = true;
|
||
|
this.documentTabStrip1.Controls.Add(this.toolWindow2);
|
||
|
this.documentTabStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.documentTabStrip1.Name = "documentTabStrip1";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.documentTabStrip1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.documentTabStrip1.SelectedIndex = 0;
|
||
|
this.documentTabStrip1.Size = new System.Drawing.Size(850, 876);
|
||
|
this.documentTabStrip1.TabIndex = 0;
|
||
|
this.documentTabStrip1.TabStop = false;
|
||
|
this.documentTabStrip1.TabStripVisible = false;
|
||
|
this.documentTabStrip1.ThemeName = "TelerikMetroBlue";
|
||
|
//
|
||
|
// toolWindow2
|
||
|
//
|
||
|
this.toolWindow2.Caption = null;
|
||
|
this.toolWindow2.Controls.Add(this.HistoryPanel);
|
||
|
this.toolWindow2.Controls.Add(this.radSplitContainer3);
|
||
|
this.toolWindow2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.toolWindow2.Location = new System.Drawing.Point(5, 6);
|
||
|
this.toolWindow2.Name = "toolWindow2";
|
||
|
this.toolWindow2.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
|
||
|
this.toolWindow2.Size = new System.Drawing.Size(840, 865);
|
||
|
this.toolWindow2.Text = "toolWindow2";
|
||
|
this.toolWindow2.Resize += new System.EventHandler(this.toolWindow2_Resize);
|
||
|
//
|
||
|
// HistoryPanel
|
||
|
//
|
||
|
this.HistoryPanel.Controls.Add(this.HistroyProgBar);
|
||
|
this.HistoryPanel.Controls.Add(this.txProgStatus);
|
||
|
this.HistoryPanel.Controls.Add(this.btStopCalc);
|
||
|
this.HistoryPanel.Location = new System.Drawing.Point(303, 253);
|
||
|
this.HistoryPanel.Name = "HistoryPanel";
|
||
|
this.HistoryPanel.Size = new System.Drawing.Size(277, 60);
|
||
|
this.HistoryPanel.TabIndex = 1;
|
||
|
this.HistoryPanel.ThemeName = "TelerikMetroBlue";
|
||
|
//
|
||
|
// HistroyProgBar
|
||
|
//
|
||
|
this.HistroyProgBar.Location = new System.Drawing.Point(4, 32);
|
||
|
this.HistroyProgBar.Name = "HistroyProgBar";
|
||
|
this.HistroyProgBar.Size = new System.Drawing.Size(270, 23);
|
||
|
this.HistroyProgBar.Step = 1;
|
||
|
this.HistroyProgBar.StepWidth = 13;
|
||
|
this.HistroyProgBar.TabIndex = 1;
|
||
|
//
|
||
|
// txProgStatus
|
||
|
//
|
||
|
this.txProgStatus.Location = new System.Drawing.Point(3, 6);
|
||
|
this.txProgStatus.Name = "txProgStatus";
|
||
|
this.txProgStatus.Size = new System.Drawing.Size(269, 20);
|
||
|
this.txProgStatus.TabIndex = 0;
|
||
|
this.txProgStatus.TabStop = false;
|
||
|
this.txProgStatus.Text = "radTextBox1";
|
||
|
//
|
||
|
// btStopCalc
|
||
|
//
|
||
|
this.btStopCalc.Location = new System.Drawing.Point(219, 5);
|
||
|
this.btStopCalc.Name = "btStopCalc";
|
||
|
this.btStopCalc.Size = new System.Drawing.Size(53, 23);
|
||
|
this.btStopCalc.TabIndex = 9;
|
||
|
this.btStopCalc.Text = "Stop";
|
||
|
this.btStopCalc.Click += new System.EventHandler(this.btStopCalc_Click_1);
|
||
|
//
|
||
|
// radSplitContainer3
|
||
|
//
|
||
|
this.radSplitContainer3.Controls.Add(this.splitPanel6);
|
||
|
this.radSplitContainer3.Controls.Add(this.splitPanel7);
|
||
|
this.radSplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.radSplitContainer3.IsCleanUpTarget = true;
|
||
|
this.radSplitContainer3.Location = new System.Drawing.Point(0, 0);
|
||
|
this.radSplitContainer3.Name = "radSplitContainer3";
|
||
|
this.radSplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||
|
this.radSplitContainer3.Padding = new System.Windows.Forms.Padding(5);
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.radSplitContainer3.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.radSplitContainer3.Size = new System.Drawing.Size(840, 865);
|
||
|
this.radSplitContainer3.TabIndex = 2;
|
||
|
this.radSplitContainer3.TabStop = false;
|
||
|
this.radSplitContainer3.Text = "radSplitContainer3";
|
||
|
this.radSplitContainer3.ThemeName = "TelerikMetroBlue";
|
||
|
//
|
||
|
// splitPanel6
|
||
|
//
|
||
|
this.splitPanel6.Controls.Add(this.ToolControl);
|
||
|
this.splitPanel6.Location = new System.Drawing.Point(0, 0);
|
||
|
this.splitPanel6.Name = "splitPanel6";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.splitPanel6.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.splitPanel6.Size = new System.Drawing.Size(840, 28);
|
||
|
this.splitPanel6.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0F, -0.3371336F);
|
||
|
this.splitPanel6.SizeInfo.MaximumSize = new System.Drawing.Size(0, 28);
|
||
|
this.splitPanel6.SizeInfo.MinimumSize = new System.Drawing.Size(25, 28);
|
||
|
this.splitPanel6.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, -104);
|
||
|
this.splitPanel6.TabIndex = 0;
|
||
|
this.splitPanel6.TabStop = false;
|
||
|
this.splitPanel6.Text = "splitPanel6";
|
||
|
this.splitPanel6.ThemeName = "TelerikMetroBlue";
|
||
|
//
|
||
|
// ToolControl
|
||
|
//
|
||
|
this.ToolControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.ToolControl.Location = new System.Drawing.Point(0, 0);
|
||
|
this.ToolControl.Name = "ToolControl";
|
||
|
this.ToolControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("ToolControl.OcxState")));
|
||
|
this.ToolControl.Size = new System.Drawing.Size(840, 28);
|
||
|
this.ToolControl.TabIndex = 0;
|
||
|
//
|
||
|
// splitPanel7
|
||
|
//
|
||
|
this.splitPanel7.Controls.Add(this.axLicenseControl1);
|
||
|
this.splitPanel7.Controls.Add(this.mapControl);
|
||
|
this.splitPanel7.Location = new System.Drawing.Point(0, 32);
|
||
|
this.splitPanel7.Name = "splitPanel7";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.splitPanel7.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.splitPanel7.Size = new System.Drawing.Size(840, 833);
|
||
|
this.splitPanel7.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0F, 0.3371336F);
|
||
|
this.splitPanel7.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, 104);
|
||
|
this.splitPanel7.TabIndex = 1;
|
||
|
this.splitPanel7.TabStop = false;
|
||
|
this.splitPanel7.Text = "splitPanel7";
|
||
|
this.splitPanel7.ThemeName = "TelerikMetroBlue";
|
||
|
//
|
||
|
// axLicenseControl1
|
||
|
//
|
||
|
this.axLicenseControl1.Enabled = true;
|
||
|
this.axLicenseControl1.Location = new System.Drawing.Point(366, 503);
|
||
|
this.axLicenseControl1.Name = "axLicenseControl1";
|
||
|
this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
|
||
|
this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
|
||
|
this.axLicenseControl1.TabIndex = 1;
|
||
|
//
|
||
|
// mapControl
|
||
|
//
|
||
|
this.mapControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.mapControl.Location = new System.Drawing.Point(0, 0);
|
||
|
this.mapControl.Name = "mapControl";
|
||
|
this.mapControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("mapControl.OcxState")));
|
||
|
this.mapControl.Size = new System.Drawing.Size(840, 833);
|
||
|
this.mapControl.TabIndex = 0;
|
||
|
//
|
||
|
// imageListGrid
|
||
|
//
|
||
|
this.imageListGrid.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListGrid.ImageStream")));
|
||
|
this.imageListGrid.TransparentColor = System.Drawing.Color.Transparent;
|
||
|
this.imageListGrid.Images.SetKeyName(0, "cyan_status2.png");
|
||
|
this.imageListGrid.Images.SetKeyName(1, "magenta_status.png");
|
||
|
this.imageListGrid.Images.SetKeyName(2, "red_status2.png");
|
||
|
this.imageListGrid.Images.SetKeyName(3, "green_status2.png");
|
||
|
this.imageListGrid.Images.SetKeyName(4, "blue_status2.png");
|
||
|
this.imageListGrid.Images.SetKeyName(5, "black_status.png");
|
||
|
//
|
||
|
// radColorDialog1
|
||
|
//
|
||
|
this.radColorDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("radColorDialog1.Icon")));
|
||
|
this.radColorDialog1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
|
this.radColorDialog1.SelectedColor = System.Drawing.Color.Red;
|
||
|
this.radColorDialog1.SelectedHslColor = Telerik.WinControls.HslColor.FromAhsl(0D, 1D, 1D);
|
||
|
//
|
||
|
// ResizeWorker
|
||
|
//
|
||
|
this.ResizeWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResizeWorker_DoWork);
|
||
|
this.ResizeWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResizeWorker_RunWorkerCompleted);
|
||
|
//
|
||
|
// toolTabStrip3
|
||
|
//
|
||
|
this.toolTabStrip3.CanUpdateChildIndex = true;
|
||
|
this.toolTabStrip3.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolTabStrip3.Name = "toolTabStrip3";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.toolTabStrip3.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.toolTabStrip3.SelectedIndex = 0;
|
||
|
this.toolTabStrip3.Size = new System.Drawing.Size(200, 200);
|
||
|
this.toolTabStrip3.TabIndex = 0;
|
||
|
this.toolTabStrip3.TabStop = false;
|
||
|
//
|
||
|
// radSplitContainer1
|
||
|
//
|
||
|
this.radSplitContainer1.CausesValidation = false;
|
||
|
this.radSplitContainer1.IsCleanUpTarget = true;
|
||
|
this.radSplitContainer1.Location = new System.Drawing.Point(240, 5);
|
||
|
this.radSplitContainer1.Name = "radSplitContainer1";
|
||
|
this.radSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||
|
this.radSplitContainer1.Padding = new System.Windows.Forms.Padding(5);
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
||
|
this.radSplitContainer1.Size = new System.Drawing.Size(905, 866);
|
||
|
this.radSplitContainer1.SizeInfo.AbsoluteSize = new System.Drawing.Size(610, 200);
|
||
|
this.radSplitContainer1.SizeInfo.SplitterCorrection = new System.Drawing.Size(-31, 0);
|
||
|
this.radSplitContainer1.TabIndex = 0;
|
||
|
this.radSplitContainer1.TabStop = false;
|
||
|
//
|
||
|
// HistoryTabGIS
|
||
|
//
|
||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(254)))));
|
||
|
this.Controls.Add(this.radDock1);
|
||
|
this.DoubleBuffered = true;
|
||
|
this.Name = "HistoryTabGIS";
|
||
|
this.Size = new System.Drawing.Size(1150, 876);
|
||
|
this.Load += new System.EventHandler(this.HistoryTabMap_Load);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.currentTimeBox)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.startTimeBox)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.endTimeBox)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton1)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton2)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton3)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.skinButton4)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radDock1)).EndInit();
|
||
|
this.radDock1.ResumeLayout(false);
|
||
|
this.toolWindow1.ResumeLayout(false);
|
||
|
this.toolWindow1.PerformLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rlUntil)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pbFilter)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rtbFilterUnits)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rbResetHistory)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rcbSpeedUpper)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rseSpeedUpper)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rcbSpeedLower)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rseSpeedLower)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.treeViewUnits)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btDisplayHeading)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btnDisplayHistory)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rcbComputeAddress)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pb24H)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rdpStartTime)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.labelUnits)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rdpEndTime)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip1)).EndInit();
|
||
|
this.toolTabStrip1.ResumeLayout(false);
|
||
|
this.windowHistoryResult.ResumeLayout(false);
|
||
|
this.windowHistoryResult.PerformLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rseSkipSeconds)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.rsePositionDisplay)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.labelSlideshow)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btForward)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btStop)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btPause)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btPlay)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btBack)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.gridHistoryPoints.MasterTemplate)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.gridHistoryPoints)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).EndInit();
|
||
|
this.documentContainer1.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).EndInit();
|
||
|
this.documentTabStrip1.ResumeLayout(false);
|
||
|
this.toolWindow2.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.HistoryPanel)).EndInit();
|
||
|
this.HistoryPanel.ResumeLayout(false);
|
||
|
this.HistoryPanel.PerformLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.HistroyProgBar)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.txProgStatus)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btStopCalc)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer3)).EndInit();
|
||
|
this.radSplitContainer3.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).EndInit();
|
||
|
this.splitPanel6.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.ToolControl)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).EndInit();
|
||
|
this.splitPanel7.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip3)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
|
||
|
//controls used in the interface
|
||
|
public Telerik.WinControls.UI.RadTextBox currentTimeBox;
|
||
|
private Telerik.WinControls.UI.RadLabel label1;
|
||
|
private Telerik.WinControls.UI.RadLabel label2;
|
||
|
private Telerik.WinControls.UI.RadLabel label3;
|
||
|
private Telerik.WinControls.UI.RadTextBox startTimeBox;
|
||
|
public Telerik.WinControls.UI.RadTextBox endTimeBox;
|
||
|
|
||
|
//positions of defined routes, to fill the positions table
|
||
|
private ArrayList selectedPositions = new ArrayList();
|
||
|
|
||
|
//hashtable with routes
|
||
|
public Hashtable routesHT = new Hashtable();
|
||
|
|
||
|
//list with vehicle names
|
||
|
private ArrayList vehicleListNames = new ArrayList();
|
||
|
|
||
|
//the object needed to access the database
|
||
|
private SMdb_access smdbObj;
|
||
|
|
||
|
//minimum and maximum time for the play module
|
||
|
private Int32 minTime, maxTime;
|
||
|
|
||
|
//delta for two consecutive positions to be considered identical
|
||
|
double delta=0.00000001;
|
||
|
|
||
|
int actualNOfPositions;//as opposed to nOfPositions, actualNOfPositions holds the number of positions retrieved
|
||
|
//from the database
|
||
|
|
||
|
//thread used to implement the play module
|
||
|
private BackgroundWorker backgroundWorker1;
|
||
|
|
||
|
//play interval (seconds)
|
||
|
private Int32 playInterval = 10;
|
||
|
|
||
|
//pause interval (miliseconds)
|
||
|
private int pauseInterval = 200;
|
||
|
|
||
|
//heading protection for Shapex
|
||
|
private Boolean headingMode = false;
|
||
|
|
||
|
private BusSymbolsGIS busSymb;
|
||
|
private BusSymbolsGIS busSymb2;
|
||
|
|
||
|
//object used to perform various time/date conversions
|
||
|
//private ConvertDT convDT = new ConvertDT();
|
||
|
|
||
|
//interface objects
|
||
|
private Telerik.WinControls.UI.RadTextBox textBox3;
|
||
|
private Telerik.WinControls.UI.RadLabel label7;
|
||
|
private Telerik.WinControls.UI.RadTextBox textBox4;
|
||
|
private Telerik.WinControls.UI.RadButton skinButton1;
|
||
|
private Telerik.WinControls.UI.RadButton skinButton2;
|
||
|
private Telerik.WinControls.UI.RadButton skinButton3;
|
||
|
private Telerik.WinControls.UI.RadButton skinButton4;
|
||
|
//private GlacialList alarmsList;
|
||
|
//private GlacialList tableVehiclesList;
|
||
|
public static Boolean GetPositionForStart;
|
||
|
//AddPlace addPlaceForm = null;
|
||
|
//Addnewzone ZonePosForm = null;
|
||
|
private double[] corners = new double[4];
|
||
|
public BackgroundWorker WorkerHead;
|
||
|
|
||
|
private Color[] ColorID = new Color[]
|
||
|
{ Color.Aqua, Color.Blue, Color.BlueViolet, Color.Chartreuse, Color.Crimson,
|
||
|
Color.Cyan, Color.DarkBlue, Color.DarkMagenta, Color.DarkTurquoise, Color.DeepPink,
|
||
|
Color.DeepSkyBlue, Color.ForestGreen, Color.Fuchsia, Color.GreenYellow,
|
||
|
Color.HotPink, Color.LightSkyBlue, Color.Lime, Color.Magenta, Color.OrangeRed,
|
||
|
Color.Purple, Color.Red, Color.SkyBlue, Color.SpringGreen, Color.Violet
|
||
|
};
|
||
|
private volatile Int32 Currenttime = 0;
|
||
|
private volatile int TraceStyle;
|
||
|
private volatile bool FirstPlay = false;
|
||
|
private volatile Int32 FirstTime = 0;
|
||
|
public String tabName;
|
||
|
private MainForm2 parent;
|
||
|
public volatile Boolean closeTabThread=false;
|
||
|
private System.Windows.Forms.Timer Killtimer;
|
||
|
private Double OldAltitude = 10;
|
||
|
private Hashtable SquareList = new Hashtable();
|
||
|
private Hashtable SquareListPOI = new Hashtable();
|
||
|
private ArrayList SquareAddressShow = new ArrayList();
|
||
|
private ArrayList SquareLargeShow = new ArrayList();
|
||
|
private ArrayList PointsList = new ArrayList();
|
||
|
private Telerik.WinControls.UI.RadContextMenu MapControlPopup;
|
||
|
private Telerik.WinControls.UI.RadMenuItem showInformationToolStripMenuItem;
|
||
|
private Telerik.WinControls.UI.RadMenuItem goToCenterToolStripMenuItem;
|
||
|
private Int32 minstarttime = 2000000000; //2038
|
||
|
private Int32 maxendtime = 0;//1970
|
||
|
private volatile String updatecomand;
|
||
|
private Telerik.WinControls.UI.GridViewCheckBoxColumn col1;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn col2;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn col3;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn col4;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn col5;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn col6;
|
||
|
private Telerik.WinControls.UI.GridViewTextBoxColumn col7;
|
||
|
public System.Windows.Forms.Timer GoogleClick;
|
||
|
public System.Windows.Forms.Timer StartBasicHistory;
|
||
|
private Telerik.WinControls.UI.Docking.RadDock radDock1;
|
||
|
private Telerik.WinControls.UI.Docking.ToolWindow toolWindow1;
|
||
|
private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip1;
|
||
|
private Telerik.WinControls.UI.Docking.DocumentContainer documentContainer1;
|
||
|
private Telerik.WinControls.UI.Docking.ToolWindow windowHistoryResult;
|
||
|
private Telerik.WinControls.UI.RadDateTimePicker rdpEndTime;
|
||
|
private ImageList imageListGrid;
|
||
|
private Telerik.WinControls.UI.Docking.DocumentTabStrip documentTabStrip1;
|
||
|
private Telerik.WinControls.UI.Docking.ToolWindow toolWindow2;
|
||
|
private Telerik.WinControls.UI.RadPanel HistoryPanel;
|
||
|
public Telerik.WinControls.UI.RadProgressBar HistroyProgBar;
|
||
|
public Telerik.WinControls.UI.RadTextBox txProgStatus;
|
||
|
private Telerik.WinControls.RadColorDialog radColorDialog1;
|
||
|
private Telerik.WinControls.UI.RadSplitContainer radSplitContainer3;
|
||
|
private Telerik.WinControls.UI.SplitPanel splitPanel6;
|
||
|
private Telerik.WinControls.UI.SplitPanel splitPanel7;
|
||
|
private ESRI.ArcGIS.Controls.AxMapControl mapControl;
|
||
|
private ESRI.ArcGIS.Controls.AxToolbarControl ToolControl;
|
||
|
private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
|
||
|
private Telerik.WinControls.UI.RadButton btStopCalc;
|
||
|
private BackgroundWorker ResizeWorker;
|
||
|
private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip3;
|
||
|
private Telerik.WinControls.UI.RadSplitContainer radSplitContainer1;
|
||
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
|
||
|
private Telerik.WinControls.UI.RadLabel labelUnits;
|
||
|
private Telerik.WinControls.UI.RadDateTimePicker rdpStartTime;
|
||
|
private PictureBox pb24H;
|
||
|
private ToolTip toolTipHelp;
|
||
|
private Telerik.WinControls.UI.RadCheckBox rcbComputeAddress;
|
||
|
private Telerik.WinControls.UI.RadButton btnDisplayHistory;
|
||
|
private Telerik.WinControls.UI.RadButton btDisplayHeading;
|
||
|
private Telerik.WinControls.UI.RadTreeView treeViewUnits;
|
||
|
private Telerik.WinControls.UI.RadLabel radLabel5;
|
||
|
private Telerik.WinControls.UI.RadTextBox rtbFilterUnits;
|
||
|
private Telerik.WinControls.UI.RadLabel radLabel6;
|
||
|
private Telerik.WinControls.UI.RadLabel rlUntil;
|
||
|
private Telerik.WinControls.UI.RadCheckBox rcbSpeedUpper;
|
||
|
private Telerik.WinControls.UI.RadSpinEditor rseSpeedUpper;
|
||
|
private Telerik.WinControls.UI.RadCheckBox rcbSpeedLower;
|
||
|
private Telerik.WinControls.UI.RadSpinEditor rseSpeedLower;
|
||
|
private Telerik.WinControls.UI.RadButton rbResetHistory;
|
||
|
private Telerik.WinControls.UI.RadGridView gridHistoryPoints;
|
||
|
private Telerik.WinControls.UI.RadButton btBack;
|
||
|
private Telerik.WinControls.UI.RadButton btPlay;
|
||
|
private Telerik.WinControls.UI.RadButton btPause;
|
||
|
private Telerik.WinControls.UI.RadButton btStop;
|
||
|
private Telerik.WinControls.UI.RadButton btForward;
|
||
|
private Telerik.WinControls.UI.RadLabel labelSlideshow;
|
||
|
private Telerik.WinControls.UI.RadSpinEditor rsePositionDisplay;
|
||
|
private Telerik.WinControls.UI.RadLabel radLabel9;
|
||
|
private Telerik.WinControls.UI.RadSpinEditor rseSkipSeconds;
|
||
|
private Telerik.WinControls.UI.RadLabel radLabel10;
|
||
|
private PictureBox pbFilter;
|
||
|
}
|
||
|
}
|