AutoPackage/AutoPekage/frmAddSender.Designer.cs

259 lines
11 KiB
C#
Raw Permalink Normal View History

2017-02-05 15:30:23 +08:00
namespace AutoPekage
{
partial class frmAddSender
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.cbStmpAll = new System.Windows.Forms.ComboBox();
this.txtMailAddr = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cbShowPwd = new System.Windows.Forms.CheckBox();
this.txtNickName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnModify = new System.Windows.Forms.Button();
this.btnAddStmpServer = new System.Windows.Forms.Button();
this.btnCencel = new System.Windows.Forms.Button();
this.lbSender = new System.Windows.Forms.ListBox();
this.txtName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnAd = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(130, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "发信服务器:";
//
// cbStmpAll
//
this.cbStmpAll.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbStmpAll.FormattingEnabled = true;
this.cbStmpAll.Location = new System.Drawing.Point(213, 38);
this.cbStmpAll.Name = "cbStmpAll";
this.cbStmpAll.Size = new System.Drawing.Size(146, 20);
this.cbStmpAll.TabIndex = 1;
this.cbStmpAll.SelectedIndexChanged += new System.EventHandler(this.cbStmpAll_SelectedIndexChanged);
//
// txtMailAddr
//
this.txtMailAddr.Location = new System.Drawing.Point(213, 91);
this.txtMailAddr.Name = "txtMailAddr";
this.txtMailAddr.Size = new System.Drawing.Size(146, 21);
this.txtMailAddr.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(130, 94);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "邮箱地址:";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(213, 145);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(146, 21);
this.txtPassword.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(130, 148);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 6;
this.label4.Text = "密钥:";
//
// cbShowPwd
//
this.cbShowPwd.AutoSize = true;
this.cbShowPwd.Location = new System.Drawing.Point(287, 172);
this.cbShowPwd.Name = "cbShowPwd";
this.cbShowPwd.Size = new System.Drawing.Size(72, 16);
this.cbShowPwd.TabIndex = 8;
this.cbShowPwd.Text = "显示密钥";
this.cbShowPwd.UseVisualStyleBackColor = true;
this.cbShowPwd.CheckedChanged += new System.EventHandler(this.cbShowPwd_CheckedChanged);
//
// txtNickName
//
this.txtNickName.Location = new System.Drawing.Point(213, 118);
this.txtNickName.Name = "txtNickName";
this.txtNickName.Size = new System.Drawing.Size(146, 21);
this.txtNickName.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(130, 121);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 9;
this.label5.Text = "昵称:";
//
// btnModify
//
this.btnModify.Location = new System.Drawing.Point(179, 201);
this.btnModify.Name = "btnModify";
this.btnModify.Size = new System.Drawing.Size(75, 23);
this.btnModify.TabIndex = 11;
this.btnModify.Text = "修改";
this.btnModify.UseVisualStyleBackColor = true;
this.btnModify.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnAddStmpServer
//
this.btnAddStmpServer.Location = new System.Drawing.Point(250, 64);
this.btnAddStmpServer.Name = "btnAddStmpServer";
this.btnAddStmpServer.Size = new System.Drawing.Size(109, 23);
this.btnAddStmpServer.TabIndex = 14;
this.btnAddStmpServer.Text = "添加发信服务器";
this.btnAddStmpServer.UseVisualStyleBackColor = true;
this.btnAddStmpServer.Click += new System.EventHandler(this.btnAddStmpServer_Click);
//
// btnCencel
//
this.btnCencel.Location = new System.Drawing.Point(269, 201);
this.btnCencel.Name = "btnCencel";
this.btnCencel.Size = new System.Drawing.Size(75, 23);
this.btnCencel.TabIndex = 13;
this.btnCencel.Text = "关闭";
this.btnCencel.UseVisualStyleBackColor = true;
this.btnCencel.Click += new System.EventHandler(this.btnCencel_Click);
//
// lbSender
//
this.lbSender.FormattingEnabled = true;
this.lbSender.HorizontalScrollbar = true;
this.lbSender.ItemHeight = 12;
this.lbSender.Location = new System.Drawing.Point(4, 10);
this.lbSender.Name = "lbSender";
this.lbSender.Size = new System.Drawing.Size(120, 184);
this.lbSender.TabIndex = 15;
this.lbSender.SelectedIndexChanged += new System.EventHandler(this.lbSender_SelectedIndexChanged);
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(213, 10);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(146, 21);
this.txtName.TabIndex = 17;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(130, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 16;
this.label2.Text = "名称:";
//
// btnAd
//
this.btnAd.Location = new System.Drawing.Point(23, 201);
this.btnAd.Name = "btnAd";
this.btnAd.Size = new System.Drawing.Size(31, 23);
this.btnAd.TabIndex = 18;
this.btnAd.Text = "+";
this.btnAd.UseVisualStyleBackColor = true;
this.btnAd.Click += new System.EventHandler(this.btnAd_Click);
//
// btnDel
//
this.btnDel.Location = new System.Drawing.Point(71, 201);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(31, 23);
this.btnDel.TabIndex = 19;
this.btnDel.Text = "-";
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// frmAddSender
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(367, 233);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.btnAd);
this.Controls.Add(this.txtName);
this.Controls.Add(this.label2);
this.Controls.Add(this.lbSender);
this.Controls.Add(this.btnCencel);
this.Controls.Add(this.btnAddStmpServer);
this.Controls.Add(this.btnModify);
this.Controls.Add(this.txtNickName);
this.Controls.Add(this.label5);
this.Controls.Add(this.cbShowPwd);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtMailAddr);
this.Controls.Add(this.label3);
this.Controls.Add(this.cbStmpAll);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAddSender";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "配置发件人";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbStmpAll;
private System.Windows.Forms.TextBox txtMailAddr;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox cbShowPwd;
private System.Windows.Forms.TextBox txtNickName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnModify;
private System.Windows.Forms.Button btnAddStmpServer;
private System.Windows.Forms.Button btnCencel;
private System.Windows.Forms.ListBox lbSender;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnAd;
private System.Windows.Forms.Button btnDel;
}
}