receiveLetter.designer.cs
上传用户:hncsjykj
上传日期:2022-08-09
资源大小:461k
文件大小:14k
源码类别:

Email客户端

开发平台:

C#

  1. namespace LYBemail
  2. {
  3.     partial class receiveLetter
  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.messageCount = new System.Windows.Forms.TextBox();
  29.             this.messageNO = new System.Windows.Forms.TextBox();
  30.             this.label1 = new System.Windows.Forms.Label();
  31.             this.label2 = new System.Windows.Forms.Label();
  32.             this.readButton = new System.Windows.Forms.Button();
  33.             this.attachmentName = new System.Windows.Forms.TextBox();
  34.             this.label3 = new System.Windows.Forms.Label();
  35.             this.subjectText = new System.Windows.Forms.TextBox();
  36.             this.label4 = new System.Windows.Forms.Label();
  37.             this.label5 = new System.Windows.Forms.Label();
  38.             this.txtPanel = new System.Windows.Forms.Panel();
  39.             this.label6 = new System.Windows.Forms.Label();
  40.             this.textFrom = new System.Windows.Forms.TextBox();
  41.             this.label7 = new System.Windows.Forms.Label();
  42.             this.textTo = new System.Windows.Forms.TextBox();
  43.             this.changeButton = new System.Windows.Forms.Button();
  44.             this.button1 = new System.Windows.Forms.Button();
  45.             this.txtPOP = new System.Windows.Forms.TextBox();
  46.             this.txtLogin = new System.Windows.Forms.TextBox();
  47.             this.txtPassword = new System.Windows.Forms.TextBox();
  48.             this.label8 = new System.Windows.Forms.Label();
  49.             this.label9 = new System.Windows.Forms.Label();
  50.             this.txt_port = new System.Windows.Forms.TextBox();
  51.             this.label10 = new System.Windows.Forms.Label();
  52.             this.label11 = new System.Windows.Forms.Label();
  53.             this.SuspendLayout();
  54.             // 
  55.             // messageCount
  56.             // 
  57.             this.messageCount.Location = new System.Drawing.Point(68, 64);
  58.             this.messageCount.Name = "messageCount";
  59.             this.messageCount.ReadOnly = true;
  60.             this.messageCount.Size = new System.Drawing.Size(39, 21);
  61.             this.messageCount.TabIndex = 0;
  62.             // 
  63.             // messageNO
  64.             // 
  65.             this.messageNO.Location = new System.Drawing.Point(289, 64);
  66.             this.messageNO.Name = "messageNO";
  67.             this.messageNO.Size = new System.Drawing.Size(39, 21);
  68.             this.messageNO.TabIndex = 1;
  69.             // 
  70.             // label1
  71.             // 
  72.             this.label1.AutoSize = true;
  73.             this.label1.Location = new System.Drawing.Point(12, 72);
  74.             this.label1.Name = "label1";
  75.             this.label1.Size = new System.Drawing.Size(41, 12);
  76.             this.label1.TabIndex = 3;
  77.             this.label1.Text = "邮件数";
  78.             // 
  79.             // label2
  80.             // 
  81.             this.label2.AutoSize = true;
  82.             this.label2.Location = new System.Drawing.Point(200, 69);
  83.             this.label2.Name = "label2";
  84.             this.label2.Size = new System.Drawing.Size(65, 12);
  85.             this.label2.TabIndex = 4;
  86.             this.label2.Text = "读取邮件号";
  87.             // 
  88.             // readButton
  89.             // 
  90.             this.readButton.Location = new System.Drawing.Point(6, 330);
  91.             this.readButton.Name = "readButton";
  92.             this.readButton.Size = new System.Drawing.Size(56, 43);
  93.             this.readButton.TabIndex = 5;
  94.             this.readButton.Text = "查看";
  95.             this.readButton.UseVisualStyleBackColor = true;
  96.             this.readButton.Click += new System.EventHandler(this.readButton_Click);
  97.             // 
  98.             // attachmentName
  99.             // 
  100.             this.attachmentName.Location = new System.Drawing.Point(68, 146);
  101.             this.attachmentName.Name = "attachmentName";
  102.             this.attachmentName.ReadOnly = true;
  103.             this.attachmentName.Size = new System.Drawing.Size(343, 21);
  104.             this.attachmentName.TabIndex = 6;
  105.             // 
  106.             // label3
  107.             // 
  108.             this.label3.AutoSize = true;
  109.             this.label3.Location = new System.Drawing.Point(10, 153);
  110.             this.label3.Name = "label3";
  111.             this.label3.Size = new System.Drawing.Size(29, 12);
  112.             this.label3.TabIndex = 7;
  113.             this.label3.Text = "附件";
  114.             // 
  115.             // subjectText
  116.             // 
  117.             this.subjectText.Location = new System.Drawing.Point(68, 173);
  118.             this.subjectText.Name = "subjectText";
  119.             this.subjectText.ReadOnly = true;
  120.             this.subjectText.Size = new System.Drawing.Size(343, 21);
  121.             this.subjectText.TabIndex = 9;
  122.             // 
  123.             // label4
  124.             // 
  125.             this.label4.AutoSize = true;
  126.             this.label4.Location = new System.Drawing.Point(12, 182);
  127.             this.label4.Name = "label4";
  128.             this.label4.Size = new System.Drawing.Size(29, 12);
  129.             this.label4.TabIndex = 10;
  130.             this.label4.Text = "主题";
  131.             // 
  132.             // label5
  133.             // 
  134.             this.label5.AutoSize = true;
  135.             this.label5.Location = new System.Drawing.Point(12, 207);
  136.             this.label5.Name = "label5";
  137.             this.label5.Size = new System.Drawing.Size(29, 12);
  138.             this.label5.TabIndex = 12;
  139.             this.label5.Text = "内容";
  140.             // 
  141.             // txtPanel
  142.             // 
  143.             this.txtPanel.Location = new System.Drawing.Point(68, 207);
  144.             this.txtPanel.Name = "txtPanel";
  145.             this.txtPanel.Size = new System.Drawing.Size(347, 217);
  146.             this.txtPanel.TabIndex = 13;
  147.             // 
  148.             // label6
  149.             // 
  150.             this.label6.AutoSize = true;
  151.             this.label6.Location = new System.Drawing.Point(12, 99);
  152.             this.label6.Name = "label6";
  153.             this.label6.Size = new System.Drawing.Size(41, 12);
  154.             this.label6.TabIndex = 15;
  155.             this.label6.Text = "发件人";
  156.             // 
  157.             // textFrom
  158.             // 
  159.             this.textFrom.Location = new System.Drawing.Point(68, 91);
  160.             this.textFrom.Name = "textFrom";
  161.             this.textFrom.ReadOnly = true;
  162.             this.textFrom.Size = new System.Drawing.Size(343, 21);
  163.             this.textFrom.TabIndex = 14;
  164.             // 
  165.             // label7
  166.             // 
  167.             this.label7.AutoSize = true;
  168.             this.label7.Location = new System.Drawing.Point(12, 126);
  169.             this.label7.Name = "label7";
  170.             this.label7.Size = new System.Drawing.Size(41, 12);
  171.             this.label7.TabIndex = 17;
  172.             this.label7.Text = "收件人";
  173.             // 
  174.             // textTo
  175.             // 
  176.             this.textTo.Location = new System.Drawing.Point(68, 123);
  177.             this.textTo.Name = "textTo";
  178.             this.textTo.ReadOnly = true;
  179.             this.textTo.Size = new System.Drawing.Size(343, 21);
  180.             this.textTo.TabIndex = 16;
  181.             // 
  182.             // changeButton
  183.             // 
  184.             this.changeButton.Location = new System.Drawing.Point(6, 379);
  185.             this.changeButton.Name = "changeButton";
  186.             this.changeButton.Size = new System.Drawing.Size(56, 45);
  187.             this.changeButton.TabIndex = 18;
  188.             this.changeButton.Text = "切换";
  189.             this.changeButton.UseVisualStyleBackColor = true;
  190.             this.changeButton.Click += new System.EventHandler(this.changeButton_Click);
  191.             // 
  192.             // button1
  193.             // 
  194.             this.button1.Location = new System.Drawing.Point(339, 2);
  195.             this.button1.Name = "button1";
  196.             this.button1.Size = new System.Drawing.Size(75, 56);
  197.             this.button1.TabIndex = 19;
  198.             this.button1.Text = "连接";
  199.             this.button1.UseVisualStyleBackColor = true;
  200.             this.button1.Click += new System.EventHandler(this.button1_Click);
  201.             // 
  202.             // txtPOP
  203.             // 
  204.             this.txtPOP.Location = new System.Drawing.Point(57, 10);
  205.             this.txtPOP.Name = "txtPOP";
  206.             this.txtPOP.Size = new System.Drawing.Size(100, 21);
  207.             this.txtPOP.TabIndex = 20;
  208.             this.txtPOP.Text = "pop.qq.com";
  209.             // 
  210.             // txtLogin
  211.             // 
  212.             this.txtLogin.Location = new System.Drawing.Point(57, 37);
  213.             this.txtLogin.Name = "txtLogin";
  214.             this.txtLogin.Size = new System.Drawing.Size(100, 21);
  215.             this.txtLogin.TabIndex = 21;
  216.             // 
  217.             // txtPassword
  218.             // 
  219.             this.txtPassword.Location = new System.Drawing.Point(235, 37);
  220.             this.txtPassword.Name = "txtPassword";
  221.             this.txtPassword.PasswordChar = '*';
  222.             this.txtPassword.Size = new System.Drawing.Size(100, 21);
  223.             this.txtPassword.TabIndex = 22;
  224.             this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
  225.             // 
  226.             // label8
  227.             // 
  228.             this.label8.AutoSize = true;
  229.             this.label8.Location = new System.Drawing.Point(10, 13);
  230.             this.label8.Name = "label8";
  231.             this.label8.Size = new System.Drawing.Size(23, 12);
  232.             this.label8.TabIndex = 23;
  233.             this.label8.Text = "pop";
  234.             // 
  235.             // label9
  236.             // 
  237.             this.label9.AutoSize = true;
  238.             this.label9.Location = new System.Drawing.Point(200, 13);
  239.             this.label9.Name = "label9";
  240.             this.label9.Size = new System.Drawing.Size(29, 12);
  241.             this.label9.TabIndex = 24;
  242.             this.label9.Text = "端口";
  243.             // 
  244.             // txt_port
  245.             // 
  246.             this.txt_port.Location = new System.Drawing.Point(235, 10);
  247.             this.txt_port.Name = "txt_port";
  248.             this.txt_port.Size = new System.Drawing.Size(41, 21);
  249.             this.txt_port.TabIndex = 25;
  250.             this.txt_port.Text = "110";
  251.             // 
  252.             // label10
  253.             // 
  254.             this.label10.AutoSize = true;
  255.             this.label10.Location = new System.Drawing.Point(10, 40);
  256.             this.label10.Name = "label10";
  257.             this.label10.Size = new System.Drawing.Size(41, 12);
  258.             this.label10.TabIndex = 26;
  259.             this.label10.Text = "用户名";
  260.             // 
  261.             // label11
  262.             // 
  263.             this.label11.AutoSize = true;
  264.             this.label11.Location = new System.Drawing.Point(194, 40);
  265.             this.label11.Name = "label11";
  266.             this.label11.Size = new System.Drawing.Size(35, 12);
  267.             this.label11.TabIndex = 27;
  268.             this.label11.Text = " 密码";
  269.             // 
  270.             // receiveLetter
  271.             // 
  272.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  273.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274.             this.ClientSize = new System.Drawing.Size(423, 438);
  275.             this.Controls.Add(this.label11);
  276.             this.Controls.Add(this.label10);
  277.             this.Controls.Add(this.txt_port);
  278.             this.Controls.Add(this.label9);
  279.             this.Controls.Add(this.label8);
  280.             this.Controls.Add(this.txtPassword);
  281.             this.Controls.Add(this.txtLogin);
  282.             this.Controls.Add(this.txtPOP);
  283.             this.Controls.Add(this.button1);
  284.             this.Controls.Add(this.changeButton);
  285.             this.Controls.Add(this.label7);
  286.             this.Controls.Add(this.textTo);
  287.             this.Controls.Add(this.label6);
  288.             this.Controls.Add(this.textFrom);
  289.             this.Controls.Add(this.txtPanel);
  290.             this.Controls.Add(this.label5);
  291.             this.Controls.Add(this.label4);
  292.             this.Controls.Add(this.subjectText);
  293.             this.Controls.Add(this.label3);
  294.             this.Controls.Add(this.attachmentName);
  295.             this.Controls.Add(this.readButton);
  296.             this.Controls.Add(this.label2);
  297.             this.Controls.Add(this.label1);
  298.             this.Controls.Add(this.messageNO);
  299.             this.Controls.Add(this.messageCount);
  300.             this.Name = "receiveLetter";
  301.             this.Text = "receiveMail";
  302.             this.Load += new System.EventHandler(this.frmCuteMail_Load);
  303.             this.ResumeLayout(false);
  304.             this.PerformLayout();
  305.         }
  306.         #endregion
  307.         private System.Windows.Forms.TextBox messageCount;
  308.         private System.Windows.Forms.TextBox messageNO;
  309.         private System.Windows.Forms.Label label1;
  310.         private System.Windows.Forms.Label label2;
  311.         private System.Windows.Forms.Button readButton;
  312.         private System.Windows.Forms.TextBox attachmentName;
  313.         private System.Windows.Forms.Label label3;
  314.         private System.Windows.Forms.TextBox subjectText;
  315.         private System.Windows.Forms.Label label4;
  316.         private System.Windows.Forms.Label label5;
  317.         private System.Windows.Forms.Panel txtPanel;
  318.         private System.Windows.Forms.Label label6;
  319.         private System.Windows.Forms.TextBox textFrom;
  320.         private System.Windows.Forms.Label label7;
  321.         private System.Windows.Forms.TextBox textTo;
  322.         private System.Windows.Forms.Button changeButton;
  323.         private System.Windows.Forms.Button button1;
  324.         private System.Windows.Forms.TextBox txtPOP;
  325.         private System.Windows.Forms.TextBox txtLogin;
  326.         private System.Windows.Forms.TextBox txtPassword;
  327.         private System.Windows.Forms.Label label8;
  328.         private System.Windows.Forms.Label label9;
  329.         private System.Windows.Forms.TextBox txt_port;
  330.         private System.Windows.Forms.Label label10;
  331.         private System.Windows.Forms.Label label11;
  332.     }
  333. }