2024-02-22 16:43:59 +00:00
|
|
|
namespace SubscriberAndUserManager
|
|
|
|
{
|
|
|
|
partial class VehiclesForm
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// Required designer variable.
|
|
|
|
/// </summary>
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
{
|
|
|
|
if (disposing && (components != null))
|
|
|
|
{
|
|
|
|
components.Dispose();
|
|
|
|
}
|
|
|
|
base.Dispose(disposing);
|
|
|
|
}
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent()
|
|
|
|
{
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
|
|
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
|
|
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
|
|
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VehiclesForm));
|
|
|
|
this.lbIMEI = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.label3 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbVehicleName = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.label4 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbImei = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.btnAdd = new Telerik.WinControls.UI.RadButton();
|
|
|
|
this.btnExit = new Telerik.WinControls.UI.RadButton();
|
|
|
|
this.lbReportingInterval = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.lbSec = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.lbGroup = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
this.lbIcon = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.cbImageList = new Telerik.WinControls.UI.RadDropDownList();
|
|
|
|
this.cbGroups = new Telerik.WinControls.UI.RadDropDownList();
|
|
|
|
this.cbUserforImei = new Telerik.WinControls.UI.RadDropDownList();
|
|
|
|
this.lbARSintervalSeconds = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.lbARSinterval = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbARSreportingInterval = new Telerik.WinControls.UI.RadSpinEditor();
|
|
|
|
this.tbGPSreportingInterval = new Telerik.WinControls.UI.RadSpinEditor();
|
|
|
|
this.AdvSettings = new System.Windows.Forms.LinkLabel();
|
|
|
|
this.lbGPSPOOR = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.lbGPSOFF = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.lbMADEOFF = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbGPSPOOR = new Telerik.WinControls.UI.RadSpinEditor();
|
|
|
|
this.tbGPSOFF = new Telerik.WinControls.UI.RadSpinEditor();
|
|
|
|
this.tbMADEOFF = new Telerik.WinControls.UI.RadSpinEditor();
|
|
|
|
this.lbSecWithOUTPOOR = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.lbSecWithOUTMADEOFF = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.lbSecWithOUTOFF = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.imageListTabs = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
this.tbImeiStart = new System.Windows.Forms.NumericUpDown();
|
|
|
|
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbImeiEnd = new System.Windows.Forms.NumericUpDown();
|
|
|
|
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbPattern = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.toolTipHelp = new System.Windows.Forms.ToolTip(this.components);
|
|
|
|
this.pbHint = new System.Windows.Forms.PictureBox();
|
|
|
|
this.Pageview = new Telerik.WinControls.UI.RadPageView();
|
|
|
|
this.pagSingle = new Telerik.WinControls.UI.RadPageViewPage();
|
|
|
|
this.tbPhone = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.phoneLabel = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbEmail = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.emailLabel = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.pagRange = new Telerik.WinControls.UI.RadPageViewPage();
|
|
|
|
this.tbPhonePattern = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.tbEmailPattern = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.radTextBox1 = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.radTextBox2 = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.radTextBox4 = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.radTextBox3 = new Telerik.WinControls.UI.RadTextBox();
|
|
|
|
this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
|
|
|
|
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
|
|
|
this.panelUnitUI = new Telerik.WinControls.UI.RadPanel();
|
|
|
|
this.radLabel13 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.cbUnitType = new Telerik.WinControls.UI.RadDropDownList();
|
|
|
|
this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.cbTalkGroup = new Telerik.WinControls.UI.RadDropDownList();
|
|
|
|
this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.btEditMobile = new Telerik.WinControls.UI.RadButton();
|
|
|
|
this.cbStatus = new Telerik.WinControls.UI.RadDropDownList();
|
|
|
|
this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.cbGatewayAndRadioGW = new Telerik.WinControls.UI.RadDropDownList();
|
|
|
|
this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
this.object_7a4bdc8c_3116_471a_9157_af0856598681 = new Telerik.WinControls.RootRadElement();
|
|
|
|
this.panelMobileForm = new System.Windows.Forms.Panel();
|
|
|
|
this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbIMEI)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbVehicleName)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbImei)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.btnExit)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbReportingInterval)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSec)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroup)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbIcon)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbImageList)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGroups)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbUserforImei)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbARSintervalSeconds)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbARSinterval)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbARSreportingInterval)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGPSreportingInterval)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGPSPOOR)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGPSOFF)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbMADEOFF)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGPSPOOR)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGPSOFF)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMADEOFF)).BeginInit();
|
|
|
|
this.tbMADEOFF.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSecWithOUTPOOR)).BeginInit();
|
|
|
|
this.lbSecWithOUTPOOR.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSecWithOUTMADEOFF)).BeginInit();
|
|
|
|
this.lbSecWithOUTMADEOFF.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSecWithOUTOFF)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbImeiStart)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbImeiEnd)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPattern)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbHint)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Pageview)).BeginInit();
|
|
|
|
this.Pageview.SuspendLayout();
|
|
|
|
this.pagSingle.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPhone)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.phoneLabel)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbEmail)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emailLabel)).BeginInit();
|
|
|
|
this.pagRange.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPhonePattern)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbEmailPattern)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox4)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelUnitUI)).BeginInit();
|
|
|
|
this.panelUnitUI.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbUnitType)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbTalkGroup)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.btEditMobile)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbStatus)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGatewayAndRadioGW)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// lbIMEI
|
|
|
|
//
|
|
|
|
this.lbIMEI.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbIMEI.Location = new System.Drawing.Point(3, 3);
|
|
|
|
this.lbIMEI.Name = "lbIMEI";
|
|
|
|
this.lbIMEI.Size = new System.Drawing.Size(28, 18);
|
|
|
|
this.lbIMEI.TabIndex = 27;
|
|
|
|
this.lbIMEI.Text = "IMEI";
|
|
|
|
//
|
|
|
|
// label3
|
|
|
|
//
|
|
|
|
this.label3.AutoSize = false;
|
|
|
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.label3.Location = new System.Drawing.Point(3, 27);
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
this.label3.Size = new System.Drawing.Size(156, 27);
|
|
|
|
this.label3.TabIndex = 31;
|
|
|
|
this.label3.Text = "Unit Name";
|
|
|
|
//
|
|
|
|
// tbVehicleName
|
|
|
|
//
|
|
|
|
this.tbVehicleName.Location = new System.Drawing.Point(166, 28);
|
|
|
|
this.tbVehicleName.Name = "tbVehicleName";
|
|
|
|
this.tbVehicleName.Size = new System.Drawing.Size(122, 20);
|
|
|
|
this.tbVehicleName.TabIndex = 1;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbVehicleName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
|
//
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.label4.Location = new System.Drawing.Point(3, 36);
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
this.label4.Size = new System.Drawing.Size(29, 18);
|
|
|
|
this.label4.TabIndex = 33;
|
|
|
|
this.label4.Text = "User";
|
|
|
|
//
|
|
|
|
// tbImei
|
|
|
|
//
|
|
|
|
this.tbImei.Location = new System.Drawing.Point(166, 3);
|
|
|
|
this.tbImei.Name = "tbImei";
|
|
|
|
this.tbImei.Size = new System.Drawing.Size(122, 20);
|
|
|
|
this.tbImei.TabIndex = 0;
|
|
|
|
this.tbImei.TextChanged += new System.EventHandler(this.tbImei_TextChanged);
|
|
|
|
this.tbImei.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbImei_KeyPress);
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbImei.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
|
//
|
|
|
|
// btnAdd
|
|
|
|
//
|
|
|
|
this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
|
|
this.btnAdd.Location = new System.Drawing.Point(163, 326);
|
|
|
|
this.btnAdd.Name = "btnAdd";
|
|
|
|
this.btnAdd.Size = new System.Drawing.Size(130, 24);
|
|
|
|
this.btnAdd.TabIndex = 12;
|
|
|
|
this.btnAdd.Text = "Add";
|
|
|
|
this.btnAdd.ThemeName = "TelerikMetroBlue";
|
|
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
|
|
//
|
|
|
|
// btnExit
|
|
|
|
//
|
|
|
|
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
this.btnExit.Location = new System.Drawing.Point(7, 326);
|
|
|
|
this.btnExit.Name = "btnExit";
|
|
|
|
this.btnExit.Size = new System.Drawing.Size(130, 24);
|
|
|
|
this.btnExit.TabIndex = 13;
|
|
|
|
this.btnExit.Text = "Exit";
|
|
|
|
this.btnExit.ThemeName = "TelerikMetroBlue";
|
|
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
|
|
//
|
|
|
|
// lbReportingInterval
|
|
|
|
//
|
|
|
|
this.lbReportingInterval.AutoSize = false;
|
|
|
|
this.lbReportingInterval.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbReportingInterval.Location = new System.Drawing.Point(3, 65);
|
|
|
|
this.lbReportingInterval.Name = "lbReportingInterval";
|
|
|
|
this.lbReportingInterval.Size = new System.Drawing.Size(160, 38);
|
|
|
|
this.lbReportingInterval.TabIndex = 43;
|
|
|
|
this.lbReportingInterval.Text = "GPS reporting interval (min 10)";
|
|
|
|
//
|
|
|
|
// lbSec
|
|
|
|
//
|
|
|
|
this.lbSec.Location = new System.Drawing.Point(243, 65);
|
|
|
|
this.lbSec.Name = "lbSec";
|
|
|
|
this.lbSec.Size = new System.Drawing.Size(47, 18);
|
|
|
|
this.lbSec.TabIndex = 4;
|
|
|
|
this.lbSec.Text = "seconds";
|
|
|
|
//
|
|
|
|
// lbGroup
|
|
|
|
//
|
|
|
|
this.lbGroup.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbGroup.Location = new System.Drawing.Point(3, 115);
|
|
|
|
this.lbGroup.Name = "lbGroup";
|
|
|
|
this.lbGroup.Size = new System.Drawing.Size(38, 18);
|
|
|
|
this.lbGroup.TabIndex = 46;
|
|
|
|
this.lbGroup.Text = "Group";
|
|
|
|
//
|
|
|
|
// pictureBox1
|
|
|
|
//
|
|
|
|
this.pictureBox1.Image = global::SubscriberAndUserManager.Properties.Resources.cars_214;
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(257, 143);
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
|
2024-06-05 11:00:51 +00:00
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
2024-02-22 16:43:59 +00:00
|
|
|
this.pictureBox1.TabIndex = 48;
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
//
|
|
|
|
// imageList1
|
|
|
|
//
|
|
|
|
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
|
|
|
this.imageList1.ImageSize = new System.Drawing.Size(32, 32);
|
|
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
//
|
|
|
|
// lbIcon
|
|
|
|
//
|
|
|
|
this.lbIcon.Location = new System.Drawing.Point(3, 151);
|
|
|
|
this.lbIcon.Name = "lbIcon";
|
|
|
|
this.lbIcon.Size = new System.Drawing.Size(54, 18);
|
|
|
|
this.lbIcon.TabIndex = 49;
|
|
|
|
this.lbIcon.Text = "Unit icon:";
|
|
|
|
//
|
|
|
|
// cbImageList
|
|
|
|
//
|
|
|
|
this.cbImageList.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
|
|
this.cbImageList.DropDownAnimationFrames = 4;
|
|
|
|
this.cbImageList.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
|
|
this.cbImageList.Location = new System.Drawing.Point(123, 147);
|
|
|
|
this.cbImageList.Name = "cbImageList";
|
|
|
|
this.cbImageList.Size = new System.Drawing.Size(127, 24);
|
|
|
|
this.cbImageList.TabIndex = 6;
|
|
|
|
this.cbImageList.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.cbImageList.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cbImageList_SelectedIndexChanged);
|
|
|
|
//
|
|
|
|
// cbGroups
|
|
|
|
//
|
|
|
|
this.cbGroups.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
|
|
this.cbGroups.DropDownAnimationFrames = 4;
|
|
|
|
this.cbGroups.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
|
|
this.cbGroups.Location = new System.Drawing.Point(123, 113);
|
|
|
|
this.cbGroups.Name = "cbGroups";
|
|
|
|
this.cbGroups.Size = new System.Drawing.Size(165, 24);
|
|
|
|
this.cbGroups.TabIndex = 5;
|
|
|
|
this.cbGroups.ThemeName = "VisualStudio2012Light";
|
|
|
|
//
|
|
|
|
// cbUserforImei
|
|
|
|
//
|
|
|
|
this.cbUserforImei.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
|
|
this.cbUserforImei.DropDownAnimationFrames = 4;
|
|
|
|
this.cbUserforImei.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
|
|
this.cbUserforImei.Location = new System.Drawing.Point(123, 34);
|
|
|
|
this.cbUserforImei.Name = "cbUserforImei";
|
|
|
|
this.cbUserforImei.Size = new System.Drawing.Size(165, 24);
|
|
|
|
this.cbUserforImei.TabIndex = 1;
|
|
|
|
this.cbUserforImei.ThemeName = "VisualStudio2012Light";
|
|
|
|
//
|
|
|
|
// lbARSintervalSeconds
|
|
|
|
//
|
|
|
|
this.lbARSintervalSeconds.Location = new System.Drawing.Point(245, 294);
|
|
|
|
this.lbARSintervalSeconds.Name = "lbARSintervalSeconds";
|
|
|
|
this.lbARSintervalSeconds.Size = new System.Drawing.Size(47, 18);
|
|
|
|
this.lbARSintervalSeconds.TabIndex = 11;
|
|
|
|
this.lbARSintervalSeconds.Text = "seconds";
|
|
|
|
this.lbARSintervalSeconds.Visible = false;
|
|
|
|
//
|
|
|
|
// lbARSinterval
|
|
|
|
//
|
|
|
|
this.lbARSinterval.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbARSinterval.Location = new System.Drawing.Point(3, 294);
|
|
|
|
this.lbARSinterval.Name = "lbARSinterval";
|
|
|
|
this.lbARSinterval.Size = new System.Drawing.Size(153, 18);
|
|
|
|
this.lbARSinterval.TabIndex = 54;
|
|
|
|
this.lbARSinterval.Text = "ARS reporting interval (0=oo)";
|
|
|
|
this.lbARSinterval.Visible = false;
|
|
|
|
//
|
|
|
|
// tbARSreportingInterval
|
|
|
|
//
|
|
|
|
this.tbARSreportingInterval.Location = new System.Drawing.Point(174, 290);
|
|
|
|
this.tbARSreportingInterval.Maximum = new decimal(new int[] {
|
|
|
|
1000000,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbARSreportingInterval.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbARSreportingInterval.Name = "tbARSreportingInterval";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.tbARSreportingInterval.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
|
|
this.tbARSreportingInterval.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbARSreportingInterval.Size = new System.Drawing.Size(69, 24);
|
|
|
|
this.tbARSreportingInterval.TabIndex = 10;
|
|
|
|
this.tbARSreportingInterval.TabStop = false;
|
|
|
|
this.tbARSreportingInterval.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.tbARSreportingInterval.Visible = false;
|
|
|
|
((Telerik.WinControls.UI.RadSpinElement)(this.tbARSreportingInterval.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
|
|
|
|
//
|
|
|
|
// tbGPSreportingInterval
|
|
|
|
//
|
|
|
|
this.tbGPSreportingInterval.Location = new System.Drawing.Point(172, 65);
|
|
|
|
this.tbGPSreportingInterval.Maximum = new decimal(new int[] {
|
|
|
|
1000000,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSreportingInterval.Minimum = new decimal(new int[] {
|
|
|
|
10,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSreportingInterval.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbGPSreportingInterval.Name = "tbGPSreportingInterval";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.tbGPSreportingInterval.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
|
|
this.tbGPSreportingInterval.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbGPSreportingInterval.Size = new System.Drawing.Size(69, 24);
|
|
|
|
this.tbGPSreportingInterval.TabIndex = 3;
|
|
|
|
this.tbGPSreportingInterval.TabStop = false;
|
|
|
|
this.tbGPSreportingInterval.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.tbGPSreportingInterval.Value = new decimal(new int[] {
|
|
|
|
60,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSreportingInterval.ValueChanged += new System.EventHandler(this.tbGPSreportingInterval_ValueChanged);
|
|
|
|
((Telerik.WinControls.UI.RadSpinElement)(this.tbGPSreportingInterval.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
|
|
|
|
//
|
|
|
|
// AdvSettings
|
|
|
|
//
|
|
|
|
this.AdvSettings.AutoSize = true;
|
|
|
|
this.AdvSettings.Location = new System.Drawing.Point(169, 90);
|
|
|
|
this.AdvSettings.Name = "AdvSettings";
|
|
|
|
this.AdvSettings.Size = new System.Drawing.Size(101, 13);
|
|
|
|
this.AdvSettings.TabIndex = 4;
|
|
|
|
this.AdvSettings.TabStop = true;
|
|
|
|
this.AdvSettings.Text = "Advanced settings";
|
|
|
|
this.AdvSettings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AdvSettings_LinkClicked);
|
|
|
|
//
|
|
|
|
// lbGPSPOOR
|
|
|
|
//
|
|
|
|
this.lbGPSPOOR.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbGPSPOOR.Location = new System.Drawing.Point(317, 143);
|
|
|
|
this.lbGPSPOOR.Name = "lbGPSPOOR";
|
|
|
|
this.lbGPSPOOR.Size = new System.Drawing.Size(160, 18);
|
|
|
|
this.lbGPSPOOR.TabIndex = 60;
|
|
|
|
this.lbGPSPOOR.Text = "GPS reporting interval (min 10)";
|
|
|
|
this.lbGPSPOOR.Visible = false;
|
|
|
|
//
|
|
|
|
// lbGPSOFF
|
|
|
|
//
|
|
|
|
this.lbGPSOFF.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbGPSOFF.Location = new System.Drawing.Point(330, 65);
|
|
|
|
this.lbGPSOFF.Name = "lbGPSOFF";
|
|
|
|
this.lbGPSOFF.Size = new System.Drawing.Size(160, 18);
|
|
|
|
this.lbGPSOFF.TabIndex = 61;
|
|
|
|
this.lbGPSOFF.Text = "GPS reporting interval (min 10)";
|
|
|
|
this.lbGPSOFF.Visible = false;
|
|
|
|
//
|
|
|
|
// lbMADEOFF
|
|
|
|
//
|
|
|
|
this.lbMADEOFF.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbMADEOFF.Location = new System.Drawing.Point(317, 89);
|
|
|
|
this.lbMADEOFF.Name = "lbMADEOFF";
|
|
|
|
this.lbMADEOFF.Size = new System.Drawing.Size(160, 18);
|
|
|
|
this.lbMADEOFF.TabIndex = 62;
|
|
|
|
this.lbMADEOFF.Text = "GPS reporting interval (min 10)";
|
|
|
|
this.lbMADEOFF.Visible = false;
|
|
|
|
//
|
|
|
|
// tbGPSPOOR
|
|
|
|
//
|
|
|
|
this.tbGPSPOOR.Location = new System.Drawing.Point(358, 113);
|
|
|
|
this.tbGPSPOOR.Maximum = new decimal(new int[] {
|
|
|
|
100000000,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSPOOR.Minimum = new decimal(new int[] {
|
|
|
|
10,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSPOOR.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbGPSPOOR.Name = "tbGPSPOOR";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.tbGPSPOOR.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
|
|
this.tbGPSPOOR.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbGPSPOOR.Size = new System.Drawing.Size(69, 24);
|
|
|
|
this.tbGPSPOOR.TabIndex = 63;
|
|
|
|
this.tbGPSPOOR.TabStop = false;
|
|
|
|
this.tbGPSPOOR.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.tbGPSPOOR.Value = new decimal(new int[] {
|
|
|
|
120,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSPOOR.Visible = false;
|
|
|
|
this.tbGPSPOOR.ValueChanged += new System.EventHandler(this.tbGPSPOOR_ValueChanged);
|
|
|
|
((Telerik.WinControls.UI.RadSpinElement)(this.tbGPSPOOR.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
|
|
|
|
//
|
|
|
|
// tbGPSOFF
|
|
|
|
//
|
|
|
|
this.tbGPSOFF.Location = new System.Drawing.Point(349, 72);
|
|
|
|
this.tbGPSOFF.Maximum = new decimal(new int[] {
|
|
|
|
100000000,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSOFF.Minimum = new decimal(new int[] {
|
|
|
|
10,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSOFF.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbGPSOFF.Name = "tbGPSOFF";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.tbGPSOFF.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
|
|
this.tbGPSOFF.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbGPSOFF.Size = new System.Drawing.Size(69, 24);
|
|
|
|
this.tbGPSOFF.TabIndex = 64;
|
|
|
|
this.tbGPSOFF.TabStop = false;
|
|
|
|
this.tbGPSOFF.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.tbGPSOFF.Value = new decimal(new int[] {
|
|
|
|
240,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbGPSOFF.Visible = false;
|
|
|
|
this.tbGPSOFF.ValueChanged += new System.EventHandler(this.tbGPSOFF_ValueChanged);
|
|
|
|
((Telerik.WinControls.UI.RadSpinElement)(this.tbGPSOFF.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
|
|
|
|
//
|
|
|
|
// tbMADEOFF
|
|
|
|
//
|
|
|
|
this.tbMADEOFF.Controls.Add(this.lbSecWithOUTPOOR);
|
|
|
|
this.tbMADEOFF.Location = new System.Drawing.Point(333, 29);
|
|
|
|
this.tbMADEOFF.Maximum = new decimal(new int[] {
|
|
|
|
100000000,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbMADEOFF.Minimum = new decimal(new int[] {
|
|
|
|
10,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbMADEOFF.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbMADEOFF.Name = "tbMADEOFF";
|
|
|
|
this.tbMADEOFF.Padding = new System.Windows.Forms.Padding(0, 2, 0, 3);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.tbMADEOFF.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
|
|
this.tbMADEOFF.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.tbMADEOFF.Size = new System.Drawing.Size(69, 25);
|
|
|
|
this.tbMADEOFF.TabIndex = 65;
|
|
|
|
this.tbMADEOFF.TabStop = false;
|
|
|
|
this.tbMADEOFF.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.tbMADEOFF.Value = new decimal(new int[] {
|
|
|
|
600,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbMADEOFF.Visible = false;
|
|
|
|
this.tbMADEOFF.ValueChanged += new System.EventHandler(this.tbMADEOFF_ValueChanged);
|
|
|
|
((Telerik.WinControls.UI.RadSpinElement)(this.tbMADEOFF.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0, 2, 0, 3);
|
|
|
|
//
|
|
|
|
// lbSecWithOUTPOOR
|
|
|
|
//
|
|
|
|
this.lbSecWithOUTPOOR.Controls.Add(this.lbSecWithOUTMADEOFF);
|
|
|
|
this.lbSecWithOUTPOOR.Location = new System.Drawing.Point(49, 24);
|
|
|
|
this.lbSecWithOUTPOOR.Name = "lbSecWithOUTPOOR";
|
|
|
|
this.lbSecWithOUTPOOR.Size = new System.Drawing.Size(111, 18);
|
|
|
|
this.lbSecWithOUTPOOR.TabIndex = 66;
|
|
|
|
this.lbSecWithOUTPOOR.Text = "seconds without GPS";
|
|
|
|
this.lbSecWithOUTPOOR.Visible = false;
|
|
|
|
//
|
|
|
|
// lbSecWithOUTMADEOFF
|
|
|
|
//
|
|
|
|
this.lbSecWithOUTMADEOFF.Controls.Add(this.lbSecWithOUTOFF);
|
|
|
|
this.lbSecWithOUTMADEOFF.Location = new System.Drawing.Point(30, 4);
|
|
|
|
this.lbSecWithOUTMADEOFF.Name = "lbSecWithOUTMADEOFF";
|
|
|
|
this.lbSecWithOUTMADEOFF.Size = new System.Drawing.Size(111, 18);
|
|
|
|
this.lbSecWithOUTMADEOFF.TabIndex = 67;
|
|
|
|
this.lbSecWithOUTMADEOFF.Text = "seconds without GPS";
|
|
|
|
this.lbSecWithOUTMADEOFF.Visible = false;
|
|
|
|
//
|
|
|
|
// lbSecWithOUTOFF
|
|
|
|
//
|
|
|
|
this.lbSecWithOUTOFF.Location = new System.Drawing.Point(30, 0);
|
|
|
|
this.lbSecWithOUTOFF.Name = "lbSecWithOUTOFF";
|
|
|
|
this.lbSecWithOUTOFF.Size = new System.Drawing.Size(111, 18);
|
|
|
|
this.lbSecWithOUTOFF.TabIndex = 68;
|
|
|
|
this.lbSecWithOUTOFF.Text = "seconds without GPS";
|
|
|
|
this.lbSecWithOUTOFF.Visible = false;
|
|
|
|
//
|
|
|
|
// imageListTabs
|
|
|
|
//
|
|
|
|
this.imageListTabs.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
|
|
|
this.imageListTabs.ImageSize = new System.Drawing.Size(16, 16);
|
|
|
|
this.imageListTabs.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
//
|
|
|
|
// tbImeiStart
|
|
|
|
//
|
|
|
|
this.tbImeiStart.Location = new System.Drawing.Point(142, 2);
|
|
|
|
this.tbImeiStart.Maximum = new decimal(new int[] {
|
|
|
|
16777215,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbImeiStart.Minimum = new decimal(new int[] {
|
|
|
|
1,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbImeiStart.Name = "tbImeiStart";
|
|
|
|
this.tbImeiStart.Size = new System.Drawing.Size(58, 20);
|
|
|
|
this.tbImeiStart.TabIndex = 0;
|
|
|
|
this.tbImeiStart.Value = new decimal(new int[] {
|
|
|
|
1,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbImeiStart.ValueChanged += new System.EventHandler(this.numericValueChanged);
|
|
|
|
//
|
|
|
|
// radLabel1
|
|
|
|
//
|
|
|
|
this.radLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
this.radLabel1.Name = "radLabel1";
|
|
|
|
this.radLabel1.Size = new System.Drawing.Size(92, 18);
|
|
|
|
this.radLabel1.TabIndex = 70;
|
|
|
|
this.radLabel1.Text = "IMEI Range From";
|
|
|
|
//
|
|
|
|
// radLabel2
|
|
|
|
//
|
|
|
|
this.radLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel2.Location = new System.Drawing.Point(206, 3);
|
|
|
|
this.radLabel2.Name = "radLabel2";
|
|
|
|
this.radLabel2.Size = new System.Drawing.Size(17, 18);
|
|
|
|
this.radLabel2.TabIndex = 71;
|
|
|
|
this.radLabel2.Text = "to";
|
|
|
|
//
|
|
|
|
// tbImeiEnd
|
|
|
|
//
|
|
|
|
this.tbImeiEnd.Location = new System.Drawing.Point(229, 2);
|
|
|
|
this.tbImeiEnd.Maximum = new decimal(new int[] {
|
|
|
|
16777215,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbImeiEnd.Minimum = new decimal(new int[] {
|
|
|
|
1,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbImeiEnd.Name = "tbImeiEnd";
|
|
|
|
this.tbImeiEnd.Size = new System.Drawing.Size(59, 20);
|
|
|
|
this.tbImeiEnd.TabIndex = 1;
|
|
|
|
this.tbImeiEnd.Value = new decimal(new int[] {
|
|
|
|
100,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.tbImeiEnd.ValueChanged += new System.EventHandler(this.numericValueChanged);
|
|
|
|
//
|
|
|
|
// radLabel3
|
|
|
|
//
|
|
|
|
this.radLabel3.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel3.Font = new System.Drawing.Font("Segoe UI", 8F);
|
|
|
|
this.radLabel3.Location = new System.Drawing.Point(3, 29);
|
|
|
|
this.radLabel3.Name = "radLabel3";
|
|
|
|
this.radLabel3.Size = new System.Drawing.Size(96, 18);
|
|
|
|
this.radLabel3.TabIndex = 73;
|
|
|
|
this.radLabel3.Text = "Unit Name Pattern";
|
|
|
|
//
|
|
|
|
// tbPattern
|
|
|
|
//
|
|
|
|
this.tbPattern.Location = new System.Drawing.Point(166, 28);
|
|
|
|
this.tbPattern.Name = "tbPattern";
|
|
|
|
this.tbPattern.Size = new System.Drawing.Size(95, 20);
|
|
|
|
this.tbPattern.TabIndex = 2;
|
|
|
|
this.tbPattern.TabStop = false;
|
|
|
|
this.tbPattern.Text = "Unit###";
|
|
|
|
((Telerik.WinControls.UI.RadTextBoxElement)(this.tbPattern.GetChildAt(0))).Text = "Unit###";
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbPattern.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
|
//
|
|
|
|
// pbHint
|
|
|
|
//
|
|
|
|
this.pbHint.Image = global::SubscriberAndUserManager.Properties.Resources.questionmark_small;
|
|
|
|
this.pbHint.Location = new System.Drawing.Point(267, 28);
|
|
|
|
this.pbHint.Name = "pbHint";
|
|
|
|
this.pbHint.Size = new System.Drawing.Size(21, 21);
|
|
|
|
this.pbHint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
this.pbHint.TabIndex = 75;
|
|
|
|
this.pbHint.TabStop = false;
|
|
|
|
this.pbHint.MouseEnter += new System.EventHandler(this.pbHint_MouseEnter);
|
|
|
|
this.pbHint.MouseLeave += new System.EventHandler(this.pbHint_MouseLeave);
|
|
|
|
this.pbHint.MouseHover += new System.EventHandler(this.pbHint_MouseHover);
|
|
|
|
//
|
|
|
|
// Pageview
|
|
|
|
//
|
|
|
|
this.Pageview.Controls.Add(this.pagSingle);
|
|
|
|
this.Pageview.Controls.Add(this.pagRange);
|
|
|
|
this.Pageview.Location = new System.Drawing.Point(-2, 10);
|
|
|
|
this.Pageview.Name = "Pageview";
|
|
|
|
this.Pageview.SelectedPage = this.pagSingle;
|
|
|
|
this.Pageview.Size = new System.Drawing.Size(313, 144);
|
|
|
|
this.Pageview.TabIndex = 0;
|
|
|
|
this.Pageview.Text = "radPageView1";
|
|
|
|
this.Pageview.ThemeName = "TelerikMetroBlue";
|
|
|
|
this.Pageview.SelectedPageChanged += new System.EventHandler(this.Pageview_SelectedPageChanged);
|
|
|
|
//
|
|
|
|
// pagSingle
|
|
|
|
//
|
|
|
|
this.pagSingle.Controls.Add(this.tbPhone);
|
|
|
|
this.pagSingle.Controls.Add(this.phoneLabel);
|
|
|
|
this.pagSingle.Controls.Add(this.tbEmail);
|
|
|
|
this.pagSingle.Controls.Add(this.emailLabel);
|
|
|
|
this.pagSingle.Controls.Add(this.tbVehicleName);
|
|
|
|
this.pagSingle.Controls.Add(this.lbIMEI);
|
|
|
|
this.pagSingle.Controls.Add(this.label3);
|
|
|
|
this.pagSingle.Controls.Add(this.tbImei);
|
|
|
|
this.pagSingle.ItemSize = new System.Drawing.SizeF(117F, 25F);
|
|
|
|
this.pagSingle.Location = new System.Drawing.Point(5, 31);
|
|
|
|
this.pagSingle.Name = "pagSingle";
|
|
|
|
this.pagSingle.Size = new System.Drawing.Size(303, 108);
|
|
|
|
this.pagSingle.TabStop = true;
|
|
|
|
this.pagSingle.Text = "radPageViewPage1";
|
|
|
|
this.pagSingle.Paint += new System.Windows.Forms.PaintEventHandler(this.pagSingle_Paint);
|
|
|
|
//
|
|
|
|
// tbPhone
|
|
|
|
//
|
|
|
|
this.tbPhone.Location = new System.Drawing.Point(166, 80);
|
|
|
|
this.tbPhone.Name = "tbPhone";
|
|
|
|
this.tbPhone.NullText = "vehicle phone";
|
|
|
|
this.tbPhone.Size = new System.Drawing.Size(122, 20);
|
|
|
|
this.tbPhone.TabIndex = 3;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbPhone.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
|
//
|
|
|
|
// phoneLabel
|
|
|
|
//
|
|
|
|
this.phoneLabel.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.phoneLabel.Location = new System.Drawing.Point(3, 81);
|
|
|
|
this.phoneLabel.Name = "phoneLabel";
|
|
|
|
this.phoneLabel.Size = new System.Drawing.Size(38, 18);
|
|
|
|
this.phoneLabel.TabIndex = 35;
|
|
|
|
this.phoneLabel.Text = "Phone";
|
|
|
|
//
|
|
|
|
// tbEmail
|
|
|
|
//
|
|
|
|
this.tbEmail.Location = new System.Drawing.Point(166, 54);
|
|
|
|
this.tbEmail.Name = "tbEmail";
|
|
|
|
this.tbEmail.NullText = "vehicle email";
|
|
|
|
this.tbEmail.Size = new System.Drawing.Size(122, 20);
|
|
|
|
this.tbEmail.TabIndex = 2;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbEmail.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
|
//
|
|
|
|
// emailLabel
|
|
|
|
//
|
|
|
|
this.emailLabel.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.emailLabel.Location = new System.Drawing.Point(3, 55);
|
|
|
|
this.emailLabel.Name = "emailLabel";
|
|
|
|
this.emailLabel.Size = new System.Drawing.Size(33, 18);
|
|
|
|
this.emailLabel.TabIndex = 33;
|
|
|
|
this.emailLabel.Text = "Email";
|
|
|
|
//
|
|
|
|
// pagRange
|
|
|
|
//
|
|
|
|
this.pagRange.Controls.Add(this.tbPhonePattern);
|
|
|
|
this.pagRange.Controls.Add(this.radLabel4);
|
|
|
|
this.pagRange.Controls.Add(this.tbEmailPattern);
|
|
|
|
this.pagRange.Controls.Add(this.radLabel5);
|
|
|
|
this.pagRange.Controls.Add(this.pbHint);
|
|
|
|
this.pagRange.Controls.Add(this.radLabel1);
|
|
|
|
this.pagRange.Controls.Add(this.tbImeiStart);
|
|
|
|
this.pagRange.Controls.Add(this.tbImeiEnd);
|
|
|
|
this.pagRange.Controls.Add(this.radLabel2);
|
|
|
|
this.pagRange.Controls.Add(this.tbPattern);
|
|
|
|
this.pagRange.Controls.Add(this.radLabel3);
|
|
|
|
this.pagRange.ItemSize = new System.Drawing.SizeF(117F, 25F);
|
|
|
|
this.pagRange.Location = new System.Drawing.Point(5, 31);
|
|
|
|
this.pagRange.Name = "pagRange";
|
|
|
|
this.pagRange.Size = new System.Drawing.Size(303, 108);
|
|
|
|
this.pagRange.Text = "radPageViewPage2";
|
|
|
|
//
|
|
|
|
// tbPhonePattern
|
|
|
|
//
|
|
|
|
this.tbPhonePattern.Enabled = false;
|
|
|
|
this.tbPhonePattern.Location = new System.Drawing.Point(142, 83);
|
|
|
|
this.tbPhonePattern.Name = "tbPhonePattern";
|
|
|
|
this.tbPhonePattern.Size = new System.Drawing.Size(146, 24);
|
|
|
|
this.tbPhonePattern.TabIndex = 4;
|
|
|
|
this.tbPhonePattern.TabStop = false;
|
|
|
|
this.tbPhonePattern.ThemeName = "TelerikMetroBlue";
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbPhonePattern.GetChildAt(0).GetChildAt(2))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbPhonePattern.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
|
//
|
|
|
|
// radLabel4
|
|
|
|
//
|
|
|
|
this.radLabel4.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel4.Enabled = false;
|
|
|
|
this.radLabel4.Location = new System.Drawing.Point(3, 84);
|
|
|
|
this.radLabel4.Name = "radLabel4";
|
|
|
|
this.radLabel4.Size = new System.Drawing.Size(38, 18);
|
|
|
|
this.radLabel4.TabIndex = 78;
|
|
|
|
this.radLabel4.Text = "Phone";
|
|
|
|
//
|
|
|
|
// tbEmailPattern
|
|
|
|
//
|
|
|
|
this.tbEmailPattern.Enabled = false;
|
|
|
|
this.tbEmailPattern.Location = new System.Drawing.Point(142, 56);
|
|
|
|
this.tbEmailPattern.Name = "tbEmailPattern";
|
|
|
|
this.tbEmailPattern.ReadOnly = true;
|
|
|
|
this.tbEmailPattern.Size = new System.Drawing.Size(146, 24);
|
|
|
|
this.tbEmailPattern.TabIndex = 3;
|
|
|
|
this.tbEmailPattern.TabStop = false;
|
|
|
|
this.tbEmailPattern.ThemeName = "TelerikMetroBlue";
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbEmailPattern.GetChildAt(0).GetChildAt(2))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbEmailPattern.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
|
//
|
|
|
|
// radLabel5
|
|
|
|
//
|
|
|
|
this.radLabel5.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel5.Enabled = false;
|
|
|
|
this.radLabel5.Location = new System.Drawing.Point(3, 58);
|
|
|
|
this.radLabel5.Name = "radLabel5";
|
|
|
|
this.radLabel5.Size = new System.Drawing.Size(74, 18);
|
|
|
|
this.radLabel5.TabIndex = 76;
|
|
|
|
this.radLabel5.Text = "Email domain";
|
|
|
|
//
|
|
|
|
// radLabel8
|
|
|
|
//
|
|
|
|
this.radLabel8.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel8.Location = new System.Drawing.Point(3, 10);
|
|
|
|
this.radLabel8.Name = "radLabel8";
|
|
|
|
this.radLabel8.Size = new System.Drawing.Size(54, 18);
|
|
|
|
this.radLabel8.TabIndex = 37;
|
|
|
|
this.radLabel8.Text = "Unit Type";
|
|
|
|
//
|
|
|
|
// radTextBox1
|
|
|
|
//
|
|
|
|
this.radTextBox1.Location = new System.Drawing.Point(172, 64);
|
|
|
|
this.radTextBox1.MaxLength = 4;
|
|
|
|
this.radTextBox1.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox1.Name = "radTextBox1";
|
|
|
|
this.radTextBox1.NullText = "multiple";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.radTextBox1.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox1.Size = new System.Drawing.Size(53, 24);
|
|
|
|
this.radTextBox1.TabIndex = 2;
|
|
|
|
this.radTextBox1.TabStop = false;
|
|
|
|
this.radTextBox1.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.radTextBox1.Visible = false;
|
|
|
|
this.radTextBox1.TextChanged += new System.EventHandler(this.radTextBox_TextChanged);
|
|
|
|
this.radTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.radTextBox_KeyPress);
|
|
|
|
//
|
|
|
|
// radTextBox2
|
|
|
|
//
|
|
|
|
this.radTextBox2.Location = new System.Drawing.Point(334, 29);
|
|
|
|
this.radTextBox2.MaxLength = 4;
|
|
|
|
this.radTextBox2.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox2.Name = "radTextBox2";
|
|
|
|
this.radTextBox2.NullText = "multiple";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.radTextBox2.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox2.Size = new System.Drawing.Size(53, 24);
|
|
|
|
this.radTextBox2.TabIndex = 79;
|
|
|
|
this.radTextBox2.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.radTextBox2.Visible = false;
|
|
|
|
this.radTextBox2.TextChanged += new System.EventHandler(this.radTextBox_TextChanged);
|
|
|
|
this.radTextBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.radTextBox_KeyPress);
|
|
|
|
//
|
|
|
|
// radTextBox4
|
|
|
|
//
|
|
|
|
this.radTextBox4.Location = new System.Drawing.Point(358, 115);
|
|
|
|
this.radTextBox4.MaxLength = 4;
|
|
|
|
this.radTextBox4.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox4.Name = "radTextBox4";
|
|
|
|
this.radTextBox4.NullText = "multiple";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.radTextBox4.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox4.Size = new System.Drawing.Size(53, 24);
|
|
|
|
this.radTextBox4.TabIndex = 80;
|
|
|
|
this.radTextBox4.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.radTextBox4.Visible = false;
|
|
|
|
this.radTextBox4.TextChanged += new System.EventHandler(this.radTextBox_TextChanged);
|
|
|
|
this.radTextBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.radTextBox_KeyPress);
|
|
|
|
//
|
|
|
|
// radTextBox3
|
|
|
|
//
|
|
|
|
this.radTextBox3.Location = new System.Drawing.Point(348, 73);
|
|
|
|
this.radTextBox3.MaxLength = 4;
|
|
|
|
this.radTextBox3.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox3.Name = "radTextBox3";
|
|
|
|
this.radTextBox3.NullText = "multiple";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.radTextBox3.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
|
|
this.radTextBox3.Size = new System.Drawing.Size(53, 24);
|
|
|
|
this.radTextBox3.TabIndex = 81;
|
|
|
|
this.radTextBox3.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.radTextBox3.Visible = false;
|
|
|
|
this.radTextBox3.TextChanged += new System.EventHandler(this.radTextBox_TextChanged);
|
|
|
|
this.radTextBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.radTextBox_KeyPress);
|
|
|
|
//
|
|
|
|
// panelUnitUI
|
|
|
|
//
|
|
|
|
this.panelUnitUI.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.panelUnitUI.Controls.Add(this.radLabel13);
|
|
|
|
this.panelUnitUI.Controls.Add(this.AdvSettings);
|
|
|
|
this.panelUnitUI.Controls.Add(this.radLabel12);
|
|
|
|
this.panelUnitUI.Controls.Add(this.cbUnitType);
|
|
|
|
this.panelUnitUI.Controls.Add(this.radLabel11);
|
|
|
|
this.panelUnitUI.Controls.Add(this.cbTalkGroup);
|
|
|
|
this.panelUnitUI.Controls.Add(this.radLabel9);
|
|
|
|
this.panelUnitUI.Controls.Add(this.btEditMobile);
|
|
|
|
this.panelUnitUI.Controls.Add(this.radLabel8);
|
|
|
|
this.panelUnitUI.Controls.Add(this.cbStatus);
|
|
|
|
this.panelUnitUI.Controls.Add(this.radLabel7);
|
|
|
|
this.panelUnitUI.Controls.Add(this.cbGatewayAndRadioGW);
|
|
|
|
this.panelUnitUI.Controls.Add(this.radLabel6);
|
|
|
|
this.panelUnitUI.Controls.Add(this.label4);
|
|
|
|
this.panelUnitUI.Controls.Add(this.cbUserforImei);
|
|
|
|
this.panelUnitUI.Controls.Add(this.cbGroups);
|
|
|
|
this.panelUnitUI.Controls.Add(this.cbImageList);
|
|
|
|
this.panelUnitUI.Controls.Add(this.radTextBox1);
|
|
|
|
this.panelUnitUI.Controls.Add(this.btnExit);
|
|
|
|
this.panelUnitUI.Controls.Add(this.btnAdd);
|
|
|
|
this.panelUnitUI.Controls.Add(this.lbReportingInterval);
|
|
|
|
this.panelUnitUI.Controls.Add(this.lbSec);
|
|
|
|
this.panelUnitUI.Controls.Add(this.lbGroup);
|
|
|
|
this.panelUnitUI.Controls.Add(this.pictureBox1);
|
|
|
|
this.panelUnitUI.Controls.Add(this.lbIcon);
|
|
|
|
this.panelUnitUI.Controls.Add(this.lbARSinterval);
|
|
|
|
this.panelUnitUI.Controls.Add(this.tbGPSreportingInterval);
|
|
|
|
this.panelUnitUI.Controls.Add(this.lbARSintervalSeconds);
|
|
|
|
this.panelUnitUI.Controls.Add(this.tbARSreportingInterval);
|
|
|
|
this.panelUnitUI.Location = new System.Drawing.Point(6, 156);
|
|
|
|
this.panelUnitUI.Name = "panelUnitUI";
|
|
|
|
this.panelUnitUI.Size = new System.Drawing.Size(305, 480);
|
|
|
|
this.panelUnitUI.TabIndex = 0;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelUnitUI.GetChildAt(0).GetChildAt(1))).Width = 0F;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelUnitUI.GetChildAt(0).GetChildAt(1))).LeftWidth = 0F;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelUnitUI.GetChildAt(0).GetChildAt(1))).TopWidth = 0F;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelUnitUI.GetChildAt(0).GetChildAt(1))).RightWidth = 0F;
|
|
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelUnitUI.GetChildAt(0).GetChildAt(1))).BottomWidth = 0F;
|
|
|
|
//
|
|
|
|
// radLabel13
|
|
|
|
//
|
|
|
|
this.radLabel13.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel13.Location = new System.Drawing.Point(243, 160);
|
|
|
|
this.radLabel13.Name = "radLabel13";
|
|
|
|
this.radLabel13.Size = new System.Drawing.Size(53, 18);
|
|
|
|
this.radLabel13.TabIndex = 61;
|
|
|
|
this.radLabel13.Text = "seconds3";
|
|
|
|
this.radLabel13.Visible = false;
|
|
|
|
//
|
|
|
|
// radLabel12
|
|
|
|
//
|
|
|
|
this.radLabel12.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel12.Location = new System.Drawing.Point(243, 140);
|
|
|
|
this.radLabel12.Name = "radLabel12";
|
|
|
|
this.radLabel12.Size = new System.Drawing.Size(53, 18);
|
|
|
|
this.radLabel12.TabIndex = 61;
|
|
|
|
this.radLabel12.Text = "seconds2";
|
|
|
|
this.radLabel12.Visible = false;
|
|
|
|
//
|
|
|
|
// cbUnitType
|
|
|
|
//
|
|
|
|
this.cbUnitType.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
|
|
this.cbUnitType.DropDownAnimationFrames = 4;
|
|
|
|
this.cbUnitType.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
|
|
radListDataItem1.Text = "Radio";
|
|
|
|
radListDataItem2.Text = "Smartphone";
|
|
|
|
this.cbUnitType.Items.Add(radListDataItem1);
|
|
|
|
this.cbUnitType.Items.Add(radListDataItem2);
|
|
|
|
this.cbUnitType.Location = new System.Drawing.Point(123, 3);
|
|
|
|
this.cbUnitType.Name = "cbUnitType";
|
|
|
|
this.cbUnitType.Size = new System.Drawing.Size(127, 24);
|
|
|
|
this.cbUnitType.TabIndex = 0;
|
|
|
|
this.cbUnitType.ThemeName = "VisualStudio2012Light";
|
|
|
|
this.cbUnitType.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cbUnitType_SelectedIndexChanged);
|
|
|
|
//
|
|
|
|
// radLabel11
|
|
|
|
//
|
|
|
|
this.radLabel11.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel11.Location = new System.Drawing.Point(243, 115);
|
|
|
|
this.radLabel11.Name = "radLabel11";
|
|
|
|
this.radLabel11.Size = new System.Drawing.Size(53, 18);
|
|
|
|
this.radLabel11.TabIndex = 61;
|
|
|
|
this.radLabel11.Text = "seconds1";
|
|
|
|
this.radLabel11.Visible = false;
|
|
|
|
//
|
|
|
|
// cbTalkGroup
|
|
|
|
//
|
|
|
|
this.cbTalkGroup.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
|
|
this.cbTalkGroup.DropDownAnimationFrames = 4;
|
|
|
|
this.cbTalkGroup.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
|
|
this.cbTalkGroup.Location = new System.Drawing.Point(123, 255);
|
|
|
|
this.cbTalkGroup.Name = "cbTalkGroup";
|
|
|
|
this.cbTalkGroup.Size = new System.Drawing.Size(165, 24);
|
|
|
|
this.cbTalkGroup.TabIndex = 9;
|
|
|
|
this.cbTalkGroup.ThemeName = "VisualStudio2012Light";
|
|
|
|
//
|
|
|
|
// radLabel9
|
|
|
|
//
|
|
|
|
this.radLabel9.Location = new System.Drawing.Point(0, 261);
|
|
|
|
this.radLabel9.Name = "radLabel9";
|
|
|
|
this.radLabel9.Size = new System.Drawing.Size(95, 18);
|
|
|
|
this.radLabel9.TabIndex = 85;
|
|
|
|
this.radLabel9.Text = "Radio Talk Group:";
|
|
|
|
//
|
|
|
|
// btEditMobile
|
|
|
|
//
|
|
|
|
this.btEditMobile.Location = new System.Drawing.Point(253, 3);
|
|
|
|
this.btEditMobile.Name = "btEditMobile";
|
|
|
|
this.btEditMobile.Size = new System.Drawing.Size(47, 24);
|
|
|
|
this.btEditMobile.TabIndex = 1;
|
|
|
|
this.btEditMobile.Text = "Edit";
|
|
|
|
this.btEditMobile.ThemeName = "TelerikMetroBlue";
|
|
|
|
this.btEditMobile.Visible = false;
|
|
|
|
this.btEditMobile.Click += new System.EventHandler(this.btEditMobile_Click);
|
|
|
|
//
|
|
|
|
// cbStatus
|
|
|
|
//
|
|
|
|
this.cbStatus.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
|
|
this.cbStatus.DropDownAnimationFrames = 4;
|
|
|
|
this.cbStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
|
|
radListDataItem3.Text = "Active";
|
|
|
|
radListDataItem4.Text = "Inactive";
|
|
|
|
this.cbStatus.Items.Add(radListDataItem3);
|
|
|
|
this.cbStatus.Items.Add(radListDataItem4);
|
|
|
|
this.cbStatus.Location = new System.Drawing.Point(123, 220);
|
|
|
|
this.cbStatus.Name = "cbStatus";
|
|
|
|
this.cbStatus.Size = new System.Drawing.Size(165, 24);
|
|
|
|
this.cbStatus.TabIndex = 8;
|
|
|
|
this.cbStatus.ThemeName = "VisualStudio2012Light";
|
|
|
|
//
|
|
|
|
// radLabel7
|
|
|
|
//
|
|
|
|
this.radLabel7.Location = new System.Drawing.Point(3, 226);
|
|
|
|
this.radLabel7.Name = "radLabel7";
|
|
|
|
this.radLabel7.Size = new System.Drawing.Size(39, 18);
|
|
|
|
this.radLabel7.TabIndex = 81;
|
|
|
|
this.radLabel7.Text = "Status:";
|
|
|
|
//
|
|
|
|
// cbGatewayAndRadioGW
|
|
|
|
//
|
|
|
|
this.cbGatewayAndRadioGW.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
|
|
this.cbGatewayAndRadioGW.DropDownAnimationFrames = 4;
|
|
|
|
this.cbGatewayAndRadioGW.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
|
|
this.cbGatewayAndRadioGW.Location = new System.Drawing.Point(123, 184);
|
|
|
|
this.cbGatewayAndRadioGW.Name = "cbGatewayAndRadioGW";
|
|
|
|
this.cbGatewayAndRadioGW.Size = new System.Drawing.Size(165, 24);
|
|
|
|
this.cbGatewayAndRadioGW.TabIndex = 7;
|
|
|
|
this.cbGatewayAndRadioGW.ThemeName = "VisualStudio2012Light";
|
|
|
|
//
|
|
|
|
// radLabel6
|
|
|
|
//
|
|
|
|
this.radLabel6.Location = new System.Drawing.Point(3, 190);
|
|
|
|
this.radLabel6.Name = "radLabel6";
|
|
|
|
this.radLabel6.Size = new System.Drawing.Size(102, 18);
|
|
|
|
this.radLabel6.TabIndex = 79;
|
|
|
|
this.radLabel6.Text = "GW and Radio GW:";
|
|
|
|
//
|
|
|
|
// object_7a4bdc8c_3116_471a_9157_af0856598681
|
|
|
|
//
|
|
|
|
this.object_7a4bdc8c_3116_471a_9157_af0856598681.Name = "object_7a4bdc8c_3116_471a_9157_af0856598681";
|
|
|
|
this.object_7a4bdc8c_3116_471a_9157_af0856598681.StretchHorizontally = true;
|
|
|
|
this.object_7a4bdc8c_3116_471a_9157_af0856598681.StretchVertically = true;
|
|
|
|
//
|
|
|
|
// panelMobileForm
|
|
|
|
//
|
|
|
|
this.panelMobileForm.Location = new System.Drawing.Point(316, 29);
|
|
|
|
this.panelMobileForm.Name = "panelMobileForm";
|
|
|
|
this.panelMobileForm.Size = new System.Drawing.Size(313, 456);
|
|
|
|
this.panelMobileForm.TabIndex = 2;
|
|
|
|
//
|
|
|
|
// radLabel10
|
|
|
|
//
|
|
|
|
this.radLabel10.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.radLabel10.Location = new System.Drawing.Point(319, 9);
|
|
|
|
this.radLabel10.Name = "radLabel10";
|
|
|
|
this.radLabel10.Size = new System.Drawing.Size(30, 18);
|
|
|
|
this.radLabel10.TabIndex = 82;
|
|
|
|
this.radLabel10.Text = "LINX";
|
|
|
|
//
|
|
|
|
// VehiclesForm
|
|
|
|
//
|
|
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
this.ClientSize = new System.Drawing.Size(636, 510);
|
|
|
|
this.Controls.Add(this.radLabel10);
|
|
|
|
this.Controls.Add(this.radTextBox3);
|
|
|
|
this.Controls.Add(this.radTextBox4);
|
|
|
|
this.Controls.Add(this.radTextBox2);
|
|
|
|
this.Controls.Add(this.tbMADEOFF);
|
|
|
|
this.Controls.Add(this.tbGPSOFF);
|
|
|
|
this.Controls.Add(this.tbGPSPOOR);
|
|
|
|
this.Controls.Add(this.lbMADEOFF);
|
|
|
|
this.Controls.Add(this.lbGPSOFF);
|
|
|
|
this.Controls.Add(this.lbGPSPOOR);
|
|
|
|
this.Controls.Add(this.Pageview);
|
|
|
|
this.Controls.Add(this.panelUnitUI);
|
|
|
|
this.Controls.Add(this.panelMobileForm);
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
this.Name = "VehiclesForm";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.RootElement.ApplyShapeToControl = true;
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
this.Text = "Units settings";
|
|
|
|
this.ThemeName = "TelerikMetroBlue";
|
|
|
|
this.Load += new System.EventHandler(this.VehiclesForm_Load);
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbIMEI)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbVehicleName)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbImei)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.btnExit)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbReportingInterval)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSec)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroup)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbIcon)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbImageList)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGroups)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbUserforImei)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbARSintervalSeconds)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbARSinterval)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbARSreportingInterval)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGPSreportingInterval)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGPSPOOR)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGPSOFF)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbMADEOFF)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGPSPOOR)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGPSOFF)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMADEOFF)).EndInit();
|
|
|
|
this.tbMADEOFF.ResumeLayout(false);
|
|
|
|
this.tbMADEOFF.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSecWithOUTPOOR)).EndInit();
|
|
|
|
this.lbSecWithOUTPOOR.ResumeLayout(false);
|
|
|
|
this.lbSecWithOUTPOOR.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSecWithOUTMADEOFF)).EndInit();
|
|
|
|
this.lbSecWithOUTMADEOFF.ResumeLayout(false);
|
|
|
|
this.lbSecWithOUTMADEOFF.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lbSecWithOUTOFF)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbImeiStart)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbImeiEnd)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPattern)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbHint)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Pageview)).EndInit();
|
|
|
|
this.Pageview.ResumeLayout(false);
|
|
|
|
this.pagSingle.ResumeLayout(false);
|
|
|
|
this.pagSingle.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPhone)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.phoneLabel)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbEmail)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emailLabel)).EndInit();
|
|
|
|
this.pagRange.ResumeLayout(false);
|
|
|
|
this.pagRange.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbPhonePattern)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tbEmailPattern)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox4)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelUnitUI)).EndInit();
|
|
|
|
this.panelUnitUI.ResumeLayout(false);
|
|
|
|
this.panelUnitUI.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbUnitType)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbTalkGroup)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.btEditMobile)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbStatus)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGatewayAndRadioGW)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbIMEI;
|
|
|
|
private Telerik.WinControls.UI.RadLabel label3;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox tbVehicleName;
|
|
|
|
private Telerik.WinControls.UI.RadLabel label4;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox tbImei;
|
|
|
|
private Telerik.WinControls.UI.RadButton btnAdd;
|
|
|
|
private Telerik.WinControls.UI.RadButton btnExit;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbReportingInterval;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbSec;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbGroup;
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbIcon;
|
|
|
|
private Telerik.WinControls.UI.RadDropDownList cbImageList;
|
|
|
|
private Telerik.WinControls.UI.RadDropDownList cbGroups;
|
|
|
|
private Telerik.WinControls.UI.RadDropDownList cbUserforImei;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbARSintervalSeconds;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbARSinterval;
|
|
|
|
private Telerik.WinControls.UI.RadSpinEditor tbARSreportingInterval;
|
|
|
|
private Telerik.WinControls.UI.RadSpinEditor tbGPSreportingInterval;
|
|
|
|
private System.Windows.Forms.LinkLabel AdvSettings;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbGPSPOOR;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbGPSOFF;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbMADEOFF;
|
|
|
|
private Telerik.WinControls.UI.RadSpinEditor tbGPSPOOR;
|
|
|
|
private Telerik.WinControls.UI.RadSpinEditor tbGPSOFF;
|
|
|
|
private Telerik.WinControls.UI.RadSpinEditor tbMADEOFF;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbSecWithOUTPOOR;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbSecWithOUTMADEOFF;
|
|
|
|
private Telerik.WinControls.UI.RadLabel lbSecWithOUTOFF;
|
|
|
|
private System.Windows.Forms.ImageList imageListTabs;
|
|
|
|
private System.Windows.Forms.NumericUpDown tbImeiStart;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel1;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel2;
|
|
|
|
private System.Windows.Forms.NumericUpDown tbImeiEnd;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel3;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox tbPattern;
|
|
|
|
private System.Windows.Forms.ToolTip toolTipHelp;
|
|
|
|
private System.Windows.Forms.PictureBox pbHint;
|
|
|
|
private Telerik.WinControls.UI.RadPageView Pageview;
|
|
|
|
private Telerik.WinControls.UI.RadPageViewPage pagSingle;
|
|
|
|
private Telerik.WinControls.UI.RadPageViewPage pagRange;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox radTextBox1;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox radTextBox2;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox radTextBox4;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox radTextBox3;
|
|
|
|
private Telerik.WinControls.Themes.VisualStudio2012LightTheme visualStudio2012LightTheme1;
|
|
|
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
|
|
|
|
private Telerik.WinControls.UI.RadPanel panelUnitUI;
|
|
|
|
private Telerik.WinControls.RootRadElement object_7a4bdc8c_3116_471a_9157_af0856598681;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox tbPhone;
|
|
|
|
private Telerik.WinControls.UI.RadLabel phoneLabel;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox tbEmail;
|
|
|
|
private Telerik.WinControls.UI.RadLabel emailLabel;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel5;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel4;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox tbPhonePattern;
|
|
|
|
private Telerik.WinControls.UI.RadTextBox tbEmailPattern;
|
|
|
|
private Telerik.WinControls.UI.RadDropDownList cbGatewayAndRadioGW;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel6;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel8;
|
|
|
|
private Telerik.WinControls.UI.RadDropDownList cbStatus;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel7;
|
|
|
|
private Telerik.WinControls.UI.RadButton btEditMobile;
|
|
|
|
private Telerik.WinControls.UI.RadDropDownList cbUnitType;
|
|
|
|
private Telerik.WinControls.UI.RadDropDownList cbTalkGroup;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel9;
|
|
|
|
private System.Windows.Forms.Panel panelMobileForm;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel10;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel13;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel12;
|
|
|
|
private Telerik.WinControls.UI.RadLabel radLabel11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|