/// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.crystalButton_Ok = new Nova.Control.CrystalButton();
     this.crystalButton_Cancel = new Nova.Control.CrystalButton();
     this.checkBox_EveryDay = new System.Windows.Forms.CheckBox();
     this.checkBox_Weekly = new System.Windows.Forms.CheckBox();
     this.checkBox_Monthly = new System.Windows.Forms.CheckBox();
     this.label_Date = new System.Windows.Forms.Label();
     this.dateTimePicker_Day = new System.Windows.Forms.DateTimePicker();
     this.checkBox_Monday = new System.Windows.Forms.CheckBox();
     this.checkBox_Tuesday = new System.Windows.Forms.CheckBox();
     this.checkBox_Wednesday = new System.Windows.Forms.CheckBox();
     this.checkBox_Thursday = new System.Windows.Forms.CheckBox();
     this.checkBox_Friday = new System.Windows.Forms.CheckBox();
     this.checkBox_Saturday = new System.Windows.Forms.CheckBox();
     this.checkBox_Sunday = new System.Windows.Forms.CheckBox();
     this.label_hour = new System.Windows.Forms.Label();
     this.dateTimePicker_hour = new System.Windows.Forms.DateTimePicker();
     this.SuspendLayout();
     //
     // crystalButton_Ok
     //
     this.crystalButton_Ok.AutoEllipsis = true;
     this.crystalButton_Ok.BackColor = System.Drawing.Color.DodgerBlue;
     this.crystalButton_Ok.BottonActivatedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_Ok.ButtonBusyBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_Ok.ButtonClickColor = System.Drawing.Color.Green;
     this.crystalButton_Ok.ButtonCornorRadius = 5;
     this.crystalButton_Ok.ButtonFreeBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_Ok.ButtonSelectedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_Ok.ForeColor = System.Drawing.Color.Black;
     this.crystalButton_Ok.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.crystalButton_Ok.IsButtonFoucs = false;
     this.crystalButton_Ok.Location = new System.Drawing.Point(209, 209);
     this.crystalButton_Ok.Name = "crystalButton_Ok";
     this.crystalButton_Ok.Size = new System.Drawing.Size(80, 30);
     this.crystalButton_Ok.TabIndex = 12;
     this.crystalButton_Ok.Text = "确定";
     this.crystalButton_Ok.Transparency = 50;
     this.crystalButton_Ok.UseVisualStyleBackColor = false;
     this.crystalButton_Ok.Click += new System.EventHandler(this.crystalButton_Ok_Click);
     //
     // crystalButton_Cancel
     //
     this.crystalButton_Cancel.AutoEllipsis = true;
     this.crystalButton_Cancel.BackColor = System.Drawing.Color.DodgerBlue;
     this.crystalButton_Cancel.BottonActivatedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_Cancel.ButtonBusyBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_Cancel.ButtonClickColor = System.Drawing.Color.Green;
     this.crystalButton_Cancel.ButtonCornorRadius = 5;
     this.crystalButton_Cancel.ButtonFreeBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_Cancel.ButtonSelectedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_Cancel.ForeColor = System.Drawing.Color.Black;
     this.crystalButton_Cancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.crystalButton_Cancel.IsButtonFoucs = false;
     this.crystalButton_Cancel.Location = new System.Drawing.Point(306, 209);
     this.crystalButton_Cancel.Name = "crystalButton_Cancel";
     this.crystalButton_Cancel.Size = new System.Drawing.Size(80, 30);
     this.crystalButton_Cancel.TabIndex = 13;
     this.crystalButton_Cancel.Text = "取消";
     this.crystalButton_Cancel.Transparency = 50;
     this.crystalButton_Cancel.UseVisualStyleBackColor = false;
     this.crystalButton_Cancel.Click += new System.EventHandler(this.crystalButton_Cancel_Click);
     //
     // checkBox_EveryDay
     //
     this.checkBox_EveryDay.Location = new System.Drawing.Point(10, 9);
     this.checkBox_EveryDay.Name = "checkBox_EveryDay";
     this.checkBox_EveryDay.Size = new System.Drawing.Size(109, 20);
     this.checkBox_EveryDay.TabIndex = 0;
     this.checkBox_EveryDay.Text = "每天";
     this.checkBox_EveryDay.UseVisualStyleBackColor = true;
     this.checkBox_EveryDay.CheckedChanged += new System.EventHandler(this.checkBox_EveryDay_CheckedChanged);
     //
     // checkBox_Weekly
     //
     this.checkBox_Weekly.Location = new System.Drawing.Point(131, 9);
     this.checkBox_Weekly.Name = "checkBox_Weekly";
     this.checkBox_Weekly.Size = new System.Drawing.Size(109, 20);
     this.checkBox_Weekly.TabIndex = 1;
     this.checkBox_Weekly.Text = "每周";
     this.checkBox_Weekly.UseVisualStyleBackColor = true;
     this.checkBox_Weekly.CheckedChanged += new System.EventHandler(this.checkBox_Weekly_CheckedChanged);
     //
     // checkBox_Monthly
     //
     this.checkBox_Monthly.Location = new System.Drawing.Point(252, 9);
     this.checkBox_Monthly.Name = "checkBox_Monthly";
     this.checkBox_Monthly.Size = new System.Drawing.Size(109, 20);
     this.checkBox_Monthly.TabIndex = 2;
     this.checkBox_Monthly.Text = "每月";
     this.checkBox_Monthly.UseVisualStyleBackColor = true;
     this.checkBox_Monthly.CheckedChanged += new System.EventHandler(this.checkBox_Monthly_CheckedChanged);
     //
     // label_Date
     //
     this.label_Date.Location = new System.Drawing.Point(10, 58);
     this.label_Date.Name = "label_Date";
     this.label_Date.Size = new System.Drawing.Size(117, 20);
     this.label_Date.TabIndex = 21;
     this.label_Date.Text = "发送日期:";
     //
     // dateTimePicker_Day
     //
     this.dateTimePicker_Day.CustomFormat = "dd";
     this.dateTimePicker_Day.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker_Day.Location = new System.Drawing.Point(133, 58);
     this.dateTimePicker_Day.Name = "dateTimePicker_Day";
     this.dateTimePicker_Day.ShowUpDown = true;
     this.dateTimePicker_Day.Size = new System.Drawing.Size(87, 21);
     this.dateTimePicker_Day.TabIndex = 3;
     //
     // checkBox_Monday
     //
     this.checkBox_Monday.Location = new System.Drawing.Point(10, 95);
     this.checkBox_Monday.Name = "checkBox_Monday";
     this.checkBox_Monday.Size = new System.Drawing.Size(95, 20);
     this.checkBox_Monday.TabIndex = 4;
     this.checkBox_Monday.Text = "星期一";
     this.checkBox_Monday.UseVisualStyleBackColor = true;
     //
     // checkBox_Tuesday
     //
     this.checkBox_Tuesday.Location = new System.Drawing.Point(111, 95);
     this.checkBox_Tuesday.Name = "checkBox_Tuesday";
     this.checkBox_Tuesday.Size = new System.Drawing.Size(95, 20);
     this.checkBox_Tuesday.TabIndex = 5;
     this.checkBox_Tuesday.Text = "星期二";
     this.checkBox_Tuesday.UseVisualStyleBackColor = true;
     //
     // checkBox_Wednesday
     //
     this.checkBox_Wednesday.Location = new System.Drawing.Point(209, 95);
     this.checkBox_Wednesday.Name = "checkBox_Wednesday";
     this.checkBox_Wednesday.Size = new System.Drawing.Size(95, 20);
     this.checkBox_Wednesday.TabIndex = 6;
     this.checkBox_Wednesday.Text = "星期三";
     this.checkBox_Wednesday.UseVisualStyleBackColor = true;
     //
     // checkBox_Thursday
     //
     this.checkBox_Thursday.Location = new System.Drawing.Point(307, 95);
     this.checkBox_Thursday.Name = "checkBox_Thursday";
     this.checkBox_Thursday.Size = new System.Drawing.Size(95, 20);
     this.checkBox_Thursday.TabIndex = 7;
     this.checkBox_Thursday.Text = "星期四";
     this.checkBox_Thursday.UseVisualStyleBackColor = true;
     //
     // checkBox_Friday
     //
     this.checkBox_Friday.Location = new System.Drawing.Point(10, 128);
     this.checkBox_Friday.Name = "checkBox_Friday";
     this.checkBox_Friday.Size = new System.Drawing.Size(95, 20);
     this.checkBox_Friday.TabIndex = 8;
     this.checkBox_Friday.Text = "星期五";
     this.checkBox_Friday.UseVisualStyleBackColor = true;
     //
     // checkBox_Saturday
     //
     this.checkBox_Saturday.Location = new System.Drawing.Point(111, 128);
     this.checkBox_Saturday.Name = "checkBox_Saturday";
     this.checkBox_Saturday.Size = new System.Drawing.Size(95, 20);
     this.checkBox_Saturday.TabIndex = 9;
     this.checkBox_Saturday.Text = "星期六";
     this.checkBox_Saturday.UseVisualStyleBackColor = true;
     //
     // checkBox_Sunday
     //
     this.checkBox_Sunday.Location = new System.Drawing.Point(209, 128);
     this.checkBox_Sunday.Name = "checkBox_Sunday";
     this.checkBox_Sunday.Size = new System.Drawing.Size(95, 20);
     this.checkBox_Sunday.TabIndex = 10;
     this.checkBox_Sunday.Text = "星期日";
     this.checkBox_Sunday.UseVisualStyleBackColor = true;
     //
     // label_hour
     //
     this.label_hour.Location = new System.Drawing.Point(10, 166);
     this.label_hour.Name = "label_hour";
     this.label_hour.Size = new System.Drawing.Size(117, 20);
     this.label_hour.TabIndex = 17;
     this.label_hour.Text = "发送时间:";
     //
     // dateTimePicker_hour
     //
     this.dateTimePicker_hour.CustomFormat = "HH:mm";
     this.dateTimePicker_hour.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker_hour.Location = new System.Drawing.Point(147, 166);
     this.dateTimePicker_hour.Name = "dateTimePicker_hour";
     this.dateTimePicker_hour.ShowUpDown = true;
     this.dateTimePicker_hour.Size = new System.Drawing.Size(95, 21);
     this.dateTimePicker_hour.TabIndex = 11;
     //
     // Frm_PeriodicReport
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(408, 251);
     this.Controls.Add(this.dateTimePicker_hour);
     this.Controls.Add(this.checkBox_Sunday);
     this.Controls.Add(this.checkBox_Saturday);
     this.Controls.Add(this.checkBox_Friday);
     this.Controls.Add(this.checkBox_Thursday);
     this.Controls.Add(this.checkBox_Wednesday);
     this.Controls.Add(this.checkBox_Tuesday);
     this.Controls.Add(this.checkBox_Monday);
     this.Controls.Add(this.dateTimePicker_Day);
     this.Controls.Add(this.label_Date);
     this.Controls.Add(this.label_hour);
     this.Controls.Add(this.checkBox_Monthly);
     this.Controls.Add(this.checkBox_Weekly);
     this.Controls.Add(this.checkBox_EveryDay);
     this.Controls.Add(this.crystalButton_Cancel);
     this.Controls.Add(this.crystalButton_Ok);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "Frm_PeriodicReport";
     this.Tag = "hh";
     this.Text = " ";
     this.Load += new System.EventHandler(this.Frm_PeriodicReport_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ReceiverChanged));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBox_receiver = new System.Windows.Forms.TextBox();
     this.label_receverName = new System.Windows.Forms.Label();
     this.textBox_emailAddr = new System.Windows.Forms.TextBox();
     this.label_userAddr = new System.Windows.Forms.Label();
     this.errorProvider_showError = new System.Windows.Forms.ErrorProvider(this.components);
     this.crystalButton_close = new Nova.Control.CrystalButton();
     this.crystalButton_apply = new Nova.Control.CrystalButton();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_showError)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox_receiver);
     this.groupBox1.Controls.Add(this.label_receverName);
     this.groupBox1.Controls.Add(this.textBox_emailAddr);
     this.groupBox1.Controls.Add(this.label_userAddr);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(354, 82);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // textBox_receiver
     //
     this.errorProvider_showError.SetIconPadding(this.textBox_receiver, 4);
     this.textBox_receiver.Location = new System.Drawing.Point(138, 17);
     this.textBox_receiver.Name = "textBox_receiver";
     this.textBox_receiver.Size = new System.Drawing.Size(170, 21);
     this.textBox_receiver.TabIndex = 0;
     this.textBox_receiver.Validating += new System.ComponentModel.CancelEventHandler(this.textBox_receiver_Validating);
     //
     // label_receverName
     //
     this.label_receverName.AutoEllipsis = true;
     this.label_receverName.Location = new System.Drawing.Point(24, 20);
     this.label_receverName.Name = "label_receverName";
     this.label_receverName.Size = new System.Drawing.Size(100, 20);
     this.label_receverName.TabIndex = 27;
     this.label_receverName.Text = "收件人:";
     //
     // textBox_emailAddr
     //
     this.errorProvider_showError.SetIconPadding(this.textBox_emailAddr, 4);
     this.textBox_emailAddr.Location = new System.Drawing.Point(138, 46);
     this.textBox_emailAddr.Name = "textBox_emailAddr";
     this.textBox_emailAddr.Size = new System.Drawing.Size(170, 21);
     this.textBox_emailAddr.TabIndex = 1;
     this.textBox_emailAddr.Validating += new System.ComponentModel.CancelEventHandler(this.textBox_emailAddr_Validating);
     //
     // label_userAddr
     //
     this.label_userAddr.AutoEllipsis = true;
     this.label_userAddr.Location = new System.Drawing.Point(24, 49);
     this.label_userAddr.Name = "label_userAddr";
     this.label_userAddr.Size = new System.Drawing.Size(100, 20);
     this.label_userAddr.TabIndex = 25;
     this.label_userAddr.Text = "邮箱地址:";
     //
     // errorProvider_showError
     //
     this.errorProvider_showError.ContainerControl = this;
     this.errorProvider_showError.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider_showError.Icon")));
     //
     // crystalButton_close
     //
     this.crystalButton_close.AutoEllipsis = true;
     this.crystalButton_close.BackColor = System.Drawing.Color.DodgerBlue;
     this.crystalButton_close.BottonActivatedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_close.ButtonBusyBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_close.ButtonClickColor = System.Drawing.Color.Green;
     this.crystalButton_close.ButtonCornorRadius = 5;
     this.crystalButton_close.ButtonFreeBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_close.ButtonSelectedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.crystalButton_close.ForeColor = System.Drawing.Color.Black;
     this.crystalButton_close.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.crystalButton_close.IsButtonFoucs = false;
     this.crystalButton_close.Location = new System.Drawing.Point(263, 98);
     this.crystalButton_close.Name = "crystalButton_close";
     this.crystalButton_close.Size = new System.Drawing.Size(80, 30);
     this.crystalButton_close.TabIndex = 2;
     this.crystalButton_close.Text = "关闭";
     this.crystalButton_close.Transparency = 50;
     this.crystalButton_close.UseVisualStyleBackColor = false;
     //
     // crystalButton_apply
     //
     this.crystalButton_apply.AutoEllipsis = true;
     this.crystalButton_apply.BackColor = System.Drawing.Color.DodgerBlue;
     this.crystalButton_apply.BottonActivatedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_apply.ButtonBusyBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_apply.ButtonClickColor = System.Drawing.Color.Green;
     this.crystalButton_apply.ButtonCornorRadius = 5;
     this.crystalButton_apply.ButtonFreeBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_apply.ButtonSelectedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_apply.ForeColor = System.Drawing.Color.Black;
     this.crystalButton_apply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.crystalButton_apply.IsButtonFoucs = false;
     this.crystalButton_apply.Location = new System.Drawing.Point(168, 98);
     this.crystalButton_apply.Name = "crystalButton_apply";
     this.crystalButton_apply.Size = new System.Drawing.Size(80, 30);
     this.crystalButton_apply.TabIndex = 1;
     this.crystalButton_apply.Text = "添加";
     this.crystalButton_apply.Transparency = 50;
     this.crystalButton_apply.UseVisualStyleBackColor = false;
     this.crystalButton_apply.Click += new System.EventHandler(this.crystalButton_apply_Click);
     //
     // Frm_ReceiverChanged
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(354, 138);
     this.Controls.Add(this.crystalButton_close);
     this.Controls.Add(this.crystalButton_apply);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "Frm_ReceiverChanged";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Frm_ReceiverChanged";
     this.Load += new System.EventHandler(this.Frm_ReceiverChanged_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_showError)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_SenderChanged));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.checkBox_SSLOpen = new System.Windows.Forms.CheckBox();
     this.label_SSl = new System.Windows.Forms.Label();
     this.numberTextBox_port = new Nova.Control.NumberTextBox();
     this.textBox_smtpServer = new System.Windows.Forms.TextBox();
     this.textBox_passWord = new System.Windows.Forms.TextBox();
     this.textBox_emailAddr = new System.Windows.Forms.TextBox();
     this.label_smtpPort = new System.Windows.Forms.Label();
     this.label_smtpServer = new System.Windows.Forms.Label();
     this.label_emailPw = new System.Windows.Forms.Label();
     this.label_userAddr = new System.Windows.Forms.Label();
     this.crystalButton_close = new Nova.Control.CrystalButton();
     this.crystalButton_apply = new Nova.Control.CrystalButton();
     this.errorProvider_showError = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_showError)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox_SSLOpen);
     this.groupBox1.Controls.Add(this.label_SSl);
     this.groupBox1.Controls.Add(this.numberTextBox_port);
     this.groupBox1.Controls.Add(this.textBox_smtpServer);
     this.groupBox1.Controls.Add(this.textBox_passWord);
     this.groupBox1.Controls.Add(this.textBox_emailAddr);
     this.groupBox1.Controls.Add(this.label_smtpPort);
     this.groupBox1.Controls.Add(this.label_smtpServer);
     this.groupBox1.Controls.Add(this.label_emailPw);
     this.groupBox1.Controls.Add(this.label_userAddr);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(344, 160);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // checkBox_SSLOpen
     //
     this.checkBox_SSLOpen.AutoEllipsis = true;
     this.checkBox_SSLOpen.Location = new System.Drawing.Point(134, 132);
     this.checkBox_SSLOpen.Name = "checkBox_SSLOpen";
     this.checkBox_SSLOpen.Size = new System.Drawing.Size(170, 20);
     this.checkBox_SSLOpen.TabIndex = 25;
     this.checkBox_SSLOpen.Text = "启用";
     this.checkBox_SSLOpen.UseVisualStyleBackColor = true;
     //
     // label_SSl
     //
     this.label_SSl.AutoEllipsis = true;
     this.label_SSl.Location = new System.Drawing.Point(20, 134);
     this.label_SSl.Name = "label_SSl";
     this.label_SSl.Size = new System.Drawing.Size(100, 20);
     this.label_SSl.TabIndex = 24;
     this.label_SSl.Text = "SSL加密:";
     //
     // numberTextBox_port
     //
     this.errorProvider_showError.SetIconPadding(this.numberTextBox_port, 4);
     this.numberTextBox_port.IsTrimZeroBefore = true;
     this.numberTextBox_port.Location = new System.Drawing.Point(134, 98);
     this.numberTextBox_port.Name = "numberTextBox_port";
     this.numberTextBox_port.Size = new System.Drawing.Size(170, 21);
     this.numberTextBox_port.TabIndex = 3;
     this.numberTextBox_port.Text = "25";
     this.numberTextBox_port.TextAlignChanged += new System.EventHandler(this.numberTextBox_port_Validating);
     //
     // textBox_smtpServer
     //
     this.errorProvider_showError.SetIconPadding(this.textBox_smtpServer, 4);
     this.textBox_smtpServer.Location = new System.Drawing.Point(134, 71);
     this.textBox_smtpServer.Name = "textBox_smtpServer";
     this.textBox_smtpServer.Size = new System.Drawing.Size(170, 21);
     this.textBox_smtpServer.TabIndex = 2;
     this.textBox_smtpServer.Validating += new System.ComponentModel.CancelEventHandler(this.textBox_smtpServer_Validating);
     //
     // textBox_passWord
     //
     this.errorProvider_showError.SetIconPadding(this.textBox_passWord, 4);
     this.textBox_passWord.Location = new System.Drawing.Point(134, 44);
     this.textBox_passWord.Name = "textBox_passWord";
     this.textBox_passWord.PasswordChar = '*';
     this.textBox_passWord.Size = new System.Drawing.Size(170, 21);
     this.textBox_passWord.TabIndex = 1;
     this.textBox_passWord.UseSystemPasswordChar = true;
     this.textBox_passWord.Validating += new System.ComponentModel.CancelEventHandler(this.textBox_passWord_Validating);
     //
     // textBox_emailAddr
     //
     this.errorProvider_showError.SetIconPadding(this.textBox_emailAddr, 4);
     this.textBox_emailAddr.Location = new System.Drawing.Point(134, 17);
     this.textBox_emailAddr.Name = "textBox_emailAddr";
     this.textBox_emailAddr.Size = new System.Drawing.Size(170, 21);
     this.textBox_emailAddr.TabIndex = 0;
     this.textBox_emailAddr.Validating += new System.ComponentModel.CancelEventHandler(this.textBox_emailAddr_Validating);
     //
     // label_smtpPort
     //
     this.label_smtpPort.AutoEllipsis = true;
     this.label_smtpPort.Location = new System.Drawing.Point(20, 104);
     this.label_smtpPort.Name = "label_smtpPort";
     this.label_smtpPort.Size = new System.Drawing.Size(100, 20);
     this.label_smtpPort.TabIndex = 23;
     this.label_smtpPort.Text = "端口:";
     //
     // label_smtpServer
     //
     this.label_smtpServer.AutoEllipsis = true;
     this.label_smtpServer.Location = new System.Drawing.Point(20, 76);
     this.label_smtpServer.Name = "label_smtpServer";
     this.label_smtpServer.Size = new System.Drawing.Size(100, 20);
     this.label_smtpServer.TabIndex = 22;
     this.label_smtpServer.Text = "SMTP服务器:";
     //
     // label_emailPw
     //
     this.label_emailPw.AutoEllipsis = true;
     this.label_emailPw.Location = new System.Drawing.Point(20, 48);
     this.label_emailPw.Name = "label_emailPw";
     this.label_emailPw.Size = new System.Drawing.Size(100, 20);
     this.label_emailPw.TabIndex = 21;
     this.label_emailPw.Text = "邮箱密码:";
     //
     // label_userAddr
     //
     this.label_userAddr.AutoEllipsis = true;
     this.label_userAddr.Location = new System.Drawing.Point(20, 20);
     this.label_userAddr.Name = "label_userAddr";
     this.label_userAddr.Size = new System.Drawing.Size(100, 20);
     this.label_userAddr.TabIndex = 20;
     this.label_userAddr.Text = "邮箱地址:";
     //
     // crystalButton_close
     //
     this.crystalButton_close.AutoEllipsis = true;
     this.crystalButton_close.BackColor = System.Drawing.Color.DodgerBlue;
     this.crystalButton_close.BottonActivatedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_close.ButtonBusyBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_close.ButtonClickColor = System.Drawing.Color.Green;
     this.crystalButton_close.ButtonCornorRadius = 5;
     this.crystalButton_close.ButtonFreeBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_close.ButtonSelectedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.crystalButton_close.ForeColor = System.Drawing.Color.Black;
     this.crystalButton_close.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.crystalButton_close.IsButtonFoucs = false;
     this.crystalButton_close.Location = new System.Drawing.Point(243, 166);
     this.crystalButton_close.Name = "crystalButton_close";
     this.crystalButton_close.Size = new System.Drawing.Size(80, 30);
     this.crystalButton_close.TabIndex = 2;
     this.crystalButton_close.Text = "关闭";
     this.crystalButton_close.Transparency = 50;
     this.crystalButton_close.UseVisualStyleBackColor = false;
     //
     // crystalButton_apply
     //
     this.crystalButton_apply.AutoEllipsis = true;
     this.crystalButton_apply.BackColor = System.Drawing.Color.DodgerBlue;
     this.crystalButton_apply.BottonActivatedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_apply.ButtonBusyBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_apply.ButtonClickColor = System.Drawing.Color.Green;
     this.crystalButton_apply.ButtonCornorRadius = 5;
     this.crystalButton_apply.ButtonFreeBorderColor = System.Drawing.Color.DimGray;
     this.crystalButton_apply.ButtonSelectedColor = System.Drawing.Color.LimeGreen;
     this.crystalButton_apply.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.crystalButton_apply.ForeColor = System.Drawing.Color.Black;
     this.crystalButton_apply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.crystalButton_apply.IsButtonFoucs = false;
     this.crystalButton_apply.Location = new System.Drawing.Point(148, 166);
     this.crystalButton_apply.Name = "crystalButton_apply";
     this.crystalButton_apply.Size = new System.Drawing.Size(80, 30);
     this.crystalButton_apply.TabIndex = 1;
     this.crystalButton_apply.Text = "修改";
     this.crystalButton_apply.Transparency = 50;
     this.crystalButton_apply.UseVisualStyleBackColor = false;
     this.crystalButton_apply.Click += new System.EventHandler(this.crystalButton_apply_Click);
     //
     // errorProvider_showError
     //
     this.errorProvider_showError.ContainerControl = this;
     this.errorProvider_showError.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider_showError.Icon")));
     //
     // Frm_SenderChanged
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(344, 206);
     this.Controls.Add(this.crystalButton_close);
     this.Controls.Add(this.crystalButton_apply);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "Frm_SenderChanged";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "修改发布者";
     this.Load += new System.EventHandler(this.Frm_SenderChanged_Load);
     this.Validating += new System.ComponentModel.CancelEventHandler(this.Frm_SenderChanged_Validating);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_showError)).EndInit();
     this.ResumeLayout(false);
 }