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

Email客户端

开发平台:

Visual C++

  1. namespace Vc_编写邮件接收程序
  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.statusBar1 = new System.Windows.Forms.StatusBar();
  29.             this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  30.             this.RetrieveBtn = new System.Windows.Forms.Button();
  31.             this.DisconnectBtn = new System.Windows.Forms.Button();
  32.             this.ConnectBtn = new System.Windows.Forms.Button();
  33.             this.Message = new System.Windows.Forms.RichTextBox();
  34.             this.Passw = new System.Windows.Forms.TextBox();
  35.             this.User = new System.Windows.Forms.TextBox();
  36.             this.POPServ = new System.Windows.Forms.TextBox();
  37.             this.label4 = new System.Windows.Forms.Label();
  38.             this.label3 = new System.Windows.Forms.Label();
  39.             this.label2 = new System.Windows.Forms.Label();
  40.             this.label1 = new System.Windows.Forms.Label();
  41.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  42.             this.SuspendLayout();
  43.             // 
  44.             // statusBar1
  45.             // 
  46.             this.statusBar1.Location = new System.Drawing.Point(0, 364);
  47.             this.statusBar1.Name = "statusBar1";
  48.             this.statusBar1.Size = new System.Drawing.Size(540, 22);
  49.             this.statusBar1.TabIndex = 27;
  50.             // 
  51.             // numericUpDown1
  52.             // 
  53.             this.numericUpDown1.Location = new System.Drawing.Point(326, 94);
  54.             this.numericUpDown1.Maximum = new decimal(new int[] {
  55.             1,
  56.             0,
  57.             0,
  58.             0});
  59.             this.numericUpDown1.Minimum = new decimal(new int[] {
  60.             1,
  61.             0,
  62.             0,
  63.             0});
  64.             this.numericUpDown1.Name = "numericUpDown1";
  65.             this.numericUpDown1.Size = new System.Drawing.Size(64, 21);
  66.             this.numericUpDown1.TabIndex = 26;
  67.             this.numericUpDown1.Value = new decimal(new int[] {
  68.             1,
  69.             0,
  70.             0,
  71.             0});
  72.             // 
  73.             // RetrieveBtn
  74.             // 
  75.             this.RetrieveBtn.Enabled = false;
  76.             this.RetrieveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77.             this.RetrieveBtn.Location = new System.Drawing.Point(416, 90);
  78.             this.RetrieveBtn.Name = "RetrieveBtn";
  79.             this.RetrieveBtn.Size = new System.Drawing.Size(96, 27);
  80.             this.RetrieveBtn.TabIndex = 25;
  81.             this.RetrieveBtn.Text = "接收";
  82.             this.RetrieveBtn.Click += new System.EventHandler(this.RetrieveBtn_Click);
  83.             // 
  84.             // DisconnectBtn
  85.             // 
  86.             this.DisconnectBtn.Enabled = false;
  87.             this.DisconnectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  88.             this.DisconnectBtn.Location = new System.Drawing.Point(416, 52);
  89.             this.DisconnectBtn.Name = "DisconnectBtn";
  90.             this.DisconnectBtn.Size = new System.Drawing.Size(96, 26);
  91.             this.DisconnectBtn.TabIndex = 24;
  92.             this.DisconnectBtn.Text = "断开";
  93.             this.DisconnectBtn.Click += new System.EventHandler(this.DisconnectBtn_Click);
  94.             // 
  95.             // ConnectBtn
  96.             // 
  97.             this.ConnectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  98.             this.ConnectBtn.Location = new System.Drawing.Point(414, 9);
  99.             this.ConnectBtn.Name = "ConnectBtn";
  100.             this.ConnectBtn.Size = new System.Drawing.Size(96, 26);
  101.             this.ConnectBtn.TabIndex = 23;
  102.             this.ConnectBtn.Text = "连接";
  103.             this.ConnectBtn.Click += new System.EventHandler(this.ConnectBtn_Click);
  104.             // 
  105.             // Message
  106.             // 
  107.             this.Message.Location = new System.Drawing.Point(6, 120);
  108.             this.Message.Name = "Message";
  109.             this.Message.Size = new System.Drawing.Size(510, 212);
  110.             this.Message.TabIndex = 21;
  111.             this.Message.Text = "";
  112.             this.Message.WordWrap = false;
  113.             // 
  114.             // Passw
  115.             // 
  116.             this.Passw.Location = new System.Drawing.Point(102, 64);
  117.             this.Passw.Name = "Passw";
  118.             this.Passw.PasswordChar = '*';
  119.             this.Passw.Size = new System.Drawing.Size(287, 21);
  120.             this.Passw.TabIndex = 20;
  121.             // 
  122.             // User
  123.             // 
  124.             this.User.Location = new System.Drawing.Point(102, 36);
  125.             this.User.Name = "User";
  126.             this.User.Size = new System.Drawing.Size(287, 21);
  127.             this.User.TabIndex = 19;
  128.             this.User.Text = "sinyuewh";
  129.             // 
  130.             // POPServ
  131.             // 
  132.             this.POPServ.Location = new System.Drawing.Point(102, 9);
  133.             this.POPServ.Name = "POPServ";
  134.             this.POPServ.Size = new System.Drawing.Size(287, 21);
  135.             this.POPServ.TabIndex = 18;
  136.             this.POPServ.Text = "pop.163.com";
  137.             // 
  138.             // label4
  139.             // 
  140.             this.label4.Location = new System.Drawing.Point(26, 101);
  141.             this.label4.Name = "label4";
  142.             this.label4.Size = new System.Drawing.Size(82, 19);
  143.             this.label4.TabIndex = 22;
  144.             this.label4.Text = "邮件内容:";
  145.             // 
  146.             // label3
  147.             // 
  148.             this.label3.Location = new System.Drawing.Point(50, 66);
  149.             this.label3.Name = "label3";
  150.             this.label3.Size = new System.Drawing.Size(42, 27);
  151.             this.label3.TabIndex = 17;
  152.             this.label3.Text = "口令:";
  153.             // 
  154.             // label2
  155.             // 
  156.             this.label2.Location = new System.Drawing.Point(38, 36);
  157.             this.label2.Name = "label2";
  158.             this.label2.Size = new System.Drawing.Size(58, 27);
  159.             this.label2.TabIndex = 16;
  160.             this.label2.Text = "用户名:";
  161.             // 
  162.             // label1
  163.             // 
  164.             this.label1.Location = new System.Drawing.Point(12, 9);
  165.             this.label1.Name = "label1";
  166.             this.label1.Size = new System.Drawing.Size(86, 26);
  167.             this.label1.TabIndex = 15;
  168.             this.label1.Text = "POP3服务器:";
  169.             // 
  170.             // Form1
  171.             // 
  172.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  173.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174.             this.ClientSize = new System.Drawing.Size(540, 386);
  175.             this.Controls.Add(this.statusBar1);
  176.             this.Controls.Add(this.numericUpDown1);
  177.             this.Controls.Add(this.RetrieveBtn);
  178.             this.Controls.Add(this.DisconnectBtn);
  179.             this.Controls.Add(this.ConnectBtn);
  180.             this.Controls.Add(this.Message);
  181.             this.Controls.Add(this.Passw);
  182.             this.Controls.Add(this.User);
  183.             this.Controls.Add(this.POPServ);
  184.             this.Controls.Add(this.label4);
  185.             this.Controls.Add(this.label3);
  186.             this.Controls.Add(this.label2);
  187.             this.Controls.Add(this.label1);
  188.             this.Name = "Form1";
  189.             this.Text = "VC#编写邮件接收程序";
  190.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  191.             this.ResumeLayout(false);
  192.             this.PerformLayout();
  193.         }
  194.         #endregion
  195.         private System.Windows.Forms.StatusBar statusBar1;
  196.         private System.Windows.Forms.NumericUpDown numericUpDown1;
  197.         private System.Windows.Forms.Button RetrieveBtn;
  198.         private System.Windows.Forms.Button DisconnectBtn;
  199.         private System.Windows.Forms.Button ConnectBtn;
  200.         private System.Windows.Forms.RichTextBox Message;
  201.         private System.Windows.Forms.TextBox Passw;
  202.         private System.Windows.Forms.TextBox User;
  203.         private System.Windows.Forms.TextBox POPServ;
  204.         private System.Windows.Forms.Label label4;
  205.         private System.Windows.Forms.Label label3;
  206.         private System.Windows.Forms.Label label2;
  207.         private System.Windows.Forms.Label label1;
  208.     }
  209. }