receiveLetter.designer.cs
资源名称:Email.rar [点击查看]
上传用户:hncsjykj
上传日期:2022-08-09
资源大小:461k
文件大小:14k
源码类别:
Email客户端
开发平台:
C#
- namespace LYBemail
- {
- partial class receiveLetter
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.messageCount = new System.Windows.Forms.TextBox();
- this.messageNO = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.readButton = new System.Windows.Forms.Button();
- this.attachmentName = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.subjectText = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.txtPanel = new System.Windows.Forms.Panel();
- this.label6 = new System.Windows.Forms.Label();
- this.textFrom = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.textTo = new System.Windows.Forms.TextBox();
- this.changeButton = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.txtPOP = new System.Windows.Forms.TextBox();
- this.txtLogin = new System.Windows.Forms.TextBox();
- this.txtPassword = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.txt_port = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // messageCount
- //
- this.messageCount.Location = new System.Drawing.Point(68, 64);
- this.messageCount.Name = "messageCount";
- this.messageCount.ReadOnly = true;
- this.messageCount.Size = new System.Drawing.Size(39, 21);
- this.messageCount.TabIndex = 0;
- //
- // messageNO
- //
- this.messageNO.Location = new System.Drawing.Point(289, 64);
- this.messageNO.Name = "messageNO";
- this.messageNO.Size = new System.Drawing.Size(39, 21);
- this.messageNO.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 72);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 3;
- this.label1.Text = "邮件数";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(200, 69);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(65, 12);
- this.label2.TabIndex = 4;
- this.label2.Text = "读取邮件号";
- //
- // readButton
- //
- this.readButton.Location = new System.Drawing.Point(6, 330);
- this.readButton.Name = "readButton";
- this.readButton.Size = new System.Drawing.Size(56, 43);
- this.readButton.TabIndex = 5;
- this.readButton.Text = "查看";
- this.readButton.UseVisualStyleBackColor = true;
- this.readButton.Click += new System.EventHandler(this.readButton_Click);
- //
- // attachmentName
- //
- this.attachmentName.Location = new System.Drawing.Point(68, 146);
- this.attachmentName.Name = "attachmentName";
- this.attachmentName.ReadOnly = true;
- this.attachmentName.Size = new System.Drawing.Size(343, 21);
- this.attachmentName.TabIndex = 6;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(10, 153);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 7;
- this.label3.Text = "附件";
- //
- // subjectText
- //
- this.subjectText.Location = new System.Drawing.Point(68, 173);
- this.subjectText.Name = "subjectText";
- this.subjectText.ReadOnly = true;
- this.subjectText.Size = new System.Drawing.Size(343, 21);
- this.subjectText.TabIndex = 9;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(12, 182);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(29, 12);
- this.label4.TabIndex = 10;
- this.label4.Text = "主题";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(12, 207);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(29, 12);
- this.label5.TabIndex = 12;
- this.label5.Text = "内容";
- //
- // txtPanel
- //
- this.txtPanel.Location = new System.Drawing.Point(68, 207);
- this.txtPanel.Name = "txtPanel";
- this.txtPanel.Size = new System.Drawing.Size(347, 217);
- this.txtPanel.TabIndex = 13;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(12, 99);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(41, 12);
- this.label6.TabIndex = 15;
- this.label6.Text = "发件人";
- //
- // textFrom
- //
- this.textFrom.Location = new System.Drawing.Point(68, 91);
- this.textFrom.Name = "textFrom";
- this.textFrom.ReadOnly = true;
- this.textFrom.Size = new System.Drawing.Size(343, 21);
- this.textFrom.TabIndex = 14;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(12, 126);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(41, 12);
- this.label7.TabIndex = 17;
- this.label7.Text = "收件人";
- //
- // textTo
- //
- this.textTo.Location = new System.Drawing.Point(68, 123);
- this.textTo.Name = "textTo";
- this.textTo.ReadOnly = true;
- this.textTo.Size = new System.Drawing.Size(343, 21);
- this.textTo.TabIndex = 16;
- //
- // changeButton
- //
- this.changeButton.Location = new System.Drawing.Point(6, 379);
- this.changeButton.Name = "changeButton";
- this.changeButton.Size = new System.Drawing.Size(56, 45);
- this.changeButton.TabIndex = 18;
- this.changeButton.Text = "切换";
- this.changeButton.UseVisualStyleBackColor = true;
- this.changeButton.Click += new System.EventHandler(this.changeButton_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(339, 2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 56);
- this.button1.TabIndex = 19;
- this.button1.Text = "连接";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // txtPOP
- //
- this.txtPOP.Location = new System.Drawing.Point(57, 10);
- this.txtPOP.Name = "txtPOP";
- this.txtPOP.Size = new System.Drawing.Size(100, 21);
- this.txtPOP.TabIndex = 20;
- this.txtPOP.Text = "pop.qq.com";
- //
- // txtLogin
- //
- this.txtLogin.Location = new System.Drawing.Point(57, 37);
- this.txtLogin.Name = "txtLogin";
- this.txtLogin.Size = new System.Drawing.Size(100, 21);
- this.txtLogin.TabIndex = 21;
- //
- // txtPassword
- //
- this.txtPassword.Location = new System.Drawing.Point(235, 37);
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.PasswordChar = '*';
- this.txtPassword.Size = new System.Drawing.Size(100, 21);
- this.txtPassword.TabIndex = 22;
- this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(10, 13);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(23, 12);
- this.label8.TabIndex = 23;
- this.label8.Text = "pop";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(200, 13);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(29, 12);
- this.label9.TabIndex = 24;
- this.label9.Text = "端口";
- //
- // txt_port
- //
- this.txt_port.Location = new System.Drawing.Point(235, 10);
- this.txt_port.Name = "txt_port";
- this.txt_port.Size = new System.Drawing.Size(41, 21);
- this.txt_port.TabIndex = 25;
- this.txt_port.Text = "110";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(10, 40);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(41, 12);
- this.label10.TabIndex = 26;
- this.label10.Text = "用户名";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(194, 40);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(35, 12);
- this.label11.TabIndex = 27;
- this.label11.Text = " 密码";
- //
- // receiveLetter
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(423, 438);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.txt_port);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.txtPassword);
- this.Controls.Add(this.txtLogin);
- this.Controls.Add(this.txtPOP);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.changeButton);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.textTo);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.textFrom);
- this.Controls.Add(this.txtPanel);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.subjectText);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.attachmentName);
- this.Controls.Add(this.readButton);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.messageNO);
- this.Controls.Add(this.messageCount);
- this.Name = "receiveLetter";
- this.Text = "receiveMail";
- this.Load += new System.EventHandler(this.frmCuteMail_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox messageCount;
- private System.Windows.Forms.TextBox messageNO;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button readButton;
- private System.Windows.Forms.TextBox attachmentName;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox subjectText;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Panel txtPanel;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textFrom;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox textTo;
- private System.Windows.Forms.Button changeButton;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox txtPOP;
- private System.Windows.Forms.TextBox txtLogin;
- private System.Windows.Forms.TextBox txtPassword;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox txt_port;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- }
- }