frmSet.Designer.cs
上传用户:jsz11269
上传日期:2017-01-14
资源大小:450k
文件大小:13k
源码类别:

Email服务器

开发平台:

C#

  1. namespace myWorkPad
  2. {
  3.     partial class frmSet
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.label1 = new System.Windows.Forms.Label();
  29.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  30.             this.label3 = new System.Windows.Forms.Label();
  31.             this.label2 = new System.Windows.Forms.Label();
  32.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  33.             this.tbCancle = new System.Windows.Forms.Button();
  34.             this.tbOK = new System.Windows.Forms.Button();
  35.             this.label4 = new System.Windows.Forms.Label();
  36.             this.label5 = new System.Windows.Forms.Label();
  37.             this.tbName = new System.Windows.Forms.TextBox();
  38.             this.tbEmail = new System.Windows.Forms.TextBox();
  39.             this.tbPass = new System.Windows.Forms.TextBox();
  40.             this.tbUserName = new System.Windows.Forms.TextBox();
  41.             this.label6 = new System.Windows.Forms.Label();
  42.             this.label7 = new System.Windows.Forms.Label();
  43.             this.label8 = new System.Windows.Forms.Label();
  44.             this.tbSMTP = new System.Windows.Forms.TextBox();
  45.             this.tbPOP3 = new System.Windows.Forms.TextBox();
  46.             this.label9 = new System.Windows.Forms.Label();
  47.             this.label10 = new System.Windows.Forms.Label();
  48.             this.label11 = new System.Windows.Forms.Label();
  49.             this.groupBox1.SuspendLayout();
  50.             this.groupBox2.SuspendLayout();
  51.             this.SuspendLayout();
  52.             // 
  53.             // label1
  54.             // 
  55.             this.label1.AutoSize = true;
  56.             this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57.             this.label1.Location = new System.Drawing.Point(26, 108);
  58.             this.label1.Name = "label1";
  59.             this.label1.Size = new System.Drawing.Size(57, 12);
  60.             this.label1.TabIndex = 0;
  61.             this.label1.Text = "用户信息";
  62.             // 
  63.             // groupBox1
  64.             // 
  65.             this.groupBox1.BackColor = System.Drawing.Color.White;
  66.             this.groupBox1.Controls.Add(this.label3);
  67.             this.groupBox1.Controls.Add(this.label2);
  68.             this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
  69.             this.groupBox1.Location = new System.Drawing.Point(-3, -5);
  70.             this.groupBox1.Name = "groupBox1";
  71.             this.groupBox1.Size = new System.Drawing.Size(601, 81);
  72.             this.groupBox1.TabIndex = 3;
  73.             this.groupBox1.TabStop = false;
  74.             // 
  75.             // label3
  76.             // 
  77.             this.label3.AutoSize = true;
  78.             this.label3.Location = new System.Drawing.Point(48, 51);
  79.             this.label3.Name = "label3";
  80.             this.label3.Size = new System.Drawing.Size(245, 12);
  81.             this.label3.TabIndex = 1;
  82.             this.label3.Text = "这些都是使得电子帐户正确运行的必需设置。";
  83.             // 
  84.             // label2
  85.             // 
  86.             this.label2.AutoSize = true;
  87.             this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88.             this.label2.Location = new System.Drawing.Point(29, 30);
  89.             this.label2.Name = "label2";
  90.             this.label2.Size = new System.Drawing.Size(152, 12);
  91.             this.label2.TabIndex = 0;
  92.             this.label2.Text = "Internet 电子邮件设置";
  93.             // 
  94.             // groupBox2
  95.             // 
  96.             this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
  97.             this.groupBox2.Controls.Add(this.tbCancle);
  98.             this.groupBox2.Controls.Add(this.tbOK);
  99.             this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
  100.             this.groupBox2.Location = new System.Drawing.Point(-3, 338);
  101.             this.groupBox2.Name = "groupBox2";
  102.             this.groupBox2.Size = new System.Drawing.Size(601, 43);
  103.             this.groupBox2.TabIndex = 4;
  104.             this.groupBox2.TabStop = false;
  105.             // 
  106.             // tbCancle
  107.             // 
  108.             this.tbCancle.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  109.             this.tbCancle.Location = new System.Drawing.Point(488, 14);
  110.             this.tbCancle.Name = "tbCancle";
  111.             this.tbCancle.Size = new System.Drawing.Size(75, 23);
  112.             this.tbCancle.TabIndex = 1;
  113.             this.tbCancle.Text = "取消";
  114.             this.tbCancle.UseVisualStyleBackColor = true;
  115.             // 
  116.             // tbOK
  117.             // 
  118.             this.tbOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  119.             this.tbOK.Location = new System.Drawing.Point(375, 14);
  120.             this.tbOK.Name = "tbOK";
  121.             this.tbOK.Size = new System.Drawing.Size(75, 23);
  122.             this.tbOK.TabIndex = 0;
  123.             this.tbOK.Text = "确定";
  124.             this.tbOK.UseVisualStyleBackColor = true;
  125.             this.tbOK.Click += new System.EventHandler(this.tbOK_Click);
  126.             // 
  127.             // label4
  128.             // 
  129.             this.label4.AutoSize = true;
  130.             this.label4.Location = new System.Drawing.Point(26, 142);
  131.             this.label4.Name = "label4";
  132.             this.label4.Size = new System.Drawing.Size(59, 12);
  133.             this.label4.TabIndex = 5;
  134.             this.label4.Text = "您的姓名:";
  135.             // 
  136.             // label5
  137.             // 
  138.             this.label5.AutoSize = true;
  139.             this.label5.Location = new System.Drawing.Point(26, 175);
  140.             this.label5.Name = "label5";
  141.             this.label5.Size = new System.Drawing.Size(83, 12);
  142.             this.label5.TabIndex = 6;
  143.             this.label5.Text = "电子邮件地址:";
  144.             // 
  145.             // tbName
  146.             // 
  147.             this.tbName.Location = new System.Drawing.Point(130, 139);
  148.             this.tbName.Name = "tbName";
  149.             this.tbName.Size = new System.Drawing.Size(144, 21);
  150.             this.tbName.TabIndex = 7;
  151.             // 
  152.             // tbEmail
  153.             // 
  154.             this.tbEmail.Location = new System.Drawing.Point(130, 175);
  155.             this.tbEmail.Name = "tbEmail";
  156.             this.tbEmail.Size = new System.Drawing.Size(144, 21);
  157.             this.tbEmail.TabIndex = 8;
  158.             // 
  159.             // tbPass
  160.             // 
  161.             this.tbPass.Location = new System.Drawing.Point(130, 295);
  162.             this.tbPass.Name = "tbPass";
  163.             this.tbPass.Size = new System.Drawing.Size(144, 21);
  164.             this.tbPass.TabIndex = 13;
  165.             this.tbPass.UseSystemPasswordChar = true;
  166.             // 
  167.             // tbUserName
  168.             // 
  169.             this.tbUserName.Location = new System.Drawing.Point(130, 259);
  170.             this.tbUserName.Name = "tbUserName";
  171.             this.tbUserName.Size = new System.Drawing.Size(144, 21);
  172.             this.tbUserName.TabIndex = 12;
  173.             // 
  174.             // label6
  175.             // 
  176.             this.label6.AutoSize = true;
  177.             this.label6.Location = new System.Drawing.Point(26, 295);
  178.             this.label6.Name = "label6";
  179.             this.label6.Size = new System.Drawing.Size(35, 12);
  180.             this.label6.TabIndex = 11;
  181.             this.label6.Text = "密码:";
  182.             // 
  183.             // label7
  184.             // 
  185.             this.label7.AutoSize = true;
  186.             this.label7.Location = new System.Drawing.Point(26, 262);
  187.             this.label7.Name = "label7";
  188.             this.label7.Size = new System.Drawing.Size(47, 12);
  189.             this.label7.TabIndex = 10;
  190.             this.label7.Text = "用户名:";
  191.             // 
  192.             // label8
  193.             // 
  194.             this.label8.AutoSize = true;
  195.             this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196.             this.label8.Location = new System.Drawing.Point(26, 228);
  197.             this.label8.Name = "label8";
  198.             this.label8.Size = new System.Drawing.Size(57, 12);
  199.             this.label8.TabIndex = 9;
  200.             this.label8.Text = "登录信息";
  201.             // 
  202.             // tbSMTP
  203.             // 
  204.             this.tbSMTP.Location = new System.Drawing.Point(416, 175);
  205.             this.tbSMTP.Name = "tbSMTP";
  206.             this.tbSMTP.Size = new System.Drawing.Size(144, 21);
  207.             this.tbSMTP.TabIndex = 18;
  208.             this.tbSMTP.Text = "smtp.263.net";
  209.             // 
  210.             // tbPOP3
  211.             // 
  212.             this.tbPOP3.Location = new System.Drawing.Point(416, 139);
  213.             this.tbPOP3.Name = "tbPOP3";
  214.             this.tbPOP3.Size = new System.Drawing.Size(144, 21);
  215.             this.tbPOP3.TabIndex = 17;
  216.             this.tbPOP3.Text = "263.net";
  217.             // 
  218.             // label9
  219.             // 
  220.             this.label9.AutoSize = true;
  221.             this.label9.Location = new System.Drawing.Point(306, 175);
  222.             this.label9.Name = "label9";
  223.             this.label9.Size = new System.Drawing.Size(95, 12);
  224.             this.label9.TabIndex = 16;
  225.             this.label9.Text = "发送邮件服务器:";
  226.             // 
  227.             // label10
  228.             // 
  229.             this.label10.AutoSize = true;
  230.             this.label10.Location = new System.Drawing.Point(306, 142);
  231.             this.label10.Name = "label10";
  232.             this.label10.Size = new System.Drawing.Size(95, 12);
  233.             this.label10.TabIndex = 15;
  234.             this.label10.Text = "接受邮件服务器:";
  235.             // 
  236.             // label11
  237.             // 
  238.             this.label11.AutoSize = true;
  239.             this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240.             this.label11.Location = new System.Drawing.Point(306, 108);
  241.             this.label11.Name = "label11";
  242.             this.label11.Size = new System.Drawing.Size(70, 12);
  243.             this.label11.TabIndex = 14;
  244.             this.label11.Text = "服务器信息";
  245.             // 
  246.             // frmSet
  247.             // 
  248.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  249.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  250.             this.ClientSize = new System.Drawing.Size(597, 379);
  251.             this.Controls.Add(this.tbSMTP);
  252.             this.Controls.Add(this.tbPOP3);
  253.             this.Controls.Add(this.label9);
  254.             this.Controls.Add(this.label10);
  255.             this.Controls.Add(this.label11);
  256.             this.Controls.Add(this.tbPass);
  257.             this.Controls.Add(this.tbUserName);
  258.             this.Controls.Add(this.label6);
  259.             this.Controls.Add(this.label7);
  260.             this.Controls.Add(this.label8);
  261.             this.Controls.Add(this.tbEmail);
  262.             this.Controls.Add(this.tbName);
  263.             this.Controls.Add(this.label5);
  264.             this.Controls.Add(this.label4);
  265.             this.Controls.Add(this.groupBox2);
  266.             this.Controls.Add(this.groupBox1);
  267.             this.Controls.Add(this.label1);
  268.             this.MaximizeBox = false;
  269.             this.MinimizeBox = false;
  270.             this.Name = "frmSet";
  271.             this.Text = "电子邮件账户";
  272.             this.groupBox1.ResumeLayout(false);
  273.             this.groupBox1.PerformLayout();
  274.             this.groupBox2.ResumeLayout(false);
  275.             this.ResumeLayout(false);
  276.             this.PerformLayout();
  277.         }
  278.         #endregion
  279.         private System.Windows.Forms.Label label1;
  280.         private System.Windows.Forms.GroupBox groupBox1;
  281.         private System.Windows.Forms.Label label3;
  282.         private System.Windows.Forms.Label label2;
  283.         private System.Windows.Forms.GroupBox groupBox2;
  284.         private System.Windows.Forms.Label label4;
  285.         private System.Windows.Forms.Label label5;
  286.         private System.Windows.Forms.TextBox tbName;
  287.         private System.Windows.Forms.TextBox tbEmail;
  288.         private System.Windows.Forms.TextBox tbPass;
  289.         private System.Windows.Forms.TextBox tbUserName;
  290.         private System.Windows.Forms.Label label6;
  291.         private System.Windows.Forms.Label label7;
  292.         private System.Windows.Forms.Label label8;
  293.         private System.Windows.Forms.TextBox tbSMTP;
  294.         private System.Windows.Forms.TextBox tbPOP3;
  295.         private System.Windows.Forms.Label label9;
  296.         private System.Windows.Forms.Label label10;
  297.         private System.Windows.Forms.Label label11;
  298.         private System.Windows.Forms.Button tbCancle;
  299.         private System.Windows.Forms.Button tbOK;
  300.     }
  301. }