예제 #1
0
파일: Form1.cs 프로젝트: huguitosilva1/gisa
 /// <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_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);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_pDnsServer = new LumiSoft.UI.Controls.WEditBox();
     this.m_pSave = new LumiSoft.UI.Controls.WButton();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel2 = new LumiSoft.UI.Controls.WLabel();
     this.m_pGetProgram = new LumiSoft.UI.Controls.WButton();
     this.SuspendLayout();
     //
     // m_pDnsServer
     //
     this.m_pDnsServer.DrawBorder = true;
     this.m_pDnsServer.Location = new System.Drawing.Point(16, 24);
     this.m_pDnsServer.Name = "m_pDnsServer";
     this.m_pDnsServer.Size = new System.Drawing.Size(352, 20);
     this.m_pDnsServer.TabIndex = 0;
     this.m_pDnsServer.UseStaticViewStyle = true;
     //
     // m_pArguments.ViewStyle
     //
     //
     // m_pSave
     //
     this.m_pSave.DrawBorder = true;
     this.m_pSave.Location = new System.Drawing.Point(280, 88);
     this.m_pSave.Name = "m_pSave";
     this.m_pSave.Size = new System.Drawing.Size(88, 24);
     this.m_pSave.TabIndex = 2;
     this.m_pSave.Text = "Save and close";
     this.m_pSave.UseStaticViewStyle = true;
     //
     // m_pSave.ViewStyle
     //
     this.m_pSave.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pSave_ButtonPressed);
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(16, 48);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(328, 16);
     this.wLabel1.TabIndex = 3;
     this.wLabel1.Text = "Scan arguments. NOTE: use #FileName as scan file palceholder.";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel1.ViewStyle
     //
     //
     // wLabel2
     //
     this.wLabel2.Location = new System.Drawing.Point(16, 8);
     this.wLabel2.Name = "wLabel2";
     this.wLabel2.Size = new System.Drawing.Size(328, 16);
     this.wLabel2.TabIndex = 4;
     this.wLabel2.Text = "Scan programm. For example c:\\Program Files\\NAV\\Nav.exe.";
     this.wLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel2.ViewStyle
     //
     //
     // m_pGetProgram
     //
     this.m_pGetProgram.DrawBorder = true;
     this.m_pGetProgram.Location = new System.Drawing.Point(376, 24);
     this.m_pGetProgram.Name = "m_pGetProgram";
     this.m_pGetProgram.Size = new System.Drawing.Size(24, 24);
     this.m_pGetProgram.TabIndex = 5;
     this.m_pGetProgram.Text = "..";
     this.m_pGetProgram.UseStaticViewStyle = true;
     //
     // m_pGetProgram.ViewStyle
     //
     //
     // Settings
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(400, 117);
     this.Controls.Add(this.m_pGetProgram);
     this.Controls.Add(this.wLabel2);
     this.Controls.Add(this.wLabel1);
     this.Controls.Add(this.m_pSave);
     this.Controls.Add(this.m_pDnsServer);
     this.Name = "Settings";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Settings";
     this.ResumeLayout(false);
 }
