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

Email客户端

开发平台:

C#

  1. namespace LYBemail
  2. {
  3.     partial class writeLetter
  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.txt_smtp = new System.Windows.Forms.TextBox();
  30.             this.lab_port = new System.Windows.Forms.Label();
  31.             this.txt_port = new System.Windows.Forms.TextBox();
  32.             this.lab_name = new System.Windows.Forms.Label();
  33.             this.lab_pwd = new System.Windows.Forms.Label();
  34.             this.txt_name = new System.Windows.Forms.TextBox();
  35.             this.txt_pwd = new System.Windows.Forms.TextBox();
  36.             this.label2 = new System.Windows.Forms.Label();
  37.             this.panel_server = new System.Windows.Forms.Panel();
  38.             this.btn_sure = new System.Windows.Forms.Button();
  39.             this.panel_write = new System.Windows.Forms.Panel();
  40.             this.check = new System.Windows.Forms.CheckBox();
  41.             this.label4 = new System.Windows.Forms.Label();
  42.             this.btn_send = new System.Windows.Forms.Button();
  43.             this.txt_content = new System.Windows.Forms.TextBox();
  44.             this.label6 = new System.Windows.Forms.Label();
  45.             this.txt_subject = new System.Windows.Forms.TextBox();
  46.             this.label5 = new System.Windows.Forms.Label();
  47.             this.txt_toName = new System.Windows.Forms.TextBox();
  48.             this.lab = new System.Windows.Forms.Label();
  49.             this.txt_showName = new System.Windows.Forms.TextBox();
  50.             this.label3 = new System.Windows.Forms.Label();
  51.             this.panel_server.SuspendLayout();
  52.             this.panel_write.SuspendLayout();
  53.             this.SuspendLayout();
  54.             // 
  55.             // label1
  56.             // 
  57.             this.label1.AutoSize = true;
  58.             this.label1.Location = new System.Drawing.Point(23, 35);
  59.             this.label1.Name = "label1";
  60.             this.label1.Size = new System.Drawing.Size(29, 12);
  61.             this.label1.TabIndex = 0;
  62.             this.label1.Text = "SMTP";
  63.             // 
  64.             // txt_smtp
  65.             // 
  66.             this.txt_smtp.Location = new System.Drawing.Point(72, 28);
  67.             this.txt_smtp.Name = "txt_smtp";
  68.             this.txt_smtp.Size = new System.Drawing.Size(153, 21);
  69.             this.txt_smtp.TabIndex = 1;
  70.             this.txt_smtp.Text = "smtp.gmail.com";
  71.             // 
  72.             // lab_port
  73.             // 
  74.             this.lab_port.AutoSize = true;
  75.             this.lab_port.Location = new System.Drawing.Point(241, 35);
  76.             this.lab_port.Name = "lab_port";
  77.             this.lab_port.Size = new System.Drawing.Size(29, 12);
  78.             this.lab_port.TabIndex = 2;
  79.             this.lab_port.Text = "端口";
  80.             // 
  81.             // txt_port
  82.             // 
  83.             this.txt_port.Location = new System.Drawing.Point(279, 28);
  84.             this.txt_port.Name = "txt_port";
  85.             this.txt_port.Size = new System.Drawing.Size(43, 21);
  86.             this.txt_port.TabIndex = 3;
  87.             this.txt_port.Text = " 587";
  88.             // 
  89.             // lab_name
  90.             // 
  91.             this.lab_name.AutoSize = true;
  92.             this.lab_name.Location = new System.Drawing.Point(23, 73);
  93.             this.lab_name.Name = "lab_name";
  94.             this.lab_name.Size = new System.Drawing.Size(41, 12);
  95.             this.lab_name.TabIndex = 4;
  96.             this.lab_name.Text = "用户名";
  97.             // 
  98.             // lab_pwd
  99.             // 
  100.             this.lab_pwd.AutoSize = true;
  101.             this.lab_pwd.Location = new System.Drawing.Point(241, 73);
  102.             this.lab_pwd.Name = "lab_pwd";
  103.             this.lab_pwd.Size = new System.Drawing.Size(29, 12);
  104.             this.lab_pwd.TabIndex = 5;
  105.             this.lab_pwd.Text = "密码";
  106.             // 
  107.             // txt_name
  108.             // 
  109.             this.txt_name.Location = new System.Drawing.Point(72, 70);
  110.             this.txt_name.Name = "txt_name";
  111.             this.txt_name.Size = new System.Drawing.Size(153, 21);
  112.             this.txt_name.TabIndex = 6;
  113.             // 
  114.             // txt_pwd
  115.             // 
  116.             this.txt_pwd.Location = new System.Drawing.Point(279, 70);
  117.             this.txt_pwd.Name = "txt_pwd";
  118.             this.txt_pwd.PasswordChar = '*';
  119.             this.txt_pwd.Size = new System.Drawing.Size(152, 21);
  120.             this.txt_pwd.TabIndex = 7;
  121.             // 
  122.             // label2
  123.             // 
  124.             this.label2.AutoSize = true;
  125.             this.label2.Location = new System.Drawing.Point(12, 13);
  126.             this.label2.Name = "label2";
  127.             this.label2.Size = new System.Drawing.Size(65, 12);
  128.             this.label2.TabIndex = 8;
  129.             this.label2.Text = "服务器配置";
  130.             // 
  131.             // panel_server
  132.             // 
  133.             this.panel_server.Controls.Add(this.btn_sure);
  134.             this.panel_server.Controls.Add(this.label2);
  135.             this.panel_server.Controls.Add(this.txt_pwd);
  136.             this.panel_server.Controls.Add(this.label1);
  137.             this.panel_server.Controls.Add(this.lab_pwd);
  138.             this.panel_server.Controls.Add(this.txt_name);
  139.             this.panel_server.Controls.Add(this.txt_smtp);
  140.             this.panel_server.Controls.Add(this.lab_port);
  141.             this.panel_server.Controls.Add(this.lab_name);
  142.             this.panel_server.Controls.Add(this.txt_port);
  143.             this.panel_server.Location = new System.Drawing.Point(12, 12);
  144.             this.panel_server.Name = "panel_server";
  145.             this.panel_server.Size = new System.Drawing.Size(470, 112);
  146.             this.panel_server.TabIndex = 9;
  147.             // 
  148.             // btn_sure
  149.             // 
  150.             this.btn_sure.Location = new System.Drawing.Point(343, 13);
  151.             this.btn_sure.Name = "btn_sure";
  152.             this.btn_sure.Size = new System.Drawing.Size(88, 51);
  153.             this.btn_sure.TabIndex = 9;
  154.             this.btn_sure.Text = "确定";
  155.             this.btn_sure.UseVisualStyleBackColor = true;
  156.             this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
  157.             // 
  158.             // panel_write
  159.             // 
  160.             this.panel_write.Controls.Add(this.check);
  161.             this.panel_write.Controls.Add(this.label4);
  162.             this.panel_write.Controls.Add(this.btn_send);
  163.             this.panel_write.Controls.Add(this.txt_content);
  164.             this.panel_write.Controls.Add(this.label6);
  165.             this.panel_write.Controls.Add(this.txt_subject);
  166.             this.panel_write.Controls.Add(this.label5);
  167.             this.panel_write.Controls.Add(this.txt_toName);
  168.             this.panel_write.Controls.Add(this.lab);
  169.             this.panel_write.Controls.Add(this.txt_showName);
  170.             this.panel_write.Controls.Add(this.label3);
  171.             this.panel_write.Location = new System.Drawing.Point(12, 146);
  172.             this.panel_write.Name = "panel_write";
  173.             this.panel_write.Size = new System.Drawing.Size(470, 338);
  174.             this.panel_write.TabIndex = 10;
  175.             this.panel_write.Visible = false;
  176.             // 
  177.             // check
  178.             // 
  179.             this.check.AutoSize = true;
  180.             this.check.Location = new System.Drawing.Point(102, 99);
  181.             this.check.Name = "check";
  182.             this.check.Size = new System.Drawing.Size(15, 14);
  183.             this.check.TabIndex = 12;
  184.             this.check.UseVisualStyleBackColor = true;
  185.             // 
  186.             // label4
  187.             // 
  188.             this.label4.AutoSize = true;
  189.             this.label4.Location = new System.Drawing.Point(12, 98);
  190.             this.label4.Name = "label4";
  191.             this.label4.Size = new System.Drawing.Size(53, 12);
  192.             this.label4.TabIndex = 11;
  193.             this.label4.Text = "HTML格式";
  194.             // 
  195.             // btn_send
  196.             // 
  197.             this.btn_send.Location = new System.Drawing.Point(6, 266);
  198.             this.btn_send.Name = "btn_send";
  199.             this.btn_send.Size = new System.Drawing.Size(62, 56);
  200.             this.btn_send.TabIndex = 10;
  201.             this.btn_send.Text = "发送";
  202.             this.btn_send.UseVisualStyleBackColor = true;
  203.             this.btn_send.Click += new System.EventHandler(this.btn_send_Click);
  204.             // 
  205.             // txt_content
  206.             // 
  207.             this.txt_content.Location = new System.Drawing.Point(72, 121);
  208.             this.txt_content.Multiline = true;
  209.             this.txt_content.Name = "txt_content";
  210.             this.txt_content.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  211.             this.txt_content.Size = new System.Drawing.Size(374, 201);
  212.             this.txt_content.TabIndex = 9;
  213.             this.txt_content.Text = "哈哈";
  214.             // 
  215.             // label6
  216.             // 
  217.             this.label6.AutoSize = true;
  218.             this.label6.Location = new System.Drawing.Point(12, 121);
  219.             this.label6.Name = "label6";
  220.             this.label6.Size = new System.Drawing.Size(29, 12);
  221.             this.label6.TabIndex = 8;
  222.             this.label6.Text = "正文";
  223.             // 
  224.             // txt_subject
  225.             // 
  226.             this.txt_subject.Location = new System.Drawing.Point(72, 69);
  227.             this.txt_subject.Name = "txt_subject";
  228.             this.txt_subject.Size = new System.Drawing.Size(374, 21);
  229.             this.txt_subject.TabIndex = 7;
  230.             this.txt_subject.Text = "test";
  231.             // 
  232.             // label5
  233.             // 
  234.             this.label5.AutoSize = true;
  235.             this.label5.Location = new System.Drawing.Point(12, 72);
  236.             this.label5.Name = "label5";
  237.             this.label5.Size = new System.Drawing.Size(29, 12);
  238.             this.label5.TabIndex = 6;
  239.             this.label5.Text = "主题";
  240.             // 
  241.             // txt_toName
  242.             // 
  243.             this.txt_toName.Location = new System.Drawing.Point(71, 42);
  244.             this.txt_toName.Name = "txt_toName";
  245.             this.txt_toName.Size = new System.Drawing.Size(375, 21);
  246.             this.txt_toName.TabIndex = 3;
  247.             // 
  248.             // lab
  249.             // 
  250.             this.lab.AutoSize = true;
  251.             this.lab.Location = new System.Drawing.Point(12, 45);
  252.             this.lab.Name = "lab";
  253.             this.lab.Size = new System.Drawing.Size(41, 12);
  254.             this.lab.TabIndex = 2;
  255.             this.lab.Text = "收件人";
  256.             // 
  257.             // txt_showName
  258.             // 
  259.             this.txt_showName.Location = new System.Drawing.Point(71, 16);
  260.             this.txt_showName.Name = "txt_showName";
  261.             this.txt_showName.Size = new System.Drawing.Size(375, 21);
  262.             this.txt_showName.TabIndex = 1;
  263.             // 
  264.             // label3
  265.             // 
  266.             this.label3.AutoSize = true;
  267.             this.label3.Location = new System.Drawing.Point(3, 19);
  268.             this.label3.Name = "label3";
  269.             this.label3.Size = new System.Drawing.Size(65, 12);
  270.             this.label3.TabIndex = 0;
  271.             this.label3.Text = "显示发信人";
  272.             // 
  273.             // writeLetter
  274.             // 
  275.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  276.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277.             this.ClientSize = new System.Drawing.Size(494, 496);
  278.             this.Controls.Add(this.panel_write);
  279.             this.Controls.Add(this.panel_server);
  280.             this.Name = "writeLetter";
  281.             this.Text = "writeLetter";
  282.             this.panel_server.ResumeLayout(false);
  283.             this.panel_server.PerformLayout();
  284.             this.panel_write.ResumeLayout(false);
  285.             this.panel_write.PerformLayout();
  286.             this.ResumeLayout(false);
  287.         }
  288.         #endregion
  289.         private System.Windows.Forms.Label label1;
  290.         private System.Windows.Forms.TextBox txt_smtp;
  291.         private System.Windows.Forms.Label lab_port;
  292.         private System.Windows.Forms.TextBox txt_port;
  293.         private System.Windows.Forms.Label lab_name;
  294.         private System.Windows.Forms.Label lab_pwd;
  295.         private System.Windows.Forms.TextBox txt_name;
  296.         private System.Windows.Forms.TextBox txt_pwd;
  297.         private System.Windows.Forms.Label label2;
  298.         private System.Windows.Forms.Panel panel_server;
  299.         private System.Windows.Forms.Panel panel_write;
  300.         private System.Windows.Forms.TextBox txt_subject;
  301.         private System.Windows.Forms.Label label5;
  302.         private System.Windows.Forms.TextBox txt_toName;
  303.         private System.Windows.Forms.Label lab;
  304.         private System.Windows.Forms.TextBox txt_showName;
  305.         private System.Windows.Forms.Label label3;
  306.         private System.Windows.Forms.TextBox txt_content;
  307.         private System.Windows.Forms.Label label6;
  308.         private System.Windows.Forms.Button btn_sure;
  309.         private System.Windows.Forms.Button btn_send;
  310.         private System.Windows.Forms.CheckBox check;
  311.         private System.Windows.Forms.Label label4;
  312.     }
  313. }