Form1.Designer.cs
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:9k
源码类别:
Email客户端
开发平台:
Visual C++
- namespace Vc_编写邮件接收程序
- {
- partial class Form1
- {
- /// <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.statusBar1 = new System.Windows.Forms.StatusBar();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.RetrieveBtn = new System.Windows.Forms.Button();
- this.DisconnectBtn = new System.Windows.Forms.Button();
- this.ConnectBtn = new System.Windows.Forms.Button();
- this.Message = new System.Windows.Forms.RichTextBox();
- this.Passw = new System.Windows.Forms.TextBox();
- this.User = new System.Windows.Forms.TextBox();
- this.POPServ = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.SuspendLayout();
- //
- // statusBar1
- //
- this.statusBar1.Location = new System.Drawing.Point(0, 364);
- this.statusBar1.Name = "statusBar1";
- this.statusBar1.Size = new System.Drawing.Size(540, 22);
- this.statusBar1.TabIndex = 27;
- //
- // numericUpDown1
- //
- this.numericUpDown1.Location = new System.Drawing.Point(326, 94);
- this.numericUpDown1.Maximum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numericUpDown1.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(64, 21);
- this.numericUpDown1.TabIndex = 26;
- this.numericUpDown1.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // RetrieveBtn
- //
- this.RetrieveBtn.Enabled = false;
- this.RetrieveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.RetrieveBtn.Location = new System.Drawing.Point(416, 90);
- this.RetrieveBtn.Name = "RetrieveBtn";
- this.RetrieveBtn.Size = new System.Drawing.Size(96, 27);
- this.RetrieveBtn.TabIndex = 25;
- this.RetrieveBtn.Text = "接收";
- this.RetrieveBtn.Click += new System.EventHandler(this.RetrieveBtn_Click);
- //
- // DisconnectBtn
- //
- this.DisconnectBtn.Enabled = false;
- this.DisconnectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.DisconnectBtn.Location = new System.Drawing.Point(416, 52);
- this.DisconnectBtn.Name = "DisconnectBtn";
- this.DisconnectBtn.Size = new System.Drawing.Size(96, 26);
- this.DisconnectBtn.TabIndex = 24;
- this.DisconnectBtn.Text = "断开";
- this.DisconnectBtn.Click += new System.EventHandler(this.DisconnectBtn_Click);
- //
- // ConnectBtn
- //
- this.ConnectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.ConnectBtn.Location = new System.Drawing.Point(414, 9);
- this.ConnectBtn.Name = "ConnectBtn";
- this.ConnectBtn.Size = new System.Drawing.Size(96, 26);
- this.ConnectBtn.TabIndex = 23;
- this.ConnectBtn.Text = "连接";
- this.ConnectBtn.Click += new System.EventHandler(this.ConnectBtn_Click);
- //
- // Message
- //
- this.Message.Location = new System.Drawing.Point(6, 120);
- this.Message.Name = "Message";
- this.Message.Size = new System.Drawing.Size(510, 212);
- this.Message.TabIndex = 21;
- this.Message.Text = "";
- this.Message.WordWrap = false;
- //
- // Passw
- //
- this.Passw.Location = new System.Drawing.Point(102, 64);
- this.Passw.Name = "Passw";
- this.Passw.PasswordChar = '*';
- this.Passw.Size = new System.Drawing.Size(287, 21);
- this.Passw.TabIndex = 20;
- //
- // User
- //
- this.User.Location = new System.Drawing.Point(102, 36);
- this.User.Name = "User";
- this.User.Size = new System.Drawing.Size(287, 21);
- this.User.TabIndex = 19;
- this.User.Text = "sinyuewh";
- //
- // POPServ
- //
- this.POPServ.Location = new System.Drawing.Point(102, 9);
- this.POPServ.Name = "POPServ";
- this.POPServ.Size = new System.Drawing.Size(287, 21);
- this.POPServ.TabIndex = 18;
- this.POPServ.Text = "pop.163.com";
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(26, 101);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(82, 19);
- this.label4.TabIndex = 22;
- this.label4.Text = "邮件内容:";
- //
- // label3
- //
- this.label3.Location = new System.Drawing.Point(50, 66);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(42, 27);
- this.label3.TabIndex = 17;
- this.label3.Text = "口令:";
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(38, 36);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(58, 27);
- this.label2.TabIndex = 16;
- this.label2.Text = "用户名:";
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(86, 26);
- this.label1.TabIndex = 15;
- this.label1.Text = "POP3服务器:";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(540, 386);
- this.Controls.Add(this.statusBar1);
- this.Controls.Add(this.numericUpDown1);
- this.Controls.Add(this.RetrieveBtn);
- this.Controls.Add(this.DisconnectBtn);
- this.Controls.Add(this.ConnectBtn);
- this.Controls.Add(this.Message);
- this.Controls.Add(this.Passw);
- this.Controls.Add(this.User);
- this.Controls.Add(this.POPServ);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "Form1";
- this.Text = "VC#编写邮件接收程序";
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.StatusBar statusBar1;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.Button RetrieveBtn;
- private System.Windows.Forms.Button DisconnectBtn;
- private System.Windows.Forms.Button ConnectBtn;
- private System.Windows.Forms.RichTextBox Message;
- private System.Windows.Forms.TextBox Passw;
- private System.Windows.Forms.TextBox User;
- private System.Windows.Forms.TextBox POPServ;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- }
- }