SafeDispatch/SubscriberAndUserManager/VehiclesMobileForm.Designer.cs
2024-02-22 18:43:59 +02:00

587 lines
32 KiB
C#

namespace SubscriberAndUserManager
{
partial class VehiclesMobileForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VehiclesMobileForm));
this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
this.btnExit = new Telerik.WinControls.UI.RadButton();
this.btnAdd = new Telerik.WinControls.UI.RadButton();
this.lbIName = new Telerik.WinControls.UI.RadLabel();
this.tbName = new Telerik.WinControls.UI.RadTextBox();
this.lbFirstName = new Telerik.WinControls.UI.RadLabel();
this.tbFirstName = new Telerik.WinControls.UI.RadTextBox();
this.lbLastName = new Telerik.WinControls.UI.RadLabel();
this.tbLastName = new Telerik.WinControls.UI.RadTextBox();
this.tbPhoneType = new Telerik.WinControls.UI.RadTextBox();
this.lbSipPswd = new Telerik.WinControls.UI.RadLabel();
this.tbSipPswd = new Telerik.WinControls.UI.RadTextBox();
this.btnEncode = new Telerik.WinControls.UI.RadButton();
this.btnSave = new Telerik.WinControls.UI.RadButton();
this.gbQRSettings = new Telerik.WinControls.UI.RadGroupBox();
this.cbEmergency = new Telerik.WinControls.UI.RadCheckBox();
this.cbManDown = new Telerik.WinControls.UI.RadCheckBox();
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.lbLoneWorkerInterval = new Telerik.WinControls.UI.RadLabel();
this.tbLoneworkerInterval = new Telerik.WinControls.UI.RadSpinEditor();
this.chbLoneWorker = new Telerik.WinControls.UI.RadCheckBox();
this.btnEmailQR = new Telerik.WinControls.UI.RadButton();
this.picEncode = new System.Windows.Forms.PictureBox();
this.chbGPS = new Telerik.WinControls.UI.RadCheckBox();
this.chbSMS = new Telerik.WinControls.UI.RadCheckBox();
this.chbVoice = new Telerik.WinControls.UI.RadCheckBox();
this.chbTicketing = new Telerik.WinControls.UI.RadCheckBox();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.lbRadioImei = new Telerik.WinControls.UI.RadLabel();
this.tbRadioIMEI = new Telerik.WinControls.UI.RadTextBox();
this.lbEmail = new Telerik.WinControls.UI.RadLabel();
this.tbEmail = new Telerik.WinControls.UI.RadTextBox();
this.lbSipLogin = new Telerik.WinControls.UI.RadLabel();
this.tbSipLogin = new Telerik.WinControls.UI.RadTextBox();
this.lbPhoneType = new Telerik.WinControls.UI.RadLabel();
((System.ComponentModel.ISupportInitialize)(this.btnExit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbIName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbFirstName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbFirstName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbLastName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbLastName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbPhoneType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbSipPswd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbSipPswd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnEncode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gbQRSettings)).BeginInit();
this.gbQRSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbEmergency)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbManDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbLoneWorkerInterval)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbLoneworkerInterval)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chbLoneWorker)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnEmailQR)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picEncode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chbGPS)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chbSMS)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chbVoice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chbTicketing)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbRadioImei)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbRadioIMEI)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbEmail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbEmail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbSipLogin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbSipLogin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbPhoneType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(9, 457);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(130, 24);
this.btnExit.TabIndex = 8;
this.btnExit.Text = "Exit";
this.btnExit.ThemeName = "TelerikMetroBlue";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(165, 457);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(130, 24);
this.btnAdd.TabIndex = 9;
this.btnAdd.Text = "OK";
this.btnAdd.ThemeName = "TelerikMetroBlue";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// lbIName
//
this.lbIName.BackColor = System.Drawing.Color.Transparent;
this.lbIName.Location = new System.Drawing.Point(9, 34);
this.lbIName.Name = "lbIName";
this.lbIName.Size = new System.Drawing.Size(60, 18);
this.lbIName.TabIndex = 44;
this.lbIName.Text = "Unit Name";
this.lbIName.Visible = false;
//
// tbName
//
this.tbName.Enabled = false;
this.tbName.Location = new System.Drawing.Point(129, 31);
this.tbName.Name = "tbName";
this.tbName.Size = new System.Drawing.Size(165, 20);
this.tbName.TabIndex = 1;
this.tbName.Visible = false;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// lbFirstName
//
this.lbFirstName.BackColor = System.Drawing.Color.Transparent;
this.lbFirstName.Location = new System.Drawing.Point(9, 56);
this.lbFirstName.Name = "lbFirstName";
this.lbFirstName.Size = new System.Drawing.Size(60, 18);
this.lbFirstName.TabIndex = 48;
this.lbFirstName.Text = "First Name";
//
// tbFirstName
//
this.tbFirstName.Location = new System.Drawing.Point(129, 56);
this.tbFirstName.MaxLength = 50;
this.tbFirstName.Name = "tbFirstName";
this.tbFirstName.Size = new System.Drawing.Size(165, 20);
this.tbFirstName.TabIndex = 2;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbFirstName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// lbLastName
//
this.lbLastName.BackColor = System.Drawing.Color.Transparent;
this.lbLastName.Location = new System.Drawing.Point(9, 80);
this.lbLastName.Name = "lbLastName";
this.lbLastName.Size = new System.Drawing.Size(59, 18);
this.lbLastName.TabIndex = 50;
this.lbLastName.Text = "Last Name";
//
// tbLastName
//
this.tbLastName.Location = new System.Drawing.Point(129, 82);
this.tbLastName.MaxLength = 50;
this.tbLastName.Name = "tbLastName";
this.tbLastName.Size = new System.Drawing.Size(165, 20);
this.tbLastName.TabIndex = 3;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbLastName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// tbPhoneType
//
this.tbPhoneType.Location = new System.Drawing.Point(129, 108);
this.tbPhoneType.MaxLength = 20;
this.tbPhoneType.Name = "tbPhoneType";
this.tbPhoneType.Size = new System.Drawing.Size(165, 20);
this.tbPhoneType.TabIndex = 4;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbPhoneType.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// lbSipPswd
//
this.lbSipPswd.BackColor = System.Drawing.Color.Transparent;
this.lbSipPswd.Location = new System.Drawing.Point(9, 164);
this.lbSipPswd.Name = "lbSipPswd";
this.lbSipPswd.Size = new System.Drawing.Size(53, 18);
this.lbSipPswd.TabIndex = 58;
this.lbSipPswd.Text = "Password";
//
// tbSipPswd
//
this.tbSipPswd.Location = new System.Drawing.Point(130, 162);
this.tbSipPswd.MaxLength = 30;
this.tbSipPswd.Name = "tbSipPswd";
this.tbSipPswd.PasswordChar = '*';
this.tbSipPswd.Size = new System.Drawing.Size(165, 20);
this.tbSipPswd.TabIndex = 6;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbSipPswd.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// btnEncode
//
this.btnEncode.Location = new System.Drawing.Point(204, 5);
this.btnEncode.Name = "btnEncode";
this.btnEncode.Size = new System.Drawing.Size(81, 24);
this.btnEncode.TabIndex = 0;
this.btnEncode.Text = "Encode QR";
this.btnEncode.ThemeName = "TelerikMetroBlue";
this.btnEncode.Click += new System.EventHandler(this.btnEncode_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(204, 35);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(81, 24);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "Save QR";
this.btnSave.ThemeName = "TelerikMetroBlue";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// gbQRSettings
//
this.gbQRSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbQRSettings.Controls.Add(this.cbEmergency);
this.gbQRSettings.Controls.Add(this.cbManDown);
this.gbQRSettings.Controls.Add(this.radLabel1);
this.gbQRSettings.Controls.Add(this.lbLoneWorkerInterval);
this.gbQRSettings.Controls.Add(this.tbLoneworkerInterval);
this.gbQRSettings.Controls.Add(this.chbLoneWorker);
this.gbQRSettings.Controls.Add(this.btnEmailQR);
this.gbQRSettings.Controls.Add(this.picEncode);
this.gbQRSettings.Controls.Add(this.btnSave);
this.gbQRSettings.Controls.Add(this.btnEncode);
this.gbQRSettings.Controls.Add(this.chbGPS);
this.gbQRSettings.Controls.Add(this.chbSMS);
this.gbQRSettings.Controls.Add(this.chbVoice);
this.gbQRSettings.Controls.Add(this.chbTicketing);
this.gbQRSettings.HeaderText = "QR Code";
this.gbQRSettings.Location = new System.Drawing.Point(-8, 216);
this.gbQRSettings.Name = "gbQRSettings";
this.gbQRSettings.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
this.gbQRSettings.Size = new System.Drawing.Size(320, 252);
this.gbQRSettings.TabIndex = 61;
this.gbQRSettings.Text = "QR Code";
this.gbQRSettings.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbQRSettings.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbQRSettings.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbQRSettings.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbQRSettings.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbQRSettings.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbQRSettings.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbQRSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbQRSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// cbEmergency
//
this.cbEmergency.BackColor = System.Drawing.Color.Transparent;
this.cbEmergency.Location = new System.Drawing.Point(204, 204);
this.cbEmergency.Name = "cbEmergency";
this.cbEmergency.Size = new System.Drawing.Size(78, 18);
this.cbEmergency.TabIndex = 67;
this.cbEmergency.Text = "Emergency";
this.cbEmergency.ThemeName = "VisualStudio2012Light";
//
// cbManDown
//
this.cbManDown.BackColor = System.Drawing.Color.Transparent;
this.cbManDown.Location = new System.Drawing.Point(204, 182);
this.cbManDown.Name = "cbManDown";
this.cbManDown.Size = new System.Drawing.Size(78, 18);
this.cbManDown.TabIndex = 66;
this.cbManDown.Text = "Man Down";
this.cbManDown.ThemeName = "VisualStudio2012Light";
//
// radLabel1
//
this.radLabel1.BackColor = System.Drawing.Color.Transparent;
this.radLabel1.Location = new System.Drawing.Point(173, 174);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(28, 18);
this.radLabel1.TabIndex = 65;
this.radLabel1.Text = "min.";
//
// lbLoneWorkerInterval
//
this.lbLoneWorkerInterval.BackColor = System.Drawing.Color.Transparent;
this.lbLoneWorkerInterval.Location = new System.Drawing.Point(12, 175);
this.lbLoneWorkerInterval.Name = "lbLoneWorkerInterval";
this.lbLoneWorkerInterval.Size = new System.Drawing.Size(110, 18);
this.lbLoneWorkerInterval.TabIndex = 64;
this.lbLoneWorkerInterval.Text = "Lone Worker interval";
//
// tbLoneworkerInterval
//
this.tbLoneworkerInterval.Enabled = false;
this.tbLoneworkerInterval.Location = new System.Drawing.Point(124, 172);
this.tbLoneworkerInterval.Maximum = new decimal(new int[] {
1440,
0,
0,
0});
this.tbLoneworkerInterval.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.tbLoneworkerInterval.MinimumSize = new System.Drawing.Size(0, 24);
this.tbLoneworkerInterval.Name = "tbLoneworkerInterval";
//
//
//
this.tbLoneworkerInterval.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
this.tbLoneworkerInterval.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbLoneworkerInterval.Size = new System.Drawing.Size(44, 24);
this.tbLoneworkerInterval.TabIndex = 63;
this.tbLoneworkerInterval.TabStop = false;
this.tbLoneworkerInterval.ThemeName = "VisualStudio2012Light";
this.tbLoneworkerInterval.Value = new decimal(new int[] {
5,
0,
0,
0});
((Telerik.WinControls.UI.RadSpinElement)(this.tbLoneworkerInterval.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
//
// chbLoneWorker
//
this.chbLoneWorker.BackColor = System.Drawing.Color.Transparent;
this.chbLoneWorker.Location = new System.Drawing.Point(204, 160);
this.chbLoneWorker.Name = "chbLoneWorker";
this.chbLoneWorker.Size = new System.Drawing.Size(87, 18);
this.chbLoneWorker.TabIndex = 62;
this.chbLoneWorker.Text = "Lone Worker";
this.chbLoneWorker.ThemeName = "VisualStudio2012Light";
this.chbLoneWorker.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chbLoneWorker_ToggleStateChanged);
//
// btnEmailQR
//
this.btnEmailQR.Location = new System.Drawing.Point(204, 68);
this.btnEmailQR.Name = "btnEmailQR";
this.btnEmailQR.Size = new System.Drawing.Size(81, 24);
this.btnEmailQR.TabIndex = 2;
this.btnEmailQR.Text = "Email QR";
this.btnEmailQR.ThemeName = "TelerikMetroBlue";
this.btnEmailQR.Click += new System.EventHandler(this.btnEmailQR_Click);
//
// picEncode
//
this.picEncode.BackColor = System.Drawing.Color.WhiteSmoke;
this.picEncode.Location = new System.Drawing.Point(12, 23);
this.picEncode.Name = "picEncode";
this.picEncode.Size = new System.Drawing.Size(186, 139);
this.picEncode.TabIndex = 61;
this.picEncode.TabStop = false;
//
// chbGPS
//
this.chbGPS.BackColor = System.Drawing.Color.Transparent;
this.chbGPS.Location = new System.Drawing.Point(204, 96);
this.chbGPS.Name = "chbGPS";
this.chbGPS.Size = new System.Drawing.Size(47, 18);
this.chbGPS.TabIndex = 3;
this.chbGPS.Text = "MAP";
this.chbGPS.ThemeName = "VisualStudio2012Light";
//
// chbSMS
//
this.chbSMS.BackColor = System.Drawing.Color.Transparent;
this.chbSMS.Location = new System.Drawing.Point(204, 117);
this.chbSMS.Name = "chbSMS";
this.chbSMS.Size = new System.Drawing.Size(45, 18);
this.chbSMS.TabIndex = 4;
this.chbSMS.Text = "SMS";
this.chbSMS.ThemeName = "VisualStudio2012Light";
//
// chbVoice
//
this.chbVoice.BackColor = System.Drawing.Color.Transparent;
this.chbVoice.Location = new System.Drawing.Point(204, 138);
this.chbVoice.Name = "chbVoice";
this.chbVoice.Size = new System.Drawing.Size(51, 18);
this.chbVoice.TabIndex = 5;
this.chbVoice.Text = "Voice";
this.chbVoice.ThemeName = "VisualStudio2012Light";
//
// chbTicketing
//
this.chbTicketing.BackColor = System.Drawing.Color.Transparent;
this.chbTicketing.Location = new System.Drawing.Point(204, 220);
this.chbTicketing.Name = "chbTicketing";
this.chbTicketing.Size = new System.Drawing.Size(89, 18);
this.chbTicketing.TabIndex = 6;
this.chbTicketing.Text = "Job Ticketing";
this.chbTicketing.ThemeName = "VisualStudio2012Light";
this.chbTicketing.Visible = false;
//
// lbRadioImei
//
this.lbRadioImei.BackColor = System.Drawing.Color.Transparent;
this.lbRadioImei.Location = new System.Drawing.Point(9, 8);
this.lbRadioImei.Name = "lbRadioImei";
this.lbRadioImei.Size = new System.Drawing.Size(60, 18);
this.lbRadioImei.TabIndex = 67;
this.lbRadioImei.Text = "Radio IMEI";
this.lbRadioImei.Visible = false;
//
// tbRadioIMEI
//
this.tbRadioIMEI.Enabled = false;
this.tbRadioIMEI.Location = new System.Drawing.Point(129, 6);
this.tbRadioIMEI.Name = "tbRadioIMEI";
this.tbRadioIMEI.Size = new System.Drawing.Size(165, 20);
this.tbRadioIMEI.TabIndex = 0;
this.tbRadioIMEI.Visible = false;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbRadioIMEI.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// lbEmail
//
this.lbEmail.BackColor = System.Drawing.Color.Transparent;
this.lbEmail.Location = new System.Drawing.Point(9, 191);
this.lbEmail.Name = "lbEmail";
this.lbEmail.Size = new System.Drawing.Size(33, 18);
this.lbEmail.TabIndex = 69;
this.lbEmail.Text = "Email";
//
// tbEmail
//
this.tbEmail.Location = new System.Drawing.Point(131, 189);
this.tbEmail.MaxLength = 50;
this.tbEmail.Name = "tbEmail";
this.tbEmail.Size = new System.Drawing.Size(165, 20);
this.tbEmail.TabIndex = 7;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbEmail.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// lbSipLogin
//
this.lbSipLogin.BackColor = System.Drawing.Color.Transparent;
this.lbSipLogin.Location = new System.Drawing.Point(9, 137);
this.lbSipLogin.Name = "lbSipLogin";
this.lbSipLogin.Size = new System.Drawing.Size(34, 18);
this.lbSipLogin.TabIndex = 71;
this.lbSipLogin.Text = "Login";
//
// tbSipLogin
//
this.tbSipLogin.Location = new System.Drawing.Point(131, 135);
this.tbSipLogin.MaxLength = 30;
this.tbSipLogin.Name = "tbSipLogin";
this.tbSipLogin.Size = new System.Drawing.Size(165, 20);
this.tbSipLogin.TabIndex = 5;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbSipLogin.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder;
//
// lbPhoneType
//
this.lbPhoneType.BackColor = System.Drawing.Color.Transparent;
this.lbPhoneType.Location = new System.Drawing.Point(9, 111);
this.lbPhoneType.Name = "lbPhoneType";
this.lbPhoneType.Size = new System.Drawing.Size(65, 18);
this.lbPhoneType.TabIndex = 72;
this.lbPhoneType.Text = "Phone Type";
//
// VehiclesMobileForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(308, 456);
this.Controls.Add(this.lbPhoneType);
this.Controls.Add(this.tbPhoneType);
this.Controls.Add(this.lbLastName);
this.Controls.Add(this.tbLastName);
this.Controls.Add(this.lbSipLogin);
this.Controls.Add(this.tbSipLogin);
this.Controls.Add(this.lbEmail);
this.Controls.Add(this.tbEmail);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.lbRadioImei);
this.Controls.Add(this.tbRadioIMEI);
this.Controls.Add(this.gbQRSettings);
this.Controls.Add(this.lbSipPswd);
this.Controls.Add(this.tbSipPswd);
this.Controls.Add(this.lbFirstName);
this.Controls.Add(this.tbFirstName);
this.Controls.Add(this.lbIName);
this.Controls.Add(this.tbName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "VehiclesMobileForm";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Mobile Units settings";
this.ThemeName = "TelerikMetroBlue";
this.Load += new System.EventHandler(this.VehiclesMobileForm_Load);
this.Leave += new System.EventHandler(this.VehiclesMobileForm_Leave);
((System.ComponentModel.ISupportInitialize)(this.btnExit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbIName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbFirstName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbFirstName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbLastName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbLastName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbPhoneType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbSipPswd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbSipPswd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnEncode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gbQRSettings)).EndInit();
this.gbQRSettings.ResumeLayout(false);
this.gbQRSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbEmergency)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbManDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbLoneWorkerInterval)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbLoneworkerInterval)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chbLoneWorker)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnEmailQR)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picEncode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chbGPS)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chbSMS)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chbVoice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chbTicketing)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbRadioImei)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbRadioIMEI)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbEmail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbEmail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbSipLogin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbSipLogin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbPhoneType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.Themes.VisualStudio2012LightTheme visualStudio2012LightTheme1;
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
private Telerik.WinControls.UI.RadButton btnExit;
private Telerik.WinControls.UI.RadButton btnAdd;
private Telerik.WinControls.UI.RadLabel lbIName;
private Telerik.WinControls.UI.RadTextBox tbName;
private Telerik.WinControls.UI.RadLabel lbFirstName;
private Telerik.WinControls.UI.RadTextBox tbFirstName;
private Telerik.WinControls.UI.RadLabel lbLastName;
private Telerik.WinControls.UI.RadTextBox tbLastName;
private Telerik.WinControls.UI.RadTextBox tbPhoneType;
private Telerik.WinControls.UI.RadLabel lbSipPswd;
private Telerik.WinControls.UI.RadTextBox tbSipPswd;
private Telerik.WinControls.UI.RadButton btnEncode;
private Telerik.WinControls.UI.RadButton btnSave;
private Telerik.WinControls.UI.RadGroupBox gbQRSettings;
private System.Windows.Forms.PictureBox picEncode;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private Telerik.WinControls.UI.RadCheckBox chbTicketing;
private Telerik.WinControls.UI.RadCheckBox chbVoice;
private Telerik.WinControls.UI.RadCheckBox chbSMS;
private Telerik.WinControls.UI.RadCheckBox chbGPS;
private Telerik.WinControls.UI.RadLabel lbRadioImei;
internal Telerik.WinControls.UI.RadTextBox tbRadioIMEI;
private Telerik.WinControls.UI.RadButton btnEmailQR;
private Telerik.WinControls.UI.RadLabel lbEmail;
private Telerik.WinControls.UI.RadTextBox tbEmail;
private Telerik.WinControls.UI.RadLabel lbSipLogin;
private Telerik.WinControls.UI.RadTextBox tbSipLogin;
private Telerik.WinControls.UI.RadLabel lbPhoneType;
private Telerik.WinControls.UI.RadCheckBox chbLoneWorker;
private Telerik.WinControls.UI.RadSpinEditor tbLoneworkerInterval;
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadLabel lbLoneWorkerInterval;
private Telerik.WinControls.UI.RadCheckBox cbManDown;
private Telerik.WinControls.UI.RadCheckBox cbEmergency;
}
}