1388 lines
88 KiB
C#
1388 lines
88 KiB
C#
namespace SubscriberAndUserManager
|
|
{
|
|
partial class controlUser
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn11 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn12 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn13 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn15 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn5 = new Telerik.WinControls.UI.GridViewDecimalColumn();
|
|
Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn6 = new Telerik.WinControls.UI.GridViewDecimalColumn();
|
|
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition3 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem5 = new Telerik.WinControls.UI.RadListDataItem();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem6 = new Telerik.WinControls.UI.RadListDataItem();
|
|
this.GridViewUserList = new Telerik.WinControls.UI.RadGridView();
|
|
this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.SplitContainerMainUser = new Telerik.WinControls.UI.RadSplitContainer();
|
|
this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
|
|
this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
|
|
this.splitPanel3 = new Telerik.WinControls.UI.SplitPanel();
|
|
this.radPageContainer = new Telerik.WinControls.UI.RadPageView();
|
|
this.radPageUsers = new Telerik.WinControls.UI.RadPageViewPage();
|
|
this.gbUserForVehicle = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.lbUserOtherVehicles = new Telerik.WinControls.UI.RadLabel();
|
|
this.listBoxOtherVehicles = new Telerik.WinControls.UI.RadListControl();
|
|
this.lbUserAssignedVehicles = new Telerik.WinControls.UI.RadLabel();
|
|
this.btnRemoveVehicle = new Telerik.WinControls.UI.RadButton();
|
|
this.btnAddVehicle = new Telerik.WinControls.UI.RadButton();
|
|
this.listBoxCurentVehicles = new Telerik.WinControls.UI.RadListControl();
|
|
this.radPageGroups = new Telerik.WinControls.UI.RadPageViewPage();
|
|
this.lblUsersOtherGroups = new Telerik.WinControls.UI.RadLabel();
|
|
this.lblUsersAssignedGroups = new Telerik.WinControls.UI.RadLabel();
|
|
this.btnRemoveGroupFromUser = new Telerik.WinControls.UI.RadButton();
|
|
this.btnAddGroupToUser = new Telerik.WinControls.UI.RadButton();
|
|
this.listBoxOtherGroup = new Telerik.WinControls.UI.RadListControl();
|
|
this.listBoxCurrentGroups = new Telerik.WinControls.UI.RadListControl();
|
|
this.gbGatewayForUser = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.lbVehicleOtherUsers = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbUserAssignedGateways = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbUserOtherGateways = new Telerik.WinControls.UI.RadLabel();
|
|
this.btnRemoveGateway = new Telerik.WinControls.UI.RadButton();
|
|
this.btnAddGateway = new Telerik.WinControls.UI.RadButton();
|
|
this.listBoxOtherGateways = new Telerik.WinControls.UI.RadListControl();
|
|
this.listBoxCurentGateways = new Telerik.WinControls.UI.RadListControl();
|
|
this.gbUserInfo = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.gbIconType = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.rbEmerg = new Telerik.WinControls.UI.RadRadioButton();
|
|
this.rbColor = new Telerik.WinControls.UI.RadRadioButton();
|
|
this.rbUnitPic = new Telerik.WinControls.UI.RadRadioButton();
|
|
this.chBCheck = new Telerik.WinControls.UI.RadCheckBox();
|
|
this.tbLiveIdle = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.lbTime = new Telerik.WinControls.UI.RadLabel();
|
|
this.gbHistory = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.rdtReportTime = new Telerik.WinControls.UI.RadDateTimePicker();
|
|
this.radRepTime = new Telerik.WinControls.UI.RadLabel();
|
|
this.tbHisMinSpeed = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.tbPauseTime = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.tbPlayTime = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
|
this.chBcomputeAdr = new Telerik.WinControls.UI.RadCheckBox();
|
|
this.lbHisPauseTime = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbHisPlayTIme = new Telerik.WinControls.UI.RadLabel();
|
|
this.gbStartItems = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.chBDispName = new Telerik.WinControls.UI.RadCheckBox();
|
|
this.rcbIconThemes = new Telerik.WinControls.UI.RadDropDownList();
|
|
this.tbStartZoom = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
|
|
this.tbStartLng = new Telerik.WinControls.UI.RadTextBox();
|
|
this.tbStartLat = new Telerik.WinControls.UI.RadTextBox();
|
|
this.lbTimeFormat = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbUnitsType = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbStartZoom = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbStartLng = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbStartLat = new Telerik.WinControls.UI.RadLabel();
|
|
this.cbUnits = new Telerik.WinControls.UI.RadDropDownList();
|
|
this.cbTimeFormat = new Telerik.WinControls.UI.RadDropDownList();
|
|
this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
|
|
this.office2013LightTheme1 = new Telerik.WinControls.Themes.Office2013LightTheme();
|
|
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewUserList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewUserList.MasterTemplate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SplitContainerMainUser)).BeginInit();
|
|
this.SplitContainerMainUser.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
|
|
this.splitPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
|
|
this.radSplitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
|
|
this.splitPanel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radPageContainer)).BeginInit();
|
|
this.radPageContainer.SuspendLayout();
|
|
this.radPageUsers.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbUserForVehicle)).BeginInit();
|
|
this.gbUserForVehicle.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserOtherVehicles)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherVehicles)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserAssignedVehicles)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveVehicle)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddVehicle)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurentVehicles)).BeginInit();
|
|
this.radPageGroups.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblUsersOtherGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblUsersAssignedGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveGroupFromUser)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddGroupToUser)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherGroup)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurrentGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbGatewayForUser)).BeginInit();
|
|
this.gbGatewayForUser.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbVehicleOtherUsers)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserAssignedGateways)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserOtherGateways)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveGateway)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddGateway)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherGateways)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurentGateways)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbUserInfo)).BeginInit();
|
|
this.gbUserInfo.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbIconType)).BeginInit();
|
|
this.gbIconType.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbEmerg)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbColor)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbUnitPic)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chBCheck)).BeginInit();
|
|
this.chBCheck.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbLiveIdle)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbHistory)).BeginInit();
|
|
this.gbHistory.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdtReportTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radRepTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbHisMinSpeed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPauseTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPlayTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chBcomputeAdr)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbHisPauseTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbHisPlayTIme)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbStartItems)).BeginInit();
|
|
this.gbStartItems.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chBDispName)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rcbIconThemes)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbStartZoom)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbStartLng)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbStartLat)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbTimeFormat)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUnitsType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbStartZoom)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbStartLng)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbStartLat)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbUnits)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbTimeFormat)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// GridViewUserList
|
|
//
|
|
this.GridViewUserList.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.GridViewUserList.BackColor = System.Drawing.SystemColors.Control;
|
|
this.GridViewUserList.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.GridViewUserList.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.GridViewUserList.ForeColor = System.Drawing.Color.Black;
|
|
this.GridViewUserList.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.GridViewUserList.Location = new System.Drawing.Point(0, 0);
|
|
//
|
|
//
|
|
//
|
|
this.GridViewUserList.MasterTemplate.AllowAddNewRow = false;
|
|
this.GridViewUserList.MasterTemplate.AllowColumnReorder = false;
|
|
this.GridViewUserList.MasterTemplate.AllowDeleteRow = false;
|
|
this.GridViewUserList.MasterTemplate.AllowDragToGroup = false;
|
|
this.GridViewUserList.MasterTemplate.AllowEditRow = false;
|
|
this.GridViewUserList.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
|
|
gridViewTextBoxColumn11.DataType = typeof(SafeMobileLib.USERTYPE);
|
|
gridViewTextBoxColumn11.FieldName = "UType";
|
|
gridViewTextBoxColumn11.HeaderText = "User Type";
|
|
gridViewTextBoxColumn11.IsAutoGenerated = true;
|
|
gridViewTextBoxColumn11.Name = "UType";
|
|
gridViewTextBoxColumn11.Width = 146;
|
|
gridViewTextBoxColumn12.FieldName = "UserName";
|
|
gridViewTextBoxColumn12.HeaderText = "UserName";
|
|
gridViewTextBoxColumn12.IsAutoGenerated = true;
|
|
gridViewTextBoxColumn12.Name = "UserName";
|
|
gridViewTextBoxColumn12.Width = 146;
|
|
gridViewTextBoxColumn13.FieldName = "FirstName";
|
|
gridViewTextBoxColumn13.HeaderText = "FirstName";
|
|
gridViewTextBoxColumn13.IsAutoGenerated = true;
|
|
gridViewTextBoxColumn13.Name = "FirstName";
|
|
gridViewTextBoxColumn13.Width = 146;
|
|
gridViewTextBoxColumn14.FieldName = "Lastname";
|
|
gridViewTextBoxColumn14.HeaderText = "Lastname";
|
|
gridViewTextBoxColumn14.IsAutoGenerated = true;
|
|
gridViewTextBoxColumn14.Name = "Lastname";
|
|
gridViewTextBoxColumn14.Width = 140;
|
|
gridViewTextBoxColumn15.FieldName = "Password";
|
|
gridViewTextBoxColumn15.HeaderText = "Password";
|
|
gridViewTextBoxColumn15.IsAutoGenerated = true;
|
|
gridViewTextBoxColumn15.IsVisible = false;
|
|
gridViewTextBoxColumn15.Name = "Password";
|
|
gridViewDecimalColumn5.DataType = typeof(int);
|
|
gridViewDecimalColumn5.FieldName = "Id";
|
|
gridViewDecimalColumn5.HeaderText = "ID";
|
|
gridViewDecimalColumn5.IsAutoGenerated = true;
|
|
gridViewDecimalColumn5.Name = "Id";
|
|
gridViewDecimalColumn5.Width = 43;
|
|
gridViewDecimalColumn6.DataType = typeof(int);
|
|
gridViewDecimalColumn6.FieldName = "BackupUserId";
|
|
gridViewDecimalColumn6.HeaderText = "BackupUserId";
|
|
gridViewDecimalColumn6.IsVisible = false;
|
|
gridViewDecimalColumn6.Name = "BackupUserId";
|
|
gridViewDecimalColumn6.Width = 45;
|
|
this.GridViewUserList.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
|
|
gridViewTextBoxColumn11,
|
|
gridViewTextBoxColumn12,
|
|
gridViewTextBoxColumn13,
|
|
gridViewTextBoxColumn14,
|
|
gridViewTextBoxColumn15,
|
|
gridViewDecimalColumn5,
|
|
gridViewDecimalColumn6});
|
|
this.GridViewUserList.MasterTemplate.DataSource = this.userBindingSource;
|
|
this.GridViewUserList.MasterTemplate.EnableGrouping = false;
|
|
this.GridViewUserList.MasterTemplate.EnableSorting = false;
|
|
this.GridViewUserList.MasterTemplate.ShowRowHeaderColumn = false;
|
|
this.GridViewUserList.MasterTemplate.ViewDefinition = tableViewDefinition3;
|
|
this.GridViewUserList.Name = "GridViewUserList";
|
|
this.GridViewUserList.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
this.GridViewUserList.ReadOnly = true;
|
|
this.GridViewUserList.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.GridViewUserList.Size = new System.Drawing.Size(618, 279);
|
|
this.GridViewUserList.TabIndex = 0;
|
|
this.GridViewUserList.TabStop = false;
|
|
this.GridViewUserList.ThemeName = "TelerikMetroBlue";
|
|
this.GridViewUserList.RowFormatting += new Telerik.WinControls.UI.RowFormattingEventHandler(this.GridViewUserList_RowFormatting);
|
|
this.GridViewUserList.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.GridViewUserList_CellFormatting);
|
|
this.GridViewUserList.SelectionChanged += new System.EventHandler(this.GridViewUserList_SelectionChanged);
|
|
this.GridViewUserList.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.GridViewUserList_CellClick);
|
|
this.GridViewUserList.CellDoubleClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.GridViewUserList_CellDoubleClick);
|
|
//
|
|
// userBindingSource
|
|
//
|
|
this.userBindingSource.DataSource = typeof(SafeMobileLib.User);
|
|
//
|
|
// SplitContainerMainUser
|
|
//
|
|
this.SplitContainerMainUser.Controls.Add(this.splitPanel1);
|
|
this.SplitContainerMainUser.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SplitContainerMainUser.Location = new System.Drawing.Point(0, 0);
|
|
this.SplitContainerMainUser.Name = "SplitContainerMainUser";
|
|
//
|
|
//
|
|
//
|
|
this.SplitContainerMainUser.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
|
this.SplitContainerMainUser.Size = new System.Drawing.Size(1059, 527);
|
|
this.SplitContainerMainUser.TabIndex = 1;
|
|
this.SplitContainerMainUser.TabStop = false;
|
|
this.SplitContainerMainUser.Text = "radSplitContainer1";
|
|
//
|
|
// splitPanel1
|
|
//
|
|
this.splitPanel1.Controls.Add(this.radSplitContainer1);
|
|
this.splitPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitPanel1.Name = "splitPanel1";
|
|
//
|
|
//
|
|
//
|
|
this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
|
this.splitPanel1.Size = new System.Drawing.Size(1059, 527);
|
|
this.splitPanel1.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0.1673751F, 0F);
|
|
this.splitPanel1.SizeInfo.SplitterCorrection = new System.Drawing.Size(106, 0);
|
|
this.splitPanel1.TabIndex = 0;
|
|
this.splitPanel1.TabStop = false;
|
|
this.splitPanel1.Text = "splitPanel1";
|
|
//
|
|
// radSplitContainer1
|
|
//
|
|
this.radSplitContainer1.Controls.Add(this.splitPanel3);
|
|
this.radSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.radSplitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.radSplitContainer1.Name = "radSplitContainer1";
|
|
this.radSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
//
|
|
//
|
|
this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
|
this.radSplitContainer1.Size = new System.Drawing.Size(1059, 527);
|
|
this.radSplitContainer1.TabIndex = 15;
|
|
this.radSplitContainer1.TabStop = false;
|
|
this.radSplitContainer1.Text = "radSplitContainer1";
|
|
//
|
|
// splitPanel3
|
|
//
|
|
this.splitPanel3.Controls.Add(this.radPageContainer);
|
|
this.splitPanel3.Controls.Add(this.gbGatewayForUser);
|
|
this.splitPanel3.Controls.Add(this.gbUserInfo);
|
|
this.splitPanel3.Controls.Add(this.GridViewUserList);
|
|
this.splitPanel3.Location = new System.Drawing.Point(0, 0);
|
|
this.splitPanel3.Name = "splitPanel3";
|
|
//
|
|
//
|
|
//
|
|
this.splitPanel3.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
|
this.splitPanel3.Size = new System.Drawing.Size(1059, 527);
|
|
this.splitPanel3.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0F, -0.09464628F);
|
|
this.splitPanel3.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, -310);
|
|
this.splitPanel3.TabIndex = 0;
|
|
this.splitPanel3.TabStop = false;
|
|
this.splitPanel3.Text = "splitPanel3";
|
|
//
|
|
// radPageContainer
|
|
//
|
|
this.radPageContainer.Controls.Add(this.radPageUsers);
|
|
this.radPageContainer.Controls.Add(this.radPageGroups);
|
|
this.radPageContainer.Location = new System.Drawing.Point(618, 0);
|
|
this.radPageContainer.Name = "radPageContainer";
|
|
this.radPageContainer.SelectedPage = this.radPageUsers;
|
|
this.radPageContainer.Size = new System.Drawing.Size(441, 381);
|
|
this.radPageContainer.TabIndex = 25;
|
|
this.radPageContainer.ThemeName = "TelerikMetroBlue";
|
|
((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageContainer.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.ItemList;
|
|
//
|
|
// radPageUsers
|
|
//
|
|
this.radPageUsers.Controls.Add(this.gbUserForVehicle);
|
|
this.radPageUsers.ItemSize = new System.Drawing.SizeF(122F, 25F);
|
|
this.radPageUsers.Location = new System.Drawing.Point(5, 31);
|
|
this.radPageUsers.Name = "radPageUsers";
|
|
this.radPageUsers.Size = new System.Drawing.Size(431, 345);
|
|
this.radPageUsers.Text = "Assign Units to User";
|
|
//
|
|
// gbUserForVehicle
|
|
//
|
|
this.gbUserForVehicle.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.gbUserForVehicle.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.gbUserForVehicle.BackColor = System.Drawing.Color.Transparent;
|
|
this.gbUserForVehicle.Controls.Add(this.lbUserOtherVehicles);
|
|
this.gbUserForVehicle.Controls.Add(this.listBoxOtherVehicles);
|
|
this.gbUserForVehicle.Controls.Add(this.lbUserAssignedVehicles);
|
|
this.gbUserForVehicle.Controls.Add(this.btnRemoveVehicle);
|
|
this.gbUserForVehicle.Controls.Add(this.btnAddVehicle);
|
|
this.gbUserForVehicle.Controls.Add(this.listBoxCurentVehicles);
|
|
this.gbUserForVehicle.HeaderText = "";
|
|
this.gbUserForVehicle.Location = new System.Drawing.Point(0, 0);
|
|
this.gbUserForVehicle.Name = "gbUserForVehicle";
|
|
this.gbUserForVehicle.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
this.gbUserForVehicle.Size = new System.Drawing.Size(440, 382);
|
|
this.gbUserForVehicle.TabIndex = 18;
|
|
this.gbUserForVehicle.TabStop = false;
|
|
this.gbUserForVehicle.ThemeName = "TelerikMetroBlue";
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserForVehicle.GetChildAt(0))).BorderWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserForVehicle.GetChildAt(0))).BorderLeftWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserForVehicle.GetChildAt(0))).BorderTopWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserForVehicle.GetChildAt(0))).BorderRightWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserForVehicle.GetChildAt(0))).BorderBottomWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserForVehicle.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserForVehicle.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserForVehicle.GetChildAt(0).GetChildAt(0).GetChildAt(1))).LeftWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserForVehicle.GetChildAt(0).GetChildAt(0).GetChildAt(1))).RightWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserForVehicle.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
//
|
|
// lbUserOtherVehicles
|
|
//
|
|
this.lbUserOtherVehicles.AutoSize = false;
|
|
this.lbUserOtherVehicles.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbUserOtherVehicles.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbUserOtherVehicles.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbUserOtherVehicles.Location = new System.Drawing.Point(250, 3);
|
|
this.lbUserOtherVehicles.Name = "lbUserOtherVehicles";
|
|
this.lbUserOtherVehicles.Size = new System.Drawing.Size(165, 20);
|
|
this.lbUserOtherVehicles.TabIndex = 27;
|
|
this.lbUserOtherVehicles.Text = "Unassigned units";
|
|
this.lbUserOtherVehicles.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// listBoxOtherVehicles
|
|
//
|
|
this.listBoxOtherVehicles.AutoSizeItems = true;
|
|
this.listBoxOtherVehicles.Location = new System.Drawing.Point(249, 2);
|
|
this.listBoxOtherVehicles.Name = "listBoxOtherVehicles";
|
|
this.listBoxOtherVehicles.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxOtherVehicles.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxOtherVehicles.Size = new System.Drawing.Size(167, 324);
|
|
this.listBoxOtherVehicles.TabIndex = 22;
|
|
this.listBoxOtherVehicles.TabStop = false;
|
|
this.listBoxOtherVehicles.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxOtherVehicles.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.listBoxCurentVehicles_ItemDataBound);
|
|
this.listBoxOtherVehicles.CreatingVisualListItem += new Telerik.WinControls.UI.CreatingVisualListItemEventHandler(this.listBoxCurentVehicles_CreatingVisualListItem);
|
|
this.listBoxOtherVehicles.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxCurentVehicles_VisualItemFormatting);
|
|
this.listBoxOtherVehicles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxOtherVehicles_MouseDoubleClick);
|
|
//
|
|
// lbUserAssignedVehicles
|
|
//
|
|
this.lbUserAssignedVehicles.AutoSize = false;
|
|
this.lbUserAssignedVehicles.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbUserAssignedVehicles.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbUserAssignedVehicles.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbUserAssignedVehicles.Location = new System.Drawing.Point(3, 3);
|
|
this.lbUserAssignedVehicles.Name = "lbUserAssignedVehicles";
|
|
this.lbUserAssignedVehicles.Size = new System.Drawing.Size(165, 20);
|
|
this.lbUserAssignedVehicles.TabIndex = 26;
|
|
this.lbUserAssignedVehicles.Text = "Assigned units";
|
|
this.lbUserAssignedVehicles.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnRemoveVehicle
|
|
//
|
|
this.btnRemoveVehicle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.btnRemoveVehicle.Location = new System.Drawing.Point(191, 110);
|
|
this.btnRemoveVehicle.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveVehicle.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveVehicle.Name = "btnRemoveVehicle";
|
|
//
|
|
//
|
|
//
|
|
this.btnRemoveVehicle.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveVehicle.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveVehicle.Size = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveVehicle.TabIndex = 0;
|
|
this.btnRemoveVehicle.Text = "-->";
|
|
this.btnRemoveVehicle.ThemeName = "TelerikMetroBlue";
|
|
this.btnRemoveVehicle.Click += new System.EventHandler(this.btnRemoveVehicle_Click);
|
|
//
|
|
// btnAddVehicle
|
|
//
|
|
this.btnAddVehicle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.btnAddVehicle.Location = new System.Drawing.Point(190, 184);
|
|
this.btnAddVehicle.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddVehicle.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddVehicle.Name = "btnAddVehicle";
|
|
//
|
|
//
|
|
//
|
|
this.btnAddVehicle.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddVehicle.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddVehicle.Size = new System.Drawing.Size(50, 23);
|
|
this.btnAddVehicle.TabIndex = 1;
|
|
this.btnAddVehicle.Text = "<--";
|
|
this.btnAddVehicle.ThemeName = "TelerikMetroBlue";
|
|
this.btnAddVehicle.Click += new System.EventHandler(this.btnAddVehicle_Click);
|
|
//
|
|
// listBoxCurentVehicles
|
|
//
|
|
this.listBoxCurentVehicles.AutoSizeItems = true;
|
|
this.listBoxCurentVehicles.Location = new System.Drawing.Point(2, 2);
|
|
this.listBoxCurentVehicles.Name = "listBoxCurentVehicles";
|
|
this.listBoxCurentVehicles.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxCurentVehicles.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxCurentVehicles.Size = new System.Drawing.Size(167, 324);
|
|
this.listBoxCurentVehicles.TabIndex = 23;
|
|
this.listBoxCurentVehicles.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxCurentVehicles.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.listBoxCurentVehicles_ItemDataBound);
|
|
this.listBoxCurentVehicles.CreatingVisualListItem += new Telerik.WinControls.UI.CreatingVisualListItemEventHandler(this.listBoxCurentVehicles_CreatingVisualListItem);
|
|
this.listBoxCurentVehicles.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxCurentVehicles_VisualItemFormatting);
|
|
this.listBoxCurentVehicles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxCurentVehicles_MouseDoubleClick);
|
|
//
|
|
// radPageGroups
|
|
//
|
|
this.radPageGroups.Controls.Add(this.lblUsersOtherGroups);
|
|
this.radPageGroups.Controls.Add(this.lblUsersAssignedGroups);
|
|
this.radPageGroups.Controls.Add(this.btnRemoveGroupFromUser);
|
|
this.radPageGroups.Controls.Add(this.btnAddGroupToUser);
|
|
this.radPageGroups.Controls.Add(this.listBoxOtherGroup);
|
|
this.radPageGroups.Controls.Add(this.listBoxCurrentGroups);
|
|
this.radPageGroups.ItemSize = new System.Drawing.SizeF(134F, 25F);
|
|
this.radPageGroups.Location = new System.Drawing.Point(5, 31);
|
|
this.radPageGroups.Name = "radPageGroups";
|
|
this.radPageGroups.Size = new System.Drawing.Size(431, 345);
|
|
this.radPageGroups.Text = "Assign Groups to User";
|
|
//
|
|
// lblUsersOtherGroups
|
|
//
|
|
this.lblUsersOtherGroups.AutoSize = false;
|
|
this.lblUsersOtherGroups.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lblUsersOtherGroups.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lblUsersOtherGroups.ForeColor = System.Drawing.Color.Gray;
|
|
this.lblUsersOtherGroups.Location = new System.Drawing.Point(250, 3);
|
|
this.lblUsersOtherGroups.Name = "lblUsersOtherGroups";
|
|
this.lblUsersOtherGroups.Size = new System.Drawing.Size(165, 35);
|
|
this.lblUsersOtherGroups.TabIndex = 31;
|
|
this.lblUsersOtherGroups.Text = "Unassigned groups";
|
|
this.lblUsersOtherGroups.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblUsersAssignedGroups
|
|
//
|
|
this.lblUsersAssignedGroups.AutoSize = false;
|
|
this.lblUsersAssignedGroups.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lblUsersAssignedGroups.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lblUsersAssignedGroups.ForeColor = System.Drawing.Color.Gray;
|
|
this.lblUsersAssignedGroups.Location = new System.Drawing.Point(3, 3);
|
|
this.lblUsersAssignedGroups.Name = "lblUsersAssignedGroups";
|
|
this.lblUsersAssignedGroups.Size = new System.Drawing.Size(165, 35);
|
|
this.lblUsersAssignedGroups.TabIndex = 30;
|
|
this.lblUsersAssignedGroups.Text = "Assigned groups";
|
|
this.lblUsersAssignedGroups.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnRemoveGroupFromUser
|
|
//
|
|
this.btnRemoveGroupFromUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.btnRemoveGroupFromUser.Location = new System.Drawing.Point(191, 110);
|
|
this.btnRemoveGroupFromUser.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroupFromUser.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroupFromUser.Name = "btnRemoveGroupFromUser";
|
|
//
|
|
//
|
|
//
|
|
this.btnRemoveGroupFromUser.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroupFromUser.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroupFromUser.Size = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroupFromUser.TabIndex = 25;
|
|
this.btnRemoveGroupFromUser.Text = "-->";
|
|
this.btnRemoveGroupFromUser.ThemeName = "TelerikMetroBlue";
|
|
this.btnRemoveGroupFromUser.Click += new System.EventHandler(this.btnRemoveGroupFromUser_Click);
|
|
//
|
|
// btnAddGroupToUser
|
|
//
|
|
this.btnAddGroupToUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.btnAddGroupToUser.Location = new System.Drawing.Point(190, 184);
|
|
this.btnAddGroupToUser.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroupToUser.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroupToUser.Name = "btnAddGroupToUser";
|
|
//
|
|
//
|
|
//
|
|
this.btnAddGroupToUser.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroupToUser.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroupToUser.Size = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroupToUser.TabIndex = 24;
|
|
this.btnAddGroupToUser.Text = "<--";
|
|
this.btnAddGroupToUser.ThemeName = "TelerikMetroBlue";
|
|
this.btnAddGroupToUser.Click += new System.EventHandler(this.btnAddGroupToUser_Click);
|
|
//
|
|
// listBoxOtherGroup
|
|
//
|
|
this.listBoxOtherGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.listBoxOtherGroup.AutoSizeItems = true;
|
|
this.listBoxOtherGroup.Location = new System.Drawing.Point(249, 2);
|
|
this.listBoxOtherGroup.Name = "listBoxOtherGroup";
|
|
this.listBoxOtherGroup.Padding = new System.Windows.Forms.Padding(0, 34, 0, 0);
|
|
this.listBoxOtherGroup.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxOtherGroup.Size = new System.Drawing.Size(167, 326);
|
|
this.listBoxOtherGroup.TabIndex = 28;
|
|
this.listBoxOtherGroup.TabStop = false;
|
|
this.listBoxOtherGroup.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxOtherGroup.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.groups_ItemDataBound);
|
|
this.listBoxOtherGroup.CreatingVisualListItem += new Telerik.WinControls.UI.CreatingVisualListItemEventHandler(this.listBoxCurentVehicles_CreatingVisualListItem);
|
|
this.listBoxOtherGroup.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxCurentVehicles_VisualItemFormatting);
|
|
this.listBoxOtherGroup.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxOtherGroup_MouseDoubleClick);
|
|
//
|
|
// listBoxCurrentGroups
|
|
//
|
|
this.listBoxCurrentGroups.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.listBoxCurrentGroups.AutoSizeItems = true;
|
|
this.listBoxCurrentGroups.Location = new System.Drawing.Point(2, 2);
|
|
this.listBoxCurrentGroups.Name = "listBoxCurrentGroups";
|
|
this.listBoxCurrentGroups.Padding = new System.Windows.Forms.Padding(0, 34, 0, 0);
|
|
this.listBoxCurrentGroups.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxCurrentGroups.Size = new System.Drawing.Size(167, 326);
|
|
this.listBoxCurrentGroups.TabIndex = 29;
|
|
this.listBoxCurrentGroups.TabStop = false;
|
|
this.listBoxCurrentGroups.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxCurrentGroups.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.groups_ItemDataBound);
|
|
this.listBoxCurrentGroups.CreatingVisualListItem += new Telerik.WinControls.UI.CreatingVisualListItemEventHandler(this.listBoxCurentVehicles_CreatingVisualListItem);
|
|
this.listBoxCurrentGroups.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxCurentVehicles_VisualItemFormatting);
|
|
this.listBoxCurrentGroups.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxCurrentGroups_MouseDoubleClick);
|
|
//
|
|
// gbGatewayForUser
|
|
//
|
|
this.gbGatewayForUser.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.gbGatewayForUser.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.gbGatewayForUser.Controls.Add(this.lbVehicleOtherUsers);
|
|
this.gbGatewayForUser.Controls.Add(this.lbUserAssignedGateways);
|
|
this.gbGatewayForUser.Controls.Add(this.lbUserOtherGateways);
|
|
this.gbGatewayForUser.Controls.Add(this.btnRemoveGateway);
|
|
this.gbGatewayForUser.Controls.Add(this.btnAddGateway);
|
|
this.gbGatewayForUser.Controls.Add(this.listBoxOtherGateways);
|
|
this.gbGatewayForUser.Controls.Add(this.listBoxCurentGateways);
|
|
this.gbGatewayForUser.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbGatewayForUser.HeaderText = "Assign Gateway to User";
|
|
this.gbGatewayForUser.Location = new System.Drawing.Point(616, 382);
|
|
this.gbGatewayForUser.Name = "gbGatewayForUser";
|
|
this.gbGatewayForUser.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
this.gbGatewayForUser.Size = new System.Drawing.Size(440, 145);
|
|
this.gbGatewayForUser.TabIndex = 2;
|
|
this.gbGatewayForUser.TabStop = false;
|
|
this.gbGatewayForUser.Text = "Assign Gateway to User";
|
|
this.gbGatewayForUser.ThemeName = "TelerikMetroBlue";
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbGatewayForUser.GetChildAt(0))).BorderWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbGatewayForUser.GetChildAt(0))).BorderLeftWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbGatewayForUser.GetChildAt(0))).BorderTopWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbGatewayForUser.GetChildAt(0))).BorderRightWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbGatewayForUser.GetChildAt(0))).BorderBottomWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbGatewayForUser.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbGatewayForUser.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbGatewayForUser.GetChildAt(0).GetChildAt(0).GetChildAt(1))).LeftWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbGatewayForUser.GetChildAt(0).GetChildAt(0).GetChildAt(1))).RightWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbGatewayForUser.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
//
|
|
// lbVehicleOtherUsers
|
|
//
|
|
this.lbVehicleOtherUsers.AutoSize = false;
|
|
this.lbVehicleOtherUsers.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbVehicleOtherUsers.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbVehicleOtherUsers.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbVehicleOtherUsers.Location = new System.Drawing.Point(256, 47);
|
|
this.lbVehicleOtherUsers.Name = "lbVehicleOtherUsers";
|
|
this.lbVehicleOtherUsers.Size = new System.Drawing.Size(165, 20);
|
|
this.lbVehicleOtherUsers.TabIndex = 25;
|
|
this.lbVehicleOtherUsers.Text = "Unassigned gateways";
|
|
this.lbVehicleOtherUsers.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbUserAssignedGateways
|
|
//
|
|
this.lbUserAssignedGateways.AutoSize = false;
|
|
this.lbUserAssignedGateways.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbUserAssignedGateways.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbUserAssignedGateways.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbUserAssignedGateways.Location = new System.Drawing.Point(26, 47);
|
|
this.lbUserAssignedGateways.Name = "lbUserAssignedGateways";
|
|
this.lbUserAssignedGateways.Size = new System.Drawing.Size(165, 20);
|
|
this.lbUserAssignedGateways.TabIndex = 24;
|
|
this.lbUserAssignedGateways.Text = "Assigned gateways";
|
|
this.lbUserAssignedGateways.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbUserOtherGateways
|
|
//
|
|
this.lbUserOtherGateways.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbUserOtherGateways.Location = new System.Drawing.Point(273, 18);
|
|
this.lbUserOtherGateways.Name = "lbUserOtherGateways";
|
|
this.lbUserOtherGateways.Size = new System.Drawing.Size(114, 18);
|
|
this.lbUserOtherGateways.TabIndex = 21;
|
|
this.lbUserOtherGateways.Text = "Unassigned gateways";
|
|
//
|
|
// btnRemoveGateway
|
|
//
|
|
this.btnRemoveGateway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.btnRemoveGateway.Location = new System.Drawing.Point(198, 66);
|
|
this.btnRemoveGateway.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGateway.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGateway.Name = "btnRemoveGateway";
|
|
//
|
|
//
|
|
//
|
|
this.btnRemoveGateway.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGateway.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGateway.Size = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGateway.TabIndex = 2;
|
|
this.btnRemoveGateway.Text = "-->";
|
|
this.btnRemoveGateway.ThemeName = "TelerikMetroBlue";
|
|
this.btnRemoveGateway.Click += new System.EventHandler(this.btnRemoveGateway_Click);
|
|
//
|
|
// btnAddGateway
|
|
//
|
|
this.btnAddGateway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.btnAddGateway.Location = new System.Drawing.Point(198, 96);
|
|
this.btnAddGateway.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGateway.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGateway.Name = "btnAddGateway";
|
|
//
|
|
//
|
|
//
|
|
this.btnAddGateway.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGateway.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGateway.Size = new System.Drawing.Size(50, 23);
|
|
this.btnAddGateway.TabIndex = 4;
|
|
this.btnAddGateway.Text = "<--";
|
|
this.btnAddGateway.ThemeName = "TelerikMetroBlue";
|
|
this.btnAddGateway.Click += new System.EventHandler(this.btnAddGateway_Click);
|
|
//
|
|
// listBoxOtherGateways
|
|
//
|
|
this.listBoxOtherGateways.AutoSizeItems = true;
|
|
this.listBoxOtherGateways.Location = new System.Drawing.Point(255, 46);
|
|
this.listBoxOtherGateways.Name = "listBoxOtherGateways";
|
|
this.listBoxOtherGateways.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxOtherGateways.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxOtherGateways.Size = new System.Drawing.Size(167, 79);
|
|
this.listBoxOtherGateways.TabIndex = 22;
|
|
this.listBoxOtherGateways.TabStop = false;
|
|
this.listBoxOtherGateways.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxOtherGateways.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxCurentVehicles_VisualItemFormatting);
|
|
this.listBoxOtherGateways.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxGateways_MouseDoubleClick);
|
|
//
|
|
// listBoxCurentGateways
|
|
//
|
|
this.listBoxCurentGateways.AutoSizeItems = true;
|
|
this.listBoxCurentGateways.Location = new System.Drawing.Point(25, 46);
|
|
this.listBoxCurentGateways.Name = "listBoxCurentGateways";
|
|
this.listBoxCurentGateways.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxCurentGateways.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxCurentGateways.Size = new System.Drawing.Size(167, 79);
|
|
this.listBoxCurentGateways.TabIndex = 23;
|
|
this.listBoxCurentGateways.TabStop = false;
|
|
this.listBoxCurentGateways.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxCurentGateways.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxCurentVehicles_VisualItemFormatting);
|
|
this.listBoxCurentGateways.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxGateways_MouseDoubleClick);
|
|
//
|
|
// gbUserInfo
|
|
//
|
|
this.gbUserInfo.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.gbUserInfo.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.gbUserInfo.BackColor = System.Drawing.Color.Transparent;
|
|
this.gbUserInfo.Controls.Add(this.gbIconType);
|
|
this.gbUserInfo.Controls.Add(this.gbHistory);
|
|
this.gbUserInfo.Controls.Add(this.gbStartItems);
|
|
this.gbUserInfo.HeaderText = "Settings for user:";
|
|
this.gbUserInfo.Location = new System.Drawing.Point(0, 285);
|
|
this.gbUserInfo.Name = "gbUserInfo";
|
|
this.gbUserInfo.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
this.gbUserInfo.Size = new System.Drawing.Size(618, 241);
|
|
this.gbUserInfo.TabIndex = 0;
|
|
this.gbUserInfo.Text = "Settings for user:";
|
|
this.gbUserInfo.ThemeName = "TelerikMetroBlue";
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserInfo.GetChildAt(0))).BorderWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserInfo.GetChildAt(0))).BorderLeftWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserInfo.GetChildAt(0))).BorderTopWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserInfo.GetChildAt(0))).BorderRightWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserInfo.GetChildAt(0))).BorderBottomWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbUserInfo.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserInfo.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserInfo.GetChildAt(0).GetChildAt(0).GetChildAt(1))).LeftWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserInfo.GetChildAt(0).GetChildAt(0).GetChildAt(1))).RightWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbUserInfo.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
//
|
|
// gbIconType
|
|
//
|
|
this.gbIconType.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.gbIconType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.gbIconType.BackColor = System.Drawing.Color.Transparent;
|
|
this.gbIconType.Controls.Add(this.rbEmerg);
|
|
this.gbIconType.Controls.Add(this.rbColor);
|
|
this.gbIconType.Controls.Add(this.rbUnitPic);
|
|
this.gbIconType.Controls.Add(this.chBCheck);
|
|
this.gbIconType.HeaderText = "Icons type";
|
|
this.gbIconType.Location = new System.Drawing.Point(427, 28);
|
|
this.gbIconType.MaximumSize = new System.Drawing.Size(191, 171);
|
|
this.gbIconType.MinimumSize = new System.Drawing.Size(191, 171);
|
|
this.gbIconType.Name = "gbIconType";
|
|
this.gbIconType.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
//
|
|
//
|
|
//
|
|
this.gbIconType.RootElement.MaxSize = new System.Drawing.Size(191, 171);
|
|
this.gbIconType.RootElement.MinSize = new System.Drawing.Size(191, 171);
|
|
this.gbIconType.Size = new System.Drawing.Size(191, 171);
|
|
this.gbIconType.TabIndex = 2;
|
|
this.gbIconType.Text = "Icons type";
|
|
this.gbIconType.ThemeName = "TelerikMetroBlue";
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconType.GetChildAt(0))).BorderWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconType.GetChildAt(0))).BorderLeftWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconType.GetChildAt(0))).BorderTopWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconType.GetChildAt(0))).BorderRightWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconType.GetChildAt(0))).BorderBottomWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconType.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbIconType.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbIconType.GetChildAt(0).GetChildAt(0).GetChildAt(1))).LeftWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbIconType.GetChildAt(0).GetChildAt(0).GetChildAt(1))).RightWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbIconType.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
//
|
|
// rbEmerg
|
|
//
|
|
this.rbEmerg.Location = new System.Drawing.Point(5, 85);
|
|
this.rbEmerg.Name = "rbEmerg";
|
|
this.rbEmerg.Size = new System.Drawing.Size(116, 18);
|
|
this.rbEmerg.TabIndex = 2;
|
|
this.rbEmerg.Text = "Emergency people";
|
|
this.rbEmerg.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// rbColor
|
|
//
|
|
this.rbColor.Location = new System.Drawing.Point(5, 62);
|
|
this.rbColor.Name = "rbColor";
|
|
this.rbColor.Size = new System.Drawing.Size(99, 18);
|
|
this.rbColor.TabIndex = 1;
|
|
this.rbColor.Text = "Colored arrows";
|
|
this.rbColor.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// rbUnitPic
|
|
//
|
|
this.rbUnitPic.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.rbUnitPic.Location = new System.Drawing.Point(5, 39);
|
|
this.rbUnitPic.Name = "rbUnitPic";
|
|
this.rbUnitPic.Size = new System.Drawing.Size(87, 18);
|
|
this.rbUnitPic.TabIndex = 0;
|
|
this.rbUnitPic.Text = "Unit pictures";
|
|
this.rbUnitPic.ThemeName = "VisualStudio2012Light";
|
|
this.rbUnitPic.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
|
|
//
|
|
// chBCheck
|
|
//
|
|
this.chBCheck.AutoSize = false;
|
|
this.chBCheck.BackColor = System.Drawing.Color.Transparent;
|
|
this.chBCheck.Controls.Add(this.tbLiveIdle);
|
|
this.chBCheck.Controls.Add(this.lbTime);
|
|
this.chBCheck.ForeColor = System.Drawing.Color.Black;
|
|
this.chBCheck.Location = new System.Drawing.Point(5, 109);
|
|
this.chBCheck.Name = "chBCheck";
|
|
this.chBCheck.Size = new System.Drawing.Size(182, 48);
|
|
this.chBCheck.TabIndex = 3;
|
|
this.chBCheck.Text = "Display only units with last GPS update in";
|
|
this.chBCheck.TextWrap = true;
|
|
this.chBCheck.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// tbLiveIdle
|
|
//
|
|
this.tbLiveIdle.Location = new System.Drawing.Point(89, 24);
|
|
this.tbLiveIdle.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbLiveIdle.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbLiveIdle.Name = "tbLiveIdle";
|
|
//
|
|
//
|
|
//
|
|
this.tbLiveIdle.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
this.tbLiveIdle.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbLiveIdle.Size = new System.Drawing.Size(35, 24);
|
|
this.tbLiveIdle.TabIndex = 0;
|
|
this.tbLiveIdle.TabStop = false;
|
|
this.tbLiveIdle.ThemeName = "VisualStudio2012Light";
|
|
((Telerik.WinControls.UI.RadSpinElement)(this.tbLiveIdle.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
|
|
//
|
|
// lbTime
|
|
//
|
|
this.lbTime.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbTime.Location = new System.Drawing.Point(130, 23);
|
|
this.lbTime.Name = "lbTime";
|
|
this.lbTime.Size = new System.Drawing.Size(32, 18);
|
|
this.lbTime.TabIndex = 1;
|
|
this.lbTime.Text = "(min)";
|
|
//
|
|
// gbHistory
|
|
//
|
|
this.gbHistory.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.gbHistory.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.gbHistory.BackColor = System.Drawing.Color.Transparent;
|
|
this.gbHistory.Controls.Add(this.rdtReportTime);
|
|
this.gbHistory.Controls.Add(this.radRepTime);
|
|
this.gbHistory.Controls.Add(this.tbHisMinSpeed);
|
|
this.gbHistory.Controls.Add(this.tbPauseTime);
|
|
this.gbHistory.Controls.Add(this.tbPlayTime);
|
|
this.gbHistory.Controls.Add(this.radLabel1);
|
|
this.gbHistory.Controls.Add(this.chBcomputeAdr);
|
|
this.gbHistory.Controls.Add(this.lbHisPauseTime);
|
|
this.gbHistory.Controls.Add(this.lbHisPlayTIme);
|
|
this.gbHistory.HeaderText = "History";
|
|
this.gbHistory.Location = new System.Drawing.Point(211, 28);
|
|
this.gbHistory.MaximumSize = new System.Drawing.Size(210, 200);
|
|
this.gbHistory.MinimumSize = new System.Drawing.Size(210, 200);
|
|
this.gbHistory.Name = "gbHistory";
|
|
this.gbHistory.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
//
|
|
//
|
|
//
|
|
this.gbHistory.RootElement.MaxSize = new System.Drawing.Size(210, 200);
|
|
this.gbHistory.RootElement.MinSize = new System.Drawing.Size(210, 200);
|
|
this.gbHistory.Size = new System.Drawing.Size(210, 200);
|
|
this.gbHistory.TabIndex = 1;
|
|
this.gbHistory.Text = "History";
|
|
this.gbHistory.ThemeName = "TelerikMetroBlue";
|
|
this.gbHistory.Visible = false;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbHistory.GetChildAt(0))).BorderWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbHistory.GetChildAt(0))).BorderTopWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbHistory.GetChildAt(0))).BorderBottomWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbHistory.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbHistory.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbHistory.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
//
|
|
// rdtReportTime
|
|
//
|
|
this.rdtReportTime.CustomFormat = "HH:mm";
|
|
this.rdtReportTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.rdtReportTime.Location = new System.Drawing.Point(117, 124);
|
|
this.rdtReportTime.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
|
|
this.rdtReportTime.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.rdtReportTime.Name = "rdtReportTime";
|
|
this.rdtReportTime.NullDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
|
|
//
|
|
//
|
|
//
|
|
this.rdtReportTime.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.rdtReportTime.ShowUpDown = true;
|
|
this.rdtReportTime.Size = new System.Drawing.Size(78, 24);
|
|
this.rdtReportTime.TabIndex = 4;
|
|
this.rdtReportTime.TabStop = false;
|
|
this.rdtReportTime.ThemeName = "VisualStudio2012Light";
|
|
this.rdtReportTime.Value = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
|
|
//
|
|
// radRepTime
|
|
//
|
|
this.radRepTime.AutoSize = false;
|
|
this.radRepTime.BackColor = System.Drawing.Color.Transparent;
|
|
this.radRepTime.Location = new System.Drawing.Point(6, 123);
|
|
this.radRepTime.Name = "radRepTime";
|
|
this.radRepTime.Size = new System.Drawing.Size(105, 18);
|
|
this.radRepTime.TabIndex = 31;
|
|
this.radRepTime.Text = "Report Time";
|
|
//
|
|
// tbHisMinSpeed
|
|
//
|
|
this.tbHisMinSpeed.Location = new System.Drawing.Point(117, 98);
|
|
this.tbHisMinSpeed.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbHisMinSpeed.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbHisMinSpeed.Name = "tbHisMinSpeed";
|
|
//
|
|
//
|
|
//
|
|
this.tbHisMinSpeed.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
this.tbHisMinSpeed.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbHisMinSpeed.Size = new System.Drawing.Size(78, 24);
|
|
this.tbHisMinSpeed.TabIndex = 3;
|
|
this.tbHisMinSpeed.TabStop = false;
|
|
this.tbHisMinSpeed.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// tbPauseTime
|
|
//
|
|
this.tbPauseTime.Location = new System.Drawing.Point(117, 74);
|
|
this.tbPauseTime.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbPauseTime.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbPauseTime.Name = "tbPauseTime";
|
|
//
|
|
//
|
|
//
|
|
this.tbPauseTime.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
this.tbPauseTime.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbPauseTime.Size = new System.Drawing.Size(78, 24);
|
|
this.tbPauseTime.TabIndex = 2;
|
|
this.tbPauseTime.TabStop = false;
|
|
this.tbPauseTime.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// tbPlayTime
|
|
//
|
|
this.tbPlayTime.Location = new System.Drawing.Point(117, 49);
|
|
this.tbPlayTime.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbPlayTime.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbPlayTime.Name = "tbPlayTime";
|
|
//
|
|
//
|
|
//
|
|
this.tbPlayTime.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
this.tbPlayTime.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbPlayTime.Size = new System.Drawing.Size(78, 24);
|
|
this.tbPlayTime.TabIndex = 1;
|
|
this.tbPlayTime.TabStop = false;
|
|
this.tbPlayTime.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// radLabel1
|
|
//
|
|
this.radLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.radLabel1.Location = new System.Drawing.Point(6, 99);
|
|
this.radLabel1.Name = "radLabel1";
|
|
this.radLabel1.Size = new System.Drawing.Size(60, 18);
|
|
this.radLabel1.TabIndex = 8;
|
|
this.radLabel1.Text = "Min Speed";
|
|
//
|
|
// chBcomputeAdr
|
|
//
|
|
this.chBcomputeAdr.BackColor = System.Drawing.Color.Transparent;
|
|
this.chBcomputeAdr.ForeColor = System.Drawing.Color.Black;
|
|
this.chBcomputeAdr.Location = new System.Drawing.Point(82, 25);
|
|
this.chBcomputeAdr.Name = "chBcomputeAdr";
|
|
this.chBcomputeAdr.Size = new System.Drawing.Size(111, 18);
|
|
this.chBcomputeAdr.TabIndex = 0;
|
|
this.chBcomputeAdr.Text = "Compute address";
|
|
this.chBcomputeAdr.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// lbHisPauseTime
|
|
//
|
|
this.lbHisPauseTime.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbHisPauseTime.Location = new System.Drawing.Point(6, 75);
|
|
this.lbHisPauseTime.Name = "lbHisPauseTime";
|
|
this.lbHisPauseTime.Size = new System.Drawing.Size(63, 18);
|
|
this.lbHisPauseTime.TabIndex = 6;
|
|
this.lbHisPauseTime.Text = "Pause Time";
|
|
//
|
|
// lbHisPlayTIme
|
|
//
|
|
this.lbHisPlayTIme.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbHisPlayTIme.Location = new System.Drawing.Point(6, 50);
|
|
this.lbHisPlayTIme.Name = "lbHisPlayTIme";
|
|
this.lbHisPlayTIme.Size = new System.Drawing.Size(54, 18);
|
|
this.lbHisPlayTIme.TabIndex = 4;
|
|
this.lbHisPlayTIme.Text = "Play Time";
|
|
//
|
|
// gbStartItems
|
|
//
|
|
this.gbStartItems.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.gbStartItems.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.gbStartItems.BackColor = System.Drawing.Color.Transparent;
|
|
this.gbStartItems.Controls.Add(this.chBDispName);
|
|
this.gbStartItems.Controls.Add(this.rcbIconThemes);
|
|
this.gbStartItems.Controls.Add(this.tbStartZoom);
|
|
this.gbStartItems.Controls.Add(this.radLabel4);
|
|
this.gbStartItems.Controls.Add(this.tbStartLng);
|
|
this.gbStartItems.Controls.Add(this.tbStartLat);
|
|
this.gbStartItems.Controls.Add(this.lbTimeFormat);
|
|
this.gbStartItems.Controls.Add(this.lbUnitsType);
|
|
this.gbStartItems.Controls.Add(this.lbStartZoom);
|
|
this.gbStartItems.Controls.Add(this.lbStartLng);
|
|
this.gbStartItems.Controls.Add(this.lbStartLat);
|
|
this.gbStartItems.Controls.Add(this.cbUnits);
|
|
this.gbStartItems.Controls.Add(this.cbTimeFormat);
|
|
this.gbStartItems.HeaderText = "Live";
|
|
this.gbStartItems.Location = new System.Drawing.Point(9, 28);
|
|
this.gbStartItems.MaximumSize = new System.Drawing.Size(210, 208);
|
|
this.gbStartItems.MinimumSize = new System.Drawing.Size(210, 208);
|
|
this.gbStartItems.Name = "gbStartItems";
|
|
this.gbStartItems.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
//
|
|
//
|
|
//
|
|
this.gbStartItems.RootElement.MaxSize = new System.Drawing.Size(210, 208);
|
|
this.gbStartItems.RootElement.MinSize = new System.Drawing.Size(210, 208);
|
|
this.gbStartItems.Size = new System.Drawing.Size(210, 208);
|
|
this.gbStartItems.TabIndex = 0;
|
|
this.gbStartItems.Text = "Live";
|
|
this.gbStartItems.ThemeName = "TelerikMetroBlue";
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStartItems.GetChildAt(0))).BorderWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStartItems.GetChildAt(0))).BorderLeftWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStartItems.GetChildAt(0))).BorderTopWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStartItems.GetChildAt(0))).BorderRightWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStartItems.GetChildAt(0))).BorderBottomWidth = 0F;
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStartItems.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbStartItems.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbStartItems.GetChildAt(0).GetChildAt(0).GetChildAt(1))).LeftWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbStartItems.GetChildAt(0).GetChildAt(0).GetChildAt(1))).RightWidth = 0F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbStartItems.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
//
|
|
// chBDispName
|
|
//
|
|
this.chBDispName.BackColor = System.Drawing.Color.Transparent;
|
|
this.chBDispName.Location = new System.Drawing.Point(74, 25);
|
|
this.chBDispName.Name = "chBDispName";
|
|
this.chBDispName.Size = new System.Drawing.Size(92, 18);
|
|
this.chBDispName.TabIndex = 0;
|
|
this.chBDispName.Text = "Name Display";
|
|
this.chBDispName.ThemeName = "VisualStudio2012Light";
|
|
this.chBDispName.Visible = false;
|
|
//
|
|
// rcbIconThemes
|
|
//
|
|
this.rcbIconThemes.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
this.rcbIconThemes.DropDownAnimationFrames = 4;
|
|
this.rcbIconThemes.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
this.rcbIconThemes.Location = new System.Drawing.Point(102, 184);
|
|
this.rcbIconThemes.Name = "rcbIconThemes";
|
|
this.rcbIconThemes.Size = new System.Drawing.Size(93, 24);
|
|
this.rcbIconThemes.TabIndex = 6;
|
|
this.rcbIconThemes.ThemeName = "VisualStudio2012Light";
|
|
this.rcbIconThemes.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.rcbIconThemes_SelectedIndexChanged);
|
|
this.rcbIconThemes.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.rcbIconThemes_ItemDataBound);
|
|
//
|
|
// tbStartZoom
|
|
//
|
|
this.tbStartZoom.Location = new System.Drawing.Point(102, 103);
|
|
this.tbStartZoom.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbStartZoom.Name = "tbStartZoom";
|
|
//
|
|
//
|
|
//
|
|
this.tbStartZoom.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
this.tbStartZoom.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbStartZoom.Size = new System.Drawing.Size(93, 24);
|
|
this.tbStartZoom.TabIndex = 3;
|
|
this.tbStartZoom.TabStop = false;
|
|
this.tbStartZoom.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// radLabel4
|
|
//
|
|
this.radLabel4.AutoSize = false;
|
|
this.radLabel4.BackColor = System.Drawing.Color.Transparent;
|
|
this.radLabel4.Location = new System.Drawing.Point(-2, 185);
|
|
this.radLabel4.Name = "radLabel4";
|
|
this.radLabel4.Size = new System.Drawing.Size(98, 23);
|
|
this.radLabel4.TabIndex = 31;
|
|
this.radLabel4.Text = "Icon Theme";
|
|
this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tbStartLng
|
|
//
|
|
this.tbStartLng.Location = new System.Drawing.Point(102, 76);
|
|
this.tbStartLng.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbStartLng.Name = "tbStartLng";
|
|
//
|
|
//
|
|
//
|
|
this.tbStartLng.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbStartLng.Size = new System.Drawing.Size(93, 24);
|
|
this.tbStartLng.TabIndex = 2;
|
|
this.tbStartLng.Text = "20";
|
|
this.tbStartLng.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// tbStartLat
|
|
//
|
|
this.tbStartLat.Location = new System.Drawing.Point(102, 49);
|
|
this.tbStartLat.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbStartLat.Name = "tbStartLat";
|
|
//
|
|
//
|
|
//
|
|
this.tbStartLat.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbStartLat.Size = new System.Drawing.Size(93, 24);
|
|
this.tbStartLat.TabIndex = 1;
|
|
this.tbStartLat.Text = "20";
|
|
this.tbStartLat.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// lbTimeFormat
|
|
//
|
|
this.lbTimeFormat.AutoSize = false;
|
|
this.lbTimeFormat.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbTimeFormat.Location = new System.Drawing.Point(-2, 160);
|
|
this.lbTimeFormat.Name = "lbTimeFormat";
|
|
this.lbTimeFormat.Size = new System.Drawing.Size(98, 18);
|
|
this.lbTimeFormat.TabIndex = 6;
|
|
this.lbTimeFormat.Text = "Time format";
|
|
//
|
|
// lbUnitsType
|
|
//
|
|
this.lbUnitsType.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbUnitsType.Location = new System.Drawing.Point(-2, 133);
|
|
this.lbUnitsType.Name = "lbUnitsType";
|
|
this.lbUnitsType.Size = new System.Drawing.Size(32, 18);
|
|
this.lbUnitsType.TabIndex = 6;
|
|
this.lbUnitsType.Text = "Units";
|
|
//
|
|
// lbStartZoom
|
|
//
|
|
this.lbStartZoom.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbStartZoom.Location = new System.Drawing.Point(-2, 106);
|
|
this.lbStartZoom.Name = "lbStartZoom";
|
|
this.lbStartZoom.Size = new System.Drawing.Size(62, 18);
|
|
this.lbStartZoom.TabIndex = 4;
|
|
this.lbStartZoom.Text = "Start Zoom";
|
|
//
|
|
// lbStartLng
|
|
//
|
|
this.lbStartLng.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbStartLng.Location = new System.Drawing.Point(-2, 79);
|
|
this.lbStartLng.Name = "lbStartLng";
|
|
this.lbStartLng.Size = new System.Drawing.Size(49, 18);
|
|
this.lbStartLng.TabIndex = 2;
|
|
this.lbStartLng.Text = "Start lng";
|
|
//
|
|
// lbStartLat
|
|
//
|
|
this.lbStartLat.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbStartLat.Location = new System.Drawing.Point(-2, 52);
|
|
this.lbStartLat.Name = "lbStartLat";
|
|
this.lbStartLat.Size = new System.Drawing.Size(45, 18);
|
|
this.lbStartLat.TabIndex = 0;
|
|
this.lbStartLat.Text = "Start lat";
|
|
//
|
|
// cbUnits
|
|
//
|
|
this.cbUnits.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
this.cbUnits.DropDownAnimationFrames = 4;
|
|
this.cbUnits.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
radListDataItem3.Text = "km/h";
|
|
radListDataItem4.Text = "mph";
|
|
this.cbUnits.Items.Add(radListDataItem3);
|
|
this.cbUnits.Items.Add(radListDataItem4);
|
|
this.cbUnits.Location = new System.Drawing.Point(102, 130);
|
|
this.cbUnits.Name = "cbUnits";
|
|
this.cbUnits.Size = new System.Drawing.Size(93, 24);
|
|
this.cbUnits.TabIndex = 4;
|
|
this.cbUnits.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// cbTimeFormat
|
|
//
|
|
this.cbTimeFormat.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
this.cbTimeFormat.DropDownAnimationFrames = 4;
|
|
this.cbTimeFormat.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
radListDataItem5.Text = "AM / PM";
|
|
radListDataItem6.Text = "24 hour";
|
|
this.cbTimeFormat.Items.Add(radListDataItem5);
|
|
this.cbTimeFormat.Items.Add(radListDataItem6);
|
|
this.cbTimeFormat.Location = new System.Drawing.Point(102, 157);
|
|
this.cbTimeFormat.Name = "cbTimeFormat";
|
|
this.cbTimeFormat.Size = new System.Drawing.Size(93, 24);
|
|
this.cbTimeFormat.TabIndex = 5;
|
|
this.cbTimeFormat.ThemeName = "VisualStudio2012Light";
|
|
this.cbTimeFormat.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cbTimeFormat_SelectedIndexChanged);
|
|
//
|
|
// controlUser
|
|
//
|
|
this.Controls.Add(this.SplitContainerMainUser);
|
|
this.MaximumSize = new System.Drawing.Size(1059, 527);
|
|
this.MinimumSize = new System.Drawing.Size(1059, 527);
|
|
this.Name = "controlUser";
|
|
this.Size = new System.Drawing.Size(1059, 527);
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewUserList.MasterTemplate)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewUserList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SplitContainerMainUser)).EndInit();
|
|
this.SplitContainerMainUser.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
|
|
this.splitPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
|
|
this.radSplitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
|
|
this.splitPanel3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.radPageContainer)).EndInit();
|
|
this.radPageContainer.ResumeLayout(false);
|
|
this.radPageUsers.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gbUserForVehicle)).EndInit();
|
|
this.gbUserForVehicle.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserOtherVehicles)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherVehicles)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserAssignedVehicles)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveVehicle)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddVehicle)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurentVehicles)).EndInit();
|
|
this.radPageGroups.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lblUsersOtherGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblUsersAssignedGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveGroupFromUser)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddGroupToUser)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherGroup)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurrentGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbGatewayForUser)).EndInit();
|
|
this.gbGatewayForUser.ResumeLayout(false);
|
|
this.gbGatewayForUser.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbVehicleOtherUsers)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserAssignedGateways)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUserOtherGateways)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveGateway)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddGateway)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherGateways)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurentGateways)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbUserInfo)).EndInit();
|
|
this.gbUserInfo.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gbIconType)).EndInit();
|
|
this.gbIconType.ResumeLayout(false);
|
|
this.gbIconType.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbEmerg)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbColor)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbUnitPic)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chBCheck)).EndInit();
|
|
this.chBCheck.ResumeLayout(false);
|
|
this.chBCheck.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbLiveIdle)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbHistory)).EndInit();
|
|
this.gbHistory.ResumeLayout(false);
|
|
this.gbHistory.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdtReportTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radRepTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbHisMinSpeed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPauseTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPlayTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chBcomputeAdr)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbHisPauseTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbHisPlayTIme)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbStartItems)).EndInit();
|
|
this.gbStartItems.ResumeLayout(false);
|
|
this.gbStartItems.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chBDispName)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rcbIconThemes)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbStartZoom)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbStartLng)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbStartLat)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbTimeFormat)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUnitsType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbStartZoom)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbStartLng)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbStartLat)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbUnits)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbTimeFormat)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Telerik.WinControls.UI.RadGridView GridViewUserList;
|
|
private System.Windows.Forms.BindingSource userBindingSource;
|
|
private Telerik.WinControls.UI.RadSplitContainer SplitContainerMainUser;
|
|
private Telerik.WinControls.UI.SplitPanel splitPanel1;
|
|
private Telerik.WinControls.UI.RadGroupBox gbHistory;
|
|
private Telerik.WinControls.UI.RadCheckBox chBcomputeAdr;
|
|
private Telerik.WinControls.UI.RadLabel lbHisPauseTime;
|
|
private Telerik.WinControls.UI.RadLabel lbHisPlayTIme;
|
|
private Telerik.WinControls.UI.RadGroupBox gbStartItems;
|
|
private Telerik.WinControls.UI.RadLabel lbTimeFormat;
|
|
private Telerik.WinControls.UI.RadLabel lbUnitsType;
|
|
private Telerik.WinControls.UI.RadLabel lbStartZoom;
|
|
private Telerik.WinControls.UI.RadLabel lbStartLng;
|
|
private Telerik.WinControls.UI.RadLabel lbStartLat;
|
|
private Telerik.WinControls.UI.RadCheckBox chBCheck;
|
|
private Telerik.WinControls.UI.RadLabel radLabel1;
|
|
private Telerik.WinControls.UI.RadSplitContainer radSplitContainer1;
|
|
private Telerik.WinControls.UI.SplitPanel splitPanel3;
|
|
private Telerik.WinControls.UI.RadLabel lbTime;
|
|
private Telerik.WinControls.UI.RadGroupBox gbUserInfo;
|
|
private Telerik.WinControls.UI.RadTextBox tbStartLng;
|
|
private Telerik.WinControls.UI.RadTextBox tbStartLat;
|
|
private Telerik.WinControls.UI.RadDropDownList cbUnits;
|
|
private Telerik.WinControls.UI.RadDropDownList cbTimeFormat;
|
|
private Telerik.WinControls.UI.RadListControl listBoxOtherVehicles;
|
|
private Telerik.WinControls.UI.RadListControl listBoxCurentVehicles;
|
|
private Telerik.WinControls.UI.RadSpinEditor tbLiveIdle;
|
|
private Telerik.WinControls.UI.RadSpinEditor tbPlayTime;
|
|
private Telerik.WinControls.UI.RadSpinEditor tbHisMinSpeed;
|
|
private Telerik.WinControls.UI.RadSpinEditor tbPauseTime;
|
|
private Telerik.WinControls.UI.RadSpinEditor tbStartZoom;
|
|
private Telerik.WinControls.UI.RadGroupBox gbIconType;
|
|
private Telerik.WinControls.UI.RadRadioButton rbEmerg;
|
|
private Telerik.WinControls.UI.RadRadioButton rbColor;
|
|
private Telerik.WinControls.UI.RadRadioButton rbUnitPic;
|
|
private Telerik.WinControls.UI.RadGroupBox gbGatewayForUser;
|
|
private Telerik.WinControls.UI.RadLabel lbUserOtherGateways;
|
|
private Telerik.WinControls.UI.RadButton btnRemoveGateway;
|
|
private Telerik.WinControls.UI.RadButton btnAddGateway;
|
|
private Telerik.WinControls.UI.RadListControl listBoxOtherGateways;
|
|
private Telerik.WinControls.UI.RadListControl listBoxCurentGateways;
|
|
private Telerik.WinControls.UI.RadDropDownList rcbIconThemes;
|
|
private Telerik.WinControls.UI.RadLabel radLabel4;
|
|
private Telerik.WinControls.UI.RadLabel radRepTime;
|
|
private Telerik.WinControls.UI.RadDateTimePicker rdtReportTime;
|
|
private Telerik.WinControls.Themes.VisualStudio2012LightTheme visualStudio2012LightTheme1;
|
|
private Telerik.WinControls.Themes.Office2013LightTheme office2013LightTheme1;
|
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
|
|
private Telerik.WinControls.UI.RadLabel lbVehicleOtherUsers;
|
|
private Telerik.WinControls.UI.RadLabel lbUserAssignedGateways;
|
|
private Telerik.WinControls.UI.RadLabel lbUserOtherVehicles;
|
|
private Telerik.WinControls.UI.RadLabel lbUserAssignedVehicles;
|
|
private Telerik.WinControls.UI.RadCheckBox chBDispName;
|
|
private Telerik.WinControls.UI.RadPageView radPageContainer;
|
|
private Telerik.WinControls.UI.RadPageViewPage radPageUsers;
|
|
private Telerik.WinControls.UI.RadGroupBox gbUserForVehicle;
|
|
private Telerik.WinControls.UI.RadButton btnRemoveVehicle;
|
|
private Telerik.WinControls.UI.RadButton btnAddVehicle;
|
|
private Telerik.WinControls.UI.RadPageViewPage radPageGroups;
|
|
private Telerik.WinControls.UI.RadButton btnRemoveGroupFromUser;
|
|
private Telerik.WinControls.UI.RadButton btnAddGroupToUser;
|
|
private Telerik.WinControls.UI.RadListControl listBoxOtherGroup;
|
|
private Telerik.WinControls.UI.RadListControl listBoxCurrentGroups;
|
|
private Telerik.WinControls.UI.RadLabel lblUsersOtherGroups;
|
|
private Telerik.WinControls.UI.RadLabel lblUsersAssignedGroups;
|
|
}
|
|
}
|