writeLetter.Designer.cs
资源名称:Email.rar [点击查看]
上传用户:hncsjykj
上传日期:2022-08-09
资源大小:461k
文件大小:14k
源码类别:
Email客户端
开发平台:
C#
- namespace LYBemail
- {
- partial class writeLetter
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.txt_smtp = new System.Windows.Forms.TextBox();
- this.lab_port = new System.Windows.Forms.Label();
- this.txt_port = new System.Windows.Forms.TextBox();
- this.lab_name = new System.Windows.Forms.Label();
- this.lab_pwd = new System.Windows.Forms.Label();
- this.txt_name = new System.Windows.Forms.TextBox();
- this.txt_pwd = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.panel_server = new System.Windows.Forms.Panel();
- this.btn_sure = new System.Windows.Forms.Button();
- this.panel_write = new System.Windows.Forms.Panel();
- this.check = new System.Windows.Forms.CheckBox();
- this.label4 = new System.Windows.Forms.Label();
- this.btn_send = new System.Windows.Forms.Button();
- this.txt_content = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.txt_subject = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.txt_toName = new System.Windows.Forms.TextBox();
- this.lab = new System.Windows.Forms.Label();
- this.txt_showName = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.panel_server.SuspendLayout();
- this.panel_write.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(23, 35);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(29, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "SMTP";
- //
- // txt_smtp
- //
- this.txt_smtp.Location = new System.Drawing.Point(72, 28);
- this.txt_smtp.Name = "txt_smtp";
- this.txt_smtp.Size = new System.Drawing.Size(153, 21);
- this.txt_smtp.TabIndex = 1;
- this.txt_smtp.Text = "smtp.gmail.com";
- //
- // lab_port
- //
- this.lab_port.AutoSize = true;
- this.lab_port.Location = new System.Drawing.Point(241, 35);
- this.lab_port.Name = "lab_port";
- this.lab_port.Size = new System.Drawing.Size(29, 12);
- this.lab_port.TabIndex = 2;
- this.lab_port.Text = "端口";
- //
- // txt_port
- //
- this.txt_port.Location = new System.Drawing.Point(279, 28);
- this.txt_port.Name = "txt_port";
- this.txt_port.Size = new System.Drawing.Size(43, 21);
- this.txt_port.TabIndex = 3;
- this.txt_port.Text = " 587";
- //
- // lab_name
- //
- this.lab_name.AutoSize = true;
- this.lab_name.Location = new System.Drawing.Point(23, 73);
- this.lab_name.Name = "lab_name";
- this.lab_name.Size = new System.Drawing.Size(41, 12);
- this.lab_name.TabIndex = 4;
- this.lab_name.Text = "用户名";
- //
- // lab_pwd
- //
- this.lab_pwd.AutoSize = true;
- this.lab_pwd.Location = new System.Drawing.Point(241, 73);
- this.lab_pwd.Name = "lab_pwd";
- this.lab_pwd.Size = new System.Drawing.Size(29, 12);
- this.lab_pwd.TabIndex = 5;
- this.lab_pwd.Text = "密码";
- //
- // txt_name
- //
- this.txt_name.Location = new System.Drawing.Point(72, 70);
- this.txt_name.Name = "txt_name";
- this.txt_name.Size = new System.Drawing.Size(153, 21);
- this.txt_name.TabIndex = 6;
- //
- // txt_pwd
- //
- this.txt_pwd.Location = new System.Drawing.Point(279, 70);
- this.txt_pwd.Name = "txt_pwd";
- this.txt_pwd.PasswordChar = '*';
- this.txt_pwd.Size = new System.Drawing.Size(152, 21);
- this.txt_pwd.TabIndex = 7;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(12, 13);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(65, 12);
- this.label2.TabIndex = 8;
- this.label2.Text = "服务器配置";
- //
- // panel_server
- //
- this.panel_server.Controls.Add(this.btn_sure);
- this.panel_server.Controls.Add(this.label2);
- this.panel_server.Controls.Add(this.txt_pwd);
- this.panel_server.Controls.Add(this.label1);
- this.panel_server.Controls.Add(this.lab_pwd);
- this.panel_server.Controls.Add(this.txt_name);
- this.panel_server.Controls.Add(this.txt_smtp);
- this.panel_server.Controls.Add(this.lab_port);
- this.panel_server.Controls.Add(this.lab_name);
- this.panel_server.Controls.Add(this.txt_port);
- this.panel_server.Location = new System.Drawing.Point(12, 12);
- this.panel_server.Name = "panel_server";
- this.panel_server.Size = new System.Drawing.Size(470, 112);
- this.panel_server.TabIndex = 9;
- //
- // btn_sure
- //
- this.btn_sure.Location = new System.Drawing.Point(343, 13);
- this.btn_sure.Name = "btn_sure";
- this.btn_sure.Size = new System.Drawing.Size(88, 51);
- this.btn_sure.TabIndex = 9;
- this.btn_sure.Text = "确定";
- this.btn_sure.UseVisualStyleBackColor = true;
- this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
- //
- // panel_write
- //
- this.panel_write.Controls.Add(this.check);
- this.panel_write.Controls.Add(this.label4);
- this.panel_write.Controls.Add(this.btn_send);
- this.panel_write.Controls.Add(this.txt_content);
- this.panel_write.Controls.Add(this.label6);
- this.panel_write.Controls.Add(this.txt_subject);
- this.panel_write.Controls.Add(this.label5);
- this.panel_write.Controls.Add(this.txt_toName);
- this.panel_write.Controls.Add(this.lab);
- this.panel_write.Controls.Add(this.txt_showName);
- this.panel_write.Controls.Add(this.label3);
- this.panel_write.Location = new System.Drawing.Point(12, 146);
- this.panel_write.Name = "panel_write";
- this.panel_write.Size = new System.Drawing.Size(470, 338);
- this.panel_write.TabIndex = 10;
- this.panel_write.Visible = false;
- //
- // check
- //
- this.check.AutoSize = true;
- this.check.Location = new System.Drawing.Point(102, 99);
- this.check.Name = "check";
- this.check.Size = new System.Drawing.Size(15, 14);
- this.check.TabIndex = 12;
- this.check.UseVisualStyleBackColor = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(12, 98);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 11;
- this.label4.Text = "HTML格式";
- //
- // btn_send
- //
- this.btn_send.Location = new System.Drawing.Point(6, 266);
- this.btn_send.Name = "btn_send";
- this.btn_send.Size = new System.Drawing.Size(62, 56);
- this.btn_send.TabIndex = 10;
- this.btn_send.Text = "发送";
- this.btn_send.UseVisualStyleBackColor = true;
- this.btn_send.Click += new System.EventHandler(this.btn_send_Click);
- //
- // txt_content
- //
- this.txt_content.Location = new System.Drawing.Point(72, 121);
- this.txt_content.Multiline = true;
- this.txt_content.Name = "txt_content";
- this.txt_content.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txt_content.Size = new System.Drawing.Size(374, 201);
- this.txt_content.TabIndex = 9;
- this.txt_content.Text = "哈哈";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(12, 121);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 12);
- this.label6.TabIndex = 8;
- this.label6.Text = "正文";
- //
- // txt_subject
- //
- this.txt_subject.Location = new System.Drawing.Point(72, 69);
- this.txt_subject.Name = "txt_subject";
- this.txt_subject.Size = new System.Drawing.Size(374, 21);
- this.txt_subject.TabIndex = 7;
- this.txt_subject.Text = "test";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(12, 72);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(29, 12);
- this.label5.TabIndex = 6;
- this.label5.Text = "主题";
- //
- // txt_toName
- //
- this.txt_toName.Location = new System.Drawing.Point(71, 42);
- this.txt_toName.Name = "txt_toName";
- this.txt_toName.Size = new System.Drawing.Size(375, 21);
- this.txt_toName.TabIndex = 3;
- //
- // lab
- //
- this.lab.AutoSize = true;
- this.lab.Location = new System.Drawing.Point(12, 45);
- this.lab.Name = "lab";
- this.lab.Size = new System.Drawing.Size(41, 12);
- this.lab.TabIndex = 2;
- this.lab.Text = "收件人";
- //
- // txt_showName
- //
- this.txt_showName.Location = new System.Drawing.Point(71, 16);
- this.txt_showName.Name = "txt_showName";
- this.txt_showName.Size = new System.Drawing.Size(375, 21);
- this.txt_showName.TabIndex = 1;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(3, 19);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "显示发信人";
- //
- // writeLetter
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(494, 496);
- this.Controls.Add(this.panel_write);
- this.Controls.Add(this.panel_server);
- this.Name = "writeLetter";
- this.Text = "writeLetter";
- this.panel_server.ResumeLayout(false);
- this.panel_server.PerformLayout();
- this.panel_write.ResumeLayout(false);
- this.panel_write.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txt_smtp;
- private System.Windows.Forms.Label lab_port;
- private System.Windows.Forms.TextBox txt_port;
- private System.Windows.Forms.Label lab_name;
- private System.Windows.Forms.Label lab_pwd;
- private System.Windows.Forms.TextBox txt_name;
- private System.Windows.Forms.TextBox txt_pwd;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Panel panel_server;
- private System.Windows.Forms.Panel panel_write;
- private System.Windows.Forms.TextBox txt_subject;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txt_toName;
- private System.Windows.Forms.Label lab;
- private System.Windows.Forms.TextBox txt_showName;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txt_content;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Button btn_sure;
- private System.Windows.Forms.Button btn_send;
- private System.Windows.Forms.CheckBox check;
- private System.Windows.Forms.Label label4;
- }
- }