Form1.Designer.cs
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:7k
源码类别:

Email客户端

开发平台:

Visual C++

  1. namespace OutLookDemo
  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.label1 = new System.Windows.Forms.Label();
  29.             this.txt目标地址 = new System.Windows.Forms.TextBox();
  30.             this.txt标题 = new System.Windows.Forms.TextBox();
  31.             this.label2 = new System.Windows.Forms.Label();
  32.             this.txt内容 = new System.Windows.Forms.TextBox();
  33.             this.label3 = new System.Windows.Forms.Label();
  34.             this.label4 = new System.Windows.Forms.Label();
  35.             this.txt附件 = new System.Windows.Forms.TextBox();
  36.             this.btn附件 = new System.Windows.Forms.Button();
  37.             this.btn发送Email = new System.Windows.Forms.Button();
  38.             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  39.             this.SuspendLayout();
  40.             // 
  41.             // label1
  42.             // 
  43.             this.label1.AutoSize = true;
  44.             this.label1.Location = new System.Drawing.Point(47, 27);
  45.             this.label1.Name = "label1";
  46.             this.label1.Size = new System.Drawing.Size(65, 12);
  47.             this.label1.TabIndex = 0;
  48.             this.label1.Text = "目标地址:";
  49.             // 
  50.             // txt目标地址
  51.             // 
  52.             this.txt目标地址.Location = new System.Drawing.Point(130, 24);
  53.             this.txt目标地址.Name = "txt目标地址";
  54.             this.txt目标地址.Size = new System.Drawing.Size(113, 21);
  55.             this.txt目标地址.TabIndex = 1;
  56.             // 
  57.             // txt标题
  58.             // 
  59.             this.txt标题.Location = new System.Drawing.Point(130, 68);
  60.             this.txt标题.Name = "txt标题";
  61.             this.txt标题.Size = new System.Drawing.Size(113, 21);
  62.             this.txt标题.TabIndex = 2;
  63.             // 
  64.             // label2
  65.             // 
  66.             this.label2.AutoSize = true;
  67.             this.label2.Location = new System.Drawing.Point(47, 71);
  68.             this.label2.Name = "label2";
  69.             this.label2.Size = new System.Drawing.Size(41, 12);
  70.             this.label2.TabIndex = 3;
  71.             this.label2.Text = "标题:";
  72.             // 
  73.             // txt内容
  74.             // 
  75.             this.txt内容.Location = new System.Drawing.Point(130, 114);
  76.             this.txt内容.Multiline = true;
  77.             this.txt内容.Name = "txt内容";
  78.             this.txt内容.Size = new System.Drawing.Size(380, 236);
  79.             this.txt内容.TabIndex = 4;
  80.             // 
  81.             // label3
  82.             // 
  83.             this.label3.AutoSize = true;
  84.             this.label3.Location = new System.Drawing.Point(47, 114);
  85.             this.label3.Name = "label3";
  86.             this.label3.Size = new System.Drawing.Size(41, 12);
  87.             this.label3.TabIndex = 5;
  88.             this.label3.Text = "内容:";
  89.             // 
  90.             // label4
  91.             // 
  92.             this.label4.AutoSize = true;
  93.             this.label4.Location = new System.Drawing.Point(47, 383);
  94.             this.label4.Name = "label4";
  95.             this.label4.Size = new System.Drawing.Size(41, 12);
  96.             this.label4.TabIndex = 6;
  97.             this.label4.Text = "附件:";
  98.             // 
  99.             // txt附件
  100.             // 
  101.             this.txt附件.Location = new System.Drawing.Point(130, 374);
  102.             this.txt附件.Name = "txt附件";
  103.             this.txt附件.Size = new System.Drawing.Size(289, 21);
  104.             this.txt附件.TabIndex = 7;
  105.             // 
  106.             // btn附件
  107.             // 
  108.             this.btn附件.Location = new System.Drawing.Point(450, 374);
  109.             this.btn附件.Name = "btn附件";
  110.             this.btn附件.Size = new System.Drawing.Size(60, 29);
  111.             this.btn附件.TabIndex = 8;
  112.             this.btn附件.Text = "浏览...";
  113.             this.btn附件.UseVisualStyleBackColor = true;
  114.             this.btn附件.Click += new System.EventHandler(this.btn附件_Click);
  115.             // 
  116.             // btn发送Email
  117.             // 
  118.             this.btn发送Email.Location = new System.Drawing.Point(130, 425);
  119.             this.btn发送Email.Name = "btn发送Email";
  120.             this.btn发送Email.Size = new System.Drawing.Size(380, 40);
  121.             this.btn发送Email.TabIndex = 9;
  122.             this.btn发送Email.Text = "发送Email";
  123.             this.btn发送Email.UseVisualStyleBackColor = true;
  124.             this.btn发送Email.Click += new System.EventHandler(this.btn发送Email_Click);
  125.             // 
  126.             // openFileDialog1
  127.             // 
  128.             this.openFileDialog1.FileName = "openFileDialog1";
  129.             // 
  130.             // Form1
  131.             // 
  132.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  133.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134.             this.ClientSize = new System.Drawing.Size(629, 481);
  135.             this.Controls.Add(this.btn发送Email);
  136.             this.Controls.Add(this.btn附件);
  137.             this.Controls.Add(this.txt附件);
  138.             this.Controls.Add(this.label4);
  139.             this.Controls.Add(this.label3);
  140.             this.Controls.Add(this.txt内容);
  141.             this.Controls.Add(this.label2);
  142.             this.Controls.Add(this.txt标题);
  143.             this.Controls.Add(this.txt目标地址);
  144.             this.Controls.Add(this.label1);
  145.             this.Name = "Form1";
  146.             this.Text = "调用OutLook发送Email";
  147.             this.ResumeLayout(false);
  148.             this.PerformLayout();
  149.         }
  150.         #endregion
  151.         private System.Windows.Forms.Label label1;
  152.         private System.Windows.Forms.TextBox txt目标地址;
  153.         private System.Windows.Forms.TextBox txt标题;
  154.         private System.Windows.Forms.Label label2;
  155.         private System.Windows.Forms.TextBox txt内容;
  156.         private System.Windows.Forms.Label label3;
  157.         private System.Windows.Forms.Label label4;
  158.         private System.Windows.Forms.TextBox txt附件;
  159.         private System.Windows.Forms.Button btn附件;
  160.         private System.Windows.Forms.Button btn发送Email;
  161.         private System.Windows.Forms.OpenFileDialog openFileDialog1;
  162.     }
  163. }