/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_pUndeliveredText = new LumiSoft.UI.Controls.WButton();
     this.m_UndelWarningText = new LumiSoft.UI.Controls.WButton();
     this.wLabel6 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel5 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel4 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel3 = new LumiSoft.UI.Controls.WLabel();
     this.m_pUndeliveredWarning = new LumiSoft.UI.Controls.WSpinEdit();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.m_pUndelivered = new LumiSoft.UI.Controls.WSpinEdit();
     this.wLabel2 = new LumiSoft.UI.Controls.WLabel();
     this.m_pRelayRetryInterval = new LumiSoft.UI.Controls.WSpinEdit();
     this.mt_RelayRetryInterval = new LumiSoft.UI.Controls.WLabel();
     this.m_pRelayInterval = new LumiSoft.UI.Controls.WSpinEdit();
     this.mt_RelayInterval = new LumiSoft.UI.Controls.WLabel();
     this.m_pMaxThreads = new LumiSoft.UI.Controls.WSpinEdit();
     this.mt_maxthreads = new LumiSoft.UI.Controls.WLabel();
     this.m_pUseSmartHost = new System.Windows.Forms.RadioButton();
     this.m_pDNS = new System.Windows.Forms.RadioButton();
     this.mt_smarthost = new LumiSoft.UI.Controls.WLabel();
     this.mt_pridns = new LumiSoft.UI.Controls.WLabel();
     this.m_pSmartHost = new LumiSoft.UI.Controls.WEditBox();
     this.m_pSecDNS = new LumiSoft.UI.Controls.WEditBox();
     this.mt_secdns = new LumiSoft.UI.Controls.WLabel();
     this.m_pPriDNS = new LumiSoft.UI.Controls.WEditBox();
     this.m_pStoreUndeliveredMessages = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.wLabel7 = new LumiSoft.UI.Controls.WLabel();
     this.m_pTestDns = new LumiSoft.UI.Controls.WButton();
     this.SuspendLayout();
     //
     // m_pUndeliveredText
     //
     this.m_pUndeliveredText.DrawBorder = true;
     this.m_pUndeliveredText.Location = new System.Drawing.Point(296, 290);
     this.m_pUndeliveredText.Name = "m_pUndeliveredText";
     this.m_pUndeliveredText.Size = new System.Drawing.Size(168, 24);
     this.m_pUndeliveredText.TabIndex = 57;
     this.m_pUndeliveredText.Text = "Edit undelivered text";
     this.m_pUndeliveredText.UseStaticViewStyle = true;
     //
     // m_pUndeliveredText.ViewStyle
     //
     this.m_pUndeliveredText.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pUndeliveredText_ButtonPressed);
     //
     // m_UndelWarningText
     //
     this.m_UndelWarningText.DrawBorder = true;
     this.m_UndelWarningText.Location = new System.Drawing.Point(296, 258);
     this.m_UndelWarningText.Name = "m_UndelWarningText";
     this.m_UndelWarningText.Size = new System.Drawing.Size(168, 24);
     this.m_UndelWarningText.TabIndex = 56;
     this.m_UndelWarningText.Text = "Edit undelivered warning text";
     this.m_UndelWarningText.UseStaticViewStyle = true;
     //
     // m_UndelWarningText.ViewStyle
     //
     this.m_UndelWarningText.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_UndelWarningText_ButtonPressed);
     //
     // wLabel6
     //
     this.wLabel6.Location = new System.Drawing.Point(232, 200);
     this.wLabel6.Name = "wLabel6";
     this.wLabel6.Size = new System.Drawing.Size(48, 24);
     this.wLabel6.TabIndex = 55;
     this.wLabel6.Text = "seconds";
     this.wLabel6.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel6.ViewStyle
     //
     //
     // wLabel5
     //
     this.wLabel5.Location = new System.Drawing.Point(232, 176);
     this.wLabel5.Name = "wLabel5";
     this.wLabel5.Size = new System.Drawing.Size(48, 24);
     this.wLabel5.TabIndex = 54;
     this.wLabel5.Text = "seconds";
     this.wLabel5.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel5.ViewStyle
     //
     //
     // wLabel4
     //
     this.wLabel4.Location = new System.Drawing.Point(232, 288);
     this.wLabel4.Name = "wLabel4";
     this.wLabel4.Size = new System.Drawing.Size(48, 24);
     this.wLabel4.TabIndex = 53;
     this.wLabel4.Text = "hours";
     this.wLabel4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel4.ViewStyle
     //
     //
     // wLabel3
     //
     this.wLabel3.Location = new System.Drawing.Point(232, 264);
     this.wLabel3.Name = "wLabel3";
     this.wLabel3.Size = new System.Drawing.Size(48, 24);
     this.wLabel3.TabIndex = 52;
     this.wLabel3.Text = "minutes";
     this.wLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel3.ViewStyle
     //
     //
     // m_pUndeliveredWarning
     //
     this.m_pUndeliveredWarning.BackColor = System.Drawing.Color.White;
     this.m_pUndeliveredWarning.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pUndeliveredWarning.DecimalPlaces = 0;
     this.m_pUndeliveredWarning.DecMaxValue = new System.Decimal(new int[] {
                                                                               999999999,
                                                                               0,
                                                                               0,
                                                                               0});
     this.m_pUndeliveredWarning.DecMinValue = new System.Decimal(new int[] {
                                                                               999999999,
                                                                               0,
                                                                               0,
                                                                               -2147483648});
     this.m_pUndeliveredWarning.DecValue = new System.Decimal(new int[] {
                                                                            0,
                                                                            0,
                                                                            0,
                                                                            0});
     this.m_pUndeliveredWarning.DrawBorder = true;
     this.m_pUndeliveredWarning.Location = new System.Drawing.Point(168, 264);
     this.m_pUndeliveredWarning.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pUndeliveredWarning.MaxLength = 32767;
     this.m_pUndeliveredWarning.Name = "m_pUndeliveredWarning";
     this.m_pUndeliveredWarning.ReadOnly = false;
     this.m_pUndeliveredWarning.Size = new System.Drawing.Size(64, 20);
     this.m_pUndeliveredWarning.TabIndex = 51;
     this.m_pUndeliveredWarning.Text = "0";
     this.m_pUndeliveredWarning.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pUndeliveredWarning.UseStaticViewStyle = false;
     //
     // m_pUndeliveredWarning.ViewStyle
     //
     this.m_pUndeliveredWarning.ViewStyle.EditReadOnlyColor = System.Drawing.Color.White;
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(8, 288);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(160, 24);
     this.wLabel1.TabIndex = 50;
     this.wLabel1.Text = "Send undelivered after";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel1.ViewStyle
     //
     //
     // m_pUndelivered
     //
     this.m_pUndelivered.BackColor = System.Drawing.Color.White;
     this.m_pUndelivered.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pUndelivered.DecimalPlaces = 0;
     this.m_pUndelivered.DecMaxValue = new System.Decimal(new int[] {
                                                                        999999999,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pUndelivered.DecMinValue = new System.Decimal(new int[] {
                                                                        999999999,
                                                                        0,
                                                                        0,
                                                                        -2147483648});
     this.m_pUndelivered.DecValue = new System.Decimal(new int[] {
                                                                     0,
                                                                     0,
                                                                     0,
                                                                     0});
     this.m_pUndelivered.DrawBorder = true;
     this.m_pUndelivered.Location = new System.Drawing.Point(168, 288);
     this.m_pUndelivered.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pUndelivered.MaxLength = 32767;
     this.m_pUndelivered.Name = "m_pUndelivered";
     this.m_pUndelivered.ReadOnly = false;
     this.m_pUndelivered.Size = new System.Drawing.Size(64, 20);
     this.m_pUndelivered.TabIndex = 49;
     this.m_pUndelivered.Text = "0";
     this.m_pUndelivered.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pUndelivered.UseStaticViewStyle = false;
     //
     // m_pUndelivered.ViewStyle
     //
     this.m_pUndelivered.ViewStyle.EditReadOnlyColor = System.Drawing.Color.White;
     //
     // wLabel2
     //
     this.wLabel2.Location = new System.Drawing.Point(8, 264);
     this.wLabel2.Name = "wLabel2";
     this.wLabel2.Size = new System.Drawing.Size(160, 24);
     this.wLabel2.TabIndex = 48;
     this.wLabel2.Text = "Send undelivered warning after";
     this.wLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel2.ViewStyle
     //
     //
     // m_pRelayRetryInterval
     //
     this.m_pRelayRetryInterval.BackColor = System.Drawing.Color.White;
     this.m_pRelayRetryInterval.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pRelayRetryInterval.DecimalPlaces = 0;
     this.m_pRelayRetryInterval.DecMaxValue = new System.Decimal(new int[] {
                                                                               999999999,
                                                                               0,
                                                                               0,
                                                                               0});
     this.m_pRelayRetryInterval.DecMinValue = new System.Decimal(new int[] {
                                                                               999999999,
                                                                               0,
                                                                               0,
                                                                               -2147483648});
     this.m_pRelayRetryInterval.DecValue = new System.Decimal(new int[] {
                                                                            0,
                                                                            0,
                                                                            0,
                                                                            0});
     this.m_pRelayRetryInterval.DrawBorder = true;
     this.m_pRelayRetryInterval.Location = new System.Drawing.Point(168, 200);
     this.m_pRelayRetryInterval.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pRelayRetryInterval.MaxLength = 32767;
     this.m_pRelayRetryInterval.Name = "m_pRelayRetryInterval";
     this.m_pRelayRetryInterval.ReadOnly = false;
     this.m_pRelayRetryInterval.Size = new System.Drawing.Size(64, 20);
     this.m_pRelayRetryInterval.TabIndex = 47;
     this.m_pRelayRetryInterval.Text = "0";
     this.m_pRelayRetryInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pRelayRetryInterval.UseStaticViewStyle = false;
     //
     // m_pRelayRetryInterval.ViewStyle
     //
     this.m_pRelayRetryInterval.ViewStyle.EditReadOnlyColor = System.Drawing.Color.White;
     //
     // mt_RelayRetryInterval
     //
     this.mt_RelayRetryInterval.Location = new System.Drawing.Point(16, 200);
     this.mt_RelayRetryInterval.Name = "mt_RelayRetryInterval";
     this.mt_RelayRetryInterval.TabIndex = 46;
     this.mt_RelayRetryInterval.Text = "Relay retry interval";
     this.mt_RelayRetryInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_RelayRetryInterval.ViewStyle
     //
     //
     // m_pRelayInterval
     //
     this.m_pRelayInterval.BackColor = System.Drawing.Color.White;
     this.m_pRelayInterval.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pRelayInterval.DecimalPlaces = 0;
     this.m_pRelayInterval.DecMaxValue = new System.Decimal(new int[] {
                                                                          999999999,
                                                                          0,
                                                                          0,
                                                                          0});
     this.m_pRelayInterval.DecMinValue = new System.Decimal(new int[] {
                                                                          999999999,
                                                                          0,
                                                                          0,
                                                                          -2147483648});
     this.m_pRelayInterval.DecValue = new System.Decimal(new int[] {
                                                                       0,
                                                                       0,
                                                                       0,
                                                                       0});
     this.m_pRelayInterval.DrawBorder = true;
     this.m_pRelayInterval.Location = new System.Drawing.Point(168, 176);
     this.m_pRelayInterval.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pRelayInterval.MaxLength = 32767;
     this.m_pRelayInterval.Name = "m_pRelayInterval";
     this.m_pRelayInterval.ReadOnly = false;
     this.m_pRelayInterval.Size = new System.Drawing.Size(64, 20);
     this.m_pRelayInterval.TabIndex = 45;
     this.m_pRelayInterval.Text = "0";
     this.m_pRelayInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pRelayInterval.UseStaticViewStyle = false;
     //
     // m_pRelayInterval.ViewStyle
     //
     this.m_pRelayInterval.ViewStyle.EditReadOnlyColor = System.Drawing.Color.White;
     //
     // mt_RelayInterval
     //
     this.mt_RelayInterval.Location = new System.Drawing.Point(16, 176);
     this.mt_RelayInterval.Name = "mt_RelayInterval";
     this.mt_RelayInterval.TabIndex = 44;
     this.mt_RelayInterval.Text = "Relay interval";
     this.mt_RelayInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_RelayInterval.ViewStyle
     //
     //
     // m_pMaxThreads
     //
     this.m_pMaxThreads.BackColor = System.Drawing.Color.White;
     this.m_pMaxThreads.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pMaxThreads.DecimalPlaces = 0;
     this.m_pMaxThreads.DecMaxValue = new System.Decimal(new int[] {
                                                                       999999999,
                                                                       0,
                                                                       0,
                                                                       0});
     this.m_pMaxThreads.DecMinValue = new System.Decimal(new int[] {
                                                                       999999999,
                                                                       0,
                                                                       0,
                                                                       -2147483648});
     this.m_pMaxThreads.DecValue = new System.Decimal(new int[] {
                                                                    0,
                                                                    0,
                                                                    0,
                                                                    0});
     this.m_pMaxThreads.DrawBorder = true;
     this.m_pMaxThreads.Location = new System.Drawing.Point(168, 128);
     this.m_pMaxThreads.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pMaxThreads.MaxLength = 32767;
     this.m_pMaxThreads.Name = "m_pMaxThreads";
     this.m_pMaxThreads.ReadOnly = false;
     this.m_pMaxThreads.Size = new System.Drawing.Size(64, 20);
     this.m_pMaxThreads.TabIndex = 42;
     this.m_pMaxThreads.Text = "0";
     this.m_pMaxThreads.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pMaxThreads.UseStaticViewStyle = false;
     //
     // m_pMaxThreads.ViewStyle
     //
     this.m_pMaxThreads.ViewStyle.EditReadOnlyColor = System.Drawing.Color.White;
     //
     // mt_maxthreads
     //
     this.mt_maxthreads.Location = new System.Drawing.Point(16, 128);
     this.mt_maxthreads.Name = "mt_maxthreads";
     this.mt_maxthreads.TabIndex = 41;
     this.mt_maxthreads.Text = "Max. Delivery Threads";
     this.mt_maxthreads.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_maxthreads.ViewStyle
     //
     //
     // m_pUseSmartHost
     //
     this.m_pUseSmartHost.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.m_pUseSmartHost.Location = new System.Drawing.Point(40, 32);
     this.m_pUseSmartHost.Name = "m_pUseSmartHost";
     this.m_pUseSmartHost.Size = new System.Drawing.Size(176, 24);
     this.m_pUseSmartHost.TabIndex = 33;
     this.m_pUseSmartHost.Text = "Send mails through SmartHost";
     this.m_pUseSmartHost.CheckedChanged += new System.EventHandler(this.m_pDNS_CheckedChanged);
     //
     // m_pDNS
     //
     this.m_pDNS.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.m_pDNS.Location = new System.Drawing.Point(40, 56);
     this.m_pDNS.Name = "m_pDNS";
     this.m_pDNS.Size = new System.Drawing.Size(176, 24);
     this.m_pDNS.TabIndex = 34;
     this.m_pDNS.Text = "Send mails directly using DNS";
     this.m_pDNS.CheckedChanged += new System.EventHandler(this.m_pDNS_CheckedChanged);
     //
     // mt_smarthost
     //
     this.mt_smarthost.Location = new System.Drawing.Point(224, 32);
     this.mt_smarthost.Name = "mt_smarthost";
     this.mt_smarthost.Size = new System.Drawing.Size(86, 24);
     this.mt_smarthost.TabIndex = 35;
     this.mt_smarthost.Text = "SmartHost";
     this.mt_smarthost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_smarthost.ViewStyle
     //
     //
     // mt_pridns
     //
     this.mt_pridns.Location = new System.Drawing.Point(224, 56);
     this.mt_pridns.Name = "mt_pridns";
     this.mt_pridns.Size = new System.Drawing.Size(86, 24);
     this.mt_pridns.TabIndex = 36;
     this.mt_pridns.Text = "Primary DNS";
     this.mt_pridns.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_pridns.ViewStyle
     //
     //
     // m_pSmartHost
     //
     this.m_pSmartHost.DrawBorder = true;
     this.m_pSmartHost.Location = new System.Drawing.Point(312, 32);
     this.m_pSmartHost.Name = "m_pSmartHost";
     this.m_pSmartHost.TabIndex = 38;
     this.m_pSmartHost.UseStaticViewStyle = true;
     //
     // m_pSmartHost.ViewStyle
     //
     //
     // m_pSecDNS
     //
     this.m_pSecDNS.DrawBorder = true;
     this.m_pSecDNS.Location = new System.Drawing.Point(312, 80);
     this.m_pSecDNS.Name = "m_pSecDNS";
     this.m_pSecDNS.TabIndex = 40;
     this.m_pSecDNS.UseStaticViewStyle = true;
     //
     // m_pSecDNS.ViewStyle
     //
     //
     // mt_secdns
     //
     this.mt_secdns.Location = new System.Drawing.Point(216, 80);
     this.mt_secdns.Name = "mt_secdns";
     this.mt_secdns.Size = new System.Drawing.Size(94, 24);
     this.mt_secdns.TabIndex = 37;
     this.mt_secdns.Text = "Secondary DNS";
     this.mt_secdns.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_secdns.ViewStyle
     //
     //
     // m_pPriDNS
     //
     this.m_pPriDNS.DrawBorder = true;
     this.m_pPriDNS.Location = new System.Drawing.Point(312, 56);
     this.m_pPriDNS.Name = "m_pPriDNS";
     this.m_pPriDNS.TabIndex = 39;
     this.m_pPriDNS.UseStaticViewStyle = true;
     //
     // m_pPriDNS.ViewStyle
     //
     //
     // m_pStoreUndeliveredMessages
     //
     this.m_pStoreUndeliveredMessages.Checked = false;
     this.m_pStoreUndeliveredMessages.DrawBorder = true;
     this.m_pStoreUndeliveredMessages.Location = new System.Drawing.Point(8, 320);
     this.m_pStoreUndeliveredMessages.Name = "m_pStoreUndeliveredMessages";
     this.m_pStoreUndeliveredMessages.ReadOnly = false;
     this.m_pStoreUndeliveredMessages.Size = new System.Drawing.Size(16, 22);
     this.m_pStoreUndeliveredMessages.TabIndex = 58;
     this.m_pStoreUndeliveredMessages.UseStaticViewStyle = false;
     //
     // m_pStoreUndeliveredMessages.ViewStyle
     //
     //
     // wLabel7
     //
     this.wLabel7.Location = new System.Drawing.Point(24, 320);
     this.wLabel7.Name = "wLabel7";
     this.wLabel7.TabIndex = 59;
     this.wLabel7.Text = "Store undelivered messages";
     this.wLabel7.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel7.ViewStyle
     //
     //
     // m_pTestDns
     //
     this.m_pTestDns.DrawBorder = true;
     this.m_pTestDns.Location = new System.Drawing.Point(120, 80);
     this.m_pTestDns.Name = "m_pTestDns";
     this.m_pTestDns.Size = new System.Drawing.Size(96, 24);
     this.m_pTestDns.TabIndex = 60;
     this.m_pTestDns.Text = "Test Dns";
     this.m_pTestDns.UseStaticViewStyle = true;
     //
     // m_pTestDns.ViewStyle
     //
     this.m_pTestDns.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pTestDns_ButtonPressed);
     //
     // wfrm_System_Delivery
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(472, 357);
     this.Controls.Add(this.m_pTestDns);
     this.Controls.Add(this.wLabel7);
     this.Controls.Add(this.m_pStoreUndeliveredMessages);
     this.Controls.Add(this.m_pUndeliveredText);
     this.Controls.Add(this.m_UndelWarningText);
     this.Controls.Add(this.wLabel6);
     this.Controls.Add(this.wLabel5);
     this.Controls.Add(this.wLabel4);
     this.Controls.Add(this.wLabel3);
     this.Controls.Add(this.m_pUndeliveredWarning);
     this.Controls.Add(this.wLabel1);
     this.Controls.Add(this.m_pUndelivered);
     this.Controls.Add(this.wLabel2);
     this.Controls.Add(this.m_pRelayRetryInterval);
     this.Controls.Add(this.mt_RelayRetryInterval);
     this.Controls.Add(this.m_pRelayInterval);
     this.Controls.Add(this.mt_RelayInterval);
     this.Controls.Add(this.m_pMaxThreads);
     this.Controls.Add(this.mt_maxthreads);
     this.Controls.Add(this.m_pUseSmartHost);
     this.Controls.Add(this.m_pDNS);
     this.Controls.Add(this.mt_smarthost);
     this.Controls.Add(this.mt_pridns);
     this.Controls.Add(this.m_pSmartHost);
     this.Controls.Add(this.m_pSecDNS);
     this.Controls.Add(this.mt_secdns);
     this.Controls.Add(this.m_pPriDNS);
     this.Name = "wfrm_System_Delivery";
     this.Text = "wfrm_System_Delivery";
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.wEditBox1      = new LumiSoft.UI.Controls.WEditBox();
     this.wSpinEdit1     = new LumiSoft.UI.Controls.WSpinEdit();
     this.wPictureBox1   = new LumiSoft.UI.Controls.WPictureBox();
     this.wButtonEdit1   = new LumiSoft.UI.Controls.WButtonEdit();
     this.wDatePicker1   = new LumiSoft.UI.Controls.WDatePicker.WDatePicker();
     this.wComboBox1     = new LumiSoft.UI.Controls.WComboBox();
     this.wCheckBox1     = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.toolBar1       = new LumiSoft.UI.Controls.WToolBar();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
     this.contextMenu1   = new System.Windows.Forms.ContextMenu();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.menuItem2      = new System.Windows.Forms.MenuItem();
     this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.wEditBox2      = new LumiSoft.UI.Controls.WEditBox();
     this.wEditBox3      = new LumiSoft.UI.Controls.WEditBox();
     this.wSpinEdit2     = new LumiSoft.UI.Controls.WSpinEdit();
     this.wSpinEdit3     = new LumiSoft.UI.Controls.WSpinEdit();
     this.wButtonEdit2   = new LumiSoft.UI.Controls.WButtonEdit();
     this.wButtonEdit3   = new LumiSoft.UI.Controls.WButtonEdit();
     this.wComboBox2     = new LumiSoft.UI.Controls.WComboBox();
     this.wComboBox3     = new LumiSoft.UI.Controls.WComboBox();
     this.wDatePicker2   = new LumiSoft.UI.Controls.WDatePicker.WDatePicker();
     this.wDatePicker3   = new LumiSoft.UI.Controls.WDatePicker.WDatePicker();
     this.wCheckBox2     = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.wCheckBox3     = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.button1        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.wEditBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wPictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wDatePicker1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wCheckBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wEditBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wEditBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wSpinEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wSpinEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wButtonEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wButtonEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wComboBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wDatePicker2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wDatePicker3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wCheckBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wCheckBox3)).BeginInit();
     this.SuspendLayout();
     //
     // wEditBox1
     //
     this.wEditBox1.DecimalPlaces      = 2;
     this.wEditBox1.DecMaxValue        = 99999999;
     this.wEditBox1.DecMinValue        = -99999999;
     this.wEditBox1.Location           = new System.Drawing.Point(240, 40);
     this.wEditBox1.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wEditBox1.MaxLength          = 32767;
     this.wEditBox1.Multiline          = false;
     this.wEditBox1.Name               = "wEditBox1";
     this.wEditBox1.PasswordChar       = '\0';
     this.wEditBox1.ReadOnly           = false;
     this.wEditBox1.Size               = new System.Drawing.Size(100, 20);
     this.wEditBox1.TabIndex           = 0;
     this.wEditBox1.Text               = "Normal";
     this.wEditBox1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.wEditBox1.UseStaticViewStyle = true;
     //
     // wSpinEdit1
     //
     this.wSpinEdit1.BackColor     = System.Drawing.Color.White;
     this.wSpinEdit1.ButtonsAlign  = LumiSoft.UI.Controls.LeftRight.Right;
     this.wSpinEdit1.DecimalPlaces = 0;
     this.wSpinEdit1.DecMaxValue   = 99999999;
     this.wSpinEdit1.DecMinValue   = -99999999;
     this.wSpinEdit1.DecValue      = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.wSpinEdit1.Location           = new System.Drawing.Point(240, 120);
     this.wSpinEdit1.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.wSpinEdit1.MaxLength          = 32767;
     this.wSpinEdit1.Name               = "wSpinEdit1";
     this.wSpinEdit1.ReadOnly           = false;
     this.wSpinEdit1.Size               = new System.Drawing.Size(104, 20);
     this.wSpinEdit1.TabIndex           = 1;
     this.wSpinEdit1.Text               = "0";
     this.wSpinEdit1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.wSpinEdit1.UseStaticViewStyle = true;
     //
     // wPictureBox1
     //
     this.wPictureBox1.Image              = null;
     this.wPictureBox1.Location           = new System.Drawing.Point(384, 200);
     this.wPictureBox1.Name               = "wPictureBox1";
     this.wPictureBox1.Size               = new System.Drawing.Size(100, 64);
     this.wPictureBox1.SizeMode           = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.wPictureBox1.TabIndex           = 2;
     this.wPictureBox1.UseStaticViewStyle = true;
     //
     // wButtonEdit1
     //
     this.wButtonEdit1.AcceptsPlussKey    = true;
     this.wButtonEdit1.BackColor          = System.Drawing.Color.White;
     this.wButtonEdit1.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wButtonEdit1.ButtonIcon")));
     this.wButtonEdit1.ButtonWidth        = 18;
     this.wButtonEdit1.Location           = new System.Drawing.Point(240, 200);
     this.wButtonEdit1.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wButtonEdit1.MaxLength          = 32767;
     this.wButtonEdit1.Name               = "wButtonEdit1";
     this.wButtonEdit1.ReadOnly           = false;
     this.wButtonEdit1.Size               = new System.Drawing.Size(118, 20);
     this.wButtonEdit1.TabIndex           = 3;
     this.wButtonEdit1.Text               = "Normal";
     this.wButtonEdit1.UseStaticViewStyle = true;
     this.wButtonEdit1.ButtonPressed     += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.wButtonEdit1_ButtonPressed);
     //
     // wDatePicker1
     //
     this.wDatePicker1.AcceptsPlussKey    = true;
     this.wDatePicker1.BackColor          = System.Drawing.Color.White;
     this.wDatePicker1.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wDatePicker1.ButtonIcon")));
     this.wDatePicker1.ButtonWidth        = 18;
     this.wDatePicker1.Location           = new System.Drawing.Point(384, 120);
     this.wDatePicker1.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Date;
     this.wDatePicker1.MaxLength          = 32767;
     this.wDatePicker1.Name               = "wDatePicker1";
     this.wDatePicker1.ReadOnly           = false;
     this.wDatePicker1.Size               = new System.Drawing.Size(88, 20);
     this.wDatePicker1.TabIndex           = 4;
     this.wDatePicker1.Text               = "04/17/2002";
     this.wDatePicker1.UseStaticViewStyle = true;
     this.wDatePicker1.Value              = new System.DateTime(2002, 4, 17, 0, 0, 0, 0);
     //
     // wComboBox1
     //
     this.wComboBox1.AcceptsPlussKey    = true;
     this.wComboBox1.BackColor          = System.Drawing.Color.White;
     this.wComboBox1.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wComboBox1.ButtonIcon")));
     this.wComboBox1.ButtonWidth        = 18;
     this.wComboBox1.DropDownWidth      = 120;
     this.wComboBox1.Location           = new System.Drawing.Point(384, 40);
     this.wComboBox1.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wComboBox1.MaxLength          = 32767;
     this.wComboBox1.Name               = "wComboBox1";
     this.wComboBox1.ReadOnly           = false;
     this.wComboBox1.Size               = new System.Drawing.Size(120, 20);
     this.wComboBox1.TabIndex           = 5;
     this.wComboBox1.Text               = "Normal";
     this.wComboBox1.UseStaticViewStyle = true;
     this.wComboBox1.VisibleItems       = 5;
     //
     // wCheckBox1
     //
     this.wCheckBox1.Checked            = false;
     this.wCheckBox1.Location           = new System.Drawing.Point(240, 280);
     this.wCheckBox1.Name               = "wCheckBox1";
     this.wCheckBox1.ReadOnly           = false;
     this.wCheckBox1.Size               = new System.Drawing.Size(30, 22);
     this.wCheckBox1.TabIndex           = 6;
     this.wCheckBox1.UseStaticViewStyle = true;
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3,
         this.toolBarButton4,
         this.toolBarButton5
     });
     this.toolBar1.Divider        = false;
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imageList1;
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(536, 23);
     this.toolBar1.TabIndex       = 7;
     //
     // toolBarButton1
     //
     this.toolBarButton1.Enabled    = false;
     this.toolBarButton1.ImageIndex = 0;
     //
     // toolBarButton2
     //
     this.toolBarButton2.Enabled    = false;
     this.toolBarButton2.ImageIndex = 1;
     //
     // toolBarButton3
     //
     this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton4
     //
     this.toolBarButton4.DropDownMenu = this.contextMenu1;
     this.toolBarButton4.ImageIndex   = 3;
     this.toolBarButton4.Style        = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem2
     });
     //
     // menuItem1
     //
     this.menuItem1.Index  = 0;
     this.menuItem1.Text   = "Enable print";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index  = 1;
     this.menuItem2.Text   = "Disable print";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 2;
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Fuchsia;
     //
     // wEditBox2
     //
     this.wEditBox2.DecimalPlaces      = 2;
     this.wEditBox2.DecMaxValue        = 99999999;
     this.wEditBox2.DecMinValue        = -99999999;
     this.wEditBox2.Location           = new System.Drawing.Point(240, 64);
     this.wEditBox2.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wEditBox2.MaxLength          = 32767;
     this.wEditBox2.Multiline          = false;
     this.wEditBox2.Name               = "wEditBox2";
     this.wEditBox2.PasswordChar       = '\0';
     this.wEditBox2.ReadOnly           = true;
     this.wEditBox2.Size               = new System.Drawing.Size(100, 20);
     this.wEditBox2.TabIndex           = 8;
     this.wEditBox2.Text               = "ReadOnly";
     this.wEditBox2.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.wEditBox2.UseStaticViewStyle = true;
     //
     // wEditBox3
     //
     this.wEditBox3.DecimalPlaces      = 2;
     this.wEditBox3.DecMaxValue        = 99999999;
     this.wEditBox3.DecMinValue        = -99999999;
     this.wEditBox3.Enabled            = false;
     this.wEditBox3.Location           = new System.Drawing.Point(240, 88);
     this.wEditBox3.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wEditBox3.MaxLength          = 32767;
     this.wEditBox3.Multiline          = false;
     this.wEditBox3.Name               = "wEditBox3";
     this.wEditBox3.PasswordChar       = '\0';
     this.wEditBox3.ReadOnly           = false;
     this.wEditBox3.Size               = new System.Drawing.Size(100, 20);
     this.wEditBox3.TabIndex           = 9;
     this.wEditBox3.Text               = "Disabled";
     this.wEditBox3.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.wEditBox3.UseStaticViewStyle = true;
     //
     // wSpinEdit2
     //
     this.wSpinEdit2.BackColor     = System.Drawing.Color.White;
     this.wSpinEdit2.ButtonsAlign  = LumiSoft.UI.Controls.LeftRight.Right;
     this.wSpinEdit2.DecimalPlaces = 0;
     this.wSpinEdit2.DecMaxValue   = 99999999;
     this.wSpinEdit2.DecMinValue   = -99999999;
     this.wSpinEdit2.DecValue      = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.wSpinEdit2.Location           = new System.Drawing.Point(240, 144);
     this.wSpinEdit2.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.wSpinEdit2.MaxLength          = 32767;
     this.wSpinEdit2.Name               = "wSpinEdit2";
     this.wSpinEdit2.ReadOnly           = true;
     this.wSpinEdit2.Size               = new System.Drawing.Size(104, 20);
     this.wSpinEdit2.TabIndex           = 10;
     this.wSpinEdit2.Text               = "0";
     this.wSpinEdit2.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.wSpinEdit2.UseStaticViewStyle = true;
     //
     // wSpinEdit3
     //
     this.wSpinEdit3.BackColor     = System.Drawing.Color.White;
     this.wSpinEdit3.ButtonsAlign  = LumiSoft.UI.Controls.LeftRight.Right;
     this.wSpinEdit3.DecimalPlaces = 0;
     this.wSpinEdit3.DecMaxValue   = 99999999;
     this.wSpinEdit3.DecMinValue   = -99999999;
     this.wSpinEdit3.DecValue      = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.wSpinEdit3.Enabled            = false;
     this.wSpinEdit3.Location           = new System.Drawing.Point(240, 168);
     this.wSpinEdit3.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.wSpinEdit3.MaxLength          = 32767;
     this.wSpinEdit3.Name               = "wSpinEdit3";
     this.wSpinEdit3.ReadOnly           = false;
     this.wSpinEdit3.Size               = new System.Drawing.Size(104, 20);
     this.wSpinEdit3.TabIndex           = 11;
     this.wSpinEdit3.Text               = "0";
     this.wSpinEdit3.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.wSpinEdit3.UseStaticViewStyle = true;
     //
     // wButtonEdit2
     //
     this.wButtonEdit2.AcceptsPlussKey    = true;
     this.wButtonEdit2.BackColor          = System.Drawing.Color.White;
     this.wButtonEdit2.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wButtonEdit2.ButtonIcon")));
     this.wButtonEdit2.ButtonWidth        = 18;
     this.wButtonEdit2.Location           = new System.Drawing.Point(240, 224);
     this.wButtonEdit2.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wButtonEdit2.MaxLength          = 32767;
     this.wButtonEdit2.Name               = "wButtonEdit2";
     this.wButtonEdit2.ReadOnly           = true;
     this.wButtonEdit2.Size               = new System.Drawing.Size(118, 20);
     this.wButtonEdit2.TabIndex           = 12;
     this.wButtonEdit2.Text               = "ReadOnly";
     this.wButtonEdit2.UseStaticViewStyle = true;
     //
     // wButtonEdit3
     //
     this.wButtonEdit3.AcceptsPlussKey    = true;
     this.wButtonEdit3.BackColor          = System.Drawing.Color.White;
     this.wButtonEdit3.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wButtonEdit3.ButtonIcon")));
     this.wButtonEdit3.ButtonWidth        = 18;
     this.wButtonEdit3.Enabled            = false;
     this.wButtonEdit3.Location           = new System.Drawing.Point(240, 248);
     this.wButtonEdit3.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wButtonEdit3.MaxLength          = 32767;
     this.wButtonEdit3.Name               = "wButtonEdit3";
     this.wButtonEdit3.ReadOnly           = false;
     this.wButtonEdit3.Size               = new System.Drawing.Size(118, 20);
     this.wButtonEdit3.TabIndex           = 13;
     this.wButtonEdit3.Text               = "Disabled";
     this.wButtonEdit3.UseStaticViewStyle = true;
     //
     // wComboBox2
     //
     this.wComboBox2.AcceptsPlussKey    = true;
     this.wComboBox2.BackColor          = System.Drawing.Color.White;
     this.wComboBox2.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wComboBox2.ButtonIcon")));
     this.wComboBox2.ButtonWidth        = 18;
     this.wComboBox2.DropDownWidth      = 120;
     this.wComboBox2.Location           = new System.Drawing.Point(384, 64);
     this.wComboBox2.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wComboBox2.MaxLength          = 32767;
     this.wComboBox2.Name               = "wComboBox2";
     this.wComboBox2.ReadOnly           = true;
     this.wComboBox2.Size               = new System.Drawing.Size(120, 20);
     this.wComboBox2.TabIndex           = 14;
     this.wComboBox2.Text               = "ReadOnly";
     this.wComboBox2.UseStaticViewStyle = true;
     this.wComboBox2.VisibleItems       = 5;
     //
     // wComboBox3
     //
     this.wComboBox3.AcceptsPlussKey    = true;
     this.wComboBox3.BackColor          = System.Drawing.Color.White;
     this.wComboBox3.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wComboBox3.ButtonIcon")));
     this.wComboBox3.ButtonWidth        = 18;
     this.wComboBox3.DropDownWidth      = 120;
     this.wComboBox3.Enabled            = false;
     this.wComboBox3.Location           = new System.Drawing.Point(384, 88);
     this.wComboBox3.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.wComboBox3.MaxLength          = 32767;
     this.wComboBox3.Name               = "wComboBox3";
     this.wComboBox3.ReadOnly           = false;
     this.wComboBox3.Size               = new System.Drawing.Size(120, 20);
     this.wComboBox3.TabIndex           = 15;
     this.wComboBox3.Text               = "Disabled";
     this.wComboBox3.UseStaticViewStyle = true;
     this.wComboBox3.VisibleItems       = 5;
     //
     // wDatePicker2
     //
     this.wDatePicker2.AcceptsPlussKey    = true;
     this.wDatePicker2.BackColor          = System.Drawing.Color.White;
     this.wDatePicker2.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wDatePicker2.ButtonIcon")));
     this.wDatePicker2.ButtonWidth        = 18;
     this.wDatePicker2.Location           = new System.Drawing.Point(384, 144);
     this.wDatePicker2.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Date;
     this.wDatePicker2.MaxLength          = 32767;
     this.wDatePicker2.Name               = "wDatePicker2";
     this.wDatePicker2.ReadOnly           = true;
     this.wDatePicker2.Size               = new System.Drawing.Size(88, 20);
     this.wDatePicker2.TabIndex           = 16;
     this.wDatePicker2.Text               = "04/17/2002";
     this.wDatePicker2.UseStaticViewStyle = true;
     this.wDatePicker2.Value              = new System.DateTime(2002, 4, 17, 0, 0, 0, 0);
     //
     // wDatePicker3
     //
     this.wDatePicker3.AcceptsPlussKey    = true;
     this.wDatePicker3.BackColor          = System.Drawing.Color.White;
     this.wDatePicker3.ButtonIcon         = ((System.Drawing.Icon)(resources.GetObject("wDatePicker3.ButtonIcon")));
     this.wDatePicker3.ButtonWidth        = 18;
     this.wDatePicker3.Enabled            = false;
     this.wDatePicker3.Location           = new System.Drawing.Point(384, 168);
     this.wDatePicker3.Mask               = LumiSoft.UI.Controls.WEditBox_Mask.Date;
     this.wDatePicker3.MaxLength          = 32767;
     this.wDatePicker3.Name               = "wDatePicker3";
     this.wDatePicker3.ReadOnly           = false;
     this.wDatePicker3.Size               = new System.Drawing.Size(88, 20);
     this.wDatePicker3.TabIndex           = 17;
     this.wDatePicker3.Text               = "04/17/2002";
     this.wDatePicker3.UseStaticViewStyle = true;
     this.wDatePicker3.Value              = new System.DateTime(2002, 4, 17, 0, 0, 0, 0);
     //
     // wCheckBox2
     //
     this.wCheckBox2.Checked            = false;
     this.wCheckBox2.Location           = new System.Drawing.Point(280, 280);
     this.wCheckBox2.Name               = "wCheckBox2";
     this.wCheckBox2.ReadOnly           = true;
     this.wCheckBox2.Size               = new System.Drawing.Size(30, 22);
     this.wCheckBox2.TabIndex           = 18;
     this.wCheckBox2.UseStaticViewStyle = true;
     //
     // wCheckBox3
     //
     this.wCheckBox3.Checked            = false;
     this.wCheckBox3.Enabled            = false;
     this.wCheckBox3.Location           = new System.Drawing.Point(320, 280);
     this.wCheckBox3.Name               = "wCheckBox3";
     this.wCheckBox3.ReadOnly           = false;
     this.wCheckBox3.Size               = new System.Drawing.Size(30, 22);
     this.wCheckBox3.TabIndex           = 19;
     this.wCheckBox3.UseStaticViewStyle = true;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(400, 280);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(72, 32);
     this.button1.TabIndex  = 20;
     this.button1.Text      = "Flash controls";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(536, 325);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.button1,
         this.wCheckBox3,
         this.wCheckBox2,
         this.wDatePicker3,
         this.wDatePicker2,
         this.wComboBox3,
         this.wComboBox2,
         this.wButtonEdit3,
         this.wButtonEdit2,
         this.wSpinEdit3,
         this.wSpinEdit2,
         this.wEditBox3,
         this.wEditBox2,
         this.toolBar1,
         this.wCheckBox1,
         this.wComboBox1,
         this.wDatePicker1,
         this.wButtonEdit1,
         this.wPictureBox1,
         this.wSpinEdit1,
         this.wEditBox1
     });
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.wEditBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wPictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wDatePicker1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wCheckBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wEditBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wEditBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wSpinEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wSpinEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wButtonEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wButtonEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wComboBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wDatePicker2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wDatePicker3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wCheckBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wCheckBox3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.wLabel12 = new LumiSoft.UI.Controls.WLabel();
     this.m_pMailStorePath = new LumiSoft.UI.Controls.WEditBox();
     this.m_pConStr = new LumiSoft.UI.Controls.WEditBox();
     this.m_pDbType = new LumiSoft.UI.Controls.WComboBox();
     this.m_pServerLogPath = new LumiSoft.UI.Controls.WEditBox();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel2 = new LumiSoft.UI.Controls.WLabel();
     this.m_pLogServerEvents = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.m_pPOP3path = new LumiSoft.UI.Controls.WEditBox();
     this.m_pSMTPpath = new LumiSoft.UI.Controls.WEditBox();
     this.mt_path2 = new LumiSoft.UI.Controls.WLabel();
     this.mt_path1 = new LumiSoft.UI.Controls.WLabel();
     this.mt_logPOP3 = new LumiSoft.UI.Controls.WLabel();
     this.mt_logSMTP = new LumiSoft.UI.Controls.WLabel();
     this.m_pLogPOP3Cmds = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.m_pLogSMTPCmds = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.m_pLogIMAPCmds = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.wLabel3 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel4 = new LumiSoft.UI.Controls.WLabel();
     this.m_pIMAPpath = new LumiSoft.UI.Controls.WEditBox();
     this.m_pGetServerLogPath = new LumiSoft.UI.Controls.WButton();
     this.m_pGetPop3LogPath = new LumiSoft.UI.Controls.WButton();
     this.m_pGetSmtpLogPath = new LumiSoft.UI.Controls.WButton();
     this.m_pGetIMAPLogPath = new LumiSoft.UI.Controls.WButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.wLabel12);
     this.groupBox1.Controls.Add(this.m_pMailStorePath);
     this.groupBox1.Controls.Add(this.m_pConStr);
     this.groupBox1.Controls.Add(this.m_pDbType);
     this.groupBox1.Location = new System.Drawing.Point(8, 16);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(456, 88);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Storage";
     //
     // wLabel12
     //
     this.wLabel12.Location = new System.Drawing.Point(16, 48);
     this.wLabel12.Name = "wLabel12";
     this.wLabel12.Size = new System.Drawing.Size(88, 24);
     this.wLabel12.TabIndex = 3;
     this.wLabel12.Text = "MailStore Path";
     this.wLabel12.UseStaticViewStyle = false;
     //
     // wLabel12.ViewStyle
     //
     //
     // m_pMailStorePath
     //
     this.m_pMailStorePath.DrawBorder = true;
     this.m_pMailStorePath.Location = new System.Drawing.Point(112, 48);
     this.m_pMailStorePath.Name = "m_pMailStorePath";
     this.m_pMailStorePath.Size = new System.Drawing.Size(328, 20);
     this.m_pMailStorePath.TabIndex = 2;
     this.m_pMailStorePath.UseStaticViewStyle = true;
     //
     // m_pMailStorePath.ViewStyle
     //
     //
     // m_pConStr
     //
     this.m_pConStr.DrawBorder = true;
     this.m_pConStr.Location = new System.Drawing.Point(112, 24);
     this.m_pConStr.Name = "m_pConStr";
     this.m_pConStr.Size = new System.Drawing.Size(328, 20);
     this.m_pConStr.TabIndex = 1;
     this.m_pConStr.UseStaticViewStyle = true;
     //
     // m_pConStr.ViewStyle
     //
     //
     // m_pDbType
     //
     this.m_pDbType.DrawBorder = true;
     this.m_pDbType.DropDownWidth = 88;
     this.m_pDbType.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable;
     this.m_pDbType.Location = new System.Drawing.Point(16, 24);
     this.m_pDbType.Name = "m_pDbType";
     this.m_pDbType.SelectedIndex = -1;
     this.m_pDbType.SelectionLength = 0;
     this.m_pDbType.SelectionStart = 0;
     this.m_pDbType.Size = new System.Drawing.Size(88, 20);
     this.m_pDbType.TabIndex = 0;
     this.m_pDbType.UseStaticViewStyle = true;
     //
     // m_pDbType.ViewStyle
     //
     this.m_pDbType.VisibleItems = 10;
     //
     // m_pServerLogPath
     //
     this.m_pServerLogPath.DrawBorder = true;
     this.m_pServerLogPath.Location = new System.Drawing.Point(80, 200);
     this.m_pServerLogPath.Name = "m_pServerLogPath";
     this.m_pServerLogPath.ReadOnly = true;
     this.m_pServerLogPath.Size = new System.Drawing.Size(344, 20);
     this.m_pServerLogPath.TabIndex = 5;
     this.m_pServerLogPath.UseStaticViewStyle = true;
     //
     // m_pServerLogPath.ViewStyle
     //
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(16, 200);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(62, 24);
     this.wLabel1.TabIndex = 11;
     this.wLabel1.Text = "Path:";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel1.ViewStyle
     //
     //
     // wLabel2
     //
     this.wLabel2.Location = new System.Drawing.Point(32, 176);
     this.wLabel2.Name = "wLabel2";
     this.wLabel2.TabIndex = 10;
     this.wLabel2.Text = "Log server events";
     this.wLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel2.ViewStyle
     //
     //
     // m_pLogServerEvents
     //
     this.m_pLogServerEvents.Checked = true;
     this.m_pLogServerEvents.DrawBorder = true;
     this.m_pLogServerEvents.Location = new System.Drawing.Point(16, 176);
     this.m_pLogServerEvents.Name = "m_pLogServerEvents";
     this.m_pLogServerEvents.ReadOnly = true;
     this.m_pLogServerEvents.Size = new System.Drawing.Size(16, 22);
     this.m_pLogServerEvents.TabIndex = 4;
     this.m_pLogServerEvents.UseStaticViewStyle = true;
     //
     // m_pLogServerEvents.ViewStyle
     //
     //
     // m_pPOP3path
     //
     this.m_pPOP3path.DrawBorder = true;
     this.m_pPOP3path.Location = new System.Drawing.Point(80, 144);
     this.m_pPOP3path.Name = "m_pPOP3path";
     this.m_pPOP3path.ReadOnly = true;
     this.m_pPOP3path.Size = new System.Drawing.Size(344, 20);
     this.m_pPOP3path.TabIndex = 3;
     this.m_pPOP3path.UseStaticViewStyle = true;
     //
     // m_pPOP3path.ViewStyle
     //
     //
     // m_pSMTPpath
     //
     this.m_pSMTPpath.DrawBorder = true;
     this.m_pSMTPpath.Location = new System.Drawing.Point(80, 48);
     this.m_pSMTPpath.Name = "m_pSMTPpath";
     this.m_pSMTPpath.ReadOnly = true;
     this.m_pSMTPpath.Size = new System.Drawing.Size(344, 20);
     this.m_pSMTPpath.TabIndex = 1;
     this.m_pSMTPpath.UseStaticViewStyle = true;
     //
     // m_pSMTPpath.ViewStyle
     //
     //
     // mt_path2
     //
     this.mt_path2.Location = new System.Drawing.Point(16, 144);
     this.mt_path2.Name = "mt_path2";
     this.mt_path2.Size = new System.Drawing.Size(62, 24);
     this.mt_path2.TabIndex = 9;
     this.mt_path2.Text = "Path:";
     this.mt_path2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_path2.ViewStyle
     //
     //
     // mt_path1
     //
     this.mt_path1.Location = new System.Drawing.Point(16, 48);
     this.mt_path1.Name = "mt_path1";
     this.mt_path1.Size = new System.Drawing.Size(62, 24);
     this.mt_path1.TabIndex = 7;
     this.mt_path1.Text = "Path:";
     this.mt_path1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_path1.ViewStyle
     //
     //
     // mt_logPOP3
     //
     this.mt_logPOP3.Location = new System.Drawing.Point(32, 120);
     this.mt_logPOP3.Name = "mt_logPOP3";
     this.mt_logPOP3.TabIndex = 8;
     this.mt_logPOP3.Text = "Log POP3 commands";
     this.mt_logPOP3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_logPOP3.ViewStyle
     //
     //
     // mt_logSMTP
     //
     this.mt_logSMTP.Location = new System.Drawing.Point(32, 24);
     this.mt_logSMTP.Name = "mt_logSMTP";
     this.mt_logSMTP.TabIndex = 6;
     this.mt_logSMTP.Text = "Log SMTP commands";
     this.mt_logSMTP.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_logSMTP.ViewStyle
     //
     //
     // m_pLogPOP3Cmds
     //
     this.m_pLogPOP3Cmds.Checked = false;
     this.m_pLogPOP3Cmds.DrawBorder = true;
     this.m_pLogPOP3Cmds.Location = new System.Drawing.Point(16, 120);
     this.m_pLogPOP3Cmds.Name = "m_pLogPOP3Cmds";
     this.m_pLogPOP3Cmds.ReadOnly = false;
     this.m_pLogPOP3Cmds.Size = new System.Drawing.Size(16, 22);
     this.m_pLogPOP3Cmds.TabIndex = 2;
     this.m_pLogPOP3Cmds.UseStaticViewStyle = true;
     //
     // m_pLogPOP3Cmds.ViewStyle
     //
     //
     // m_pLogSMTPCmds
     //
     this.m_pLogSMTPCmds.Checked = false;
     this.m_pLogSMTPCmds.DrawBorder = true;
     this.m_pLogSMTPCmds.Location = new System.Drawing.Point(16, 24);
     this.m_pLogSMTPCmds.Name = "m_pLogSMTPCmds";
     this.m_pLogSMTPCmds.ReadOnly = false;
     this.m_pLogSMTPCmds.Size = new System.Drawing.Size(16, 22);
     this.m_pLogSMTPCmds.TabIndex = 0;
     this.m_pLogSMTPCmds.UseStaticViewStyle = true;
     //
     // m_pLogSMTPCmds.ViewStyle
     //
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.m_pGetIMAPLogPath);
     this.groupBox2.Controls.Add(this.m_pLogIMAPCmds);
     this.groupBox2.Controls.Add(this.wLabel3);
     this.groupBox2.Controls.Add(this.wLabel4);
     this.groupBox2.Controls.Add(this.m_pIMAPpath);
     this.groupBox2.Controls.Add(this.m_pGetServerLogPath);
     this.groupBox2.Controls.Add(this.m_pGetPop3LogPath);
     this.groupBox2.Controls.Add(this.m_pGetSmtpLogPath);
     this.groupBox2.Controls.Add(this.m_pLogSMTPCmds);
     this.groupBox2.Controls.Add(this.mt_logSMTP);
     this.groupBox2.Controls.Add(this.mt_path1);
     this.groupBox2.Controls.Add(this.m_pSMTPpath);
     this.groupBox2.Controls.Add(this.m_pLogPOP3Cmds);
     this.groupBox2.Controls.Add(this.mt_logPOP3);
     this.groupBox2.Controls.Add(this.m_pPOP3path);
     this.groupBox2.Controls.Add(this.mt_path2);
     this.groupBox2.Controls.Add(this.wLabel2);
     this.groupBox2.Controls.Add(this.wLabel1);
     this.groupBox2.Controls.Add(this.m_pLogServerEvents);
     this.groupBox2.Controls.Add(this.m_pServerLogPath);
     this.groupBox2.Location = new System.Drawing.Point(8, 112);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(456, 232);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Logs";
     //
     // m_pLogIMAPCmds
     //
     this.m_pLogIMAPCmds.Checked = false;
     this.m_pLogIMAPCmds.DrawBorder = true;
     this.m_pLogIMAPCmds.Location = new System.Drawing.Point(16, 72);
     this.m_pLogIMAPCmds.Name = "m_pLogIMAPCmds";
     this.m_pLogIMAPCmds.ReadOnly = false;
     this.m_pLogIMAPCmds.Size = new System.Drawing.Size(16, 22);
     this.m_pLogIMAPCmds.TabIndex = 15;
     this.m_pLogIMAPCmds.UseStaticViewStyle = true;
     //
     // m_pLogIMAPCmds.ViewStyle
     //
     //
     // wLabel3
     //
     this.wLabel3.Location = new System.Drawing.Point(32, 72);
     this.wLabel3.Name = "wLabel3";
     this.wLabel3.TabIndex = 17;
     this.wLabel3.Text = "Log IMAP commands";
     this.wLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel3.ViewStyle
     //
     //
     // wLabel4
     //
     this.wLabel4.Location = new System.Drawing.Point(16, 96);
     this.wLabel4.Name = "wLabel4";
     this.wLabel4.Size = new System.Drawing.Size(62, 24);
     this.wLabel4.TabIndex = 18;
     this.wLabel4.Text = "Path:";
     this.wLabel4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel4.ViewStyle
     //
     //
     // m_pIMAPpath
     //
     this.m_pIMAPpath.DrawBorder = true;
     this.m_pIMAPpath.Location = new System.Drawing.Point(80, 96);
     this.m_pIMAPpath.Name = "m_pIMAPpath";
     this.m_pIMAPpath.ReadOnly = true;
     this.m_pIMAPpath.Size = new System.Drawing.Size(344, 20);
     this.m_pIMAPpath.TabIndex = 16;
     this.m_pIMAPpath.UseStaticViewStyle = true;
     //
     // m_pIMAPpath.ViewStyle
     //
     //
     // m_pGetServerLogPath
     //
     this.m_pGetServerLogPath.DrawBorder = true;
     this.m_pGetServerLogPath.Location = new System.Drawing.Point(425, 200);
     this.m_pGetServerLogPath.Name = "m_pGetServerLogPath";
     this.m_pGetServerLogPath.Size = new System.Drawing.Size(24, 20);
     this.m_pGetServerLogPath.TabIndex = 14;
     this.m_pGetServerLogPath.Text = "...";
     this.m_pGetServerLogPath.UseStaticViewStyle = true;
     //
     // m_pGetServerLogPath.ViewStyle
     //
     this.m_pGetServerLogPath.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pGetServerLogPath_ButtonPressed);
     //
     // m_pGetPop3LogPath
     //
     this.m_pGetPop3LogPath.DrawBorder = true;
     this.m_pGetPop3LogPath.Location = new System.Drawing.Point(425, 144);
     this.m_pGetPop3LogPath.Name = "m_pGetPop3LogPath";
     this.m_pGetPop3LogPath.Size = new System.Drawing.Size(24, 20);
     this.m_pGetPop3LogPath.TabIndex = 13;
     this.m_pGetPop3LogPath.Text = "...";
     this.m_pGetPop3LogPath.UseStaticViewStyle = true;
     //
     // m_pGetPop3LogPath.ViewStyle
     //
     this.m_pGetPop3LogPath.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pGetPop3LogPath_ButtonPressed);
     //
     // m_pGetSmtpLogPath
     //
     this.m_pGetSmtpLogPath.DrawBorder = true;
     this.m_pGetSmtpLogPath.Location = new System.Drawing.Point(425, 48);
     this.m_pGetSmtpLogPath.Name = "m_pGetSmtpLogPath";
     this.m_pGetSmtpLogPath.Size = new System.Drawing.Size(24, 20);
     this.m_pGetSmtpLogPath.TabIndex = 12;
     this.m_pGetSmtpLogPath.Text = "...";
     this.m_pGetSmtpLogPath.UseStaticViewStyle = true;
     //
     // m_pGetSmtpLogPath.ViewStyle
     //
     this.m_pGetSmtpLogPath.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pGetSmtpLogPath_ButtonPressed);
     //
     // m_pGetIMAPLogPath
     //
     this.m_pGetIMAPLogPath.DrawBorder = true;
     this.m_pGetIMAPLogPath.Location = new System.Drawing.Point(424, 96);
     this.m_pGetIMAPLogPath.Name = "m_pGetIMAPLogPath";
     this.m_pGetIMAPLogPath.Size = new System.Drawing.Size(24, 20);
     this.m_pGetIMAPLogPath.TabIndex = 19;
     this.m_pGetIMAPLogPath.Text = "...";
     this.m_pGetIMAPLogPath.UseStaticViewStyle = true;
     //
     // m_pGetIMAPLogPath.ViewStyle
     //
     this.m_pGetIMAPLogPath.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pGetImapLogPath_ButtonPressed);
     //
     // wfrm_System_General
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(472, 357);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "wfrm_System_General";
     this.Text = "wfrm_System_General";
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_pEnabled = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.m_pMailboxSize = new LumiSoft.UI.Controls.WSpinEdit();
     this.wLabel3 = new LumiSoft.UI.Controls.WLabel();
     this.mt_userenabled = new LumiSoft.UI.Controls.WLabel();
     this.mt_mailboxsize = new LumiSoft.UI.Controls.WLabel();
     this.m_pRemove = new LumiSoft.UI.Controls.WButton();
     this.m_pAdd = new LumiSoft.UI.Controls.WButton();
     this.m_pGenerate = new LumiSoft.UI.Controls.WButton();
     this.m_pDomains = new LumiSoft.UI.Controls.WComboBox();
     this.mt_symbolAT = new LumiSoft.UI.Controls.WLabel();
     this.m_pAddress = new LumiSoft.UI.Controls.WEditBox();
     this.m_pDescription = new LumiSoft.UI.Controls.WEditBox();
     this.m_pPassword = new LumiSoft.UI.Controls.WEditBox();
     this.m_pLogOnName = new LumiSoft.UI.Controls.WEditBox();
     this.m_pFullName = new LumiSoft.UI.Controls.WEditBox();
     this.mt_Emails = new LumiSoft.UI.Controls.WLabel();
     this.mt_description = new LumiSoft.UI.Controls.WLabel();
     this.mt_password = new LumiSoft.UI.Controls.WLabel();
     this.mt_username = new LumiSoft.UI.Controls.WLabel();
     this.mt_fullname = new LumiSoft.UI.Controls.WLabel();
     this.m_pAddresses = new System.Windows.Forms.ListBox();
     this.m_pAllowRelay = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.SuspendLayout();
     //
     // m_pEnabled
     //
     this.m_pEnabled.Checked = true;
     this.m_pEnabled.Location = new System.Drawing.Point(328, 134);
     this.m_pEnabled.Name = "m_pEnabled";
     this.m_pEnabled.ReadOnly = false;
     this.m_pEnabled.Size = new System.Drawing.Size(30, 22);
     this.m_pEnabled.TabIndex = 30;
     this.m_pEnabled.UseStaticViewStyle = true;
     //
     // m_pEnabled.ViewStyle
     //
     //
     // m_pMailboxSize
     //
     this.m_pMailboxSize.BackColor = System.Drawing.Color.White;
     this.m_pMailboxSize.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Left;
     this.m_pMailboxSize.DecimalPlaces = 0;
     this.m_pMailboxSize.DecMaxValue = new System.Decimal(new int[] {
                                                                        999999999,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pMailboxSize.DecMinValue = new System.Decimal(new int[] {
                                                                        999999999,
                                                                        0,
                                                                        0,
                                                                        -2147483648});
     this.m_pMailboxSize.DecValue = new System.Decimal(new int[] {
                                                                     20,
                                                                     0,
                                                                     0,
                                                                     0});
     this.m_pMailboxSize.Location = new System.Drawing.Point(120, 134);
     this.m_pMailboxSize.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pMailboxSize.MaxLength = 32767;
     this.m_pMailboxSize.Name = "m_pMailboxSize";
     this.m_pMailboxSize.ReadOnly = false;
     this.m_pMailboxSize.Size = new System.Drawing.Size(56, 20);
     this.m_pMailboxSize.TabIndex = 29;
     this.m_pMailboxSize.Text = "20";
     this.m_pMailboxSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_pMailboxSize.UseStaticViewStyle = true;
     //
     // m_pMailboxSize.ViewStyle
     //
     //
     // wLabel3
     //
     this.wLabel3.Location = new System.Drawing.Point(176, 134);
     this.wLabel3.Name = "wLabel3";
     this.wLabel3.Size = new System.Drawing.Size(40, 24);
     this.wLabel3.TabIndex = 43;
     this.wLabel3.Text = "MB";
     this.wLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel3.ViewStyle
     //
     //
     // mt_userenabled
     //
     this.mt_userenabled.Location = new System.Drawing.Point(224, 134);
     this.mt_userenabled.Name = "mt_userenabled";
     this.mt_userenabled.Size = new System.Drawing.Size(104, 24);
     this.mt_userenabled.TabIndex = 44;
     this.mt_userenabled.Text = "User Enabled";
     this.mt_userenabled.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_userenabled.ViewStyle
     //
     //
     // mt_mailboxsize
     //
     this.mt_mailboxsize.Location = new System.Drawing.Point(8, 134);
     this.mt_mailboxsize.Name = "mt_mailboxsize";
     this.mt_mailboxsize.Size = new System.Drawing.Size(112, 24);
     this.mt_mailboxsize.TabIndex = 41;
     this.mt_mailboxsize.Text = "Max. Mailbox Size";
     this.mt_mailboxsize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_mailboxsize.ViewStyle
     //
     //
     // m_pRemove
     //
     this.m_pRemove.Location = new System.Drawing.Point(280, 246);
     this.m_pRemove.Name = "m_pRemove";
     this.m_pRemove.TabIndex = 34;
     this.m_pRemove.Text = "Remove";
     this.m_pRemove.UseStaticViewStyle = true;
     //
     // m_pRemove.ViewStyle
     //
     this.m_pRemove.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pRemove_Click);
     //
     // m_pAdd
     //
     this.m_pAdd.Location = new System.Drawing.Point(280, 214);
     this.m_pAdd.Name = "m_pAdd";
     this.m_pAdd.TabIndex = 33;
     this.m_pAdd.Text = "Add";
     this.m_pAdd.UseStaticViewStyle = true;
     //
     // m_pAdd.ViewStyle
     //
     this.m_pAdd.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pAdd_Click);
     //
     // m_pGenerate
     //
     this.m_pGenerate.Location = new System.Drawing.Point(232, 62);
     this.m_pGenerate.Name = "m_pGenerate";
     this.m_pGenerate.Size = new System.Drawing.Size(128, 24);
     this.m_pGenerate.TabIndex = 27;
     this.m_pGenerate.Text = "Generate Password";
     this.m_pGenerate.UseStaticViewStyle = true;
     //
     // m_pGenerate.ViewStyle
     //
     this.m_pGenerate.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pGenerate_Click);
     //
     // m_pDomains
     //
     this.m_pDomains.DropDownWidth = 144;
     this.m_pDomains.Location = new System.Drawing.Point(216, 182);
     this.m_pDomains.Name = "m_pDomains";
     this.m_pDomains.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable;
     this.m_pDomains.SelectedIndex = -1;
     this.m_pDomains.Size = new System.Drawing.Size(144, 20);
     this.m_pDomains.TabIndex = 32;
     this.m_pDomains.UseStaticViewStyle = true;
     //
     // m_pDomains.ViewStyle
     //
     this.m_pDomains.VisibleItems = 5;
     //
     // mt_symbolAT
     //
     this.mt_symbolAT.Location = new System.Drawing.Point(200, 182);
     this.mt_symbolAT.Name = "mt_symbolAT";
     this.mt_symbolAT.Size = new System.Drawing.Size(16, 24);
     this.mt_symbolAT.TabIndex = 45;
     this.mt_symbolAT.Text = "@";
     //
     // mt_symbolAT.ViewStyle
     //
     //
     // m_pAddress
     //
     this.m_pAddress.Location = new System.Drawing.Point(8, 182);
     this.m_pAddress.Name = "m_pAddress";
     this.m_pAddress.Size = new System.Drawing.Size(192, 20);
     this.m_pAddress.TabIndex = 31;
     this.m_pAddress.UseStaticViewStyle = true;
     //
     // m_pAddress.ViewStyle
     //
     //
     // m_pDescription
     //
     this.m_pDescription.Location = new System.Drawing.Point(8, 102);
     this.m_pDescription.Name = "m_pDescription";
     this.m_pDescription.Size = new System.Drawing.Size(352, 20);
     this.m_pDescription.TabIndex = 28;
     this.m_pDescription.UseStaticViewStyle = true;
     //
     // m_pDescription.ViewStyle
     //
     //
     // m_pPassword
     //
     this.m_pPassword.Location = new System.Drawing.Point(120, 62);
     this.m_pPassword.Name = "m_pPassword";
     this.m_pPassword.Size = new System.Drawing.Size(104, 20);
     this.m_pPassword.TabIndex = 26;
     this.m_pPassword.UseStaticViewStyle = true;
     //
     // m_pPassword.ViewStyle
     //
     //
     // m_pLogOnName
     //
     this.m_pLogOnName.Location = new System.Drawing.Point(8, 62);
     this.m_pLogOnName.Name = "m_pLogOnName";
     this.m_pLogOnName.Size = new System.Drawing.Size(104, 20);
     this.m_pLogOnName.TabIndex = 25;
     this.m_pLogOnName.UseStaticViewStyle = true;
     //
     // m_pLogOnName.ViewStyle
     //
     //
     // m_pFullName
     //
     this.m_pFullName.Location = new System.Drawing.Point(8, 22);
     this.m_pFullName.Name = "m_pFullName";
     this.m_pFullName.Size = new System.Drawing.Size(216, 20);
     this.m_pFullName.TabIndex = 24;
     this.m_pFullName.UseStaticViewStyle = true;
     //
     // m_pFullName.ViewStyle
     //
     //
     // mt_Emails
     //
     this.mt_Emails.Location = new System.Drawing.Point(8, 166);
     this.mt_Emails.Name = "mt_Emails";
     this.mt_Emails.Size = new System.Drawing.Size(104, 16);
     this.mt_Emails.TabIndex = 42;
     this.mt_Emails.Text = "E-mail Address";
     this.mt_Emails.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_Emails.ViewStyle
     //
     //
     // mt_description
     //
     this.mt_description.Location = new System.Drawing.Point(8, 86);
     this.mt_description.Name = "mt_description";
     this.mt_description.Size = new System.Drawing.Size(104, 16);
     this.mt_description.TabIndex = 40;
     this.mt_description.Text = "Description";
     this.mt_description.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_description.ViewStyle
     //
     //
     // mt_password
     //
     this.mt_password.Location = new System.Drawing.Point(120, 46);
     this.mt_password.Name = "mt_password";
     this.mt_password.Size = new System.Drawing.Size(104, 16);
     this.mt_password.TabIndex = 39;
     this.mt_password.Text = "Password";
     this.mt_password.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_password.ViewStyle
     //
     //
     // mt_username
     //
     this.mt_username.Location = new System.Drawing.Point(8, 46);
     this.mt_username.Name = "mt_username";
     this.mt_username.Size = new System.Drawing.Size(104, 16);
     this.mt_username.TabIndex = 38;
     this.mt_username.Text = "User Name";
     this.mt_username.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_username.ViewStyle
     //
     //
     // mt_fullname
     //
     this.mt_fullname.Location = new System.Drawing.Point(8, 6);
     this.mt_fullname.Name = "mt_fullname";
     this.mt_fullname.Size = new System.Drawing.Size(104, 16);
     this.mt_fullname.TabIndex = 37;
     this.mt_fullname.Text = "Full Name";
     this.mt_fullname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_fullname.ViewStyle
     //
     //
     // m_pAddresses
     //
     this.m_pAddresses.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_pAddresses.Location = new System.Drawing.Point(8, 214);
     this.m_pAddresses.Name = "m_pAddresses";
     this.m_pAddresses.Size = new System.Drawing.Size(264, 132);
     this.m_pAddresses.TabIndex = 36;
     //
     // m_pAllowRelay
     //
     this.m_pAllowRelay.Checked = true;
     this.m_pAllowRelay.Location = new System.Drawing.Point(328, 152);
     this.m_pAllowRelay.Name = "m_pAllowRelay";
     this.m_pAllowRelay.ReadOnly = false;
     this.m_pAllowRelay.Size = new System.Drawing.Size(30, 22);
     this.m_pAllowRelay.TabIndex = 46;
     this.m_pAllowRelay.UseStaticViewStyle = true;
     //
     // m_pAllowRelay.ViewStyle
     //
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(224, 152);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(104, 24);
     this.wLabel1.TabIndex = 47;
     this.wLabel1.Text = "Allow Relay";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel1.ViewStyle
     //
     //
     // wfrm_User_General
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(368, 351);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.m_pAllowRelay,
                                                                   this.wLabel1,
                                                                   this.m_pEnabled,
                                                                   this.m_pMailboxSize,
                                                                   this.wLabel3,
                                                                   this.mt_userenabled,
                                                                   this.mt_mailboxsize,
                                                                   this.m_pRemove,
                                                                   this.m_pAdd,
                                                                   this.m_pGenerate,
                                                                   this.m_pDomains,
                                                                   this.mt_symbolAT,
                                                                   this.m_pAddress,
                                                                   this.m_pDescription,
                                                                   this.m_pPassword,
                                                                   this.m_pLogOnName,
                                                                   this.m_pFullName,
                                                                   this.mt_Emails,
                                                                   this.mt_description,
                                                                   this.mt_password,
                                                                   this.mt_username,
                                                                   this.mt_fullname,
                                                                   this.m_pAddresses});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "wfrm_User_General";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "User";
     this.ResumeLayout(false);
 }
