You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

771 lines
39 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace MailAnalyzeTools
{
partial class frmMailSet
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMailSet));
this.panel1 = new System.Windows.Forms.Panel();
this.btnApp = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1_MailConfig = new System.Windows.Forms.TabPage();
this.chkMailAutoSend = new System.Windows.Forms.CheckBox();
this.btnTestMailConnect = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.txtIntervalMinutes = new System.Windows.Forms.TextBox();
this.txtMailDisplayName = new System.Windows.Forms.TextBox();
this.txtMailPassWord = new System.Windows.Forms.TextBox();
this.txtMailAddress = new System.Windows.Forms.TextBox();
this.chkMailAutoDeal = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtSmtpMailServer_Port = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtPop3MailServer_Port = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.chkSmtpMailServer_SSL = new System.Windows.Forms.CheckBox();
this.chkPop3MailServer_SSL = new System.Windows.Forms.CheckBox();
this.txtSmtpMailServer_Addr = new System.Windows.Forms.TextBox();
this.txtPop3MailServer_Addr = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnRefreshTable_mskCodeCtn = new System.Windows.Forms.Button();
this.btnRefreshTable_mskCodeFee = new System.Windows.Forms.Button();
this.cmdInputPerson = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.btnSelEdiPath = new System.Windows.Forms.Button();
this.txtEdiPath = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.chkIsSaveEdi = new System.Windows.Forms.CheckBox();
this.tabPage2_FtpConfig = new System.Windows.Forms.TabPage();
this.txtFtp_Interval = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.chkFtp_AutoDeleteServerFile = new System.Windows.Forms.CheckBox();
this.chkFtp_AutoDownload = new System.Windows.Forms.CheckBox();
this.txtFtp_PWD = new System.Windows.Forms.TextBox();
this.txtFtp_DownloadPath = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.txtFtp_Port = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.txtFtp_LogID = new System.Windows.Forms.TextBox();
this.txtFtp_server = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.errorProd1 = new System.Windows.Forms.ErrorProvider(this.components);
this.btnRefreshBcMail_MSDS_keys = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1_MailConfig.SuspendLayout();
this.tabPage3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2_FtpConfig.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProd1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnApp);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.btnOk);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 266);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(519, 25);
this.panel1.TabIndex = 0;
//
// btnApp
//
this.btnApp.Location = new System.Drawing.Point(323, -1);
this.btnApp.Name = "btnApp";
this.btnApp.Size = new System.Drawing.Size(75, 23);
this.btnApp.TabIndex = 1;
this.btnApp.Tag = "";
this.btnApp.Text = "应用";
this.btnApp.UseVisualStyleBackColor = true;
this.btnApp.Click += new System.EventHandler(this.btnApp_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(404, -1);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(242, 0);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 0;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1_MailConfig);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage2_FtpConfig);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(519, 266);
this.tabControl1.TabIndex = 0;
//
// tabPage1_MailConfig
//
this.tabPage1_MailConfig.Controls.Add(this.chkMailAutoSend);
this.tabPage1_MailConfig.Controls.Add(this.btnTestMailConnect);
this.tabPage1_MailConfig.Controls.Add(this.label5);
this.tabPage1_MailConfig.Controls.Add(this.txtIntervalMinutes);
this.tabPage1_MailConfig.Controls.Add(this.txtMailDisplayName);
this.tabPage1_MailConfig.Controls.Add(this.txtMailPassWord);
this.tabPage1_MailConfig.Controls.Add(this.txtMailAddress);
this.tabPage1_MailConfig.Controls.Add(this.chkMailAutoDeal);
this.tabPage1_MailConfig.Controls.Add(this.label4);
this.tabPage1_MailConfig.Controls.Add(this.label3);
this.tabPage1_MailConfig.Controls.Add(this.label2);
this.tabPage1_MailConfig.Controls.Add(this.label1);
this.tabPage1_MailConfig.Controls.Add(this.txtSmtpMailServer_Port);
this.tabPage1_MailConfig.Controls.Add(this.label11);
this.tabPage1_MailConfig.Controls.Add(this.txtPop3MailServer_Port);
this.tabPage1_MailConfig.Controls.Add(this.label9);
this.tabPage1_MailConfig.Controls.Add(this.chkSmtpMailServer_SSL);
this.tabPage1_MailConfig.Controls.Add(this.chkPop3MailServer_SSL);
this.tabPage1_MailConfig.Controls.Add(this.txtSmtpMailServer_Addr);
this.tabPage1_MailConfig.Controls.Add(this.txtPop3MailServer_Addr);
this.tabPage1_MailConfig.Controls.Add(this.label10);
this.tabPage1_MailConfig.Controls.Add(this.label8);
this.tabPage1_MailConfig.Location = new System.Drawing.Point(4, 22);
this.tabPage1_MailConfig.Name = "tabPage1_MailConfig";
this.tabPage1_MailConfig.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1_MailConfig.Size = new System.Drawing.Size(511, 240);
this.tabPage1_MailConfig.TabIndex = 0;
this.tabPage1_MailConfig.Text = "邮箱设置";
this.tabPage1_MailConfig.UseVisualStyleBackColor = true;
this.tabPage1_MailConfig.Click += new System.EventHandler(this.tabPage1_Click);
//
// chkMailAutoSend
//
this.chkMailAutoSend.AutoSize = true;
this.chkMailAutoSend.Location = new System.Drawing.Point(97, 217);
this.chkMailAutoSend.Name = "chkMailAutoSend";
this.chkMailAutoSend.Size = new System.Drawing.Size(120, 16);
this.chkMailAutoSend.TabIndex = 11;
this.chkMailAutoSend.Text = "启用自动发送邮件";
this.chkMailAutoSend.UseVisualStyleBackColor = true;
this.chkMailAutoSend.Click += new System.EventHandler(this.checkBox1_Click);
//
// btnTestMailConnect
//
this.btnTestMailConnect.Location = new System.Drawing.Point(345, 151);
this.btnTestMailConnect.Name = "btnTestMailConnect";
this.btnTestMailConnect.Size = new System.Drawing.Size(96, 23);
this.btnTestMailConnect.TabIndex = 10;
this.btnTestMailConnect.Text = "测试Mail连接";
this.btnTestMailConnect.UseVisualStyleBackColor = true;
this.btnTestMailConnect.Click += new System.EventHandler(this.btnTestMailConnect_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(298, 195);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 4;
this.label5.Text = "分钟";
//
// txtIntervalMinutes
//
this.txtIntervalMinutes.Enabled = false;
this.txtIntervalMinutes.Location = new System.Drawing.Point(258, 192);
this.txtIntervalMinutes.Name = "txtIntervalMinutes";
this.txtIntervalMinutes.Size = new System.Drawing.Size(33, 21);
this.txtIntervalMinutes.TabIndex = 3;
this.txtIntervalMinutes.Text = "3";
this.txtIntervalMinutes.TextChanged += new System.EventHandler(this.txtIntervalMinutes_TextChanged);
//
// txtMailDisplayName
//
this.txtMailDisplayName.Location = new System.Drawing.Point(97, 153);
this.txtMailDisplayName.Name = "txtMailDisplayName";
this.txtMailDisplayName.Size = new System.Drawing.Size(231, 21);
this.txtMailDisplayName.TabIndex = 8;
this.txtMailDisplayName.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// txtMailPassWord
//
this.txtMailPassWord.Location = new System.Drawing.Point(97, 123);
this.txtMailPassWord.Name = "txtMailPassWord";
this.txtMailPassWord.PasswordChar = '*';
this.txtMailPassWord.Size = new System.Drawing.Size(231, 21);
this.txtMailPassWord.TabIndex = 7;
this.txtMailPassWord.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// txtMailAddress
//
this.txtMailAddress.Location = new System.Drawing.Point(97, 93);
this.txtMailAddress.Name = "txtMailAddress";
this.txtMailAddress.Size = new System.Drawing.Size(231, 21);
this.txtMailAddress.TabIndex = 6;
this.txtMailAddress.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// chkMailAutoDeal
//
this.chkMailAutoDeal.AutoSize = true;
this.chkMailAutoDeal.Location = new System.Drawing.Point(97, 195);
this.chkMailAutoDeal.Name = "chkMailAutoDeal";
this.chkMailAutoDeal.Size = new System.Drawing.Size(156, 16);
this.chkMailAutoDeal.TabIndex = 1;
this.chkMailAutoDeal.Text = "启用自动接收及处理邮件";
this.chkMailAutoDeal.UseVisualStyleBackColor = true;
this.chkMailAutoDeal.CheckedChanged += new System.EventHandler(this.chkMailAutoDeal_CheckedChanged);
this.chkMailAutoDeal.Click += new System.EventHandler(this.chkMailAutoDeal_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(223, 195);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 9;
this.label4.Text = "每隔";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(26, 156);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "显示名称:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(50, 126);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 0;
this.label2.Tag = "";
this.label2.Text = "密码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 96);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Email地址";
//
// txtSmtpMailServer_Port
//
this.txtSmtpMailServer_Port.Location = new System.Drawing.Point(429, 63);
this.txtSmtpMailServer_Port.Name = "txtSmtpMailServer_Port";
this.txtSmtpMailServer_Port.Size = new System.Drawing.Size(41, 21);
this.txtSmtpMailServer_Port.TabIndex = 5;
this.txtSmtpMailServer_Port.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
this.txtSmtpMailServer_Port.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPop3MailServer_num_KeyPress);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(382, 66);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 4;
this.label11.Text = "端口:";
//
// txtPop3MailServer_Port
//
this.txtPop3MailServer_Port.Location = new System.Drawing.Point(429, 33);
this.txtPop3MailServer_Port.Name = "txtPop3MailServer_Port";
this.txtPop3MailServer_Port.Size = new System.Drawing.Size(41, 21);
this.txtPop3MailServer_Port.TabIndex = 2;
this.txtPop3MailServer_Port.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
this.txtPop3MailServer_Port.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPop3MailServer_num_KeyPress);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(382, 38);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 1;
this.label9.Text = "端口:";
//
// chkSmtpMailServer_SSL
//
this.chkSmtpMailServer_SSL.AutoSize = true;
this.chkSmtpMailServer_SSL.Location = new System.Drawing.Point(334, 65);
this.chkSmtpMailServer_SSL.Name = "chkSmtpMailServer_SSL";
this.chkSmtpMailServer_SSL.Size = new System.Drawing.Size(42, 16);
this.chkSmtpMailServer_SSL.TabIndex = 8;
this.chkSmtpMailServer_SSL.Text = "SSL";
this.chkSmtpMailServer_SSL.UseVisualStyleBackColor = true;
this.chkSmtpMailServer_SSL.Click += new System.EventHandler(this.chkSmtpMailServer_SSL_Click);
//
// chkPop3MailServer_SSL
//
this.chkPop3MailServer_SSL.AutoSize = true;
this.chkPop3MailServer_SSL.Location = new System.Drawing.Point(334, 37);
this.chkPop3MailServer_SSL.Name = "chkPop3MailServer_SSL";
this.chkPop3MailServer_SSL.Size = new System.Drawing.Size(42, 16);
this.chkPop3MailServer_SSL.TabIndex = 8;
this.chkPop3MailServer_SSL.Text = "SSL";
this.chkPop3MailServer_SSL.UseVisualStyleBackColor = true;
this.chkPop3MailServer_SSL.Click += new System.EventHandler(this.chkPop3MailServer_SSL_Click);
//
// txtSmtpMailServer_Addr
//
this.txtSmtpMailServer_Addr.Location = new System.Drawing.Point(98, 63);
this.txtSmtpMailServer_Addr.Name = "txtSmtpMailServer_Addr";
this.txtSmtpMailServer_Addr.Size = new System.Drawing.Size(230, 21);
this.txtSmtpMailServer_Addr.TabIndex = 3;
this.txtSmtpMailServer_Addr.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// txtPop3MailServer_Addr
//
this.txtPop3MailServer_Addr.Location = new System.Drawing.Point(98, 33);
this.txtPop3MailServer_Addr.Name = "txtPop3MailServer_Addr";
this.txtPop3MailServer_Addr.Size = new System.Drawing.Size(230, 21);
this.txtPop3MailServer_Addr.TabIndex = 0;
this.txtPop3MailServer_Addr.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(14, 66);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 12);
this.label10.TabIndex = 5;
this.label10.Text = "发件服务器:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 38);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 12);
this.label8.TabIndex = 5;
this.label8.Text = "收件服务器:";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.btnRefreshBcMail_MSDS_keys);
this.tabPage3.Controls.Add(this.groupBox1);
this.tabPage3.Controls.Add(this.cmdInputPerson);
this.tabPage3.Controls.Add(this.label6);
this.tabPage3.Controls.Add(this.btnSelEdiPath);
this.tabPage3.Controls.Add(this.txtEdiPath);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Controls.Add(this.chkIsSaveEdi);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(511, 240);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "邮件其他";
this.tabPage3.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnRefreshTable_mskCodeCtn);
this.groupBox1.Controls.Add(this.btnRefreshTable_mskCodeFee);
this.groupBox1.Location = new System.Drawing.Point(8, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(396, 78);
this.groupBox1.TabIndex = 17;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Invoice Edi费用名称/集装箱型号对照表刷新";
//
// btnRefreshTable_mskCodeCtn
//
this.btnRefreshTable_mskCodeCtn.Location = new System.Drawing.Point(22, 49);
this.btnRefreshTable_mskCodeCtn.Name = "btnRefreshTable_mskCodeCtn";
this.btnRefreshTable_mskCodeCtn.Size = new System.Drawing.Size(152, 23);
this.btnRefreshTable_mskCodeCtn.TabIndex = 16;
this.btnRefreshTable_mskCodeCtn.Text = "刷新Invoice集装箱对照表";
this.btnRefreshTable_mskCodeCtn.UseVisualStyleBackColor = true;
this.btnRefreshTable_mskCodeCtn.Click += new System.EventHandler(this.btnRefreshTable_mskCodeCtn_Click);
//
// btnRefreshTable_mskCodeFee
//
this.btnRefreshTable_mskCodeFee.Location = new System.Drawing.Point(22, 20);
this.btnRefreshTable_mskCodeFee.Name = "btnRefreshTable_mskCodeFee";
this.btnRefreshTable_mskCodeFee.Size = new System.Drawing.Size(152, 23);
this.btnRefreshTable_mskCodeFee.TabIndex = 15;
this.btnRefreshTable_mskCodeFee.Text = "刷新费用名称对照表";
this.btnRefreshTable_mskCodeFee.UseVisualStyleBackColor = true;
this.btnRefreshTable_mskCodeFee.Click += new System.EventHandler(this.btnRefreshTable_mskCodeFee_Click);
//
// cmdInputPerson
//
this.cmdInputPerson.FormattingEnabled = true;
this.cmdInputPerson.Location = new System.Drawing.Point(103, 168);
this.cmdInputPerson.Name = "cmdInputPerson";
this.cmdInputPerson.Size = new System.Drawing.Size(121, 20);
this.cmdInputPerson.TabIndex = 14;
this.cmdInputPerson.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(19, 177);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 13;
this.label6.Text = "默认录入人:";
this.label6.Visible = false;
//
// btnSelEdiPath
//
this.btnSelEdiPath.Enabled = false;
this.btnSelEdiPath.Location = new System.Drawing.Point(319, 141);
this.btnSelEdiPath.Name = "btnSelEdiPath";
this.btnSelEdiPath.Size = new System.Drawing.Size(35, 23);
this.btnSelEdiPath.TabIndex = 12;
this.btnSelEdiPath.Text = "...";
this.btnSelEdiPath.UseVisualStyleBackColor = true;
this.btnSelEdiPath.Visible = false;
//
// txtEdiPath
//
this.txtEdiPath.Enabled = false;
this.txtEdiPath.Location = new System.Drawing.Point(169, 142);
this.txtEdiPath.Name = "txtEdiPath";
this.txtEdiPath.Size = new System.Drawing.Size(144, 21);
this.txtEdiPath.TabIndex = 11;
this.txtEdiPath.Visible = false;
this.txtEdiPath.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(112, 146);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 10;
this.label12.Text = "路径:";
this.label12.Visible = false;
//
// chkIsSaveEdi
//
this.chkIsSaveEdi.AutoSize = true;
this.chkIsSaveEdi.Location = new System.Drawing.Point(21, 146);
this.chkIsSaveEdi.Name = "chkIsSaveEdi";
this.chkIsSaveEdi.Size = new System.Drawing.Size(96, 16);
this.chkIsSaveEdi.TabIndex = 9;
this.chkIsSaveEdi.Text = "是否保存附件";
this.chkIsSaveEdi.UseVisualStyleBackColor = true;
this.chkIsSaveEdi.Visible = false;
this.chkIsSaveEdi.CheckedChanged += new System.EventHandler(this.chkIsSaveEdi_CheckedChanged);
//
// tabPage2_FtpConfig
//
this.tabPage2_FtpConfig.Controls.Add(this.txtFtp_Interval);
this.tabPage2_FtpConfig.Controls.Add(this.label18);
this.tabPage2_FtpConfig.Controls.Add(this.label17);
this.tabPage2_FtpConfig.Controls.Add(this.chkFtp_AutoDeleteServerFile);
this.tabPage2_FtpConfig.Controls.Add(this.chkFtp_AutoDownload);
this.tabPage2_FtpConfig.Controls.Add(this.txtFtp_PWD);
this.tabPage2_FtpConfig.Controls.Add(this.txtFtp_DownloadPath);
this.tabPage2_FtpConfig.Controls.Add(this.label7);
this.tabPage2_FtpConfig.Controls.Add(this.label13);
this.tabPage2_FtpConfig.Controls.Add(this.txtFtp_Port);
this.tabPage2_FtpConfig.Controls.Add(this.label14);
this.tabPage2_FtpConfig.Controls.Add(this.txtFtp_LogID);
this.tabPage2_FtpConfig.Controls.Add(this.txtFtp_server);
this.tabPage2_FtpConfig.Controls.Add(this.label15);
this.tabPage2_FtpConfig.Controls.Add(this.label16);
this.tabPage2_FtpConfig.Location = new System.Drawing.Point(4, 22);
this.tabPage2_FtpConfig.Name = "tabPage2_FtpConfig";
this.tabPage2_FtpConfig.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2_FtpConfig.Size = new System.Drawing.Size(511, 240);
this.tabPage2_FtpConfig.TabIndex = 3;
this.tabPage2_FtpConfig.Text = "ftp配置";
this.tabPage2_FtpConfig.UseVisualStyleBackColor = true;
//
// txtFtp_Interval
//
this.txtFtp_Interval.Location = new System.Drawing.Point(238, 113);
this.txtFtp_Interval.MaxLength = 4;
this.txtFtp_Interval.Name = "txtFtp_Interval";
this.txtFtp_Interval.Size = new System.Drawing.Size(39, 21);
this.txtFtp_Interval.TabIndex = 21;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(206, 119);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(29, 12);
this.label18.TabIndex = 20;
this.label18.Text = "间隔";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(290, 119);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(29, 12);
this.label17.TabIndex = 19;
this.label17.Text = "分钟";
//
// chkFtp_AutoDeleteServerFile
//
this.chkFtp_AutoDeleteServerFile.AccessibleDescription = "";
this.chkFtp_AutoDeleteServerFile.AutoSize = true;
this.chkFtp_AutoDeleteServerFile.Location = new System.Drawing.Point(104, 140);
this.chkFtp_AutoDeleteServerFile.Name = "chkFtp_AutoDeleteServerFile";
this.chkFtp_AutoDeleteServerFile.Size = new System.Drawing.Size(96, 16);
this.chkFtp_AutoDeleteServerFile.TabIndex = 10;
this.chkFtp_AutoDeleteServerFile.Tag = "";
this.chkFtp_AutoDeleteServerFile.Text = "启动自动下载";
this.chkFtp_AutoDeleteServerFile.UseVisualStyleBackColor = true;
this.chkFtp_AutoDeleteServerFile.Visible = false;
this.chkFtp_AutoDeleteServerFile.Click += new System.EventHandler(this.chkMailAutoDeal_CheckedChanged);
//
// chkFtp_AutoDownload
//
this.chkFtp_AutoDownload.AccessibleDescription = "";
this.chkFtp_AutoDownload.AutoSize = true;
this.chkFtp_AutoDownload.Location = new System.Drawing.Point(104, 118);
this.chkFtp_AutoDownload.Name = "chkFtp_AutoDownload";
this.chkFtp_AutoDownload.Size = new System.Drawing.Size(96, 16);
this.chkFtp_AutoDownload.TabIndex = 10;
this.chkFtp_AutoDownload.Tag = "";
this.chkFtp_AutoDownload.Text = "启动自动下载";
this.chkFtp_AutoDownload.UseVisualStyleBackColor = true;
this.chkFtp_AutoDownload.Click += new System.EventHandler(this.chkMailAutoDeal_CheckedChanged);
//
// txtFtp_PWD
//
this.txtFtp_PWD.Location = new System.Drawing.Point(114, 66);
this.txtFtp_PWD.MaxLength = 20;
this.txtFtp_PWD.Name = "txtFtp_PWD";
this.txtFtp_PWD.PasswordChar = '*';
this.txtFtp_PWD.Size = new System.Drawing.Size(231, 21);
this.txtFtp_PWD.TabIndex = 17;
this.txtFtp_PWD.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// txtFtp_DownloadPath
//
this.txtFtp_DownloadPath.Location = new System.Drawing.Point(114, 91);
this.txtFtp_DownloadPath.MaxLength = 200;
this.txtFtp_DownloadPath.Name = "txtFtp_DownloadPath";
this.txtFtp_DownloadPath.Size = new System.Drawing.Size(231, 21);
this.txtFtp_DownloadPath.TabIndex = 16;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(67, 66);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 8;
this.label7.Tag = "";
this.label7.Text = "密码:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(37, 94);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 10;
this.label13.Text = "存放路径:";
//
// txtFtp_Port
//
this.txtFtp_Port.Location = new System.Drawing.Point(445, 3);
this.txtFtp_Port.MaxLength = 6;
this.txtFtp_Port.Name = "txtFtp_Port";
this.txtFtp_Port.Size = new System.Drawing.Size(41, 21);
this.txtFtp_Port.TabIndex = 12;
this.txtFtp_Port.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
this.txtFtp_Port.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPop3MailServer_num_KeyPress);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(398, 9);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 11;
this.label14.Text = "端口:";
//
// txtFtp_LogID
//
this.txtFtp_LogID.Location = new System.Drawing.Point(114, 36);
this.txtFtp_LogID.MaxLength = 30;
this.txtFtp_LogID.Name = "txtFtp_LogID";
this.txtFtp_LogID.Size = new System.Drawing.Size(230, 21);
this.txtFtp_LogID.TabIndex = 13;
this.txtFtp_LogID.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// txtFtp_server
//
this.txtFtp_server.Location = new System.Drawing.Point(133, 6);
this.txtFtp_server.MaxLength = 200;
this.txtFtp_server.Name = "txtFtp_server";
this.txtFtp_server.Size = new System.Drawing.Size(261, 21);
this.txtFtp_server.TabIndex = 9;
this.txtFtp_server.TextChanged += new System.EventHandler(this.txtMailxx_TextChanged);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(43, 39);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(65, 12);
this.label15.TabIndex = 14;
this.label15.Text = "登录账号:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(3, 9);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(137, 12);
this.label16.TabIndex = 15;
this.label16.Text = "BL 报文FTP服务器地址";
//
// errorProd1
//
this.errorProd1.ContainerControl = this;
//
// btnRefreshBcMail_MSDS_keys
//
this.btnRefreshBcMail_MSDS_keys.Location = new System.Drawing.Point(21, 84);
this.btnRefreshBcMail_MSDS_keys.Name = "btnRefreshBcMail_MSDS_keys";
this.btnRefreshBcMail_MSDS_keys.Size = new System.Drawing.Size(157, 31);
this.btnRefreshBcMail_MSDS_keys.TabIndex = 18;
this.btnRefreshBcMail_MSDS_keys.Text = "刷新BC邮件报文MSDS关键字";
this.btnRefreshBcMail_MSDS_keys.UseVisualStyleBackColor = true;
this.btnRefreshBcMail_MSDS_keys.Click += new System.EventHandler(this.btnRefreshBcMail_MSDS_keys_Click);
//
// frmMailSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(519, 291);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmMailSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设置";
this.Load += new System.EventHandler(this.frmMailSet_Load);
this.panel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1_MailConfig.ResumeLayout(false);
this.tabPage1_MailConfig.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.tabPage2_FtpConfig.ResumeLayout(false);
this.tabPage2_FtpConfig.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProd1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1_MailConfig;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.CheckBox chkMailAutoDeal;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnApp;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtIntervalMinutes;
private System.Windows.Forms.TextBox txtMailDisplayName;
private System.Windows.Forms.TextBox txtMailPassWord;
private System.Windows.Forms.TextBox txtMailAddress;
private System.Windows.Forms.TextBox txtSmtpMailServer_Port;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtPop3MailServer_Port;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.CheckBox chkSmtpMailServer_SSL;
private System.Windows.Forms.CheckBox chkPop3MailServer_SSL;
private System.Windows.Forms.TextBox txtSmtpMailServer_Addr;
private System.Windows.Forms.TextBox txtPop3MailServer_Addr;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btnSelEdiPath;
private System.Windows.Forms.TextBox txtEdiPath;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.CheckBox chkIsSaveEdi;
private System.Windows.Forms.ErrorProvider errorProd1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cmdInputPerson;
private System.Windows.Forms.Button btnTestMailConnect;
private System.Windows.Forms.CheckBox chkMailAutoSend;
private System.Windows.Forms.TabPage tabPage2_FtpConfig;
private System.Windows.Forms.TextBox txtFtp_PWD;
private System.Windows.Forms.TextBox txtFtp_DownloadPath;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtFtp_Port;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txtFtp_LogID;
private System.Windows.Forms.TextBox txtFtp_server;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.CheckBox chkFtp_AutoDownload;
private System.Windows.Forms.CheckBox chkFtp_AutoDeleteServerFile;
private System.Windows.Forms.TextBox txtFtp_Interval;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnRefreshTable_mskCodeCtn;
private System.Windows.Forms.Button btnRefreshTable_mskCodeFee;
private System.Windows.Forms.Button btnRefreshBcMail_MSDS_keys;
}
}