frmSet.Designer.cs
上传用户:jsz11269
上传日期:2017-01-14
资源大小:450k
文件大小:13k
- namespace myWorkPad
- {
- partial class frmSet
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.tbCancle = new System.Windows.Forms.Button();
- this.tbOK = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.tbName = new System.Windows.Forms.TextBox();
- this.tbEmail = new System.Windows.Forms.TextBox();
- this.tbPass = new System.Windows.Forms.TextBox();
- this.tbUserName = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.tbSMTP = new System.Windows.Forms.TextBox();
- this.tbPOP3 = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(26, 108);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(57, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "用户信息";
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.White;
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
- this.groupBox1.Location = new System.Drawing.Point(-3, -5);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(601, 81);
- this.groupBox1.TabIndex = 3;
- this.groupBox1.TabStop = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(48, 51);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(245, 12);
- this.label3.TabIndex = 1;
- this.label3.Text = "这些都是使得电子帐户正确运行的必需设置。";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(29, 30);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(152, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "Internet 电子邮件设置";
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox2.Controls.Add(this.tbCancle);
- this.groupBox2.Controls.Add(this.tbOK);
- this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
- this.groupBox2.Location = new System.Drawing.Point(-3, 338);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(601, 43);
- this.groupBox2.TabIndex = 4;
- this.groupBox2.TabStop = false;
- //
- // tbCancle
- //
- this.tbCancle.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.tbCancle.Location = new System.Drawing.Point(488, 14);
- this.tbCancle.Name = "tbCancle";
- this.tbCancle.Size = new System.Drawing.Size(75, 23);
- this.tbCancle.TabIndex = 1;
- this.tbCancle.Text = "取消";
- this.tbCancle.UseVisualStyleBackColor = true;
- //
- // tbOK
- //
- this.tbOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.tbOK.Location = new System.Drawing.Point(375, 14);
- this.tbOK.Name = "tbOK";
- this.tbOK.Size = new System.Drawing.Size(75, 23);
- this.tbOK.TabIndex = 0;
- this.tbOK.Text = "确定";
- this.tbOK.UseVisualStyleBackColor = true;
- this.tbOK.Click += new System.EventHandler(this.tbOK_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(26, 142);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 5;
- this.label4.Text = "您的姓名:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(26, 175);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(83, 12);
- this.label5.TabIndex = 6;
- this.label5.Text = "电子邮件地址:";
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(130, 139);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(144, 21);
- this.tbName.TabIndex = 7;
- //
- // tbEmail
- //
- this.tbEmail.Location = new System.Drawing.Point(130, 175);
- this.tbEmail.Name = "tbEmail";
- this.tbEmail.Size = new System.Drawing.Size(144, 21);
- this.tbEmail.TabIndex = 8;
- //
- // tbPass
- //
- this.tbPass.Location = new System.Drawing.Point(130, 295);
- this.tbPass.Name = "tbPass";
- this.tbPass.Size = new System.Drawing.Size(144, 21);
- this.tbPass.TabIndex = 13;
- this.tbPass.UseSystemPasswordChar = true;
- //
- // tbUserName
- //
- this.tbUserName.Location = new System.Drawing.Point(130, 259);
- this.tbUserName.Name = "tbUserName";
- this.tbUserName.Size = new System.Drawing.Size(144, 21);
- this.tbUserName.TabIndex = 12;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(26, 295);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(35, 12);
- this.label6.TabIndex = 11;
- this.label6.Text = "密码:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(26, 262);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(47, 12);
- this.label7.TabIndex = 10;
- this.label7.Text = "用户名:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(26, 228);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(57, 12);
- this.label8.TabIndex = 9;
- this.label8.Text = "登录信息";
- //
- // tbSMTP
- //
- this.tbSMTP.Location = new System.Drawing.Point(416, 175);
- this.tbSMTP.Name = "tbSMTP";
- this.tbSMTP.Size = new System.Drawing.Size(144, 21);
- this.tbSMTP.TabIndex = 18;
- this.tbSMTP.Text = "smtp.263.net";
- //
- // tbPOP3
- //
- this.tbPOP3.Location = new System.Drawing.Point(416, 139);
- this.tbPOP3.Name = "tbPOP3";
- this.tbPOP3.Size = new System.Drawing.Size(144, 21);
- this.tbPOP3.TabIndex = 17;
- this.tbPOP3.Text = "263.net";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(306, 175);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(95, 12);
- this.label9.TabIndex = 16;
- this.label9.Text = "发送邮件服务器:";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(306, 142);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(95, 12);
- this.label10.TabIndex = 15;
- this.label10.Text = "接受邮件服务器:";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(306, 108);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(70, 12);
- this.label11.TabIndex = 14;
- this.label11.Text = "服务器信息";
- //
- // frmSet
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(597, 379);
- this.Controls.Add(this.tbSMTP);
- this.Controls.Add(this.tbPOP3);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.tbPass);
- this.Controls.Add(this.tbUserName);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.tbEmail);
- this.Controls.Add(this.tbName);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmSet";
- this.Text = "电子邮件账户";
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.TextBox tbEmail;
- private System.Windows.Forms.TextBox tbPass;
- private System.Windows.Forms.TextBox tbUserName;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox tbSMTP;
- private System.Windows.Forms.TextBox tbPOP3;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Button tbCancle;
- private System.Windows.Forms.Button tbOK;
- }
- }