Ejemplo n.º 5
0
		/// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
			this.wEditBox1 = new LumiSoft.UI.Controls.WEditBox();
			this.wSpinEdit1 = new LumiSoft.UI.Controls.WSpinEdit();
			this.wPictureBox1 = new LumiSoft.UI.Controls.WPictureBox();
			this.wButtonEdit1 = new LumiSoft.UI.Controls.WButtonEdit();
			this.wDatePicker1 = new LumiSoft.UI.Controls.WDatePicker.WDatePicker();
			this.wComboBox1 = new LumiSoft.UI.Controls.WComboBox();
			this.wCheckBox1 = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
			this.toolBar1 = new LumiSoft.UI.Controls.WToolBar();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.wEditBox2 = new LumiSoft.UI.Controls.WEditBox();
			this.wEditBox3 = new LumiSoft.UI.Controls.WEditBox();
			this.wSpinEdit2 = new LumiSoft.UI.Controls.WSpinEdit();
			this.wSpinEdit3 = new LumiSoft.UI.Controls.WSpinEdit();
			this.wButtonEdit2 = new LumiSoft.UI.Controls.WButtonEdit();
			this.wButtonEdit3 = new LumiSoft.UI.Controls.WButtonEdit();
			this.wComboBox2 = new LumiSoft.UI.Controls.WComboBox();
			this.wComboBox3 = new LumiSoft.UI.Controls.WComboBox();
			this.wDatePicker2 = new LumiSoft.UI.Controls.WDatePicker.WDatePicker();
			this.wDatePicker3 = new LumiSoft.UI.Controls.WDatePicker.WDatePicker();
			this.wCheckBox2 = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
			this.wCheckBox3 = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
			this.button1 = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.wEditBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wSpinEdit1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wPictureBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wButtonEdit1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wDatePicker1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wComboBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wCheckBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wEditBox2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wEditBox3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wSpinEdit2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wSpinEdit3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wButtonEdit2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wButtonEdit3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wComboBox2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wComboBox3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wDatePicker2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wDatePicker3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wCheckBox2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.wCheckBox3)).BeginInit();
			this.SuspendLayout();
			// 
			// wEditBox1
			// 
			this.wEditBox1.DecimalPlaces = 2;
			this.wEditBox1.DecMaxValue = 99999999;
			this.wEditBox1.DecMinValue = -99999999;
			this.wEditBox1.Location = new System.Drawing.Point(240, 40);
			this.wEditBox1.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wEditBox1.MaxLength = 32767;
			this.wEditBox1.Multiline = false;
			this.wEditBox1.Name = "wEditBox1";
			this.wEditBox1.PasswordChar = '\0';
			this.wEditBox1.ReadOnly = false;
			this.wEditBox1.Size = new System.Drawing.Size(100, 20);
			this.wEditBox1.TabIndex = 0;
			this.wEditBox1.Text = "Normal";
			this.wEditBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.wEditBox1.UseStaticViewStyle = true;
			// 
			// wSpinEdit1
			// 
			this.wSpinEdit1.BackColor = System.Drawing.Color.White;
			this.wSpinEdit1.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
			this.wSpinEdit1.DecimalPlaces = 0;
			this.wSpinEdit1.DecMaxValue = 99999999;
			this.wSpinEdit1.DecMinValue = -99999999;
			this.wSpinEdit1.DecValue = new System.Decimal(new int[] {
																		0,
																		0,
																		0,
																		0});
			this.wSpinEdit1.Location = new System.Drawing.Point(240, 120);
			this.wSpinEdit1.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
			this.wSpinEdit1.MaxLength = 32767;
			this.wSpinEdit1.Name = "wSpinEdit1";
			this.wSpinEdit1.ReadOnly = false;
			this.wSpinEdit1.Size = new System.Drawing.Size(104, 20);
			this.wSpinEdit1.TabIndex = 1;
			this.wSpinEdit1.Text = "0";
			this.wSpinEdit1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.wSpinEdit1.UseStaticViewStyle = true;
			// 
			// wPictureBox1
			// 
			this.wPictureBox1.Image = null;
			this.wPictureBox1.Location = new System.Drawing.Point(384, 200);
			this.wPictureBox1.Name = "wPictureBox1";
			this.wPictureBox1.Size = new System.Drawing.Size(100, 64);
			this.wPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
			this.wPictureBox1.TabIndex = 2;
			this.wPictureBox1.UseStaticViewStyle = true;
			// 
			// wButtonEdit1
			// 
			this.wButtonEdit1.AcceptsPlussKey = true;
			this.wButtonEdit1.BackColor = System.Drawing.Color.White;
			this.wButtonEdit1.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wButtonEdit1.ButtonIcon")));
			this.wButtonEdit1.ButtonWidth = 18;
			this.wButtonEdit1.Location = new System.Drawing.Point(240, 200);
			this.wButtonEdit1.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wButtonEdit1.MaxLength = 32767;
			this.wButtonEdit1.Name = "wButtonEdit1";
			this.wButtonEdit1.ReadOnly = false;
			this.wButtonEdit1.Size = new System.Drawing.Size(118, 20);
			this.wButtonEdit1.TabIndex = 3;
			this.wButtonEdit1.Text = "Normal";
			this.wButtonEdit1.UseStaticViewStyle = true;
			this.wButtonEdit1.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.wButtonEdit1_ButtonPressed);
			// 
			// wDatePicker1
			// 
			this.wDatePicker1.AcceptsPlussKey = true;
			this.wDatePicker1.BackColor = System.Drawing.Color.White;
			this.wDatePicker1.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wDatePicker1.ButtonIcon")));
			this.wDatePicker1.ButtonWidth = 18;
			this.wDatePicker1.Location = new System.Drawing.Point(384, 120);
			this.wDatePicker1.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Date;
			this.wDatePicker1.MaxLength = 32767;
			this.wDatePicker1.Name = "wDatePicker1";
			this.wDatePicker1.ReadOnly = false;
			this.wDatePicker1.Size = new System.Drawing.Size(88, 20);
			this.wDatePicker1.TabIndex = 4;
			this.wDatePicker1.Text = "04/17/2002";
			this.wDatePicker1.UseStaticViewStyle = true;
			this.wDatePicker1.Value = new System.DateTime(2002, 4, 17, 0, 0, 0, 0);
			// 
			// wComboBox1
			// 
			this.wComboBox1.AcceptsPlussKey = true;
			this.wComboBox1.BackColor = System.Drawing.Color.White;
			this.wComboBox1.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wComboBox1.ButtonIcon")));
			this.wComboBox1.ButtonWidth = 18;
			this.wComboBox1.DropDownWidth = 120;
			this.wComboBox1.Location = new System.Drawing.Point(384, 40);
			this.wComboBox1.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wComboBox1.MaxLength = 32767;
			this.wComboBox1.Name = "wComboBox1";
			this.wComboBox1.ReadOnly = false;
			this.wComboBox1.Size = new System.Drawing.Size(120, 20);
			this.wComboBox1.TabIndex = 5;
			this.wComboBox1.Text = "Normal";
			this.wComboBox1.UseStaticViewStyle = true;
			this.wComboBox1.VisibleItems = 5;
			// 
			// wCheckBox1
			// 
			this.wCheckBox1.Checked = false;
			this.wCheckBox1.Location = new System.Drawing.Point(240, 280);
			this.wCheckBox1.Name = "wCheckBox1";
			this.wCheckBox1.ReadOnly = false;
			this.wCheckBox1.Size = new System.Drawing.Size(30, 22);
			this.wCheckBox1.TabIndex = 6;
			this.wCheckBox1.UseStaticViewStyle = true;
			// 
			// toolBar1
			// 
			this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton1,
																						this.toolBarButton2,
																						this.toolBarButton3,
																						this.toolBarButton4,
																						this.toolBarButton5});
			this.toolBar1.Divider = false;
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.imageList1;
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(536, 23);
			this.toolBar1.TabIndex = 7;
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.Enabled = false;
			this.toolBarButton1.ImageIndex = 0;
			// 
			// toolBarButton2
			// 
			this.toolBarButton2.Enabled = false;
			this.toolBarButton2.ImageIndex = 1;
			// 
			// toolBarButton3
			// 
			this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton4
			// 
			this.toolBarButton4.DropDownMenu = this.contextMenu1;
			this.toolBarButton4.ImageIndex = 3;
			this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
			// 
			// contextMenu1
			// 
			this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						 this.menuItem1,
																						 this.menuItem2});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.Text = "Enable print";
			this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 1;
			this.menuItem2.Text = "Disable print";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// toolBarButton5
			// 
			this.toolBarButton5.ImageIndex = 2;
			// 
			// imageList1
			// 
			this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Fuchsia;
			// 
			// wEditBox2
			// 
			this.wEditBox2.DecimalPlaces = 2;
			this.wEditBox2.DecMaxValue = 99999999;
			this.wEditBox2.DecMinValue = -99999999;
			this.wEditBox2.Location = new System.Drawing.Point(240, 64);
			this.wEditBox2.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wEditBox2.MaxLength = 32767;
			this.wEditBox2.Multiline = false;
			this.wEditBox2.Name = "wEditBox2";
			this.wEditBox2.PasswordChar = '\0';
			this.wEditBox2.ReadOnly = true;
			this.wEditBox2.Size = new System.Drawing.Size(100, 20);
			this.wEditBox2.TabIndex = 8;
			this.wEditBox2.Text = "ReadOnly";
			this.wEditBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.wEditBox2.UseStaticViewStyle = true;
			// 
			// wEditBox3
			// 
			this.wEditBox3.DecimalPlaces = 2;
			this.wEditBox3.DecMaxValue = 99999999;
			this.wEditBox3.DecMinValue = -99999999;
			this.wEditBox3.Enabled = false;
			this.wEditBox3.Location = new System.Drawing.Point(240, 88);
			this.wEditBox3.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wEditBox3.MaxLength = 32767;
			this.wEditBox3.Multiline = false;
			this.wEditBox3.Name = "wEditBox3";
			this.wEditBox3.PasswordChar = '\0';
			this.wEditBox3.ReadOnly = false;
			this.wEditBox3.Size = new System.Drawing.Size(100, 20);
			this.wEditBox3.TabIndex = 9;
			this.wEditBox3.Text = "Disabled";
			this.wEditBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.wEditBox3.UseStaticViewStyle = true;
			// 
			// wSpinEdit2
			// 
			this.wSpinEdit2.BackColor = System.Drawing.Color.White;
			this.wSpinEdit2.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
			this.wSpinEdit2.DecimalPlaces = 0;
			this.wSpinEdit2.DecMaxValue = 99999999;
			this.wSpinEdit2.DecMinValue = -99999999;
			this.wSpinEdit2.DecValue = new System.Decimal(new int[] {
																		0,
																		0,
																		0,
																		0});
			this.wSpinEdit2.Location = new System.Drawing.Point(240, 144);
			this.wSpinEdit2.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
			this.wSpinEdit2.MaxLength = 32767;
			this.wSpinEdit2.Name = "wSpinEdit2";
			this.wSpinEdit2.ReadOnly = true;
			this.wSpinEdit2.Size = new System.Drawing.Size(104, 20);
			this.wSpinEdit2.TabIndex = 10;
			this.wSpinEdit2.Text = "0";
			this.wSpinEdit2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.wSpinEdit2.UseStaticViewStyle = true;
			// 
			// wSpinEdit3
			// 
			this.wSpinEdit3.BackColor = System.Drawing.Color.White;
			this.wSpinEdit3.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
			this.wSpinEdit3.DecimalPlaces = 0;
			this.wSpinEdit3.DecMaxValue = 99999999;
			this.wSpinEdit3.DecMinValue = -99999999;
			this.wSpinEdit3.DecValue = new System.Decimal(new int[] {
																		0,
																		0,
																		0,
																		0});
			this.wSpinEdit3.Enabled = false;
			this.wSpinEdit3.Location = new System.Drawing.Point(240, 168);
			this.wSpinEdit3.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
			this.wSpinEdit3.MaxLength = 32767;
			this.wSpinEdit3.Name = "wSpinEdit3";
			this.wSpinEdit3.ReadOnly = false;
			this.wSpinEdit3.Size = new System.Drawing.Size(104, 20);
			this.wSpinEdit3.TabIndex = 11;
			this.wSpinEdit3.Text = "0";
			this.wSpinEdit3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.wSpinEdit3.UseStaticViewStyle = true;
			// 
			// wButtonEdit2
			// 
			this.wButtonEdit2.AcceptsPlussKey = true;
			this.wButtonEdit2.BackColor = System.Drawing.Color.White;
			this.wButtonEdit2.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wButtonEdit2.ButtonIcon")));
			this.wButtonEdit2.ButtonWidth = 18;
			this.wButtonEdit2.Location = new System.Drawing.Point(240, 224);
			this.wButtonEdit2.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wButtonEdit2.MaxLength = 32767;
			this.wButtonEdit2.Name = "wButtonEdit2";
			this.wButtonEdit2.ReadOnly = true;
			this.wButtonEdit2.Size = new System.Drawing.Size(118, 20);
			this.wButtonEdit2.TabIndex = 12;
			this.wButtonEdit2.Text = "ReadOnly";
			this.wButtonEdit2.UseStaticViewStyle = true;
			// 
			// wButtonEdit3
			// 
			this.wButtonEdit3.AcceptsPlussKey = true;
			this.wButtonEdit3.BackColor = System.Drawing.Color.White;
			this.wButtonEdit3.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wButtonEdit3.ButtonIcon")));
			this.wButtonEdit3.ButtonWidth = 18;
			this.wButtonEdit3.Enabled = false;
			this.wButtonEdit3.Location = new System.Drawing.Point(240, 248);
			this.wButtonEdit3.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wButtonEdit3.MaxLength = 32767;
			this.wButtonEdit3.Name = "wButtonEdit3";
			this.wButtonEdit3.ReadOnly = false;
			this.wButtonEdit3.Size = new System.Drawing.Size(118, 20);
			this.wButtonEdit3.TabIndex = 13;
			this.wButtonEdit3.Text = "Disabled";
			this.wButtonEdit3.UseStaticViewStyle = true;
			// 
			// wComboBox2
			// 
			this.wComboBox2.AcceptsPlussKey = true;
			this.wComboBox2.BackColor = System.Drawing.Color.White;
			this.wComboBox2.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wComboBox2.ButtonIcon")));
			this.wComboBox2.ButtonWidth = 18;
			this.wComboBox2.DropDownWidth = 120;
			this.wComboBox2.Location = new System.Drawing.Point(384, 64);
			this.wComboBox2.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wComboBox2.MaxLength = 32767;
			this.wComboBox2.Name = "wComboBox2";
			this.wComboBox2.ReadOnly = true;
			this.wComboBox2.Size = new System.Drawing.Size(120, 20);
			this.wComboBox2.TabIndex = 14;
			this.wComboBox2.Text = "ReadOnly";
			this.wComboBox2.UseStaticViewStyle = true;
			this.wComboBox2.VisibleItems = 5;
			// 
			// wComboBox3
			// 
			this.wComboBox3.AcceptsPlussKey = true;
			this.wComboBox3.BackColor = System.Drawing.Color.White;
			this.wComboBox3.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wComboBox3.ButtonIcon")));
			this.wComboBox3.ButtonWidth = 18;
			this.wComboBox3.DropDownWidth = 120;
			this.wComboBox3.Enabled = false;
			this.wComboBox3.Location = new System.Drawing.Point(384, 88);
			this.wComboBox3.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
			this.wComboBox3.MaxLength = 32767;
			this.wComboBox3.Name = "wComboBox3";
			this.wComboBox3.ReadOnly = false;
			this.wComboBox3.Size = new System.Drawing.Size(120, 20);
			this.wComboBox3.TabIndex = 15;
			this.wComboBox3.Text = "Disabled";
			this.wComboBox3.UseStaticViewStyle = true;
			this.wComboBox3.VisibleItems = 5;
			// 
			// wDatePicker2
			// 
			this.wDatePicker2.AcceptsPlussKey = true;
			this.wDatePicker2.BackColor = System.Drawing.Color.White;
			this.wDatePicker2.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wDatePicker2.ButtonIcon")));
			this.wDatePicker2.ButtonWidth = 18;
			this.wDatePicker2.Location = new System.Drawing.Point(384, 144);
			this.wDatePicker2.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Date;
			this.wDatePicker2.MaxLength = 32767;
			this.wDatePicker2.Name = "wDatePicker2";
			this.wDatePicker2.ReadOnly = true;
			this.wDatePicker2.Size = new System.Drawing.Size(88, 20);
			this.wDatePicker2.TabIndex = 16;
			this.wDatePicker2.Text = "04/17/2002";
			this.wDatePicker2.UseStaticViewStyle = true;
			this.wDatePicker2.Value = new System.DateTime(2002, 4, 17, 0, 0, 0, 0);
			// 
			// wDatePicker3
			// 
			this.wDatePicker3.AcceptsPlussKey = true;
			this.wDatePicker3.BackColor = System.Drawing.Color.White;
			this.wDatePicker3.ButtonIcon = ((System.Drawing.Icon)(resources.GetObject("wDatePicker3.ButtonIcon")));
			this.wDatePicker3.ButtonWidth = 18;
			this.wDatePicker3.Enabled = false;
			this.wDatePicker3.Location = new System.Drawing.Point(384, 168);
			this.wDatePicker3.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Date;
			this.wDatePicker3.MaxLength = 32767;
			this.wDatePicker3.Name = "wDatePicker3";
			this.wDatePicker3.ReadOnly = false;
			this.wDatePicker3.Size = new System.Drawing.Size(88, 20);
			this.wDatePicker3.TabIndex = 17;
			this.wDatePicker3.Text = "04/17/2002";
			this.wDatePicker3.UseStaticViewStyle = true;
			this.wDatePicker3.Value = new System.DateTime(2002, 4, 17, 0, 0, 0, 0);
			// 
			// wCheckBox2
			// 
			this.wCheckBox2.Checked = false;
			this.wCheckBox2.Location = new System.Drawing.Point(280, 280);
			this.wCheckBox2.Name = "wCheckBox2";
			this.wCheckBox2.ReadOnly = true;
			this.wCheckBox2.Size = new System.Drawing.Size(30, 22);
			this.wCheckBox2.TabIndex = 18;
			this.wCheckBox2.UseStaticViewStyle = true;
			// 
			// wCheckBox3
			// 
			this.wCheckBox3.Checked = false;
			this.wCheckBox3.Enabled = false;
			this.wCheckBox3.Location = new System.Drawing.Point(320, 280);
			this.wCheckBox3.Name = "wCheckBox3";
			this.wCheckBox3.ReadOnly = false;
			this.wCheckBox3.Size = new System.Drawing.Size(30, 22);
			this.wCheckBox3.TabIndex = 19;
			this.wCheckBox3.UseStaticViewStyle = true;
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button1.Location = new System.Drawing.Point(400, 280);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(72, 32);
			this.button1.TabIndex = 20;
			this.button1.Text = "Flash controls";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(536, 325);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.button1,
																		  this.wCheckBox3,
																		  this.wCheckBox2,
																		  this.wDatePicker3,
																		  this.wDatePicker2,
																		  this.wComboBox3,
																		  this.wComboBox2,
																		  this.wButtonEdit3,
																		  this.wButtonEdit2,
																		  this.wSpinEdit3,
																		  this.wSpinEdit2,
																		  this.wEditBox3,
																		  this.wEditBox2,
																		  this.toolBar1,
																		  this.wCheckBox1,
																		  this.wComboBox1,
																		  this.wDatePicker1,
																		  this.wButtonEdit1,
																		  this.wPictureBox1,
																		  this.wSpinEdit1,
																		  this.wEditBox1});
			this.Name = "Form1";
			this.Text = "Form1";
			((System.ComponentModel.ISupportInitialize)(this.wEditBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wSpinEdit1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wPictureBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wButtonEdit1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wDatePicker1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wComboBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wCheckBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wEditBox2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wEditBox3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wSpinEdit2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wSpinEdit3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wButtonEdit2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wButtonEdit3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wComboBox2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wComboBox3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wDatePicker2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wDatePicker3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wCheckBox2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.wCheckBox3)).EndInit();
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_pIMAPIPAddresses = new LumiSoft.UI.Controls.WComboBox();
     this.wLabel7 = new LumiSoft.UI.Controls.WLabel();
     this.m_pIMAP_Threads = new LumiSoft.UI.Controls.WSpinEdit();
     this.m_pIMAP = new LumiSoft.UI.Controls.WSpinEdit();
     this.mt_pop3max = new LumiSoft.UI.Controls.WLabel();
     this.mt_pop3 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel10 = new LumiSoft.UI.Controls.WLabel();
     this.m_pIMAPSessionIdle = new LumiSoft.UI.Controls.WSpinEdit();
     this.wLabel8 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel11 = new LumiSoft.UI.Controls.WLabel();
     this.m_pIMAPCommandIdle = new LumiSoft.UI.Controls.WSpinEdit();
     this.wLabel9 = new LumiSoft.UI.Controls.WLabel();
     this.m_pMaxIMAPbadCmds = new LumiSoft.UI.Controls.WSpinEdit();
     this.wLabel13 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.m_pEnabled = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.SuspendLayout();
     //
     // m_pIMAPIPAddresses
     //
     this.m_pIMAPIPAddresses.DrawBorder = true;
     this.m_pIMAPIPAddresses.DropDownWidth = 128;
     this.m_pIMAPIPAddresses.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable;
     this.m_pIMAPIPAddresses.Location = new System.Drawing.Point(176, 144);
     this.m_pIMAPIPAddresses.Name = "m_pIMAPIPAddresses";
     this.m_pIMAPIPAddresses.SelectedIndex = -1;
     this.m_pIMAPIPAddresses.SelectionLength = 0;
     this.m_pIMAPIPAddresses.SelectionStart = 0;
     this.m_pIMAPIPAddresses.Size = new System.Drawing.Size(128, 20);
     this.m_pIMAPIPAddresses.TabIndex = 42;
     this.m_pIMAPIPAddresses.UseStaticViewStyle = true;
     //
     // m_pIMAPIPAddresses.ViewStyle
     //
     this.m_pIMAPIPAddresses.VisibleItems = 5;
     //
     // wLabel7
     //
     this.wLabel7.Location = new System.Drawing.Point(8, 144);
     this.wLabel7.Name = "wLabel7";
     this.wLabel7.Size = new System.Drawing.Size(166, 24);
     this.wLabel7.TabIndex = 41;
     this.wLabel7.Text = "IMAP IP Address";
     this.wLabel7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel7.ViewStyle
     //
     //
     // m_pIMAP_Threads
     //
     this.m_pIMAP_Threads.BackColor = System.Drawing.Color.White;
     this.m_pIMAP_Threads.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pIMAP_Threads.DecimalPlaces = 0;
     this.m_pIMAP_Threads.DecMaxValue = new System.Decimal(new int[] {
                                                                         999,
                                                                         0,
                                                                         0,
                                                                         0});
     this.m_pIMAP_Threads.DecMinValue = new System.Decimal(new int[] {
                                                                         1,
                                                                         0,
                                                                         0,
                                                                         0});
     this.m_pIMAP_Threads.DecValue = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.m_pIMAP_Threads.DrawBorder = true;
     this.m_pIMAP_Threads.Location = new System.Drawing.Point(176, 192);
     this.m_pIMAP_Threads.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pIMAP_Threads.MaxLength = 32767;
     this.m_pIMAP_Threads.Name = "m_pIMAP_Threads";
     this.m_pIMAP_Threads.ReadOnly = false;
     this.m_pIMAP_Threads.Size = new System.Drawing.Size(64, 20);
     this.m_pIMAP_Threads.TabIndex = 39;
     this.m_pIMAP_Threads.Text = "100";
     this.m_pIMAP_Threads.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pIMAP_Threads.UseStaticViewStyle = true;
     //
     // m_pIMAP_Threads.ViewStyle
     //
     //
     // m_pIMAP
     //
     this.m_pIMAP.BackColor = System.Drawing.Color.White;
     this.m_pIMAP.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pIMAP.DecimalPlaces = 0;
     this.m_pIMAP.DecMaxValue = new System.Decimal(new int[] {
                                                                 999999999,
                                                                 0,
                                                                 0,
                                                                 0});
     this.m_pIMAP.DecMinValue = new System.Decimal(new int[] {
                                                                 0,
                                                                 0,
                                                                 0,
                                                                 0});
     this.m_pIMAP.DecValue = new System.Decimal(new int[] {
                                                              143,
                                                              0,
                                                              0,
                                                              0});
     this.m_pIMAP.DrawBorder = true;
     this.m_pIMAP.Location = new System.Drawing.Point(176, 168);
     this.m_pIMAP.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pIMAP.MaxLength = 32767;
     this.m_pIMAP.Name = "m_pIMAP";
     this.m_pIMAP.ReadOnly = false;
     this.m_pIMAP.Size = new System.Drawing.Size(64, 20);
     this.m_pIMAP.TabIndex = 37;
     this.m_pIMAP.Text = "143";
     this.m_pIMAP.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pIMAP.UseStaticViewStyle = true;
     //
     // m_pIMAP.ViewStyle
     //
     //
     // mt_pop3max
     //
     this.mt_pop3max.Location = new System.Drawing.Point(8, 192);
     this.mt_pop3max.Name = "mt_pop3max";
     this.mt_pop3max.Size = new System.Drawing.Size(166, 24);
     this.mt_pop3max.TabIndex = 36;
     this.mt_pop3max.Text = "Maximum IMAP Threads";
     this.mt_pop3max.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_pop3max.ViewStyle
     //
     //
     // mt_pop3
     //
     this.mt_pop3.Location = new System.Drawing.Point(8, 168);
     this.mt_pop3.Name = "mt_pop3";
     this.mt_pop3.Size = new System.Drawing.Size(166, 24);
     this.mt_pop3.TabIndex = 35;
     this.mt_pop3.Text = "IMAP Port on IP Address Above";
     this.mt_pop3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_pop3.ViewStyle
     //
     //
     // wLabel10
     //
     this.wLabel10.Location = new System.Drawing.Point(8, 24);
     this.wLabel10.Name = "wLabel10";
     this.wLabel10.Size = new System.Drawing.Size(166, 24);
     this.wLabel10.TabIndex = 29;
     this.wLabel10.Text = "Session Idle Timeout";
     this.wLabel10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel10.ViewStyle
     //
     //
     // m_pIMAPSessionIdle
     //
     this.m_pIMAPSessionIdle.BackColor = System.Drawing.Color.White;
     this.m_pIMAPSessionIdle.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pIMAPSessionIdle.DecimalPlaces = 0;
     this.m_pIMAPSessionIdle.DecMaxValue = new System.Decimal(new int[] {
                                                                            999999999,
                                                                            0,
                                                                            0,
                                                                            0});
     this.m_pIMAPSessionIdle.DecMinValue = new System.Decimal(new int[] {
                                                                            20,
                                                                            0,
                                                                            0,
                                                                            0});
     this.m_pIMAPSessionIdle.DecValue = new System.Decimal(new int[] {
                                                                         60,
                                                                         0,
                                                                         0,
                                                                         0});
     this.m_pIMAPSessionIdle.DrawBorder = true;
     this.m_pIMAPSessionIdle.Location = new System.Drawing.Point(176, 24);
     this.m_pIMAPSessionIdle.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pIMAPSessionIdle.MaxLength = 32767;
     this.m_pIMAPSessionIdle.Name = "m_pIMAPSessionIdle";
     this.m_pIMAPSessionIdle.ReadOnly = false;
     this.m_pIMAPSessionIdle.Size = new System.Drawing.Size(64, 20);
     this.m_pIMAPSessionIdle.TabIndex = 31;
     this.m_pIMAPSessionIdle.Text = "60";
     this.m_pIMAPSessionIdle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pIMAPSessionIdle.UseStaticViewStyle = true;
     //
     // m_pIMAPSessionIdle.ViewStyle
     //
     //
     // wLabel8
     //
     this.wLabel8.Location = new System.Drawing.Point(240, 24);
     this.wLabel8.Name = "wLabel8";
     this.wLabel8.Size = new System.Drawing.Size(48, 24);
     this.wLabel8.TabIndex = 33;
     this.wLabel8.Text = "sec.";
     this.wLabel8.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel8.ViewStyle
     //
     //
     // wLabel11
     //
     this.wLabel11.Location = new System.Drawing.Point(240, 48);
     this.wLabel11.Name = "wLabel11";
     this.wLabel11.Size = new System.Drawing.Size(48, 24);
     this.wLabel11.TabIndex = 34;
     this.wLabel11.Text = "sec.";
     this.wLabel11.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel11.ViewStyle
     //
     //
     // m_pIMAPCommandIdle
     //
     this.m_pIMAPCommandIdle.BackColor = System.Drawing.Color.White;
     this.m_pIMAPCommandIdle.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pIMAPCommandIdle.DecimalPlaces = 0;
     this.m_pIMAPCommandIdle.DecMaxValue = new System.Decimal(new int[] {
                                                                            999999999,
                                                                            0,
                                                                            0,
                                                                            0});
     this.m_pIMAPCommandIdle.DecMinValue = new System.Decimal(new int[] {
                                                                            10,
                                                                            0,
                                                                            0,
                                                                            0});
     this.m_pIMAPCommandIdle.DecValue = new System.Decimal(new int[] {
                                                                         60,
                                                                         0,
                                                                         0,
                                                                         0});
     this.m_pIMAPCommandIdle.DrawBorder = true;
     this.m_pIMAPCommandIdle.Location = new System.Drawing.Point(176, 48);
     this.m_pIMAPCommandIdle.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pIMAPCommandIdle.MaxLength = 32767;
     this.m_pIMAPCommandIdle.Name = "m_pIMAPCommandIdle";
     this.m_pIMAPCommandIdle.ReadOnly = false;
     this.m_pIMAPCommandIdle.Size = new System.Drawing.Size(64, 20);
     this.m_pIMAPCommandIdle.TabIndex = 32;
     this.m_pIMAPCommandIdle.Text = "60";
     this.m_pIMAPCommandIdle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pIMAPCommandIdle.UseStaticViewStyle = true;
     //
     // m_pIMAPCommandIdle.ViewStyle
     //
     //
     // wLabel9
     //
     this.wLabel9.Location = new System.Drawing.Point(8, 48);
     this.wLabel9.Name = "wLabel9";
     this.wLabel9.Size = new System.Drawing.Size(166, 24);
     this.wLabel9.TabIndex = 30;
     this.wLabel9.Text = "Command Idle Timeout";
     this.wLabel9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel9.ViewStyle
     //
     //
     // m_pMaxIMAPbadCmds
     //
     this.m_pMaxIMAPbadCmds.BackColor = System.Drawing.Color.White;
     this.m_pMaxIMAPbadCmds.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pMaxIMAPbadCmds.DecimalPlaces = 0;
     this.m_pMaxIMAPbadCmds.DecMaxValue = new System.Decimal(new int[] {
                                                                           999999999,
                                                                           0,
                                                                           0,
                                                                           0});
     this.m_pMaxIMAPbadCmds.DecMinValue = new System.Decimal(new int[] {
                                                                           1,
                                                                           0,
                                                                           0,
                                                                           0});
     this.m_pMaxIMAPbadCmds.DecValue = new System.Decimal(new int[] {
                                                                        8,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pMaxIMAPbadCmds.DrawBorder = true;
     this.m_pMaxIMAPbadCmds.Location = new System.Drawing.Point(176, 96);
     this.m_pMaxIMAPbadCmds.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pMaxIMAPbadCmds.MaxLength = 32767;
     this.m_pMaxIMAPbadCmds.Name = "m_pMaxIMAPbadCmds";
     this.m_pMaxIMAPbadCmds.ReadOnly = false;
     this.m_pMaxIMAPbadCmds.Size = new System.Drawing.Size(64, 20);
     this.m_pMaxIMAPbadCmds.TabIndex = 38;
     this.m_pMaxIMAPbadCmds.Text = "8";
     this.m_pMaxIMAPbadCmds.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pMaxIMAPbadCmds.UseStaticViewStyle = true;
     //
     // m_pMaxIMAPbadCmds.ViewStyle
     //
     //
     // wLabel13
     //
     this.wLabel13.Location = new System.Drawing.Point(8, 96);
     this.wLabel13.Name = "wLabel13";
     this.wLabel13.Size = new System.Drawing.Size(166, 24);
     this.wLabel13.TabIndex = 40;
     this.wLabel13.Text = "Max. bad commands";
     this.wLabel13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel13.ViewStyle
     //
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(8, 232);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(166, 24);
     this.wLabel1.TabIndex = 43;
     this.wLabel1.Text = "Enabled";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel1.ViewStyle
     //
     //
     // m_pEnabled
     //
     this.m_pEnabled.Checked = false;
     this.m_pEnabled.DrawBorder = true;
     this.m_pEnabled.Location = new System.Drawing.Point(176, 232);
     this.m_pEnabled.Name = "m_pEnabled";
     this.m_pEnabled.ReadOnly = false;
     this.m_pEnabled.Size = new System.Drawing.Size(16, 22);
     this.m_pEnabled.TabIndex = 44;
     this.m_pEnabled.UseStaticViewStyle = true;
     //
     // m_pEnabled.ViewStyle
     //
     //
     // wfrm_System_IMAP
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(472, 357);
     this.Controls.Add(this.m_pEnabled);
     this.Controls.Add(this.wLabel1);
     this.Controls.Add(this.m_pIMAPIPAddresses);
     this.Controls.Add(this.wLabel7);
     this.Controls.Add(this.m_pIMAP_Threads);
     this.Controls.Add(this.m_pIMAP);
     this.Controls.Add(this.mt_pop3max);
     this.Controls.Add(this.mt_pop3);
     this.Controls.Add(this.wLabel10);
     this.Controls.Add(this.m_pIMAPSessionIdle);
     this.Controls.Add(this.wLabel8);
     this.Controls.Add(this.wLabel11);
     this.Controls.Add(this.m_pIMAPCommandIdle);
     this.Controls.Add(this.wLabel9);
     this.Controls.Add(this.m_pMaxIMAPbadCmds);
     this.Controls.Add(this.wLabel13);
     this.Name = "wfrm_System_IMAP";
     this.Text = "wfrm_System_IMAP";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_pCancel = new LumiSoft.UI.Controls.WButton();
     this.mt_member = new LumiSoft.UI.Controls.WLabel();
     this.m_pMember = new LumiSoft.UI.Controls.WEditBox();
     this.m_pOk = new LumiSoft.UI.Controls.WButton();
     this.m_pRemove = new LumiSoft.UI.Controls.WButton();
     this.m_pAdd = new LumiSoft.UI.Controls.WButton();
     this.m_pDomains = new LumiSoft.UI.Controls.WComboBox();
     this.mt_symbolAT = new LumiSoft.UI.Controls.WLabel();
     this.m_pName = new LumiSoft.UI.Controls.WEditBox();
     this.m_pDescription = new LumiSoft.UI.Controls.WEditBox();
     this.mt_name = new LumiSoft.UI.Controls.WLabel();
     this.mt_description = new LumiSoft.UI.Controls.WLabel();
     this.m_pMembers = new System.Windows.Forms.ListBox();
     this.m_pIsPublic = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.SuspendLayout();
     //
     // m_pCancel
     //
     this.m_pCancel.DrawBorder = true;
     this.m_pCancel.Location = new System.Drawing.Point(280, 317);
     this.m_pCancel.Name = "m_pCancel";
     this.m_pCancel.TabIndex = 13;
     this.m_pCancel.Text = "Cancel";
     this.m_pCancel.UseStaticViewStyle = true;
     //
     // m_pCancel.ViewStyle
     //
     this.m_pCancel.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pCancel_ButtonPressed);
     //
     // mt_member
     //
     this.mt_member.Location = new System.Drawing.Point(8, 85);
     this.mt_member.Name = "mt_member";
     this.mt_member.Size = new System.Drawing.Size(144, 16);
     this.mt_member.TabIndex = 25;
     this.mt_member.Text = "Member email address";
     this.mt_member.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_member.ViewStyle
     //
     //
     // m_pMember
     //
     this.m_pMember.DrawBorder = true;
     this.m_pMember.Location = new System.Drawing.Point(8, 101);
     this.m_pMember.Name = "m_pMember";
     this.m_pMember.Size = new System.Drawing.Size(192, 20);
     this.m_pMember.TabIndex = 17;
     this.m_pMember.UseStaticViewStyle = true;
     //
     // m_pMember.ViewStyle
     //
     //
     // m_pOk
     //
     this.m_pOk.DrawBorder = true;
     this.m_pOk.Location = new System.Drawing.Point(280, 285);
     this.m_pOk.Name = "m_pOk";
     this.m_pOk.TabIndex = 20;
     this.m_pOk.Text = "OK";
     this.m_pOk.UseStaticViewStyle = true;
     //
     // m_pOk.ViewStyle
     //
     this.m_pOk.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pOk_Click);
     //
     // m_pRemove
     //
     this.m_pRemove.DrawBorder = true;
     this.m_pRemove.Location = new System.Drawing.Point(280, 165);
     this.m_pRemove.Name = "m_pRemove";
     this.m_pRemove.TabIndex = 19;
     this.m_pRemove.Text = "Remove";
     this.m_pRemove.UseStaticViewStyle = true;
     //
     // m_pRemove.ViewStyle
     //
     this.m_pRemove.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pRemove_Click);
     //
     // m_pAdd
     //
     this.m_pAdd.DrawBorder = true;
     this.m_pAdd.Location = new System.Drawing.Point(280, 133);
     this.m_pAdd.Name = "m_pAdd";
     this.m_pAdd.TabIndex = 18;
     this.m_pAdd.Text = "Add";
     this.m_pAdd.UseStaticViewStyle = true;
     //
     // m_pAdd.ViewStyle
     //
     this.m_pAdd.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pAdd_Click);
     //
     // m_pDomains
     //
     this.m_pDomains.DrawBorder = true;
     this.m_pDomains.DropDownWidth = 144;
     this.m_pDomains.Location = new System.Drawing.Point(216, 21);
     this.m_pDomains.Name = "m_pDomains";
     this.m_pDomains.SelectedIndex = -1;
     this.m_pDomains.SelectionLength = 0;
     this.m_pDomains.SelectionStart = 0;
     this.m_pDomains.Size = new System.Drawing.Size(144, 20);
     this.m_pDomains.TabIndex = 15;
     this.m_pDomains.UseStaticViewStyle = true;
     //
     // m_pDomains.ViewStyle
     //
     this.m_pDomains.VisibleItems = 5;
     //
     // mt_symbolAT
     //
     this.mt_symbolAT.Location = new System.Drawing.Point(200, 21);
     this.mt_symbolAT.Name = "mt_symbolAT";
     this.mt_symbolAT.Size = new System.Drawing.Size(16, 24);
     this.mt_symbolAT.TabIndex = 23;
     this.mt_symbolAT.Text = "@";
     //
     // mt_symbolAT.ViewStyle
     //
     //
     // m_pName
     //
     this.m_pName.DrawBorder = true;
     this.m_pName.Location = new System.Drawing.Point(8, 21);
     this.m_pName.Name = "m_pName";
     this.m_pName.Size = new System.Drawing.Size(192, 20);
     this.m_pName.TabIndex = 14;
     this.m_pName.UseStaticViewStyle = true;
     //
     // m_pName.ViewStyle
     //
     //
     // m_pDescription
     //
     this.m_pDescription.DrawBorder = true;
     this.m_pDescription.Location = new System.Drawing.Point(8, 61);
     this.m_pDescription.Name = "m_pDescription";
     this.m_pDescription.Size = new System.Drawing.Size(352, 20);
     this.m_pDescription.TabIndex = 16;
     this.m_pDescription.UseStaticViewStyle = true;
     //
     // m_pDescription.ViewStyle
     //
     //
     // mt_name
     //
     this.mt_name.Location = new System.Drawing.Point(8, 5);
     this.mt_name.Name = "mt_name";
     this.mt_name.Size = new System.Drawing.Size(104, 16);
     this.mt_name.TabIndex = 22;
     this.mt_name.Text = "AliasName Name";
     this.mt_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_name.ViewStyle
     //
     //
     // mt_description
     //
     this.mt_description.Location = new System.Drawing.Point(8, 45);
     this.mt_description.Name = "mt_description";
     this.mt_description.Size = new System.Drawing.Size(104, 16);
     this.mt_description.TabIndex = 24;
     this.mt_description.Text = "Description";
     this.mt_description.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_description.ViewStyle
     //
     //
     // m_pMembers
     //
     this.m_pMembers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_pMembers.Location = new System.Drawing.Point(8, 133);
     this.m_pMembers.Name = "m_pMembers";
     this.m_pMembers.Size = new System.Drawing.Size(264, 210);
     this.m_pMembers.TabIndex = 21;
     //
     // m_pIsPublic
     //
     this.m_pIsPublic.Checked = false;
     this.m_pIsPublic.DrawBorder = true;
     this.m_pIsPublic.Location = new System.Drawing.Point(296, 88);
     this.m_pIsPublic.Name = "m_pIsPublic";
     this.m_pIsPublic.ReadOnly = false;
     this.m_pIsPublic.Size = new System.Drawing.Size(16, 16);
     this.m_pIsPublic.TabIndex = 26;
     this.m_pIsPublic.UseStaticViewStyle = true;
     //
     // m_pIsPublic.ViewStyle
     //
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(312, 89);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(48, 15);
     this.wLabel1.TabIndex = 27;
     this.wLabel1.Text = "Is Public";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel1.ViewStyle
     //
     //
     // wfrm_Alias
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(368, 349);
     this.Controls.Add(this.wLabel1);
     this.Controls.Add(this.m_pIsPublic);
     this.Controls.Add(this.m_pCancel);
     this.Controls.Add(this.mt_member);
     this.Controls.Add(this.m_pMember);
     this.Controls.Add(this.m_pOk);
     this.Controls.Add(this.m_pRemove);
     this.Controls.Add(this.m_pAdd);
     this.Controls.Add(this.m_pDomains);
     this.Controls.Add(this.mt_symbolAT);
     this.Controls.Add(this.m_pName);
     this.Controls.Add(this.m_pDescription);
     this.Controls.Add(this.mt_name);
     this.Controls.Add(this.mt_description);
     this.Controls.Add(this.m_pMembers);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "wfrm_Alias";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Alias";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_pAssembly = new LumiSoft.UI.Controls.WEditBox();
     this.m_pClass = new LumiSoft.UI.Controls.WEditBox();
     this.m_pCost = new LumiSoft.UI.Controls.WSpinEdit();
     this.m_pGet = new LumiSoft.UI.Controls.WButton();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel2 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel3 = new LumiSoft.UI.Controls.WLabel();
     this.m_pCancel = new LumiSoft.UI.Controls.WButton();
     this.m_pOk = new LumiSoft.UI.Controls.WButton();
     this.m_pEnabled = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.mt_Enabled = new LumiSoft.UI.Controls.WLabel();
     this.wLabel4 = new LumiSoft.UI.Controls.WLabel();
     this.m_pDescription = new LumiSoft.UI.Controls.WEditBox();
     this.SuspendLayout();
     //
     // m_pAssembly
     //
     this.m_pAssembly.DrawBorder = true;
     this.m_pAssembly.Location = new System.Drawing.Point(8, 56);
     this.m_pAssembly.Name = "m_pAssembly";
     this.m_pAssembly.Size = new System.Drawing.Size(328, 20);
     this.m_pAssembly.TabIndex = 0;
     this.m_pAssembly.UseStaticViewStyle = true;
     //
     // m_pAssembly.ViewStyle
     //
     //
     // m_pClass
     //
     this.m_pClass.DrawBorder = true;
     this.m_pClass.Location = new System.Drawing.Point(8, 96);
     this.m_pClass.Name = "m_pClass";
     this.m_pClass.Size = new System.Drawing.Size(328, 20);
     this.m_pClass.TabIndex = 1;
     this.m_pClass.UseStaticViewStyle = true;
     //
     // m_pClass.ViewStyle
     //
     //
     // m_pCost
     //
     this.m_pCost.BackColor = System.Drawing.Color.White;
     this.m_pCost.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pCost.DecimalPlaces = 0;
     this.m_pCost.DecMaxValue = new System.Decimal(new int[] {
                                                                 999999999,
                                                                 0,
                                                                 0,
                                                                 0});
     this.m_pCost.DecMinValue = new System.Decimal(new int[] {
                                                                 0,
                                                                 0,
                                                                 0,
                                                                 0});
     this.m_pCost.DecValue = new System.Decimal(new int[] {
                                                              0,
                                                              0,
                                                              0,
                                                              0});
     this.m_pCost.DrawBorder = true;
     this.m_pCost.Location = new System.Drawing.Point(64, 120);
     this.m_pCost.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pCost.MaxLength = 32767;
     this.m_pCost.Name = "m_pCost";
     this.m_pCost.ReadOnly = false;
     this.m_pCost.Size = new System.Drawing.Size(64, 20);
     this.m_pCost.TabIndex = 2;
     this.m_pCost.Text = "0";
     this.m_pCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pCost.UseStaticViewStyle = true;
     //
     // m_pCost.ViewStyle
     //
     //
     // m_pGet
     //
     this.m_pGet.DrawBorder = true;
     this.m_pGet.Location = new System.Drawing.Point(344, 56);
     this.m_pGet.Name = "m_pGet";
     this.m_pGet.Size = new System.Drawing.Size(32, 20);
     this.m_pGet.TabIndex = 3;
     this.m_pGet.Text = "...";
     this.m_pGet.UseStaticViewStyle = true;
     //
     // m_pGet.ViewStyle
     //
     this.m_pGet.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pGet_ButtonPressed);
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(8, 40);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(144, 16);
     this.wLabel1.TabIndex = 4;
     this.wLabel1.Text = "Assembly";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel1.ViewStyle
     //
     //
     // wLabel2
     //
     this.wLabel2.Location = new System.Drawing.Point(8, 80);
     this.wLabel2.Name = "wLabel2";
     this.wLabel2.Size = new System.Drawing.Size(144, 16);
     this.wLabel2.TabIndex = 5;
     this.wLabel2.Text = "Class";
     this.wLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel2.ViewStyle
     //
     //
     // wLabel3
     //
     this.wLabel3.Location = new System.Drawing.Point(8, 120);
     this.wLabel3.Name = "wLabel3";
     this.wLabel3.Size = new System.Drawing.Size(56, 24);
     this.wLabel3.TabIndex = 6;
     this.wLabel3.Text = "Cost";
     this.wLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel3.ViewStyle
     //
     //
     // m_pCancel
     //
     this.m_pCancel.DrawBorder = true;
     this.m_pCancel.Location = new System.Drawing.Point(304, 120);
     this.m_pCancel.Name = "m_pCancel";
     this.m_pCancel.Size = new System.Drawing.Size(72, 24);
     this.m_pCancel.TabIndex = 17;
     this.m_pCancel.Text = "Cancel";
     this.m_pCancel.UseStaticViewStyle = true;
     //
     // m_pCancel.ViewStyle
     //
     this.m_pCancel.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pCancel_ButtonPressed);
     //
     // m_pOk
     //
     this.m_pOk.DrawBorder = true;
     this.m_pOk.Location = new System.Drawing.Point(216, 120);
     this.m_pOk.Name = "m_pOk";
     this.m_pOk.Size = new System.Drawing.Size(72, 24);
     this.m_pOk.TabIndex = 18;
     this.m_pOk.Text = "OK";
     this.m_pOk.UseStaticViewStyle = true;
     //
     // m_pOk.ViewStyle
     //
     this.m_pOk.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pOk_ButtonPressed);
     //
     // m_pEnabled
     //
     this.m_pEnabled.Checked = true;
     this.m_pEnabled.DrawBorder = true;
     this.m_pEnabled.Location = new System.Drawing.Point(192, 124);
     this.m_pEnabled.Name = "m_pEnabled";
     this.m_pEnabled.ReadOnly = false;
     this.m_pEnabled.Size = new System.Drawing.Size(16, 16);
     this.m_pEnabled.TabIndex = 19;
     this.m_pEnabled.UseStaticViewStyle = true;
     //
     // m_pEnabled.ViewStyle
     //
     //
     // mt_Enabled
     //
     this.mt_Enabled.Location = new System.Drawing.Point(136, 120);
     this.mt_Enabled.Name = "mt_Enabled";
     this.mt_Enabled.Size = new System.Drawing.Size(56, 24);
     this.mt_Enabled.TabIndex = 20;
     this.mt_Enabled.Text = "Enabled";
     this.mt_Enabled.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_Enabled.ViewStyle
     //
     //
     // wLabel4
     //
     this.wLabel4.Location = new System.Drawing.Point(8, 0);
     this.wLabel4.Name = "wLabel4";
     this.wLabel4.Size = new System.Drawing.Size(144, 16);
     this.wLabel4.TabIndex = 22;
     this.wLabel4.Text = "Description";
     this.wLabel4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel4.ViewStyle
     //
     //
     // m_pDescription
     //
     this.m_pDescription.DrawBorder = true;
     this.m_pDescription.Location = new System.Drawing.Point(8, 16);
     this.m_pDescription.Name = "m_pDescription";
     this.m_pDescription.Size = new System.Drawing.Size(328, 20);
     this.m_pDescription.TabIndex = 21;
     this.m_pDescription.UseStaticViewStyle = true;
     //
     // m_pDescription.ViewStyle
     //
     //
     // wfrm_Filter
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(386, 151);
     this.Controls.Add(this.wLabel4);
     this.Controls.Add(this.m_pDescription);
     this.Controls.Add(this.mt_Enabled);
     this.Controls.Add(this.m_pEnabled);
     this.Controls.Add(this.m_pCancel);
     this.Controls.Add(this.m_pOk);
     this.Controls.Add(this.wLabel3);
     this.Controls.Add(this.wLabel2);
     this.Controls.Add(this.wLabel1);
     this.Controls.Add(this.m_pGet);
     this.Controls.Add(this.m_pCost);
     this.Controls.Add(this.m_pClass);
     this.Controls.Add(this.m_pAssembly);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "wfrm_Filter";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Filter";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.m_pMaxSMTPbadCmds = new LumiSoft.UI.Controls.WSpinEdit();
     this.m_pMaxRecipients = new LumiSoft.UI.Controls.WSpinEdit();
     this.mt_maxrecipients = new LumiSoft.UI.Controls.WLabel();
     this.wLabel6 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel4 = new LumiSoft.UI.Controls.WLabel();
     this.m_pMessageSize = new LumiSoft.UI.Controls.WSpinEdit();
     this.m_pCommandIdle = new LumiSoft.UI.Controls.WSpinEdit();
     this.m_pSessionIdle = new LumiSoft.UI.Controls.WSpinEdit();
     this.mt_msgsize = new LumiSoft.UI.Controls.WLabel();
     this.mt_commandidle = new LumiSoft.UI.Controls.WLabel();
     this.mt_sessionidle = new LumiSoft.UI.Controls.WLabel();
     this.wLabel5 = new LumiSoft.UI.Controls.WLabel();
     this.m_pSMTP_Threads = new LumiSoft.UI.Controls.WSpinEdit();
     this.m_pSMTP = new LumiSoft.UI.Controls.WSpinEdit();
     this.m_pSMTPIPAddresses = new LumiSoft.UI.Controls.WComboBox();
     this.mt_smtpmax = new LumiSoft.UI.Controls.WLabel();
     this.mt_smtp = new LumiSoft.UI.Controls.WLabel();
     this.mt_ipaddress = new LumiSoft.UI.Controls.WLabel();
     this.m_pEnabled = new LumiSoft.UI.Controls.WCheckBox.WCheckBox();
     this.wLabel7 = new LumiSoft.UI.Controls.WLabel();
     this.m_pDefaultDomain = new LumiSoft.UI.Controls.WEditBox();
     this.wLabel8 = new LumiSoft.UI.Controls.WLabel();
     this.SuspendLayout();
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(8, 192);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(166, 24);
     this.wLabel1.TabIndex = 16;
     this.wLabel1.Text = "Max. bad commands";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel1.ViewStyle
     //
     //
     // m_pMaxSMTPbadCmds
     //
     this.m_pMaxSMTPbadCmds.BackColor = System.Drawing.Color.White;
     this.m_pMaxSMTPbadCmds.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pMaxSMTPbadCmds.DecimalPlaces = 0;
     this.m_pMaxSMTPbadCmds.DecMaxValue = new System.Decimal(new int[] {
                                                                           999999999,
                                                                           0,
                                                                           0,
                                                                           0});
     this.m_pMaxSMTPbadCmds.DecMinValue = new System.Decimal(new int[] {
                                                                           1,
                                                                           0,
                                                                           0,
                                                                           0});
     this.m_pMaxSMTPbadCmds.DecValue = new System.Decimal(new int[] {
                                                                        8,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pMaxSMTPbadCmds.DrawBorder = true;
     this.m_pMaxSMTPbadCmds.Location = new System.Drawing.Point(176, 192);
     this.m_pMaxSMTPbadCmds.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pMaxSMTPbadCmds.MaxLength = 32767;
     this.m_pMaxSMTPbadCmds.Name = "m_pMaxSMTPbadCmds";
     this.m_pMaxSMTPbadCmds.ReadOnly = false;
     this.m_pMaxSMTPbadCmds.Size = new System.Drawing.Size(64, 20);
     this.m_pMaxSMTPbadCmds.TabIndex = 6;
     this.m_pMaxSMTPbadCmds.Text = "8";
     this.m_pMaxSMTPbadCmds.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pMaxSMTPbadCmds.UseStaticViewStyle = true;
     //
     // m_pMaxSMTPbadCmds.ViewStyle
     //
     //
     // m_pMaxRecipients
     //
     this.m_pMaxRecipients.BackColor = System.Drawing.Color.White;
     this.m_pMaxRecipients.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pMaxRecipients.DecimalPlaces = 0;
     this.m_pMaxRecipients.DecMaxValue = new System.Decimal(new int[] {
                                                                          999999999,
                                                                          0,
                                                                          0,
                                                                          0});
     this.m_pMaxRecipients.DecMinValue = new System.Decimal(new int[] {
                                                                          1,
                                                                          0,
                                                                          0,
                                                                          0});
     this.m_pMaxRecipients.DecValue = new System.Decimal(new int[] {
                                                                       100,
                                                                       0,
                                                                       0,
                                                                       0});
     this.m_pMaxRecipients.DrawBorder = true;
     this.m_pMaxRecipients.Location = new System.Drawing.Point(176, 168);
     this.m_pMaxRecipients.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pMaxRecipients.MaxLength = 32767;
     this.m_pMaxRecipients.Name = "m_pMaxRecipients";
     this.m_pMaxRecipients.ReadOnly = false;
     this.m_pMaxRecipients.Size = new System.Drawing.Size(64, 20);
     this.m_pMaxRecipients.TabIndex = 5;
     this.m_pMaxRecipients.Text = "100";
     this.m_pMaxRecipients.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pMaxRecipients.UseStaticViewStyle = true;
     //
     // m_pMaxRecipients.ViewStyle
     //
     //
     // mt_maxrecipients
     //
     this.mt_maxrecipients.Location = new System.Drawing.Point(8, 168);
     this.mt_maxrecipients.Name = "mt_maxrecipients";
     this.mt_maxrecipients.Size = new System.Drawing.Size(166, 24);
     this.mt_maxrecipients.TabIndex = 15;
     this.mt_maxrecipients.Text = "Max. Recipients per Message";
     this.mt_maxrecipients.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_maxrecipients.ViewStyle
     //
     //
     // wLabel6
     //
     this.wLabel6.Location = new System.Drawing.Point(240, 144);
     this.wLabel6.Name = "wLabel6";
     this.wLabel6.Size = new System.Drawing.Size(48, 24);
     this.wLabel6.TabIndex = 22;
     this.wLabel6.Text = "MB";
     this.wLabel6.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel6.ViewStyle
     //
     //
     // wLabel4
     //
     this.wLabel4.Location = new System.Drawing.Point(240, 24);
     this.wLabel4.Name = "wLabel4";
     this.wLabel4.Size = new System.Drawing.Size(48, 24);
     this.wLabel4.TabIndex = 20;
     this.wLabel4.Text = "sec.";
     this.wLabel4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel4.ViewStyle
     //
     //
     // m_pMessageSize
     //
     this.m_pMessageSize.BackColor = System.Drawing.Color.White;
     this.m_pMessageSize.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pMessageSize.DecimalPlaces = 0;
     this.m_pMessageSize.DecMaxValue = new System.Decimal(new int[] {
                                                                        999999999,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pMessageSize.DecMinValue = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pMessageSize.DecValue = new System.Decimal(new int[] {
                                                                     10,
                                                                     0,
                                                                     0,
                                                                     0});
     this.m_pMessageSize.DrawBorder = true;
     this.m_pMessageSize.Location = new System.Drawing.Point(176, 144);
     this.m_pMessageSize.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pMessageSize.MaxLength = 32767;
     this.m_pMessageSize.Name = "m_pMessageSize";
     this.m_pMessageSize.ReadOnly = false;
     this.m_pMessageSize.Size = new System.Drawing.Size(64, 20);
     this.m_pMessageSize.TabIndex = 4;
     this.m_pMessageSize.Text = "10";
     this.m_pMessageSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pMessageSize.UseStaticViewStyle = true;
     //
     // m_pMessageSize.ViewStyle
     //
     //
     // m_pCommandIdle
     //
     this.m_pCommandIdle.BackColor = System.Drawing.Color.White;
     this.m_pCommandIdle.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pCommandIdle.DecimalPlaces = 0;
     this.m_pCommandIdle.DecMaxValue = new System.Decimal(new int[] {
                                                                        999999999,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pCommandIdle.DecMinValue = new System.Decimal(new int[] {
                                                                        10,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pCommandIdle.DecValue = new System.Decimal(new int[] {
                                                                     60,
                                                                     0,
                                                                     0,
                                                                     0});
     this.m_pCommandIdle.DrawBorder = true;
     this.m_pCommandIdle.Location = new System.Drawing.Point(176, 48);
     this.m_pCommandIdle.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pCommandIdle.MaxLength = 32767;
     this.m_pCommandIdle.Name = "m_pCommandIdle";
     this.m_pCommandIdle.ReadOnly = false;
     this.m_pCommandIdle.Size = new System.Drawing.Size(64, 20);
     this.m_pCommandIdle.TabIndex = 1;
     this.m_pCommandIdle.Text = "60";
     this.m_pCommandIdle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pCommandIdle.UseStaticViewStyle = true;
     //
     // m_pCommandIdle.ViewStyle
     //
     //
     // m_pSessionIdle
     //
     this.m_pSessionIdle.BackColor = System.Drawing.Color.White;
     this.m_pSessionIdle.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pSessionIdle.DecimalPlaces = 0;
     this.m_pSessionIdle.DecMaxValue = new System.Decimal(new int[] {
                                                                        999999999,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pSessionIdle.DecMinValue = new System.Decimal(new int[] {
                                                                        20,
                                                                        0,
                                                                        0,
                                                                        0});
     this.m_pSessionIdle.DecValue = new System.Decimal(new int[] {
                                                                     60,
                                                                     0,
                                                                     0,
                                                                     0});
     this.m_pSessionIdle.DrawBorder = true;
     this.m_pSessionIdle.Location = new System.Drawing.Point(176, 24);
     this.m_pSessionIdle.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pSessionIdle.MaxLength = 32767;
     this.m_pSessionIdle.Name = "m_pSessionIdle";
     this.m_pSessionIdle.ReadOnly = false;
     this.m_pSessionIdle.Size = new System.Drawing.Size(64, 20);
     this.m_pSessionIdle.TabIndex = 0;
     this.m_pSessionIdle.Text = "60";
     this.m_pSessionIdle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pSessionIdle.UseStaticViewStyle = true;
     //
     // m_pSessionIdle.ViewStyle
     //
     //
     // mt_msgsize
     //
     this.mt_msgsize.Location = new System.Drawing.Point(8, 144);
     this.mt_msgsize.Name = "mt_msgsize";
     this.mt_msgsize.Size = new System.Drawing.Size(166, 24);
     this.mt_msgsize.TabIndex = 14;
     this.mt_msgsize.Text = "Max. Message Size";
     this.mt_msgsize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_msgsize.ViewStyle
     //
     //
     // mt_commandidle
     //
     this.mt_commandidle.Location = new System.Drawing.Point(8, 48);
     this.mt_commandidle.Name = "mt_commandidle";
     this.mt_commandidle.Size = new System.Drawing.Size(166, 24);
     this.mt_commandidle.TabIndex = 11;
     this.mt_commandidle.Text = "Command Idle Timeout";
     this.mt_commandidle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_commandidle.ViewStyle
     //
     //
     // mt_sessionidle
     //
     this.mt_sessionidle.Location = new System.Drawing.Point(8, 24);
     this.mt_sessionidle.Name = "mt_sessionidle";
     this.mt_sessionidle.Size = new System.Drawing.Size(166, 24);
     this.mt_sessionidle.TabIndex = 10;
     this.mt_sessionidle.Text = "Session Idle Timeout";
     this.mt_sessionidle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_sessionidle.ViewStyle
     //
     //
     // wLabel5
     //
     this.wLabel5.Location = new System.Drawing.Point(240, 48);
     this.wLabel5.Name = "wLabel5";
     this.wLabel5.Size = new System.Drawing.Size(48, 24);
     this.wLabel5.TabIndex = 21;
     this.wLabel5.Text = "sec.";
     this.wLabel5.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel5.ViewStyle
     //
     //
     // m_pSMTP_Threads
     //
     this.m_pSMTP_Threads.BackColor = System.Drawing.Color.White;
     this.m_pSMTP_Threads.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pSMTP_Threads.DecimalPlaces = 0;
     this.m_pSMTP_Threads.DecMaxValue = new System.Decimal(new int[] {
                                                                         999,
                                                                         0,
                                                                         0,
                                                                         0});
     this.m_pSMTP_Threads.DecMinValue = new System.Decimal(new int[] {
                                                                         1,
                                                                         0,
                                                                         0,
                                                                         0});
     this.m_pSMTP_Threads.DecValue = new System.Decimal(new int[] {
                                                                      10,
                                                                      0,
                                                                      0,
                                                                      0});
     this.m_pSMTP_Threads.DrawBorder = true;
     this.m_pSMTP_Threads.Location = new System.Drawing.Point(176, 288);
     this.m_pSMTP_Threads.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pSMTP_Threads.MaxLength = 32767;
     this.m_pSMTP_Threads.Name = "m_pSMTP_Threads";
     this.m_pSMTP_Threads.ReadOnly = false;
     this.m_pSMTP_Threads.Size = new System.Drawing.Size(64, 20);
     this.m_pSMTP_Threads.TabIndex = 9;
     this.m_pSMTP_Threads.Text = "10";
     this.m_pSMTP_Threads.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pSMTP_Threads.UseStaticViewStyle = true;
     //
     // m_pSMTP_Threads.ViewStyle
     //
     //
     // m_pSMTP
     //
     this.m_pSMTP.BackColor = System.Drawing.Color.White;
     this.m_pSMTP.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Right;
     this.m_pSMTP.DecimalPlaces = 0;
     this.m_pSMTP.DecMaxValue = new System.Decimal(new int[] {
                                                                 999999999,
                                                                 0,
                                                                 0,
                                                                 0});
     this.m_pSMTP.DecMinValue = new System.Decimal(new int[] {
                                                                 0,
                                                                 0,
                                                                 0,
                                                                 0});
     this.m_pSMTP.DecValue = new System.Decimal(new int[] {
                                                              25,
                                                              0,
                                                              0,
                                                              0});
     this.m_pSMTP.DrawBorder = true;
     this.m_pSMTP.Location = new System.Drawing.Point(176, 264);
     this.m_pSMTP.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric;
     this.m_pSMTP.MaxLength = 32767;
     this.m_pSMTP.Name = "m_pSMTP";
     this.m_pSMTP.ReadOnly = false;
     this.m_pSMTP.Size = new System.Drawing.Size(64, 20);
     this.m_pSMTP.TabIndex = 8;
     this.m_pSMTP.Text = "25";
     this.m_pSMTP.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pSMTP.UseStaticViewStyle = true;
     //
     // m_pSMTP.ViewStyle
     //
     //
     // m_pSMTPIPAddresses
     //
     this.m_pSMTPIPAddresses.DrawBorder = true;
     this.m_pSMTPIPAddresses.DropDownWidth = 128;
     this.m_pSMTPIPAddresses.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable;
     this.m_pSMTPIPAddresses.Location = new System.Drawing.Point(176, 240);
     this.m_pSMTPIPAddresses.Name = "m_pSMTPIPAddresses";
     this.m_pSMTPIPAddresses.SelectedIndex = -1;
     this.m_pSMTPIPAddresses.SelectionLength = 0;
     this.m_pSMTPIPAddresses.SelectionStart = 0;
     this.m_pSMTPIPAddresses.Size = new System.Drawing.Size(128, 20);
     this.m_pSMTPIPAddresses.TabIndex = 7;
     this.m_pSMTPIPAddresses.UseStaticViewStyle = true;
     //
     // m_pSMTPIPAddresses.ViewStyle
     //
     this.m_pSMTPIPAddresses.VisibleItems = 5;
     //
     // mt_smtpmax
     //
     this.mt_smtpmax.Location = new System.Drawing.Point(8, 288);
     this.mt_smtpmax.Name = "mt_smtpmax";
     this.mt_smtpmax.Size = new System.Drawing.Size(166, 24);
     this.mt_smtpmax.TabIndex = 19;
     this.mt_smtpmax.Text = "Maximum SMTP Threads";
     this.mt_smtpmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_smtpmax.ViewStyle
     //
     //
     // mt_smtp
     //
     this.mt_smtp.Location = new System.Drawing.Point(8, 264);
     this.mt_smtp.Name = "mt_smtp";
     this.mt_smtp.Size = new System.Drawing.Size(166, 24);
     this.mt_smtp.TabIndex = 18;
     this.mt_smtp.Text = "SMTP Port on IP Address Above";
     this.mt_smtp.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_smtp.ViewStyle
     //
     //
     // mt_ipaddress
     //
     this.mt_ipaddress.Location = new System.Drawing.Point(8, 240);
     this.mt_ipaddress.Name = "mt_ipaddress";
     this.mt_ipaddress.Size = new System.Drawing.Size(166, 24);
     this.mt_ipaddress.TabIndex = 17;
     this.mt_ipaddress.Text = "SMTP IP Address";
     this.mt_ipaddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mt_ipaddress.ViewStyle
     //
     //
     // m_pEnabled
     //
     this.m_pEnabled.Checked = false;
     this.m_pEnabled.DrawBorder = true;
     this.m_pEnabled.Location = new System.Drawing.Point(176, 320);
     this.m_pEnabled.Name = "m_pEnabled";
     this.m_pEnabled.ReadOnly = false;
     this.m_pEnabled.Size = new System.Drawing.Size(16, 22);
     this.m_pEnabled.TabIndex = 46;
     this.m_pEnabled.UseStaticViewStyle = true;
     //
     // m_pEnabled.ViewStyle
     //
     //
     // wLabel7
     //
     this.wLabel7.Location = new System.Drawing.Point(8, 320);
     this.wLabel7.Name = "wLabel7";
     this.wLabel7.Size = new System.Drawing.Size(166, 24);
     this.wLabel7.TabIndex = 45;
     this.wLabel7.Text = "Enabled";
     this.wLabel7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel7.ViewStyle
     //
     //
     // m_pDefaultDomain
     //
     this.m_pDefaultDomain.DrawBorder = true;
     this.m_pDefaultDomain.Location = new System.Drawing.Point(176, 80);
     this.m_pDefaultDomain.Name = "m_pDefaultDomain";
     this.m_pDefaultDomain.Size = new System.Drawing.Size(272, 20);
     this.m_pDefaultDomain.TabIndex = 47;
     this.m_pDefaultDomain.UseStaticViewStyle = true;
     //
     // m_pDefaultDomain.ViewStyle
     //
     //
     // wLabel8
     //
     this.wLabel8.Location = new System.Drawing.Point(8, 80);
     this.wLabel8.Name = "wLabel8";
     this.wLabel8.Size = new System.Drawing.Size(166, 24);
     this.wLabel8.TabIndex = 48;
     this.wLabel8.Text = "Defult domain";
     this.wLabel8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // wLabel8.ViewStyle
     //
     //
     // wfrm_System_SMTP
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(472, 357);
     this.Controls.Add(this.m_pDefaultDomain);
     this.Controls.Add(this.wLabel8);
     this.Controls.Add(this.m_pEnabled);
     this.Controls.Add(this.wLabel7);
     this.Controls.Add(this.m_pSMTP_Threads);
     this.Controls.Add(this.m_pSMTP);
     this.Controls.Add(this.m_pSMTPIPAddresses);
     this.Controls.Add(this.mt_smtpmax);
     this.Controls.Add(this.mt_smtp);
     this.Controls.Add(this.mt_ipaddress);
     this.Controls.Add(this.wLabel4);
     this.Controls.Add(this.mt_sessionidle);
     this.Controls.Add(this.mt_commandidle);
     this.Controls.Add(this.m_pSessionIdle);
     this.Controls.Add(this.wLabel5);
     this.Controls.Add(this.m_pCommandIdle);
     this.Controls.Add(this.wLabel6);
     this.Controls.Add(this.m_pMaxRecipients);
     this.Controls.Add(this.wLabel1);
     this.Controls.Add(this.m_pMessageSize);
     this.Controls.Add(this.mt_msgsize);
     this.Controls.Add(this.mt_maxrecipients);
     this.Controls.Add(this.m_pMaxSMTPbadCmds);
     this.Name = "wfrm_System_SMTP";
     this.Text = "wfrm_System_SMTP";
     this.ResumeLayout(false);
 }