AutoPackage/AutoPekage/frmStmpServer.Designer.cs
2017-02-05 15:30:23 +08:00

122 lines
4.8 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace AutoPekage
{
partial class frmStmpServer
{
/// <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.txtServerName = new System.Windows.Forms.TextBox();
this.txtStmpAddr = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCencel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 0;
this.label1.Text = "发信服务器名称:";
//
// txtServerName
//
this.txtServerName.Location = new System.Drawing.Point(119, 21);
this.txtServerName.Name = "txtServerName";
this.txtServerName.Size = new System.Drawing.Size(153, 21);
this.txtServerName.TabIndex = 1;
//
// txtStmpAddr
//
this.txtStmpAddr.Location = new System.Drawing.Point(119, 53);
this.txtStmpAddr.Name = "txtStmpAddr";
this.txtStmpAddr.Size = new System.Drawing.Size(153, 21);
this.txtStmpAddr.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "Smtp地址";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(26, 88);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCencel
//
this.btnCencel.Location = new System.Drawing.Point(181, 88);
this.btnCencel.Name = "btnCencel";
this.btnCencel.Size = new System.Drawing.Size(75, 23);
this.btnCencel.TabIndex = 5;
this.btnCencel.Text = "返回";
this.btnCencel.UseVisualStyleBackColor = true;
this.btnCencel.Click += new System.EventHandler(this.btnCencel_Click);
//
// frmStmpServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 126);
this.Controls.Add(this.btnCencel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtStmpAddr);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtServerName);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmStmpServer";
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.TextBox txtServerName;
private System.Windows.Forms.TextBox txtStmpAddr;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCencel;
}
}