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

Email服务器

开发平台:

C#

  1. namespace SoketEmail
  2. {
  3.     partial class Form1
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29.             this.tbPass = new System.Windows.Forms.TextBox();
  30.             this.tbUserName = new System.Windows.Forms.TextBox();
  31.             this.label3 = new System.Windows.Forms.Label();
  32.             this.label2 = new System.Windows.Forms.Label();
  33.             this.tbServer = new System.Windows.Forms.TextBox();
  34.             this.label1 = new System.Windows.Forms.Label();
  35.             this.btnCheck = new System.Windows.Forms.Button();
  36.             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  37.             this.lvEmail = new System.Windows.Forms.ListView();
  38.             this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
  39.             this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
  40.             this.tbSubject = new System.Windows.Forms.TextBox();
  41.             this.tbSender = new System.Windows.Forms.TextBox();
  42.             this.label5 = new System.Windows.Forms.Label();
  43.             this.label4 = new System.Windows.Forms.Label();
  44.             this.tbBody = new SoketEmail.HtmlRichTextBox();
  45.             this.splitContainer1.Panel1.SuspendLayout();
  46.             this.splitContainer1.Panel2.SuspendLayout();
  47.             this.splitContainer1.SuspendLayout();
  48.             this.SuspendLayout();
  49.             // 
  50.             // groupBox1
  51.             // 
  52.             this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  53.                         | System.Windows.Forms.AnchorStyles.Right)));
  54.             this.groupBox1.Location = new System.Drawing.Point(1, -10);
  55.             this.groupBox1.Name = "groupBox1";
  56.             this.groupBox1.Size = new System.Drawing.Size(637, 70);
  57.             this.groupBox1.TabIndex = 0;
  58.             this.groupBox1.TabStop = false;
  59.             // 
  60.             // tbPass
  61.             // 
  62.             this.tbPass.Location = new System.Drawing.Point(508, 14);
  63.             this.tbPass.Name = "tbPass";
  64.             this.tbPass.Size = new System.Drawing.Size(100, 21);
  65.             this.tbPass.TabIndex = 7;
  66.             this.tbPass.Text = "3310031985040431";
  67.             this.tbPass.UseSystemPasswordChar = true;
  68.             // 
  69.             // tbUserName
  70.             // 
  71.             this.tbUserName.Location = new System.Drawing.Point(351, 14);
  72.             this.tbUserName.Name = "tbUserName";
  73.             this.tbUserName.Size = new System.Drawing.Size(100, 21);
  74.             this.tbUserName.TabIndex = 6;
  75.             this.tbUserName.Text = "li76931737@qq.com";
  76.             // 
  77.             // label3
  78.             // 
  79.             this.label3.AutoSize = true;
  80.             this.label3.Location = new System.Drawing.Point(457, 19);
  81.             this.label3.Name = "label3";
  82.             this.label3.Size = new System.Drawing.Size(35, 12);
  83.             this.label3.TabIndex = 5;
  84.             this.label3.Text = "密码:";
  85.             // 
  86.             // label2
  87.             // 
  88.             this.label2.AutoSize = true;
  89.             this.label2.Location = new System.Drawing.Point(298, 19);
  90.             this.label2.Name = "label2";
  91.             this.label2.Size = new System.Drawing.Size(47, 12);
  92.             this.label2.TabIndex = 4;
  93.             this.label2.Text = "用户名:";
  94.             // 
  95.             // tbServer
  96.             // 
  97.             this.tbServer.Location = new System.Drawing.Point(182, 14);
  98.             this.tbServer.Name = "tbServer";
  99.             this.tbServer.Size = new System.Drawing.Size(100, 21);
  100.             this.tbServer.TabIndex = 3;
  101.             this.tbServer.Text = "pop.qq.com";
  102.             // 
  103.             // label1
  104.             // 
  105.             this.label1.AutoSize = true;
  106.             this.label1.Location = new System.Drawing.Point(105, 21);
  107.             this.label1.Name = "label1";
  108.             this.label1.Size = new System.Drawing.Size(71, 12);
  109.             this.label1.TabIndex = 2;
  110.             this.label1.Text = "POP3服务器:";
  111.             // 
  112.             // btnCheck
  113.             // 
  114.             this.btnCheck.Location = new System.Drawing.Point(12, 14);
  115.             this.btnCheck.Name = "btnCheck";
  116.             this.btnCheck.Size = new System.Drawing.Size(75, 23);
  117.             this.btnCheck.TabIndex = 0;
  118.             this.btnCheck.Text = "检查邮箱";
  119.             this.btnCheck.UseVisualStyleBackColor = true;
  120.             this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  121.             // 
  122.             // splitContainer1
  123.             // 
  124.             this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  125.                         | System.Windows.Forms.AnchorStyles.Left)
  126.                         | System.Windows.Forms.AnchorStyles.Right)));
  127.             this.splitContainer1.Location = new System.Drawing.Point(1, 66);
  128.             this.splitContainer1.Name = "splitContainer1";
  129.             // 
  130.             // splitContainer1.Panel1
  131.             // 
  132.             this.splitContainer1.Panel1.Controls.Add(this.lvEmail);
  133.             // 
  134.             // splitContainer1.Panel2
  135.             // 
  136.             this.splitContainer1.Panel2.Controls.Add(this.tbSubject);
  137.             this.splitContainer1.Panel2.Controls.Add(this.tbSender);
  138.             this.splitContainer1.Panel2.Controls.Add(this.label5);
  139.             this.splitContainer1.Panel2.Controls.Add(this.label4);
  140.             this.splitContainer1.Panel2.Controls.Add(this.tbBody);
  141.             this.splitContainer1.Size = new System.Drawing.Size(630, 264);
  142.             this.splitContainer1.SplitterDistance = 210;
  143.             this.splitContainer1.TabIndex = 8;
  144.             // 
  145.             // lvEmail
  146.             // 
  147.             this.lvEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  148.                         | System.Windows.Forms.AnchorStyles.Left)
  149.                         | System.Windows.Forms.AnchorStyles.Right)));
  150.             this.lvEmail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  151.             this.columnHeader1,
  152.             this.columnHeader2});
  153.             this.lvEmail.Location = new System.Drawing.Point(0, 0);
  154.             this.lvEmail.MultiSelect = false;
  155.             this.lvEmail.Name = "lvEmail";
  156.             this.lvEmail.Size = new System.Drawing.Size(210, 264);
  157.             this.lvEmail.TabIndex = 1;
  158.             this.lvEmail.UseCompatibleStateImageBehavior = false;
  159.             this.lvEmail.View = System.Windows.Forms.View.Details;
  160.             this.lvEmail.SelectedIndexChanged += new System.EventHandler(this.lvEmail_SelectedIndexChanged);
  161.             // 
  162.             // columnHeader1
  163.             // 
  164.             this.columnHeader1.Text = "ID";
  165.             // 
  166.             // columnHeader2
  167.             // 
  168.             this.columnHeader2.Text = "主题";
  169.             this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  170.             this.columnHeader2.Width = 140;
  171.             // 
  172.             // tbSubject
  173.             // 
  174.             this.tbSubject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  175.                         | System.Windows.Forms.AnchorStyles.Right)));
  176.             this.tbSubject.Location = new System.Drawing.Point(55, 34);
  177.             this.tbSubject.Name = "tbSubject";
  178.             this.tbSubject.ReadOnly = true;
  179.             this.tbSubject.Size = new System.Drawing.Size(338, 21);
  180.             this.tbSubject.TabIndex = 4;
  181.             // 
  182.             // tbSender
  183.             // 
  184.             this.tbSender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  185.                         | System.Windows.Forms.AnchorStyles.Right)));
  186.             this.tbSender.Location = new System.Drawing.Point(55, 0);
  187.             this.tbSender.Name = "tbSender";
  188.             this.tbSender.ReadOnly = true;
  189.             this.tbSender.Size = new System.Drawing.Size(338, 21);
  190.             this.tbSender.TabIndex = 3;
  191.             // 
  192.             // label5
  193.             // 
  194.             this.label5.AutoSize = true;
  195.             this.label5.Location = new System.Drawing.Point(3, 43);
  196.             this.label5.Name = "label5";
  197.             this.label5.Size = new System.Drawing.Size(35, 12);
  198.             this.label5.TabIndex = 2;
  199.             this.label5.Text = "主题:";
  200.             // 
  201.             // label4
  202.             // 
  203.             this.label4.AutoSize = true;
  204.             this.label4.Location = new System.Drawing.Point(2, 2);
  205.             this.label4.Name = "label4";
  206.             this.label4.Size = new System.Drawing.Size(47, 12);
  207.             this.label4.TabIndex = 1;
  208.             this.label4.Text = "发件人:";
  209.             // 
  210.             // tbBody
  211.             // 
  212.             this.tbBody.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  213.                         | System.Windows.Forms.AnchorStyles.Left)
  214.                         | System.Windows.Forms.AnchorStyles.Right)));
  215.             this.tbBody.Location = new System.Drawing.Point(2, 58);
  216.             this.tbBody.Name = "tbBody";
  217.             this.tbBody.ReadOnly = true;
  218.             this.tbBody.Size = new System.Drawing.Size(411, 203);
  219.             this.tbBody.TabIndex = 0;
  220.             this.tbBody.Text = "";
  221.             // 
  222.             // Form1
  223.             // 
  224.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  225.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226.             this.ClientSize = new System.Drawing.Size(640, 334);
  227.             this.Controls.Add(this.splitContainer1);
  228.             this.Controls.Add(this.tbPass);
  229.             this.Controls.Add(this.tbUserName);
  230.             this.Controls.Add(this.btnCheck);
  231.             this.Controls.Add(this.label3);
  232.             this.Controls.Add(this.label1);
  233.             this.Controls.Add(this.label2);
  234.             this.Controls.Add(this.tbServer);
  235.             this.Controls.Add(this.groupBox1);
  236.             this.MinimizeBox = false;
  237.             this.Name = "Form1";
  238.             this.Text = "socket邮件接受";
  239.             this.Load += new System.EventHandler(this.Form1_Load);
  240.             this.splitContainer1.Panel1.ResumeLayout(false);
  241.             this.splitContainer1.Panel2.ResumeLayout(false);
  242.             this.splitContainer1.Panel2.PerformLayout();
  243.             this.splitContainer1.ResumeLayout(false);
  244.             this.ResumeLayout(false);
  245.             this.PerformLayout();
  246.         }
  247.         #endregion
  248.         private System.Windows.Forms.GroupBox groupBox1;
  249.         private System.Windows.Forms.TextBox tbPass;
  250.         private System.Windows.Forms.TextBox tbUserName;
  251.         private System.Windows.Forms.Label label3;
  252.         private System.Windows.Forms.Label label2;
  253.         private System.Windows.Forms.TextBox tbServer;
  254.         private System.Windows.Forms.Label label1;
  255.         private System.Windows.Forms.Button btnCheck;
  256.         private System.Windows.Forms.SplitContainer splitContainer1;
  257.         private System.Windows.Forms.ListView lvEmail;
  258.         private System.Windows.Forms.TextBox tbSubject;
  259.         private System.Windows.Forms.TextBox tbSender;
  260.         private System.Windows.Forms.Label label5;
  261.         private System.Windows.Forms.Label label4;
  262.         private HtmlRichTextBox tbBody;
  263.         private System.Windows.Forms.ColumnHeader columnHeader1;
  264.         private System.Windows.Forms.ColumnHeader columnHeader2;
  265.     }
  266. }