예제 #5
0
파일: Form1.cs 프로젝트: aureliopires/gisa
		/// <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_pText = new LumiSoft.UI.Controls.WEditBox();
     this.m_pOk = new LumiSoft.UI.Controls.WButton();
     this.m_pCancel = new LumiSoft.UI.Controls.WButton();
     this.SuspendLayout();
     //
     // m_pText
     //
     this.m_pText.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right);
     this.m_pText.DecimalPlaces = 2;
     this.m_pText.DecMaxValue = new System.Decimal(new int[] {
                                                                 999999999,
                                                                 0,
                                                                 0,
                                                                 0});
     this.m_pText.DecMinValue = new System.Decimal(new int[] {
                                                                 999999999,
                                                                 0,
                                                                 0,
                                                                 -2147483648});
     this.m_pText.Lines = new string[0];
     this.m_pText.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Text;
     this.m_pText.MaxLength = 32767;
     this.m_pText.Multiline = true;
     this.m_pText.Name = "m_pText";
     this.m_pText.PasswordChar = '\0';
     this.m_pText.ReadOnly = false;
     this.m_pText.ScrollBars = System.Windows.Forms.ScrollBars.None;
     this.m_pText.Size = new System.Drawing.Size(450, 240);
     this.m_pText.TabIndex = 0;
     this.m_pText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.m_pText.UseStaticViewStyle = true;
     //
     // m_pOk
     //
     this.m_pOk.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.m_pOk.Location = new System.Drawing.Point(290, 250);
     this.m_pOk.Name = "m_pOk";
     this.m_pOk.Size = new System.Drawing.Size(72, 24);
     this.m_pOk.TabIndex = 1;
     this.m_pOk.Text = "OK";
     this.m_pOk.UseStaticViewStyle = true;
     this.m_pOk.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pOk_ButtonPressed);
     //
     // m_pCancel
     //
     this.m_pCancel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.m_pCancel.Location = new System.Drawing.Point(370, 250);
     this.m_pCancel.Name = "m_pCancel";
     this.m_pCancel.Size = new System.Drawing.Size(72, 24);
     this.m_pCancel.TabIndex = 2;
     this.m_pCancel.Text = "Cancel";
     this.m_pCancel.UseStaticViewStyle = true;
     this.m_pCancel.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pCancel_ButtonPressed);
     //
     // wfrm_EditUndeliveredText
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(450, 279);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.m_pCancel,
                                                                   this.m_pOk,
                                                                   this.m_pText});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "wfrm_EditUndeliveredText";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Edit template";
     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.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(wfrm_Error));
     this.m_pImage = new LumiSoft.UI.Controls.WPictureBox();
     this.m_pClose = new LumiSoft.UI.Controls.WButton();
     this.m_pExtend = new LumiSoft.UI.Controls.WButton();
     this.m_pErrorText = new LumiSoft.UI.Controls.WEditBox();
     this.m_pMessage = new LumiSoft.UI.Controls.WEditBox();
     this.imgList = new System.Windows.Forms.ImageList(this.components);
     this.mt_error = new LumiSoft.UI.Controls.WLabel();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.wEditBox1 = new LumiSoft.UI.Controls.WEditBox();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.SuspendLayout();
     //
     // m_pImage
     //
     this.m_pImage.DrawBorder = true;
     this.m_pImage.Image = null;
     this.m_pImage.Location = new System.Drawing.Point(232, 16);
     this.m_pImage.Name = "m_pImage";
     this.m_pImage.Size = new System.Drawing.Size(200, 112);
     this.m_pImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.m_pImage.TabIndex = 28;
     this.m_pImage.UseStaticViewStyle = true;
     //
     // m_pImage.ViewStyle
     //
     //
     // m_pClose
     //
     this.m_pClose.Location = new System.Drawing.Point(360, 144);
     this.m_pClose.Name = "m_pClose";
     this.m_pClose.Size = new System.Drawing.Size(72, 24);
     this.m_pClose.TabIndex = 15;
     this.m_pClose.Text = "Close";
     this.m_pClose.UseStaticViewStyle = true;
     //
     // m_pClose.ViewStyle
     //
     this.m_pClose.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pClose_ButtonPressed);
     //
     // m_pExtend
     //
     this.m_pExtend.Location = new System.Drawing.Point(280, 144);
     this.m_pExtend.Name = "m_pExtend";
     this.m_pExtend.Size = new System.Drawing.Size(72, 24);
     this.m_pExtend.TabIndex = 17;
     this.m_pExtend.Text = "More";
     this.m_pExtend.UseStaticViewStyle = true;
     //
     // m_pExtend.ViewStyle
     //
     this.m_pExtend.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pExtend_ButtonPressed);
     //
     // m_pErrorText
     //
     this.m_pErrorText.Location = new System.Drawing.Point(8, 200);
     this.m_pErrorText.Multiline = true;
     this.m_pErrorText.Name = "m_pErrorText";
     this.m_pErrorText.ReadOnly = true;
     this.m_pErrorText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.m_pErrorText.Size = new System.Drawing.Size(432, 184);
     this.m_pErrorText.TabIndex = 24;
     this.m_pErrorText.UseStaticViewStyle = true;
     //
     // m_pErrorText.ViewStyle
     //
     //
     // m_pMessage
     //
     this.m_pMessage.Location = new System.Drawing.Point(8, 16);
     this.m_pMessage.Multiline = true;
     this.m_pMessage.Name = "m_pMessage";
     this.m_pMessage.ReadOnly = true;
     this.m_pMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.m_pMessage.Size = new System.Drawing.Size(208, 112);
     this.m_pMessage.TabIndex = 19;
     this.m_pMessage.UseStaticViewStyle = true;
     //
     // m_pMessage.ViewStyle
     //
     //
     // imgList
     //
     this.imgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imgList.ImageSize = new System.Drawing.Size(200, 100);
     this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
     this.imgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // mt_error
     //
     this.mt_error.Location = new System.Drawing.Point(8, 184);
     this.mt_error.Name = "mt_error";
     this.mt_error.Size = new System.Drawing.Size(150, 16);
     this.mt_error.TabIndex = 27;
     this.mt_error.Text = "Error report:";
     this.mt_error.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // mt_error.ViewStyle
     //
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(200, 120);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // wEditBox1
     //
     this.wEditBox1.Location = new System.Drawing.Point(8, 149);
     this.wEditBox1.Name = "wEditBox1";
     this.wEditBox1.Size = new System.Drawing.Size(264, 20);
     this.wEditBox1.TabIndex = 29;
     //
     // wEditBox1.ViewStyle
     //
     this.wEditBox1.ViewStyle.EditReadOnlyColor = System.Drawing.Color.White;
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(8, 130);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(176, 16);
     this.wLabel1.TabIndex = 30;
     this.wLabel1.Text = "Function:";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.wLabel1.UseStaticViewStyle = false;
     //
     // wLabel1.ViewStyle
     //
     //
     // wfrm_Error
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(448, 397);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.wLabel1,
                                                                   this.wEditBox1,
                                                                   this.m_pImage,
                                                                   this.m_pClose,
                                                                   this.m_pExtend,
                                                                   this.m_pErrorText,
                                                                   this.m_pMessage,
                                                                   this.mt_error});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "wfrm_Error";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Error Info";
     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);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGrid1 = new System.Windows.Forms.DataGrid();
     this.dataGrid2 = new System.Windows.Forms.DataGrid();
     this.wLabel1 = new LumiSoft.UI.Controls.WLabel();
     this.wLabel2 = new LumiSoft.UI.Controls.WLabel();
     this.m_pSave = new LumiSoft.UI.Controls.WButton();
     this.label1 = new System.Windows.Forms.Label();
     this.m_pCalculate = new LumiSoft.UI.Controls.WButton();
     this.m_pMd5Value = new LumiSoft.UI.Controls.WEditBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.CaptionVisible = false;
     this.dataGrid1.DataMember = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location = new System.Drawing.Point(16, 24);
     this.dataGrid1.Name = "dataGrid1";
     this.dataGrid1.Size = new System.Drawing.Size(448, 120);
     this.dataGrid1.TabIndex = 0;
     //
     // dataGrid2
     //
     this.dataGrid2.CaptionVisible = false;
     this.dataGrid2.DataMember = "";
     this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid2.Location = new System.Drawing.Point(16, 200);
     this.dataGrid2.Name = "dataGrid2";
     this.dataGrid2.Size = new System.Drawing.Size(448, 104);
     this.dataGrid2.TabIndex = 1;
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(16, 184);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(168, 16);
     this.wLabel1.TabIndex = 2;
     this.wLabel1.Text = "Attachments blocking";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel1.ViewStyle
     //
     //
     // wLabel2
     //
     this.wLabel2.Location = new System.Drawing.Point(16, 8);
     this.wLabel2.Name = "wLabel2";
     this.wLabel2.Size = new System.Drawing.Size(168, 16);
     this.wLabel2.TabIndex = 3;
     this.wLabel2.Text = "Keywords blocking";
     this.wLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel2.ViewStyle
     //
     //
     // m_pSave
     //
     this.m_pSave.DrawBorder = true;
     this.m_pSave.Location = new System.Drawing.Point(376, 328);
     this.m_pSave.Name = "m_pSave";
     this.m_pSave.Size = new System.Drawing.Size(88, 24);
     this.m_pSave.TabIndex = 4;
     this.m_pSave.Text = "Save";
     this.m_pSave.UseStaticViewStyle = true;
     //
     // m_pSave.ViewStyle
     //
     this.m_pSave.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pSave_ButtonPressed);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 328);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(112, 16);
     this.label1.TabIndex = 5;
     this.label1.Text = "Calculate entry md5 value";
     //
     // m_pCalculate
     //
     this.m_pCalculate.DrawBorder = true;
     this.m_pCalculate.Location = new System.Drawing.Point(128, 325);
     this.m_pCalculate.Name = "m_pCalculate";
     this.m_pCalculate.Size = new System.Drawing.Size(48, 24);
     this.m_pCalculate.TabIndex = 6;
     this.m_pCalculate.Text = "Calc";
     this.m_pCalculate.UseStaticViewStyle = true;
     //
     // m_pCalculate.ViewStyle
     //
     this.m_pCalculate.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pCalculate_ButtonPressed);
     //
     // m_pMd5Value
     //
     this.m_pMd5Value.AutoSize = true;
     this.m_pMd5Value.DrawBorder = true;
     this.m_pMd5Value.Location = new System.Drawing.Point(184, 328);
     this.m_pMd5Value.Name = "m_pMd5Value";
     this.m_pMd5Value.Size = new System.Drawing.Size(184, 20);
     this.m_pMd5Value.TabIndex = 7;
     this.m_pMd5Value.UseStaticViewStyle = true;
     //
     // m_pMd5Value.ViewStyle
     //
     //
     // wfrm_Configure
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(480, 357);
     this.Controls.Add(this.m_pMd5Value);
     this.Controls.Add(this.m_pCalculate);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_pSave);
     this.Controls.Add(this.wLabel2);
     this.Controls.Add(this.wLabel1);
     this.Controls.Add(this.dataGrid2);
     this.Controls.Add(this.dataGrid1);
     this.Name = "wfrm_Configure";
     this.Text = "Configure";
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).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_pWebServicesUrl = new LumiSoft.UI.Controls.WEditBox();
     this.m_pWebServicesPwd = new LumiSoft.UI.Controls.WEditBox();
     this.m_pWebServicesUser = new LumiSoft.UI.Controls.WEditBox();
     this.m_pName = new LumiSoft.UI.Controls.WEditBox();
     this.m_pOk = 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.wLabel4 = new LumiSoft.UI.Controls.WLabel();
     this.m_pCancel = new LumiSoft.UI.Controls.WButton();
     this.SuspendLayout();
     //
     // m_pWebServicesUrl
     //
     this.m_pWebServicesUrl.Location = new System.Drawing.Point(8, 64);
     this.m_pWebServicesUrl.Name = "m_pWebServicesUrl";
     this.m_pWebServicesUrl.Size = new System.Drawing.Size(240, 20);
     this.m_pWebServicesUrl.TabIndex = 2;
     this.m_pWebServicesUrl.Text = "http://server/webService/";
     this.m_pWebServicesUrl.UseStaticViewStyle = true;
     //
     // m_pWebServicesUrl.ViewStyle
     //
     //
     // m_pWebServicesPwd
     //
     this.m_pWebServicesPwd.Location = new System.Drawing.Point(8, 144);
     this.m_pWebServicesPwd.Name = "m_pWebServicesPwd";
     this.m_pWebServicesPwd.Size = new System.Drawing.Size(104, 20);
     this.m_pWebServicesPwd.TabIndex = 4;
     this.m_pWebServicesPwd.UseStaticViewStyle = true;
     //
     // m_pWebServicesPwd.ViewStyle
     //
     //
     // m_pWebServicesUser
     //
     this.m_pWebServicesUser.Location = new System.Drawing.Point(8, 104);
     this.m_pWebServicesUser.Name = "m_pWebServicesUser";
     this.m_pWebServicesUser.Size = new System.Drawing.Size(104, 20);
     this.m_pWebServicesUser.TabIndex = 3;
     this.m_pWebServicesUser.UseStaticViewStyle = true;
     //
     // m_pWebServicesUser.ViewStyle
     //
     //
     // m_pName
     //
     this.m_pName.Location = new System.Drawing.Point(8, 24);
     this.m_pName.Name = "m_pName";
     this.m_pName.Size = new System.Drawing.Size(240, 20);
     this.m_pName.TabIndex = 1;
     this.m_pName.UseStaticViewStyle = true;
     //
     // m_pName.ViewStyle
     //
     //
     // m_pOk
     //
     this.m_pOk.Location = new System.Drawing.Point(168, 104);
     this.m_pOk.Name = "m_pOk";
     this.m_pOk.Size = new System.Drawing.Size(72, 24);
     this.m_pOk.TabIndex = 5;
     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);
     //
     // wLabel1
     //
     this.wLabel1.Location = new System.Drawing.Point(8, 8);
     this.wLabel1.Name = "wLabel1";
     this.wLabel1.Size = new System.Drawing.Size(104, 16);
     this.wLabel1.TabIndex = 6;
     this.wLabel1.Text = "Name";
     this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel1.ViewStyle
     //
     //
     // wLabel2
     //
     this.wLabel2.Location = new System.Drawing.Point(8, 48);
     this.wLabel2.Name = "wLabel2";
     this.wLabel2.Size = new System.Drawing.Size(128, 16);
     this.wLabel2.TabIndex = 7;
     this.wLabel2.Text = "WebServices URL";
     this.wLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel2.ViewStyle
     //
     //
     // wLabel3
     //
     this.wLabel3.Location = new System.Drawing.Point(8, 88);
     this.wLabel3.Name = "wLabel3";
     this.wLabel3.Size = new System.Drawing.Size(104, 16);
     this.wLabel3.TabIndex = 8;
     this.wLabel3.Text = "UserName";
     this.wLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel3.ViewStyle
     //
     //
     // wLabel4
     //
     this.wLabel4.Location = new System.Drawing.Point(8, 128);
     this.wLabel4.Name = "wLabel4";
     this.wLabel4.Size = new System.Drawing.Size(104, 16);
     this.wLabel4.TabIndex = 9;
     this.wLabel4.Text = "Password";
     this.wLabel4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // wLabel4.ViewStyle
     //
     //
     // m_pCancel
     //
     this.m_pCancel.Location = new System.Drawing.Point(168, 136);
     this.m_pCancel.Name = "m_pCancel";
     this.m_pCancel.Size = new System.Drawing.Size(72, 24);
     this.m_pCancel.TabIndex = 0;
     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);
     //
     // wfrm_AddServer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(258, 175);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.m_pCancel,
                                                                   this.wLabel4,
                                                                   this.wLabel3,
                                                                   this.wLabel2,
                                                                   this.wLabel1,
                                                                   this.m_pOk,
                                                                   this.m_pName,
                                                                   this.m_pWebServicesUser,
                                                                   this.m_pWebServicesPwd,
                                                                   this.m_pWebServicesUrl});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "wfrm_AddServer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Add server";
     this.ResumeLayout(false);
 }