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

1604 lines
93 KiB
C#

namespace SubscriberAndUserManager
{
partial class controlSettings
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(controlSettings));
this.gbEmailServer = new Telerik.WinControls.UI.RadGroupBox();
this.btCheckPopServer = new Telerik.WinControls.UI.RadButton();
this.btCheckSmtpServer = new Telerik.WinControls.UI.RadButton();
this.cbSmtpSSLEncryption = new Telerik.WinControls.UI.RadCheckBox();
this.tbSmtpPort = new Telerik.WinControls.UI.RadSpinEditor();
this.tbPopPort = new Telerik.WinControls.UI.RadSpinEditor();
this.cbPopSSLEncryption = new Telerik.WinControls.UI.RadCheckBox();
this.tbSmtpServer = new Telerik.WinControls.UI.RadTextBox();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
this.tbPopServer = new Telerik.WinControls.UI.RadTextBox();
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
this.btSaveEmail = new Telerik.WinControls.UI.RadButton();
this.tbPsw = new Telerik.WinControls.UI.RadTextBox();
this.tbEmailAddress = new Telerik.WinControls.UI.RadTextBox();
this.lbPsw = new Telerik.WinControls.UI.RadLabel();
this.lbUserName = new Telerik.WinControls.UI.RadLabel();
this.cbEmailServiceEnable = new Telerik.WinControls.UI.RadCheckBox();
this.gbDBbackup = new Telerik.WinControls.UI.RadGroupBox();
this.btnRefresh = new Telerik.WinControls.UI.RadButton();
this.listBackups = new Telerik.WinControls.UI.RadListControl();
this.lbStatus = new Telerik.WinControls.UI.RadLabel();
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.btnRestore = new Telerik.WinControls.UI.RadButton();
this.btnBackup = new Telerik.WinControls.UI.RadButton();
this.gbStolenSett = new Telerik.WinControls.UI.RadGroupBox();
this.rcbddAlertType = new Telerik.WinControls.UI.RadCheckedDropDownList();
this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
this.gbIconManager = new Telerik.WinControls.UI.RadGroupBox();
this.rbPlaces = new Telerik.WinControls.UI.RadRadioButton();
this.rbUnits = new Telerik.WinControls.UI.RadRadioButton();
this.lbType = new Telerik.WinControls.UI.RadLabel();
this.pbHint = new System.Windows.Forms.PictureBox();
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
this.rcbIconThemes = new Telerik.WinControls.UI.RadDropDownList();
this.picBoxAdd = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.lbAddIcon = new System.Windows.Forms.Label();
this.btAddIcon = new Telerik.WinControls.UI.RadButton();
this.lbIcon = new System.Windows.Forms.Label();
this.picBoxDelete = new System.Windows.Forms.PictureBox();
this.tbNewIconName = new Telerik.WinControls.UI.RadTextBox();
this.panelHeader = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.lbIconName = new Telerik.WinControls.UI.RadLabel();
this.btBrowser = new Telerik.WinControls.UI.RadButton();
this.btDeleteIcon = new Telerik.WinControls.UI.RadButton();
this.cbDeleteIcons = new Telerik.WinControls.UI.RadDropDownList();
this.openFileDialogImage = new System.Windows.Forms.OpenFileDialog();
this.imageListUnits = new System.Windows.Forms.ImageList(this.components);
this.imageListPlaces = new System.Windows.Forms.ImageList(this.components);
this.grTextPool = new Telerik.WinControls.UI.RadGroupBox();
this.ckpollAfterSMS = new Telerik.WinControls.UI.RadCheckBox();
this.toolTipHelp = new System.Windows.Forms.ToolTip(this.components);
this.txLanIP = new Telerik.WinControls.UI.RadMaskedEditBox();
this.txNatIP = new Telerik.WinControls.UI.RadMaskedEditBox();
this.txLanSipPort = new Telerik.WinControls.UI.RadMaskedEditBox();
this.txNatSipPort = new Telerik.WinControls.UI.RadMaskedEditBox();
this.txLanSigPort = new Telerik.WinControls.UI.RadMaskedEditBox();
this.txNatSigPort = new Telerik.WinControls.UI.RadMaskedEditBox();
this.txUdpStart = new Telerik.WinControls.UI.RadMaskedEditBox();
this.txUdpEnd = new Telerik.WinControls.UI.RadMaskedEditBox();
this.tbExceraIP = new Telerik.WinControls.UI.RadMaskedEditBox();
this.tbExceraPort = new Telerik.WinControls.UI.RadMaskedEditBox();
this.cbSampleRate = new Telerik.WinControls.UI.RadDropDownList();
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
this.lbLAN = new Telerik.WinControls.UI.RadLabel();
this.lbNAT = new Telerik.WinControls.UI.RadLabel();
this.gbSIPSettings = new Telerik.WinControls.UI.RadGroupBox();
this.picLoading = new System.Windows.Forms.PictureBox();
this.lbUdp = new Telerik.WinControls.UI.RadLabel();
this.btDiscoverSip = new Telerik.WinControls.UI.RadButton();
this.btTestSip = new Telerik.WinControls.UI.RadButton();
this.btnSaveSIPSettings = new Telerik.WinControls.UI.RadButton();
this.lbTo = new Telerik.WinControls.UI.RadLabel();
this.gbExceraSipSettings = new Telerik.WinControls.UI.RadGroupBox();
this.lbExceraIP = new Telerik.WinControls.UI.RadLabel();
this.btnSaveExceraSettings = new Telerik.WinControls.UI.RadButton();
this.gbVoiceSettings = new Telerik.WinControls.UI.RadGroupBox();
this.txtBufferMilliseconds = new Telerik.WinControls.UI.RadSpinEditor();
this.btnResetVoiceSettings = new Telerik.WinControls.UI.RadButton();
this.btnSaveVoiceSettings = new Telerik.WinControls.UI.RadButton();
this.cbBitDepth = new Telerik.WinControls.UI.RadDropDownList();
this.lbBitDepth = new Telerik.WinControls.UI.RadLabel();
this.lbBufferMilliseconds = new Telerik.WinControls.UI.RadLabel();
this.lbSampleRate = new Telerik.WinControls.UI.RadLabel();
this.btACKAll = new Telerik.WinControls.UI.RadButton();
this.cbEmergencyOnly = new Telerik.WinControls.UI.RadGroupBox();
this.cbEmergency = new Telerik.WinControls.UI.RadCheckBox();
((System.ComponentModel.ISupportInitialize)(this.gbEmailServer)).BeginInit();
this.gbEmailServer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btCheckPopServer)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btCheckSmtpServer)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbSmtpSSLEncryption)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbSmtpPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbPopPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbPopSSLEncryption)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbSmtpServer)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbPopServer)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btSaveEmail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbPsw)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbEmailAddress)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbPsw)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbUserName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbEmailServiceEnable)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gbDBbackup)).BeginInit();
this.gbDBbackup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.listBackups)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbStatus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnRestore)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnBackup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gbStolenSett)).BeginInit();
this.gbStolenSett.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rcbddAlertType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gbIconManager)).BeginInit();
this.gbIconManager.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rbPlaces)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rbUnits)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbHint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbIconThemes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBoxAdd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btAddIcon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBoxDelete)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbNewIconName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbIconName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btBrowser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btDeleteIcon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbDeleteIcons)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grTextPool)).BeginInit();
this.grTextPool.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckpollAfterSMS)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txLanIP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txNatIP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txLanSipPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txNatSipPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txLanSigPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txNatSigPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txUdpStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txUdpEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbExceraIP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbExceraPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbSampleRate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbLAN)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbNAT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gbSIPSettings)).BeginInit();
this.gbSIPSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picLoading)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbUdp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btDiscoverSip)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btTestSip)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSaveSIPSettings)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbTo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gbExceraSipSettings)).BeginInit();
this.gbExceraSipSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lbExceraIP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSaveExceraSettings)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gbVoiceSettings)).BeginInit();
this.gbVoiceSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBufferMilliseconds)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnResetVoiceSettings)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSaveVoiceSettings)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbBitDepth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbBitDepth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbBufferMilliseconds)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbSampleRate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btACKAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbEmergencyOnly)).BeginInit();
this.cbEmergencyOnly.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbEmergency)).BeginInit();
this.SuspendLayout();
//
// gbEmailServer
//
this.gbEmailServer.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbEmailServer.Controls.Add(this.btCheckPopServer);
this.gbEmailServer.Controls.Add(this.btCheckSmtpServer);
this.gbEmailServer.Controls.Add(this.cbSmtpSSLEncryption);
this.gbEmailServer.Controls.Add(this.tbSmtpPort);
this.gbEmailServer.Controls.Add(this.tbPopPort);
this.gbEmailServer.Controls.Add(this.cbPopSSLEncryption);
this.gbEmailServer.Controls.Add(this.tbSmtpServer);
this.gbEmailServer.Controls.Add(this.radLabel2);
this.gbEmailServer.Controls.Add(this.tbPopServer);
this.gbEmailServer.Controls.Add(this.radLabel3);
this.gbEmailServer.Controls.Add(this.btSaveEmail);
this.gbEmailServer.Controls.Add(this.tbPsw);
this.gbEmailServer.Controls.Add(this.tbEmailAddress);
this.gbEmailServer.Controls.Add(this.lbPsw);
this.gbEmailServer.Controls.Add(this.lbUserName);
this.gbEmailServer.HeaderText = "Email Server";
this.gbEmailServer.Location = new System.Drawing.Point(14, 16);
this.gbEmailServer.Name = "gbEmailServer";
this.gbEmailServer.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
this.gbEmailServer.Size = new System.Drawing.Size(327, 237);
this.gbEmailServer.TabIndex = 0;
this.gbEmailServer.Text = "Email Server";
this.gbEmailServer.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbEmailServer.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbEmailServer.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbEmailServer.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbEmailServer.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbEmailServer.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbEmailServer.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbEmailServer.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbEmailServer.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// btCheckPopServer
//
this.btCheckPopServer.Location = new System.Drawing.Point(273, 88);
this.btCheckPopServer.Name = "btCheckPopServer";
this.btCheckPopServer.Size = new System.Drawing.Size(39, 24);
this.btCheckPopServer.TabIndex = 4;
this.btCheckPopServer.Text = "Test";
this.btCheckPopServer.ThemeName = "TelerikMetroBlue";
this.btCheckPopServer.Click += new System.EventHandler(this.btCheckEmailServer_Click);
//
// btCheckSmtpServer
//
this.btCheckSmtpServer.Location = new System.Drawing.Point(273, 139);
this.btCheckSmtpServer.Name = "btCheckSmtpServer";
this.btCheckSmtpServer.Size = new System.Drawing.Size(39, 24);
this.btCheckSmtpServer.TabIndex = 8;
this.btCheckSmtpServer.Text = "Test";
this.btCheckSmtpServer.ThemeName = "TelerikMetroBlue";
this.btCheckSmtpServer.Click += new System.EventHandler(this.btCheckEmailServer_Click);
//
// cbSmtpSSLEncryption
//
this.cbSmtpSSLEncryption.BackColor = System.Drawing.Color.Transparent;
this.cbSmtpSSLEncryption.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbSmtpSSLEncryption.Location = new System.Drawing.Point(15, 165);
this.cbSmtpSSLEncryption.Name = "cbSmtpSSLEncryption";
this.cbSmtpSSLEncryption.Size = new System.Drawing.Size(283, 18);
this.cbSmtpSSLEncryption.TabIndex = 9;
this.cbSmtpSSLEncryption.Text = "SMTP server requires an encrypted connection (SSL)";
this.cbSmtpSSLEncryption.ThemeName = "VisualStudio2012Light";
this.cbSmtpSSLEncryption.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
//
// tbSmtpPort
//
this.tbSmtpPort.Location = new System.Drawing.Point(219, 139);
this.tbSmtpPort.Maximum = new decimal(new int[] {
66555,
0,
0,
0});
this.tbSmtpPort.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.tbSmtpPort.MinimumSize = new System.Drawing.Size(0, 24);
this.tbSmtpPort.Name = "tbSmtpPort";
//
//
//
this.tbSmtpPort.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
this.tbSmtpPort.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbSmtpPort.Size = new System.Drawing.Size(51, 24);
this.tbSmtpPort.TabIndex = 7;
this.tbSmtpPort.TabStop = false;
this.tbSmtpPort.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
this.tbSmtpPort.ThemeName = "VisualStudio2012Light";
this.tbSmtpPort.Value = new decimal(new int[] {
587,
0,
0,
0});
//
// tbPopPort
//
this.tbPopPort.Location = new System.Drawing.Point(219, 88);
this.tbPopPort.Maximum = new decimal(new int[] {
65555,
0,
0,
0});
this.tbPopPort.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.tbPopPort.MinimumSize = new System.Drawing.Size(0, 24);
this.tbPopPort.Name = "tbPopPort";
//
//
//
this.tbPopPort.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
this.tbPopPort.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbPopPort.Size = new System.Drawing.Size(51, 24);
this.tbPopPort.TabIndex = 3;
this.tbPopPort.TabStop = false;
this.tbPopPort.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
this.tbPopPort.ThemeName = "VisualStudio2012Light";
this.tbPopPort.Value = new decimal(new int[] {
995,
0,
0,
0});
//
// cbPopSSLEncryption
//
this.cbPopSSLEncryption.BackColor = System.Drawing.Color.Transparent;
this.cbPopSSLEncryption.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbPopSSLEncryption.Location = new System.Drawing.Point(15, 114);
this.cbPopSSLEncryption.Name = "cbPopSSLEncryption";
this.cbPopSSLEncryption.Size = new System.Drawing.Size(275, 18);
this.cbPopSSLEncryption.TabIndex = 5;
this.cbPopSSLEncryption.Text = "POP server requires an encrypted connection (SSL)";
this.cbPopSSLEncryption.ThemeName = "VisualStudio2012Light";
this.cbPopSSLEncryption.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
//
// tbSmtpServer
//
this.tbSmtpServer.BackColor = System.Drawing.Color.Maroon;
this.tbSmtpServer.Location = new System.Drawing.Point(94, 139);
this.tbSmtpServer.MinimumSize = new System.Drawing.Size(0, 24);
this.tbSmtpServer.Name = "tbSmtpServer";
this.tbSmtpServer.NullText = "eg.: smtp.provider.com";
//
//
//
this.tbSmtpServer.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbSmtpServer.Size = new System.Drawing.Size(120, 24);
this.tbSmtpServer.TabIndex = 6;
this.tbSmtpServer.ThemeName = "VisualStudio2012Light";
this.tbSmtpServer.TextChanged += new System.EventHandler(this.email_textboxes_TextChanged);
((Telerik.WinControls.UI.RadTextBoxElement)(this.tbSmtpServer.GetChildAt(0))).BackColor = System.Drawing.SystemColors.Window;
((Telerik.WinControls.Primitives.FillPrimitive)(this.tbSmtpServer.GetChildAt(0).GetChildAt(1))).BackColor = System.Drawing.Color.White;
//
// radLabel2
//
this.radLabel2.BackColor = System.Drawing.Color.Transparent;
this.radLabel2.Location = new System.Drawing.Point(13, 141);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(69, 18);
this.radLabel2.TabIndex = 10;
this.radLabel2.Text = "SMTP Server";
//
// tbPopServer
//
this.tbPopServer.Location = new System.Drawing.Point(94, 88);
this.tbPopServer.MinimumSize = new System.Drawing.Size(0, 24);
this.tbPopServer.Name = "tbPopServer";
this.tbPopServer.NullText = "eg.: pop.provider.com";
//
//
//
this.tbPopServer.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbPopServer.Size = new System.Drawing.Size(120, 24);
this.tbPopServer.TabIndex = 2;
this.tbPopServer.ThemeName = "VisualStudio2012Light";
this.tbPopServer.TextChanged += new System.EventHandler(this.email_textboxes_TextChanged);
//
// radLabel3
//
this.radLabel3.BackColor = System.Drawing.Color.Transparent;
this.radLabel3.Location = new System.Drawing.Point(13, 90);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(62, 18);
this.radLabel3.TabIndex = 7;
this.radLabel3.Text = "POP Server";
//
// btSaveEmail
//
this.btSaveEmail.Location = new System.Drawing.Point(13, 193);
this.btSaveEmail.Name = "btSaveEmail";
this.btSaveEmail.Size = new System.Drawing.Size(299, 31);
this.btSaveEmail.TabIndex = 10;
this.btSaveEmail.Text = "Save email settings";
this.btSaveEmail.ThemeName = "TelerikMetroBlue";
this.btSaveEmail.Click += new System.EventHandler(this.btSaveEmail_Click);
//
// tbPsw
//
this.tbPsw.Location = new System.Drawing.Point(94, 59);
this.tbPsw.MinimumSize = new System.Drawing.Size(0, 24);
this.tbPsw.Name = "tbPsw";
this.tbPsw.NullText = "password";
this.tbPsw.PasswordChar = '*';
//
//
//
this.tbPsw.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbPsw.Size = new System.Drawing.Size(218, 24);
this.tbPsw.TabIndex = 1;
this.tbPsw.ThemeName = "VisualStudio2012Light";
this.tbPsw.TextChanged += new System.EventHandler(this.email_textboxes_TextChanged);
//
// tbEmailAddress
//
this.tbEmailAddress.Location = new System.Drawing.Point(94, 33);
this.tbEmailAddress.MinimumSize = new System.Drawing.Size(0, 24);
this.tbEmailAddress.Name = "tbEmailAddress";
this.tbEmailAddress.NullText = "eg.: myemail@provider.com";
//
//
//
this.tbEmailAddress.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbEmailAddress.Size = new System.Drawing.Size(218, 24);
this.tbEmailAddress.TabIndex = 0;
this.tbEmailAddress.ThemeName = "VisualStudio2012Light";
this.tbEmailAddress.TextChanged += new System.EventHandler(this.email_textboxes_TextChanged);
//
// lbPsw
//
this.lbPsw.BackColor = System.Drawing.Color.Transparent;
this.lbPsw.Location = new System.Drawing.Point(13, 61);
this.lbPsw.Name = "lbPsw";
this.lbPsw.Size = new System.Drawing.Size(53, 18);
this.lbPsw.TabIndex = 1;
this.lbPsw.Text = "Password";
//
// lbUserName
//
this.lbUserName.AutoSize = false;
this.lbUserName.BackColor = System.Drawing.Color.Transparent;
this.lbUserName.Location = new System.Drawing.Point(13, 35);
this.lbUserName.Name = "lbUserName";
this.lbUserName.Size = new System.Drawing.Size(75, 18);
this.lbUserName.TabIndex = 0;
this.lbUserName.Text = "Email address";
//
// cbEmailServiceEnable
//
this.cbEmailServiceEnable.BackColor = System.Drawing.Color.Transparent;
this.cbEmailServiceEnable.Location = new System.Drawing.Point(21, 24);
this.cbEmailServiceEnable.Name = "cbEmailServiceEnable";
this.cbEmailServiceEnable.Size = new System.Drawing.Size(128, 18);
this.cbEmailServiceEnable.TabIndex = 0;
this.cbEmailServiceEnable.Text = "Email Server Settings";
this.cbEmailServiceEnable.ThemeName = "VisualStudio2012Light";
this.cbEmailServiceEnable.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.cbEmailServiceEnable_ToggleStateChanged);
//
// gbDBbackup
//
this.gbDBbackup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbDBbackup.Controls.Add(this.btnRefresh);
this.gbDBbackup.Controls.Add(this.listBackups);
this.gbDBbackup.Controls.Add(this.lbStatus);
this.gbDBbackup.Controls.Add(this.radLabel1);
this.gbDBbackup.Controls.Add(this.btnRestore);
this.gbDBbackup.Controls.Add(this.btnBackup);
this.gbDBbackup.HeaderText = "Database Backup";
this.gbDBbackup.Location = new System.Drawing.Point(399, 16);
this.gbDBbackup.Name = "gbDBbackup";
this.gbDBbackup.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
this.gbDBbackup.Size = new System.Drawing.Size(294, 237);
this.gbDBbackup.TabIndex = 4;
this.gbDBbackup.Text = "Database Backup";
this.gbDBbackup.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbDBbackup.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbDBbackup.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbDBbackup.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbDBbackup.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbDBbackup.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbDBbackup.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbDBbackup.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbDBbackup.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(13, 33);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(117, 31);
this.btnRefresh.TabIndex = 0;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.ThemeName = "TelerikMetroBlue";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// listBackups
//
this.listBackups.FilterExpression = null;
this.listBackups.Location = new System.Drawing.Point(13, 70);
this.listBackups.Name = "listBackups";
this.listBackups.Size = new System.Drawing.Size(264, 93);
this.listBackups.TabIndex = 1;
this.listBackups.TabStop = false;
this.listBackups.Text = "radListControl1";
this.listBackups.ThemeName = "TelerikMetroBlue";
//
// lbStatus
//
this.lbStatus.BackColor = System.Drawing.Color.Transparent;
this.lbStatus.Location = new System.Drawing.Point(58, 169);
this.lbStatus.Name = "lbStatus";
this.lbStatus.Size = new System.Drawing.Size(66, 18);
this.lbStatus.TabIndex = 3;
this.lbStatus.Text = "dummy text";
//
// radLabel1
//
this.radLabel1.BackColor = System.Drawing.Color.Transparent;
this.radLabel1.Location = new System.Drawing.Point(13, 169);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(37, 18);
this.radLabel1.TabIndex = 2;
this.radLabel1.Text = "Status";
//
// btnRestore
//
this.btnRestore.Location = new System.Drawing.Point(160, 193);
this.btnRestore.Name = "btnRestore";
this.btnRestore.Size = new System.Drawing.Size(117, 31);
this.btnRestore.TabIndex = 5;
this.btnRestore.Text = "Restore";
this.btnRestore.ThemeName = "TelerikMetroBlue";
this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
//
// btnBackup
//
this.btnBackup.Location = new System.Drawing.Point(13, 193);
this.btnBackup.Name = "btnBackup";
this.btnBackup.Size = new System.Drawing.Size(117, 31);
this.btnBackup.TabIndex = 4;
this.btnBackup.Text = "Backup";
this.btnBackup.ThemeName = "TelerikMetroBlue";
this.btnBackup.Click += new System.EventHandler(this.btnBackup_Click);
//
// gbStolenSett
//
this.gbStolenSett.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbStolenSett.Controls.Add(this.rcbddAlertType);
this.gbStolenSett.Controls.Add(this.radLabel5);
this.gbStolenSett.HeaderText = "Stolen Settings";
this.gbStolenSett.Location = new System.Drawing.Point(399, 259);
this.gbStolenSett.Name = "gbStolenSett";
this.gbStolenSett.Size = new System.Drawing.Size(294, 84);
this.gbStolenSett.TabIndex = 2;
this.gbStolenSett.Text = "Stolen Settings";
this.gbStolenSett.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStolenSett.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStolenSett.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStolenSett.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStolenSett.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbStolenSett.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbStolenSett.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbStolenSett.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// rcbddAlertType
//
this.rcbddAlertType.Location = new System.Drawing.Point(13, 50);
this.rcbddAlertType.Name = "rcbddAlertType";
this.rcbddAlertType.NullText = "Do not inhibit";
this.rcbddAlertType.Size = new System.Drawing.Size(265, 21);
this.rcbddAlertType.TabIndex = 62;
this.rcbddAlertType.ThemeName = "Office2013Light";
//
// radLabel5
//
this.radLabel5.BackColor = System.Drawing.Color.Transparent;
this.radLabel5.Location = new System.Drawing.Point(13, 26);
this.radLabel5.Name = "radLabel5";
this.radLabel5.Size = new System.Drawing.Size(161, 18);
this.radLabel5.TabIndex = 2;
this.radLabel5.Text = "Disable (inhibit) stolen units on";
//
// gbIconManager
//
this.gbIconManager.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbIconManager.Controls.Add(this.rbPlaces);
this.gbIconManager.Controls.Add(this.rbUnits);
this.gbIconManager.Controls.Add(this.lbType);
this.gbIconManager.Controls.Add(this.pbHint);
this.gbIconManager.Controls.Add(this.radLabel4);
this.gbIconManager.Controls.Add(this.rcbIconThemes);
this.gbIconManager.Controls.Add(this.picBoxAdd);
this.gbIconManager.Controls.Add(this.panel1);
this.gbIconManager.Controls.Add(this.lbAddIcon);
this.gbIconManager.Controls.Add(this.btAddIcon);
this.gbIconManager.Controls.Add(this.lbIcon);
this.gbIconManager.Controls.Add(this.picBoxDelete);
this.gbIconManager.Controls.Add(this.tbNewIconName);
this.gbIconManager.Controls.Add(this.panelHeader);
this.gbIconManager.Controls.Add(this.label1);
this.gbIconManager.Controls.Add(this.lbIconName);
this.gbIconManager.Controls.Add(this.btBrowser);
this.gbIconManager.Controls.Add(this.btDeleteIcon);
this.gbIconManager.Controls.Add(this.cbDeleteIcons);
this.gbIconManager.HeaderText = "Icons Manager";
this.gbIconManager.Location = new System.Drawing.Point(742, 16);
this.gbIconManager.Name = "gbIconManager";
this.gbIconManager.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
this.gbIconManager.Size = new System.Drawing.Size(290, 372);
this.gbIconManager.TabIndex = 5;
this.gbIconManager.Text = "Icons Manager";
this.gbIconManager.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconManager.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconManager.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconManager.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconManager.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconManager.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbIconManager.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbIconManager.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbIconManager.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// rbPlaces
//
this.rbPlaces.Location = new System.Drawing.Point(202, 76);
this.rbPlaces.Name = "rbPlaces";
this.rbPlaces.Size = new System.Drawing.Size(54, 18);
this.rbPlaces.TabIndex = 2;
this.rbPlaces.Text = "Places";
this.rbPlaces.ThemeName = "VisualStudio2012Light";
this.rbPlaces.Visible = false;
this.rbPlaces.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.rbPlaces_ToggleStateChanged);
//
// rbUnits
//
this.rbUnits.CheckState = System.Windows.Forms.CheckState.Checked;
this.rbUnits.Location = new System.Drawing.Point(124, 76);
this.rbUnits.Name = "rbUnits";
this.rbUnits.Size = new System.Drawing.Size(49, 18);
this.rbUnits.TabIndex = 1;
this.rbUnits.Text = "Units";
this.rbUnits.ThemeName = "VisualStudio2012Light";
this.rbUnits.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
this.rbUnits.Visible = false;
this.rbUnits.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.rbUnits_ToggleStateChanged);
//
// lbType
//
this.lbType.BackColor = System.Drawing.Color.Transparent;
this.lbType.Location = new System.Drawing.Point(13, 76);
this.lbType.Name = "lbType";
this.lbType.Size = new System.Drawing.Size(95, 18);
this.lbType.TabIndex = 8;
this.lbType.Text = "Choose icon type:";
this.lbType.Visible = false;
//
// pbHint
//
this.pbHint.Image = global::SubscriberAndUserManager.Properties.Resources.questionmark_small;
this.pbHint.Location = new System.Drawing.Point(256, 38);
this.pbHint.Name = "pbHint";
this.pbHint.Size = new System.Drawing.Size(21, 21);
this.pbHint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbHint.TabIndex = 76;
this.pbHint.TabStop = false;
this.pbHint.MouseEnter += new System.EventHandler(this.pbHint_MouseEnter);
this.pbHint.MouseLeave += new System.EventHandler(this.pbHint_MouseLeave);
//
// radLabel4
//
this.radLabel4.AutoSize = false;
this.radLabel4.BackColor = System.Drawing.Color.Transparent;
this.radLabel4.Location = new System.Drawing.Point(17, 30);
this.radLabel4.Name = "radLabel4";
this.radLabel4.Size = new System.Drawing.Size(65, 49);
this.radLabel4.TabIndex = 29;
this.radLabel4.Text = "Icon Theme Preview";
this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.TopCenter;
//
// rcbIconThemes
//
this.rcbIconThemes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
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(88, 38);
this.rcbIconThemes.Name = "rcbIconThemes";
this.rcbIconThemes.Size = new System.Drawing.Size(165, 24);
this.rcbIconThemes.TabIndex = 0;
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);
//
// picBoxAdd
//
this.picBoxAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.picBoxAdd.Location = new System.Drawing.Point(245, 171);
this.picBoxAdd.MaximumSize = new System.Drawing.Size(32, 32);
this.picBoxAdd.MinimumSize = new System.Drawing.Size(32, 32);
this.picBoxAdd.Name = "picBoxAdd";
this.picBoxAdd.Size = new System.Drawing.Size(32, 32);
this.picBoxAdd.TabIndex = 13;
this.picBoxAdd.TabStop = false;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel1.ForeColor = System.Drawing.SystemColors.Desktop;
this.panel1.Location = new System.Drawing.Point(13, 132);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(264, 2);
this.panel1.TabIndex = 26;
//
// lbAddIcon
//
this.lbAddIcon.AutoSize = true;
this.lbAddIcon.Location = new System.Drawing.Point(10, 115);
this.lbAddIcon.Name = "lbAddIcon";
this.lbAddIcon.Size = new System.Drawing.Size(50, 13);
this.lbAddIcon.TabIndex = 25;
this.lbAddIcon.Text = "Add Icon";
//
// btAddIcon
//
this.btAddIcon.Location = new System.Drawing.Point(17, 212);
this.btAddIcon.Name = "btAddIcon";
this.btAddIcon.Size = new System.Drawing.Size(260, 31);
this.btAddIcon.TabIndex = 5;
this.btAddIcon.Text = "Add New Icon";
this.btAddIcon.ThemeName = "TelerikMetroBlue";
this.btAddIcon.Click += new System.EventHandler(this.btAddIcon_Click);
//
// lbIcon
//
this.lbIcon.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.lbIcon.AutoSize = true;
this.lbIcon.Location = new System.Drawing.Point(14, 307);
this.lbIcon.Name = "lbIcon";
this.lbIcon.Size = new System.Drawing.Size(28, 13);
this.lbIcon.TabIndex = 23;
this.lbIcon.Text = "Icon";
//
// picBoxDelete
//
this.picBoxDelete.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.picBoxDelete.Location = new System.Drawing.Point(245, 295);
this.picBoxDelete.MaximumSize = new System.Drawing.Size(32, 32);
this.picBoxDelete.MinimumSize = new System.Drawing.Size(32, 32);
this.picBoxDelete.Name = "picBoxDelete";
this.picBoxDelete.Size = new System.Drawing.Size(32, 32);
this.picBoxDelete.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picBoxDelete.TabIndex = 23;
this.picBoxDelete.TabStop = false;
//
// tbNewIconName
//
this.tbNewIconName.Location = new System.Drawing.Point(80, 143);
this.tbNewIconName.MinimumSize = new System.Drawing.Size(0, 24);
this.tbNewIconName.Name = "tbNewIconName";
//
//
//
this.tbNewIconName.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbNewIconName.Size = new System.Drawing.Size(197, 24);
this.tbNewIconName.TabIndex = 3;
this.tbNewIconName.ThemeName = "VisualStudio2012Light";
this.tbNewIconName.TextChanged += new System.EventHandler(this.tbNewIconName_TextChanged);
this.tbNewIconName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbNewIconName_KeyPress);
//
// panelHeader
//
this.panelHeader.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.panelHeader.BackColor = System.Drawing.Color.LightSteelBlue;
this.panelHeader.ForeColor = System.Drawing.SystemColors.Desktop;
this.panelHeader.Location = new System.Drawing.Point(13, 288);
this.panelHeader.Name = "panelHeader";
this.panelHeader.Size = new System.Drawing.Size(264, 2);
this.panelHeader.TabIndex = 24;
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 271);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(116, 13);
this.label1.TabIndex = 23;
this.label1.Text = "Delete Database Icons";
//
// lbIconName
//
this.lbIconName.BackColor = System.Drawing.Color.Transparent;
this.lbIconName.Location = new System.Drawing.Point(17, 144);
this.lbIconName.Name = "lbIconName";
this.lbIconName.Size = new System.Drawing.Size(60, 18);
this.lbIconName.TabIndex = 3;
this.lbIconName.Text = "Icon Name";
//
// btBrowser
//
this.btBrowser.Location = new System.Drawing.Point(17, 172);
this.btBrowser.Name = "btBrowser";
this.btBrowser.Size = new System.Drawing.Size(222, 31);
this.btBrowser.TabIndex = 4;
this.btBrowser.Text = "Browse";
this.btBrowser.ThemeName = "TelerikMetroBlue";
this.btBrowser.Click += new System.EventHandler(this.btBrowser_Click);
//
// btDeleteIcon
//
this.btDeleteIcon.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btDeleteIcon.Location = new System.Drawing.Point(13, 333);
this.btDeleteIcon.Name = "btDeleteIcon";
this.btDeleteIcon.Size = new System.Drawing.Size(264, 31);
this.btDeleteIcon.TabIndex = 7;
this.btDeleteIcon.Text = "Delete Selected Icon";
this.btDeleteIcon.ThemeName = "TelerikMetroBlue";
this.btDeleteIcon.Click += new System.EventHandler(this.btDeleteIcon_Click);
//
// cbDeleteIcons
//
this.cbDeleteIcons.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.cbDeleteIcons.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
this.cbDeleteIcons.DropDownAnimationFrames = 4;
this.cbDeleteIcons.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
this.cbDeleteIcons.Location = new System.Drawing.Point(63, 299);
this.cbDeleteIcons.Name = "cbDeleteIcons";
this.cbDeleteIcons.Size = new System.Drawing.Size(176, 24);
this.cbDeleteIcons.TabIndex = 6;
this.cbDeleteIcons.Text = "radComboBox1";
this.cbDeleteIcons.ThemeName = "VisualStudio2012Light";
this.cbDeleteIcons.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cbDeleteIcons_SelectedIndexChanged);
//
// imageListUnits
//
this.imageListUnits.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.imageListUnits.ImageSize = new System.Drawing.Size(32, 32);
this.imageListUnits.TransparentColor = System.Drawing.Color.Transparent;
//
// imageListPlaces
//
this.imageListPlaces.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.imageListPlaces.ImageSize = new System.Drawing.Size(32, 32);
this.imageListPlaces.TransparentColor = System.Drawing.Color.Transparent;
//
// grTextPool
//
this.grTextPool.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.grTextPool.Controls.Add(this.ckpollAfterSMS);
this.grTextPool.HeaderText = "";
this.grTextPool.Location = new System.Drawing.Point(14, 257);
this.grTextPool.Name = "grTextPool";
this.grTextPool.Size = new System.Drawing.Size(327, 28);
this.grTextPool.TabIndex = 1;
this.grTextPool.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.grTextPool.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.grTextPool.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.grTextPool.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.grTextPool.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.grTextPool.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.grTextPool.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.grTextPool.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// ckpollAfterSMS
//
this.ckpollAfterSMS.BackColor = System.Drawing.Color.Transparent;
this.ckpollAfterSMS.Location = new System.Drawing.Point(15, 2);
this.ckpollAfterSMS.Name = "ckpollAfterSMS";
this.ckpollAfterSMS.Size = new System.Drawing.Size(198, 18);
this.ckpollAfterSMS.TabIndex = 0;
this.ckpollAfterSMS.Text = "Send POLL after each text message";
this.ckpollAfterSMS.ThemeName = "VisualStudio2012Light";
this.ckpollAfterSMS.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.ckpollAfterSMS_ToggleStateChanged);
//
// txLanIP
//
this.txLanIP.Location = new System.Drawing.Point(45, 24);
this.txLanIP.MaskType = Telerik.WinControls.UI.MaskType.IP;
this.txLanIP.MinimumSize = new System.Drawing.Size(0, 24);
this.txLanIP.Name = "txLanIP";
this.txLanIP.NullText = "LAN IP";
this.txLanIP.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txLanIP.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txLanIP.Size = new System.Drawing.Size(80, 24);
this.txLanIP.TabIndex = 0;
this.txLanIP.TabStop = false;
this.txLanIP.Text = " . . . ";
this.txLanIP.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txLanIP, "LAN IP");
//
// txNatIP
//
this.txNatIP.Location = new System.Drawing.Point(45, 58);
this.txNatIP.MaskType = Telerik.WinControls.UI.MaskType.IP;
this.txNatIP.MinimumSize = new System.Drawing.Size(0, 24);
this.txNatIP.Name = "txNatIP";
this.txNatIP.NullText = "NAT IP";
this.txNatIP.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txNatIP.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txNatIP.Size = new System.Drawing.Size(80, 24);
this.txNatIP.TabIndex = 3;
this.txNatIP.TabStop = false;
this.txNatIP.Text = " . . . ";
this.txNatIP.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txNatIP, "NAT IP");
//
// txLanSipPort
//
this.txLanSipPort.Location = new System.Drawing.Point(131, 24);
this.txLanSipPort.MinimumSize = new System.Drawing.Size(0, 24);
this.txLanSipPort.Name = "txLanSipPort";
this.txLanSipPort.NullText = "LAN SIP port";
this.txLanSipPort.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txLanSipPort.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txLanSipPort.Size = new System.Drawing.Size(80, 24);
this.txLanSipPort.TabIndex = 1;
this.txLanSipPort.TabStop = false;
this.txLanSipPort.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txLanSipPort, "LAN SIP port");
this.txLanSipPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
this.txLanSipPort.TextChanged += new System.EventHandler(this.txLanSipPort_TextChanged);
//
// txNatSipPort
//
this.txNatSipPort.Enabled = false;
this.txNatSipPort.Location = new System.Drawing.Point(131, 57);
this.txNatSipPort.MinimumSize = new System.Drawing.Size(0, 24);
this.txNatSipPort.Name = "txNatSipPort";
this.txNatSipPort.NullText = "NAT SIP port";
this.txNatSipPort.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txNatSipPort.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txNatSipPort.Size = new System.Drawing.Size(80, 24);
this.txNatSipPort.TabIndex = 4;
this.txNatSipPort.TabStop = false;
this.txNatSipPort.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txNatSipPort, "NAT SIP port");
this.txNatSipPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
//
// txLanSigPort
//
this.txLanSigPort.Enabled = false;
this.txLanSigPort.Location = new System.Drawing.Point(221, 23);
this.txLanSigPort.MinimumSize = new System.Drawing.Size(0, 24);
this.txLanSigPort.Name = "txLanSigPort";
this.txLanSigPort.NullText = "LAN SIG port";
this.txLanSigPort.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txLanSigPort.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txLanSigPort.Size = new System.Drawing.Size(80, 24);
this.txLanSigPort.TabIndex = 2;
this.txLanSigPort.TabStop = false;
this.txLanSigPort.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txLanSigPort, "LAN SIG port");
this.txLanSigPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
//
// txNatSigPort
//
this.txNatSigPort.Location = new System.Drawing.Point(221, 57);
this.txNatSigPort.MinimumSize = new System.Drawing.Size(0, 24);
this.txNatSigPort.Name = "txNatSigPort";
this.txNatSigPort.NullText = "NAT SIG port";
this.txNatSigPort.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txNatSigPort.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txNatSigPort.Size = new System.Drawing.Size(80, 24);
this.txNatSigPort.TabIndex = 5;
this.txNatSigPort.TabStop = false;
this.txNatSigPort.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txNatSigPort, "NAT SIG port");
this.txNatSigPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
//
// txUdpStart
//
this.txUdpStart.Location = new System.Drawing.Point(131, 90);
this.txUdpStart.MinimumSize = new System.Drawing.Size(0, 24);
this.txUdpStart.Name = "txUdpStart";
this.txUdpStart.NullText = "Start port";
this.txUdpStart.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txUdpStart.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txUdpStart.Size = new System.Drawing.Size(80, 24);
this.txUdpStart.TabIndex = 7;
this.txUdpStart.TabStop = false;
this.txUdpStart.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txUdpStart, "UDP Range");
//
// txUdpEnd
//
this.txUdpEnd.Location = new System.Drawing.Point(221, 90);
this.txUdpEnd.MinimumSize = new System.Drawing.Size(0, 24);
this.txUdpEnd.Name = "txUdpEnd";
this.txUdpEnd.NullText = "End port";
this.txUdpEnd.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.txUdpEnd.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txUdpEnd.Size = new System.Drawing.Size(80, 24);
this.txUdpEnd.TabIndex = 8;
this.txUdpEnd.TabStop = false;
this.txUdpEnd.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.txUdpEnd, "UDP Range");
//
// tbExceraIP
//
this.tbExceraIP.Location = new System.Drawing.Point(45, 24);
this.tbExceraIP.MaskType = Telerik.WinControls.UI.MaskType.IP;
this.tbExceraIP.MinimumSize = new System.Drawing.Size(0, 24);
this.tbExceraIP.Name = "tbExceraIP";
this.tbExceraIP.NullText = "LAN IP";
this.tbExceraIP.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.tbExceraIP.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbExceraIP.Size = new System.Drawing.Size(97, 24);
this.tbExceraIP.TabIndex = 0;
this.tbExceraIP.TabStop = false;
this.tbExceraIP.Text = " . . . ";
this.tbExceraIP.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.tbExceraIP, "LAN IP");
//
// tbExceraPort
//
this.tbExceraPort.Location = new System.Drawing.Point(148, 24);
this.tbExceraPort.MinimumSize = new System.Drawing.Size(0, 24);
this.tbExceraPort.Name = "tbExceraPort";
this.tbExceraPort.NullText = "SIP port";
this.tbExceraPort.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
//
//
this.tbExceraPort.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.tbExceraPort.Size = new System.Drawing.Size(80, 24);
this.tbExceraPort.TabIndex = 1;
this.tbExceraPort.TabStop = false;
this.tbExceraPort.ThemeName = "VisualStudio2012Light";
this.toolTipHelp.SetToolTip(this.tbExceraPort, "LAN SIP port");
//
// cbSampleRate
//
this.cbSampleRate.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
this.cbSampleRate.DropDownAnimationFrames = 4;
this.cbSampleRate.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
this.cbSampleRate.Location = new System.Drawing.Point(140, 25);
this.cbSampleRate.Name = "cbSampleRate";
this.cbSampleRate.Size = new System.Drawing.Size(137, 24);
this.cbSampleRate.TabIndex = 7;
this.cbSampleRate.ThemeName = "VisualStudio2012Light";
//
// lbLAN
//
this.lbLAN.BackColor = System.Drawing.Color.Transparent;
this.lbLAN.Location = new System.Drawing.Point(7, 28);
this.lbLAN.Name = "lbLAN";
this.lbLAN.Size = new System.Drawing.Size(27, 18);
this.lbLAN.TabIndex = 8;
this.lbLAN.Text = "LAN";
//
// lbNAT
//
this.lbNAT.BackColor = System.Drawing.Color.Transparent;
this.lbNAT.Location = new System.Drawing.Point(8, 60);
this.lbNAT.Name = "lbNAT";
this.lbNAT.Size = new System.Drawing.Size(28, 18);
this.lbNAT.TabIndex = 9;
this.lbNAT.Text = "NAT";
//
// gbSIPSettings
//
this.gbSIPSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbSIPSettings.Controls.Add(this.picLoading);
this.gbSIPSettings.Controls.Add(this.txUdpEnd);
this.gbSIPSettings.Controls.Add(this.lbUdp);
this.gbSIPSettings.Controls.Add(this.txUdpStart);
this.gbSIPSettings.Controls.Add(this.txNatSigPort);
this.gbSIPSettings.Controls.Add(this.txLanSigPort);
this.gbSIPSettings.Controls.Add(this.txNatSipPort);
this.gbSIPSettings.Controls.Add(this.txLanSipPort);
this.gbSIPSettings.Controls.Add(this.txNatIP);
this.gbSIPSettings.Controls.Add(this.txLanIP);
this.gbSIPSettings.Controls.Add(this.btDiscoverSip);
this.gbSIPSettings.Controls.Add(this.btTestSip);
this.gbSIPSettings.Controls.Add(this.lbNAT);
this.gbSIPSettings.Controls.Add(this.lbLAN);
this.gbSIPSettings.Controls.Add(this.btnSaveSIPSettings);
this.gbSIPSettings.Controls.Add(this.lbTo);
this.gbSIPSettings.HeaderText = "SIP Settings";
this.gbSIPSettings.Location = new System.Drawing.Point(14, 354);
this.gbSIPSettings.Name = "gbSIPSettings";
this.gbSIPSettings.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
this.gbSIPSettings.Size = new System.Drawing.Size(327, 157);
this.gbSIPSettings.TabIndex = 3;
this.gbSIPSettings.Text = "SIP Settings";
this.gbSIPSettings.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbSIPSettings.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbSIPSettings.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbSIPSettings.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbSIPSettings.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbSIPSettings.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbSIPSettings.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbSIPSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbSIPSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// picLoading
//
this.picLoading.Image = ((System.Drawing.Image)(resources.GetObject("picLoading.Image")));
this.picLoading.Location = new System.Drawing.Point(146, 60);
this.picLoading.Name = "picLoading";
this.picLoading.Size = new System.Drawing.Size(35, 32);
this.picLoading.TabIndex = 16;
this.picLoading.TabStop = false;
this.picLoading.Visible = false;
//
// lbUdp
//
this.lbUdp.BackColor = System.Drawing.Color.Transparent;
this.lbUdp.Location = new System.Drawing.Point(47, 93);
this.lbUdp.Name = "lbUdp";
this.lbUdp.Size = new System.Drawing.Size(63, 18);
this.lbUdp.TabIndex = 6;
this.lbUdp.Text = "UDP Range";
//
// btDiscoverSip
//
this.btDiscoverSip.Location = new System.Drawing.Point(222, 127);
this.btDiscoverSip.Name = "btDiscoverSip";
this.btDiscoverSip.Size = new System.Drawing.Size(79, 24);
this.btDiscoverSip.TabIndex = 11;
this.btDiscoverSip.Text = "Discover";
this.btDiscoverSip.ThemeName = "TelerikMetroBlue";
this.btDiscoverSip.Click += new System.EventHandler(this.btDiscoverSip_Click);
//
// btTestSip
//
this.btTestSip.Location = new System.Drawing.Point(134, 127);
this.btTestSip.Name = "btTestSip";
this.btTestSip.Size = new System.Drawing.Size(79, 24);
this.btTestSip.TabIndex = 10;
this.btTestSip.Text = "Test";
this.btTestSip.ThemeName = "TelerikMetroBlue";
this.btTestSip.Click += new System.EventHandler(this.btTestSip_Click);
//
// btnSaveSIPSettings
//
this.btnSaveSIPSettings.Location = new System.Drawing.Point(46, 127);
this.btnSaveSIPSettings.Name = "btnSaveSIPSettings";
this.btnSaveSIPSettings.Size = new System.Drawing.Size(79, 24);
this.btnSaveSIPSettings.TabIndex = 9;
this.btnSaveSIPSettings.Text = "Save";
this.btnSaveSIPSettings.ThemeName = "TelerikMetroBlue";
this.btnSaveSIPSettings.Click += new System.EventHandler(this.btnSaveSIPSettings_Click);
//
// lbTo
//
this.lbTo.BackColor = System.Drawing.Color.Transparent;
this.lbTo.Location = new System.Drawing.Point(211, 91);
this.lbTo.Name = "lbTo";
this.lbTo.Size = new System.Drawing.Size(11, 18);
this.lbTo.TabIndex = 15;
this.lbTo.Text = "-";
//
// gbExceraSipSettings
//
this.gbExceraSipSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbExceraSipSettings.Controls.Add(this.tbExceraPort);
this.gbExceraSipSettings.Controls.Add(this.tbExceraIP);
this.gbExceraSipSettings.Controls.Add(this.lbExceraIP);
this.gbExceraSipSettings.Controls.Add(this.btnSaveExceraSettings);
this.gbExceraSipSettings.HeaderText = "SIP Settings";
this.gbExceraSipSettings.Location = new System.Drawing.Point(18, 355);
this.gbExceraSipSettings.Name = "gbExceraSipSettings";
this.gbExceraSipSettings.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
this.gbExceraSipSettings.Size = new System.Drawing.Size(327, 77);
this.gbExceraSipSettings.TabIndex = 8;
this.gbExceraSipSettings.Text = "SIP Settings";
this.gbExceraSipSettings.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbExceraSipSettings.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbExceraSipSettings.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbExceraSipSettings.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbExceraSipSettings.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbExceraSipSettings.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbExceraSipSettings.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbExceraSipSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbExceraSipSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// lbExceraIP
//
this.lbExceraIP.BackColor = System.Drawing.Color.Transparent;
this.lbExceraIP.Location = new System.Drawing.Point(7, 28);
this.lbExceraIP.Name = "lbExceraIP";
this.lbExceraIP.Size = new System.Drawing.Size(16, 18);
this.lbExceraIP.TabIndex = 8;
this.lbExceraIP.Text = "IP";
//
// btnSaveExceraSettings
//
this.btnSaveExceraSettings.Location = new System.Drawing.Point(236, 24);
this.btnSaveExceraSettings.Name = "btnSaveExceraSettings";
this.btnSaveExceraSettings.Size = new System.Drawing.Size(79, 24);
this.btnSaveExceraSettings.TabIndex = 9;
this.btnSaveExceraSettings.Text = "Save";
this.btnSaveExceraSettings.ThemeName = "TelerikMetroBlue";
this.btnSaveExceraSettings.Click += new System.EventHandler(this.btnSaveExceraSettings_Click);
//
// gbVoiceSettings
//
this.gbVoiceSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.gbVoiceSettings.Controls.Add(this.txtBufferMilliseconds);
this.gbVoiceSettings.Controls.Add(this.btnResetVoiceSettings);
this.gbVoiceSettings.Controls.Add(this.btnSaveVoiceSettings);
this.gbVoiceSettings.Controls.Add(this.cbBitDepth);
this.gbVoiceSettings.Controls.Add(this.cbSampleRate);
this.gbVoiceSettings.Controls.Add(this.lbBitDepth);
this.gbVoiceSettings.Controls.Add(this.lbBufferMilliseconds);
this.gbVoiceSettings.Controls.Add(this.lbSampleRate);
this.gbVoiceSettings.HeaderText = "Voice Settings";
this.gbVoiceSettings.Location = new System.Drawing.Point(399, 354);
this.gbVoiceSettings.Name = "gbVoiceSettings";
this.gbVoiceSettings.Size = new System.Drawing.Size(294, 157);
this.gbVoiceSettings.TabIndex = 6;
this.gbVoiceSettings.Text = "Voice Settings";
this.gbVoiceSettings.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbVoiceSettings.GetChildAt(0))).BorderWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbVoiceSettings.GetChildAt(0))).BorderLeftWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbVoiceSettings.GetChildAt(0))).BorderTopWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbVoiceSettings.GetChildAt(0))).BorderRightWidth = 0F;
((Telerik.WinControls.UI.RadGroupBoxElement)(this.gbVoiceSettings.GetChildAt(0))).BorderBottomWidth = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbVoiceSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.gbVoiceSettings.GetChildAt(0).GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// txtBufferMilliseconds
//
this.txtBufferMilliseconds.Location = new System.Drawing.Point(140, 57);
this.txtBufferMilliseconds.Maximum = new decimal(new int[] {
200,
0,
0,
0});
this.txtBufferMilliseconds.Minimum = new decimal(new int[] {
32,
0,
0,
0});
this.txtBufferMilliseconds.MinimumSize = new System.Drawing.Size(0, 24);
this.txtBufferMilliseconds.Name = "txtBufferMilliseconds";
//
//
//
this.txtBufferMilliseconds.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
this.txtBufferMilliseconds.RootElement.MinSize = new System.Drawing.Size(0, 24);
this.txtBufferMilliseconds.Size = new System.Drawing.Size(137, 24);
this.txtBufferMilliseconds.TabIndex = 12;
this.txtBufferMilliseconds.TabStop = false;
this.txtBufferMilliseconds.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
this.txtBufferMilliseconds.ThemeName = "VisualStudio2012Light";
this.txtBufferMilliseconds.Value = new decimal(new int[] {
32,
0,
0,
0});
//
// btnResetVoiceSettings
//
this.btnResetVoiceSettings.Location = new System.Drawing.Point(198, 127);
this.btnResetVoiceSettings.Name = "btnResetVoiceSettings";
this.btnResetVoiceSettings.Size = new System.Drawing.Size(79, 24);
this.btnResetVoiceSettings.TabIndex = 11;
this.btnResetVoiceSettings.Text = "Reset";
this.btnResetVoiceSettings.ThemeName = "TelerikMetroBlue";
this.btnResetVoiceSettings.Click += new System.EventHandler(this.btnResetVoiceSettings_Click);
//
// btnSaveVoiceSettings
//
this.btnSaveVoiceSettings.Location = new System.Drawing.Point(13, 127);
this.btnSaveVoiceSettings.Name = "btnSaveVoiceSettings";
this.btnSaveVoiceSettings.Size = new System.Drawing.Size(79, 24);
this.btnSaveVoiceSettings.TabIndex = 10;
this.btnSaveVoiceSettings.Text = "Save";
this.btnSaveVoiceSettings.ThemeName = "TelerikMetroBlue";
this.btnSaveVoiceSettings.Click += new System.EventHandler(this.btnSaveVoiceSettings_Click);
//
// cbBitDepth
//
this.cbBitDepth.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
this.cbBitDepth.DropDownAnimationFrames = 4;
this.cbBitDepth.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
this.cbBitDepth.Location = new System.Drawing.Point(140, 90);
this.cbBitDepth.Name = "cbBitDepth";
this.cbBitDepth.Size = new System.Drawing.Size(137, 24);
this.cbBitDepth.TabIndex = 9;
this.cbBitDepth.ThemeName = "VisualStudio2012Light";
//
// lbBitDepth
//
this.lbBitDepth.BackColor = System.Drawing.Color.Transparent;
this.lbBitDepth.Location = new System.Drawing.Point(13, 93);
this.lbBitDepth.Name = "lbBitDepth";
this.lbBitDepth.Size = new System.Drawing.Size(53, 18);
this.lbBitDepth.TabIndex = 5;
this.lbBitDepth.Text = "Bit Depth";
//
// lbBufferMilliseconds
//
this.lbBufferMilliseconds.BackColor = System.Drawing.Color.Transparent;
this.lbBufferMilliseconds.Location = new System.Drawing.Point(13, 60);
this.lbBufferMilliseconds.Name = "lbBufferMilliseconds";
this.lbBufferMilliseconds.Size = new System.Drawing.Size(101, 18);
this.lbBufferMilliseconds.TabIndex = 4;
this.lbBufferMilliseconds.Text = "Buffer Milliseconds";
//
// lbSampleRate
//
this.lbSampleRate.BackColor = System.Drawing.Color.Transparent;
this.lbSampleRate.Location = new System.Drawing.Point(13, 28);
this.lbSampleRate.Name = "lbSampleRate";
this.lbSampleRate.Size = new System.Drawing.Size(68, 18);
this.lbSampleRate.TabIndex = 3;
this.lbSampleRate.Text = "Sample Rate";
//
// btACKAll
//
this.btACKAll.Location = new System.Drawing.Point(27, 306);
this.btACKAll.Name = "btACKAll";
this.btACKAll.Size = new System.Drawing.Size(299, 31);
this.btACKAll.TabIndex = 7;
this.btACKAll.Text = "Acknowledge ALL Alarm";
this.btACKAll.ThemeName = "TelerikMetroBlue";
this.btACKAll.Click += new System.EventHandler(this.btACKAll_Click);
//
// cbEmergencyOnly
//
this.cbEmergencyOnly.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.cbEmergencyOnly.Controls.Add(this.cbEmergency);
this.cbEmergencyOnly.HeaderText = "Emergency Only Location";
this.cbEmergencyOnly.Location = new System.Drawing.Point(742, 394);
this.cbEmergencyOnly.Name = "cbEmergencyOnly";
this.cbEmergencyOnly.Size = new System.Drawing.Size(290, 111);
this.cbEmergencyOnly.TabIndex = 77;
this.cbEmergencyOnly.Text = "Emergency Only Location";
this.cbEmergencyOnly.ThemeName = "TelerikMetroBlue";
//
// cbEmergency
//
this.cbEmergency.AutoSize = false;
this.cbEmergency.Location = new System.Drawing.Point(5, 35);
this.cbEmergency.Name = "cbEmergency";
//
//
//
this.cbEmergency.RootElement.AutoSize = false;
this.cbEmergency.Size = new System.Drawing.Size(280, 67);
this.cbEmergency.TabIndex = 0;
this.cbEmergency.Text = "Only units in Emergency will appear on the map \r\nand be saved in Database";
this.cbEmergency.TextWrap = true;
this.cbEmergency.ThemeName = "VisualStudio2012Light";
((Telerik.WinControls.UI.RadCheckBoxElement)(this.cbEmergency.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
((Telerik.WinControls.UI.RadCheckBoxElement)(this.cbEmergency.GetChildAt(0))).Text = "Only units in Emergency will appear on the map \r\nand be saved in Database";
//
// controlSettings
//
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.Controls.Add(this.cbEmergencyOnly);
this.Controls.Add(this.btACKAll);
this.Controls.Add(this.gbVoiceSettings);
this.Controls.Add(this.gbSIPSettings);
this.Controls.Add(this.cbEmailServiceEnable);
this.Controls.Add(this.gbIconManager);
this.Controls.Add(this.gbStolenSett);
this.Controls.Add(this.gbDBbackup);
this.Controls.Add(this.gbEmailServer);
this.Controls.Add(this.grTextPool);
this.Controls.Add(this.gbExceraSipSettings);
this.MaximumSize = new System.Drawing.Size(1059, 527);
this.MinimumSize = new System.Drawing.Size(1059, 527);
this.Name = "controlSettings";
this.Size = new System.Drawing.Size(1059, 527);
this.Load += new System.EventHandler(this.controlSettings_Load);
((System.ComponentModel.ISupportInitialize)(this.gbEmailServer)).EndInit();
this.gbEmailServer.ResumeLayout(false);
this.gbEmailServer.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.btCheckPopServer)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btCheckSmtpServer)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbSmtpSSLEncryption)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbSmtpPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbPopPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbPopSSLEncryption)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbSmtpServer)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbPopServer)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btSaveEmail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbPsw)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbEmailAddress)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbPsw)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbUserName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbEmailServiceEnable)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gbDBbackup)).EndInit();
this.gbDBbackup.ResumeLayout(false);
this.gbDBbackup.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.listBackups)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbStatus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnRestore)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnBackup)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gbStolenSett)).EndInit();
this.gbStolenSett.ResumeLayout(false);
this.gbStolenSett.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.rcbddAlertType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gbIconManager)).EndInit();
this.gbIconManager.ResumeLayout(false);
this.gbIconManager.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.rbPlaces)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rbUnits)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbHint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbIconThemes)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBoxAdd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btAddIcon)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBoxDelete)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbNewIconName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbIconName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btBrowser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btDeleteIcon)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbDeleteIcons)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grTextPool)).EndInit();
this.grTextPool.ResumeLayout(false);
this.grTextPool.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ckpollAfterSMS)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txLanIP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txNatIP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txLanSipPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txNatSipPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txLanSigPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txNatSigPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txUdpStart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txUdpEnd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbExceraIP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbExceraPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbSampleRate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbLAN)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbNAT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gbSIPSettings)).EndInit();
this.gbSIPSettings.ResumeLayout(false);
this.gbSIPSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picLoading)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbUdp)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btDiscoverSip)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btTestSip)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSaveSIPSettings)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbTo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gbExceraSipSettings)).EndInit();
this.gbExceraSipSettings.ResumeLayout(false);
this.gbExceraSipSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.lbExceraIP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSaveExceraSettings)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gbVoiceSettings)).EndInit();
this.gbVoiceSettings.ResumeLayout(false);
this.gbVoiceSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBufferMilliseconds)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnResetVoiceSettings)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSaveVoiceSettings)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbBitDepth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbBitDepth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbBufferMilliseconds)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbSampleRate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btACKAll)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbEmergencyOnly)).EndInit();
this.cbEmergencyOnly.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.cbEmergency)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadGroupBox gbEmailServer;
private Telerik.WinControls.UI.RadLabel lbUserName;
private Telerik.WinControls.UI.RadLabel lbPsw;
private Telerik.WinControls.UI.RadTextBox tbPsw;
private Telerik.WinControls.UI.RadTextBox tbEmailAddress;
private Telerik.WinControls.UI.RadGroupBox gbDBbackup;
private Telerik.WinControls.UI.RadButton btnRestore;
private Telerik.WinControls.UI.RadButton btnBackup;
private Telerik.WinControls.UI.RadLabel lbStatus;
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadCheckBox cbEmailServiceEnable;
private Telerik.WinControls.UI.RadListControl listBackups;
private Telerik.WinControls.UI.RadGroupBox gbStolenSett;
private Telerik.WinControls.UI.RadButton btnRefresh;
private Telerik.WinControls.UI.RadGroupBox gbIconManager;
private Telerik.WinControls.UI.RadTextBox tbNewIconName;
private Telerik.WinControls.UI.RadLabel lbIconName;
private Telerik.WinControls.UI.RadButton btBrowser;
private Telerik.WinControls.UI.RadButton btAddIcon;
private Telerik.WinControls.UI.RadButton btDeleteIcon;
private Telerik.WinControls.UI.RadDropDownList cbDeleteIcons;
private System.Windows.Forms.OpenFileDialog openFileDialogImage;
private Telerik.WinControls.UI.RadLabel lbType;
private Telerik.WinControls.UI.RadRadioButton rbUnits;
private Telerik.WinControls.UI.RadRadioButton rbPlaces;
private System.Windows.Forms.ImageList imageListUnits;
private System.Windows.Forms.ImageList imageListPlaces;
private System.Windows.Forms.PictureBox picBoxDelete;
private System.Windows.Forms.PictureBox picBoxAdd;
private Telerik.WinControls.UI.RadButton btSaveEmail;
private Telerik.WinControls.UI.RadGroupBox grTextPool;
private Telerik.WinControls.UI.RadCheckBox ckpollAfterSMS;
private Telerik.WinControls.UI.RadCheckBox cbPopSSLEncryption;
private Telerik.WinControls.UI.RadTextBox tbSmtpServer;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadTextBox tbPopServer;
private Telerik.WinControls.UI.RadLabel radLabel3;
private Telerik.WinControls.UI.RadSpinEditor tbPopPort;
private Telerik.WinControls.UI.RadSpinEditor tbSmtpPort;
private System.Windows.Forms.Label lbIcon;
private System.Windows.Forms.Panel panelHeader;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbAddIcon;
private Telerik.WinControls.UI.RadCheckBox cbSmtpSSLEncryption;
private Telerik.WinControls.UI.RadButton btCheckPopServer;
private Telerik.WinControls.UI.RadButton btCheckSmtpServer;
private Telerik.WinControls.UI.RadLabel radLabel4;
private Telerik.WinControls.UI.RadDropDownList rcbIconThemes;
private System.Windows.Forms.PictureBox pbHint;
private System.Windows.Forms.ToolTip toolTipHelp;
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
private Telerik.WinControls.Themes.VisualStudio2012LightTheme visualStudio2012LightTheme1;
private Telerik.WinControls.UI.RadLabel lbLAN;
private Telerik.WinControls.UI.RadLabel lbNAT;
private Telerik.WinControls.UI.RadGroupBox gbSIPSettings;
private Telerik.WinControls.UI.RadButton btnSaveSIPSettings;
private Telerik.WinControls.UI.RadButton btTestSip;
private Telerik.WinControls.UI.RadButton btDiscoverSip;
private Telerik.WinControls.UI.RadMaskedEditBox txNatIP;
private Telerik.WinControls.UI.RadMaskedEditBox txLanIP;
private Telerik.WinControls.UI.RadMaskedEditBox txNatSigPort;
private Telerik.WinControls.UI.RadMaskedEditBox txLanSigPort;
private Telerik.WinControls.UI.RadMaskedEditBox txNatSipPort;
private Telerik.WinControls.UI.RadMaskedEditBox txLanSipPort;
private Telerik.WinControls.UI.RadMaskedEditBox txUdpStart;
private Telerik.WinControls.UI.RadLabel lbUdp;
private Telerik.WinControls.UI.RadMaskedEditBox txUdpEnd;
private Telerik.WinControls.UI.RadLabel lbTo;
private System.Windows.Forms.PictureBox picLoading;
private Telerik.WinControls.UI.RadGroupBox gbVoiceSettings;
private Telerik.WinControls.UI.RadDropDownList cbSampleRate;
private Telerik.WinControls.UI.RadLabel lbBitDepth;
private Telerik.WinControls.UI.RadLabel lbBufferMilliseconds;
private Telerik.WinControls.UI.RadLabel lbSampleRate;
private Telerik.WinControls.UI.RadDropDownList cbBitDepth;
private Telerik.WinControls.UI.RadButton btnResetVoiceSettings;
private Telerik.WinControls.UI.RadButton btnSaveVoiceSettings;
private Telerik.WinControls.UI.RadSpinEditor txtBufferMilliseconds;
private Telerik.WinControls.UI.RadLabel radLabel5;
private Telerik.WinControls.UI.RadCheckedDropDownList rcbddAlertType;
private Telerik.WinControls.UI.RadButton btACKAll;
private Telerik.WinControls.UI.RadGroupBox gbExceraSipSettings;
private Telerik.WinControls.UI.RadMaskedEditBox tbExceraPort;
private Telerik.WinControls.UI.RadMaskedEditBox tbExceraIP;
private Telerik.WinControls.UI.RadLabel lbExceraIP;
private Telerik.WinControls.UI.RadButton btnSaveExceraSettings;
private Telerik.WinControls.UI.RadGroupBox cbEmergencyOnly;
private Telerik.WinControls.UI.RadCheckBox cbEmergency;
}
}