namespace CaoSmtpSample
{
partial class frmCaoSmtpSample
{
///
/// 必要なデザイナー変数です。
///
private System.ComponentModel.IContainer components = null;
///
/// 使用中のリソースをすべてクリーンアップします。
///
/// マネージ リソースが破棄される場合 true、破棄されない場合は false です。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナーで生成されたコード
///
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCaoSmtpSample));
this.lblServer = new System.Windows.Forms.Label();
this.txtServer = new System.Windows.Forms.TextBox();
this.lblPort = new System.Windows.Forms.Label();
this.txtPort = new System.Windows.Forms.TextBox();
this.lblAuth = new System.Windows.Forms.Label();
this.cmbAuth = new System.Windows.Forms.ComboBox();
this.lblSecurity = new System.Windows.Forms.Label();
this.cmbSecurity = new System.Windows.Forms.ComboBox();
this.cmbCharSet = new System.Windows.Forms.ComboBox();
this.btnAddFile = new System.Windows.Forms.Button();
this.btnDelFile = new System.Windows.Forms.Button();
this.lblLogin = new System.Windows.Forms.Label();
this.txtLogin = new System.Windows.Forms.TextBox();
this.chkLogin = new System.Windows.Forms.CheckBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.lblPassword = new System.Windows.Forms.Label();
this.chkPassword = new System.Windows.Forms.CheckBox();
this.txtSenderMail = new System.Windows.Forms.TextBox();
this.lblSenderMail = new System.Windows.Forms.Label();
this.chkSenderMail = new System.Windows.Forms.CheckBox();
this.txtSenderName = new System.Windows.Forms.TextBox();
this.lblSenderName = new System.Windows.Forms.Label();
this.chkSenderName = new System.Windows.Forms.CheckBox();
this.txtReplyTo = new System.Windows.Forms.TextBox();
this.lblReplyTo = new System.Windows.Forms.Label();
this.chkReplyTo = new System.Windows.Forms.CheckBox();
this.txtTO = new System.Windows.Forms.TextBox();
this.lblTO = new System.Windows.Forms.Label();
this.chkTO = new System.Windows.Forms.CheckBox();
this.btnClearTO = new System.Windows.Forms.Button();
this.btnClearCC = new System.Windows.Forms.Button();
this.chkCC = new System.Windows.Forms.CheckBox();
this.lblCC = new System.Windows.Forms.Label();
this.txtCC = new System.Windows.Forms.TextBox();
this.btnClearBCC = new System.Windows.Forms.Button();
this.chkBCC = new System.Windows.Forms.CheckBox();
this.lblBCC = new System.Windows.Forms.Label();
this.txtBCC = new System.Windows.Forms.TextBox();
this.chkTitle = new System.Windows.Forms.CheckBox();
this.lblTitle = new System.Windows.Forms.Label();
this.txtTitle = new System.Windows.Forms.TextBox();
this.btnClearMessage = new System.Windows.Forms.Button();
this.chkMessage = new System.Windows.Forms.CheckBox();
this.lblMessage = new System.Windows.Forms.Label();
this.txtMessage = new System.Windows.Forms.TextBox();
this.chkSendFileName = new System.Windows.Forms.CheckBox();
this.lblSendFileName = new System.Windows.Forms.Label();
this.txtSendFileName = new System.Windows.Forms.TextBox();
this.lblAttachment = new System.Windows.Forms.Label();
this.txtAttachment = new System.Windows.Forms.TextBox();
this.btnFile = new System.Windows.Forms.Button();
this.chkBin = new System.Windows.Forms.CheckBox();
this.chkAttach = new System.Windows.Forms.CheckBox();
this.btnClearAttachment = new System.Windows.Forms.Button();
this.cmbPriority = new System.Windows.Forms.ComboBox();
this.lblPriority = new System.Windows.Forms.Label();
this.chkPriority = new System.Windows.Forms.CheckBox();
this.lblComment = new System.Windows.Forms.Label();
this.btnClearAll = new System.Windows.Forms.Button();
this.btnInputAreaClear = new System.Windows.Forms.Button();
this.btnToggle = new System.Windows.Forms.Button();
this.btnExecute = new System.Windows.Forms.Button();
this.btnSend = new System.Windows.Forms.Button();
this.dlgOpenFile = new System.Windows.Forms.OpenFileDialog();
this.btnGetValue = new System.Windows.Forms.Button();
this.btnPutValue = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblServer
//
resources.ApplyResources(this.lblServer, "lblServer");
this.lblServer.Name = "lblServer";
//
// txtServer
//
resources.ApplyResources(this.txtServer, "txtServer");
this.txtServer.Name = "txtServer";
//
// lblPort
//
resources.ApplyResources(this.lblPort, "lblPort");
this.lblPort.Name = "lblPort";
//
// txtPort
//
resources.ApplyResources(this.txtPort, "txtPort");
this.txtPort.Name = "txtPort";
//
// lblAuth
//
resources.ApplyResources(this.lblAuth, "lblAuth");
this.lblAuth.Name = "lblAuth";
//
// cmbAuth
//
resources.ApplyResources(this.cmbAuth, "cmbAuth");
this.cmbAuth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbAuth.FormattingEnabled = true;
this.cmbAuth.Items.AddRange(new object[] {
resources.GetString("cmbAuth.Items"),
resources.GetString("cmbAuth.Items1")});
this.cmbAuth.Name = "cmbAuth";
//
// lblSecurity
//
resources.ApplyResources(this.lblSecurity, "lblSecurity");
this.lblSecurity.Name = "lblSecurity";
//
// cmbSecurity
//
resources.ApplyResources(this.cmbSecurity, "cmbSecurity");
this.cmbSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSecurity.FormattingEnabled = true;
this.cmbSecurity.Items.AddRange(new object[] {
resources.GetString("cmbSecurity.Items"),
resources.GetString("cmbSecurity.Items1"),
resources.GetString("cmbSecurity.Items2")});
this.cmbSecurity.Name = "cmbSecurity";
//
// cmbCharSet
//
resources.ApplyResources(this.cmbCharSet, "cmbCharSet");
this.cmbCharSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCharSet.FormattingEnabled = true;
this.cmbCharSet.Items.AddRange(new object[] {
resources.GetString("cmbCharSet.Items"),
resources.GetString("cmbCharSet.Items1")});
this.cmbCharSet.Name = "cmbCharSet";
//
// btnAddFile
//
resources.ApplyResources(this.btnAddFile, "btnAddFile");
this.btnAddFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnAddFile.Name = "btnAddFile";
this.btnAddFile.UseVisualStyleBackColor = false;
this.btnAddFile.Click += new System.EventHandler(this.btnAddFile_Click);
//
// btnDelFile
//
resources.ApplyResources(this.btnDelFile, "btnDelFile");
this.btnDelFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnDelFile.Name = "btnDelFile";
this.btnDelFile.UseVisualStyleBackColor = false;
this.btnDelFile.Click += new System.EventHandler(this.btnDelFile_Click);
//
// lblLogin
//
resources.ApplyResources(this.lblLogin, "lblLogin");
this.lblLogin.Name = "lblLogin";
//
// txtLogin
//
resources.ApplyResources(this.txtLogin, "txtLogin");
this.txtLogin.Name = "txtLogin";
//
// chkLogin
//
resources.ApplyResources(this.chkLogin, "chkLogin");
this.chkLogin.Name = "chkLogin";
this.chkLogin.UseVisualStyleBackColor = true;
//
// txtPassword
//
resources.ApplyResources(this.txtPassword, "txtPassword");
this.txtPassword.Name = "txtPassword";
//
// lblPassword
//
resources.ApplyResources(this.lblPassword, "lblPassword");
this.lblPassword.Name = "lblPassword";
//
// chkPassword
//
resources.ApplyResources(this.chkPassword, "chkPassword");
this.chkPassword.Name = "chkPassword";
this.chkPassword.UseVisualStyleBackColor = true;
//
// txtSenderMail
//
resources.ApplyResources(this.txtSenderMail, "txtSenderMail");
this.txtSenderMail.Name = "txtSenderMail";
//
// lblSenderMail
//
resources.ApplyResources(this.lblSenderMail, "lblSenderMail");
this.lblSenderMail.Name = "lblSenderMail";
//
// chkSenderMail
//
resources.ApplyResources(this.chkSenderMail, "chkSenderMail");
this.chkSenderMail.Name = "chkSenderMail";
this.chkSenderMail.UseVisualStyleBackColor = true;
//
// txtSenderName
//
resources.ApplyResources(this.txtSenderName, "txtSenderName");
this.txtSenderName.Name = "txtSenderName";
//
// lblSenderName
//
resources.ApplyResources(this.lblSenderName, "lblSenderName");
this.lblSenderName.Name = "lblSenderName";
//
// chkSenderName
//
resources.ApplyResources(this.chkSenderName, "chkSenderName");
this.chkSenderName.Name = "chkSenderName";
this.chkSenderName.UseVisualStyleBackColor = true;
//
// txtReplyTo
//
resources.ApplyResources(this.txtReplyTo, "txtReplyTo");
this.txtReplyTo.Name = "txtReplyTo";
//
// lblReplyTo
//
resources.ApplyResources(this.lblReplyTo, "lblReplyTo");
this.lblReplyTo.Name = "lblReplyTo";
//
// chkReplyTo
//
resources.ApplyResources(this.chkReplyTo, "chkReplyTo");
this.chkReplyTo.Name = "chkReplyTo";
this.chkReplyTo.UseVisualStyleBackColor = true;
//
// txtTO
//
resources.ApplyResources(this.txtTO, "txtTO");
this.txtTO.Name = "txtTO";
//
// lblTO
//
resources.ApplyResources(this.lblTO, "lblTO");
this.lblTO.Name = "lblTO";
//
// chkTO
//
resources.ApplyResources(this.chkTO, "chkTO");
this.chkTO.Name = "chkTO";
this.chkTO.UseVisualStyleBackColor = true;
//
// btnClearTO
//
resources.ApplyResources(this.btnClearTO, "btnClearTO");
this.btnClearTO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnClearTO.Name = "btnClearTO";
this.btnClearTO.UseVisualStyleBackColor = false;
this.btnClearTO.Click += new System.EventHandler(this.btnClearTO_Click);
//
// btnClearCC
//
resources.ApplyResources(this.btnClearCC, "btnClearCC");
this.btnClearCC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnClearCC.Name = "btnClearCC";
this.btnClearCC.UseVisualStyleBackColor = false;
this.btnClearCC.Click += new System.EventHandler(this.btnClearCC_Click);
//
// chkCC
//
resources.ApplyResources(this.chkCC, "chkCC");
this.chkCC.Name = "chkCC";
this.chkCC.UseVisualStyleBackColor = true;
//
// lblCC
//
resources.ApplyResources(this.lblCC, "lblCC");
this.lblCC.Name = "lblCC";
//
// txtCC
//
resources.ApplyResources(this.txtCC, "txtCC");
this.txtCC.Name = "txtCC";
//
// btnClearBCC
//
resources.ApplyResources(this.btnClearBCC, "btnClearBCC");
this.btnClearBCC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnClearBCC.Name = "btnClearBCC";
this.btnClearBCC.UseVisualStyleBackColor = false;
this.btnClearBCC.Click += new System.EventHandler(this.btnClearBCC_Click);
//
// chkBCC
//
resources.ApplyResources(this.chkBCC, "chkBCC");
this.chkBCC.Name = "chkBCC";
this.chkBCC.UseVisualStyleBackColor = true;
//
// lblBCC
//
resources.ApplyResources(this.lblBCC, "lblBCC");
this.lblBCC.Name = "lblBCC";
//
// txtBCC
//
resources.ApplyResources(this.txtBCC, "txtBCC");
this.txtBCC.Name = "txtBCC";
//
// chkTitle
//
resources.ApplyResources(this.chkTitle, "chkTitle");
this.chkTitle.Name = "chkTitle";
this.chkTitle.UseVisualStyleBackColor = true;
//
// lblTitle
//
resources.ApplyResources(this.lblTitle, "lblTitle");
this.lblTitle.Name = "lblTitle";
//
// txtTitle
//
resources.ApplyResources(this.txtTitle, "txtTitle");
this.txtTitle.Name = "txtTitle";
//
// btnClearMessage
//
resources.ApplyResources(this.btnClearMessage, "btnClearMessage");
this.btnClearMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnClearMessage.Name = "btnClearMessage";
this.btnClearMessage.UseVisualStyleBackColor = false;
this.btnClearMessage.Click += new System.EventHandler(this.btnClearMessage_Click);
//
// chkMessage
//
resources.ApplyResources(this.chkMessage, "chkMessage");
this.chkMessage.Name = "chkMessage";
this.chkMessage.UseVisualStyleBackColor = true;
//
// lblMessage
//
resources.ApplyResources(this.lblMessage, "lblMessage");
this.lblMessage.Name = "lblMessage";
//
// txtMessage
//
resources.ApplyResources(this.txtMessage, "txtMessage");
this.txtMessage.Name = "txtMessage";
//
// chkSendFileName
//
resources.ApplyResources(this.chkSendFileName, "chkSendFileName");
this.chkSendFileName.Name = "chkSendFileName";
this.chkSendFileName.UseVisualStyleBackColor = true;
//
// lblSendFileName
//
resources.ApplyResources(this.lblSendFileName, "lblSendFileName");
this.lblSendFileName.Name = "lblSendFileName";
//
// txtSendFileName
//
resources.ApplyResources(this.txtSendFileName, "txtSendFileName");
this.txtSendFileName.Name = "txtSendFileName";
//
// lblAttachment
//
resources.ApplyResources(this.lblAttachment, "lblAttachment");
this.lblAttachment.Name = "lblAttachment";
//
// txtAttachment
//
resources.ApplyResources(this.txtAttachment, "txtAttachment");
this.txtAttachment.Name = "txtAttachment";
//
// btnFile
//
resources.ApplyResources(this.btnFile, "btnFile");
this.btnFile.Name = "btnFile";
this.btnFile.UseVisualStyleBackColor = true;
this.btnFile.Click += new System.EventHandler(this.btnFile_Click);
//
// chkBin
//
resources.ApplyResources(this.chkBin, "chkBin");
this.chkBin.Name = "chkBin";
this.chkBin.UseVisualStyleBackColor = true;
//
// chkAttach
//
resources.ApplyResources(this.chkAttach, "chkAttach");
this.chkAttach.Name = "chkAttach";
this.chkAttach.UseVisualStyleBackColor = true;
//
// btnClearAttachment
//
resources.ApplyResources(this.btnClearAttachment, "btnClearAttachment");
this.btnClearAttachment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnClearAttachment.Name = "btnClearAttachment";
this.btnClearAttachment.UseVisualStyleBackColor = false;
this.btnClearAttachment.Click += new System.EventHandler(this.btnClearAttachment_Click);
//
// cmbPriority
//
resources.ApplyResources(this.cmbPriority, "cmbPriority");
this.cmbPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPriority.FormattingEnabled = true;
this.cmbPriority.Items.AddRange(new object[] {
resources.GetString("cmbPriority.Items"),
resources.GetString("cmbPriority.Items1"),
resources.GetString("cmbPriority.Items2")});
this.cmbPriority.Name = "cmbPriority";
//
// lblPriority
//
resources.ApplyResources(this.lblPriority, "lblPriority");
this.lblPriority.Name = "lblPriority";
//
// chkPriority
//
resources.ApplyResources(this.chkPriority, "chkPriority");
this.chkPriority.Name = "chkPriority";
this.chkPriority.UseVisualStyleBackColor = true;
//
// lblComment
//
resources.ApplyResources(this.lblComment, "lblComment");
this.lblComment.Name = "lblComment";
//
// btnClearAll
//
resources.ApplyResources(this.btnClearAll, "btnClearAll");
this.btnClearAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnClearAll.Name = "btnClearAll";
this.btnClearAll.UseVisualStyleBackColor = false;
this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
//
// btnInputAreaClear
//
resources.ApplyResources(this.btnInputAreaClear, "btnInputAreaClear");
this.btnInputAreaClear.Name = "btnInputAreaClear";
this.btnInputAreaClear.UseVisualStyleBackColor = true;
this.btnInputAreaClear.Click += new System.EventHandler(this.btnInputAreaClear_Click);
//
// btnToggle
//
resources.ApplyResources(this.btnToggle, "btnToggle");
this.btnToggle.Name = "btnToggle";
this.btnToggle.UseVisualStyleBackColor = true;
this.btnToggle.Click += new System.EventHandler(this.btnToggle_Click);
//
// btnExecute
//
resources.ApplyResources(this.btnExecute, "btnExecute");
this.btnExecute.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnExecute.Name = "btnExecute";
this.btnExecute.UseVisualStyleBackColor = false;
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
//
// btnSend
//
resources.ApplyResources(this.btnSend, "btnSend");
this.btnSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnSend.Name = "btnSend";
this.btnSend.UseVisualStyleBackColor = false;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// dlgOpenFile
//
resources.ApplyResources(this.dlgOpenFile, "dlgOpenFile");
//
// btnGetValue
//
resources.ApplyResources(this.btnGetValue, "btnGetValue");
this.btnGetValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnGetValue.Name = "btnGetValue";
this.btnGetValue.UseVisualStyleBackColor = false;
this.btnGetValue.Click += new System.EventHandler(this.btnGetValue_Click);
//
// btnPutValue
//
resources.ApplyResources(this.btnPutValue, "btnPutValue");
this.btnPutValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnPutValue.Name = "btnPutValue";
this.btnPutValue.UseVisualStyleBackColor = false;
this.btnPutValue.Click += new System.EventHandler(this.btnPutValue_Click);
//
// frmCaoSmtpSample
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnPutValue);
this.Controls.Add(this.btnGetValue);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.btnExecute);
this.Controls.Add(this.btnToggle);
this.Controls.Add(this.btnInputAreaClear);
this.Controls.Add(this.btnClearAll);
this.Controls.Add(this.lblComment);
this.Controls.Add(this.chkPriority);
this.Controls.Add(this.cmbPriority);
this.Controls.Add(this.lblPriority);
this.Controls.Add(this.btnClearAttachment);
this.Controls.Add(this.chkAttach);
this.Controls.Add(this.chkBin);
this.Controls.Add(this.btnFile);
this.Controls.Add(this.lblAttachment);
this.Controls.Add(this.txtAttachment);
this.Controls.Add(this.chkSendFileName);
this.Controls.Add(this.lblSendFileName);
this.Controls.Add(this.txtSendFileName);
this.Controls.Add(this.btnClearMessage);
this.Controls.Add(this.chkMessage);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.txtMessage);
this.Controls.Add(this.chkTitle);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.txtTitle);
this.Controls.Add(this.btnClearBCC);
this.Controls.Add(this.chkBCC);
this.Controls.Add(this.lblBCC);
this.Controls.Add(this.txtBCC);
this.Controls.Add(this.btnClearCC);
this.Controls.Add(this.chkCC);
this.Controls.Add(this.lblCC);
this.Controls.Add(this.txtCC);
this.Controls.Add(this.btnClearTO);
this.Controls.Add(this.chkTO);
this.Controls.Add(this.chkReplyTo);
this.Controls.Add(this.chkSenderName);
this.Controls.Add(this.chkSenderMail);
this.Controls.Add(this.chkPassword);
this.Controls.Add(this.chkLogin);
this.Controls.Add(this.btnDelFile);
this.Controls.Add(this.btnAddFile);
this.Controls.Add(this.cmbCharSet);
this.Controls.Add(this.cmbSecurity);
this.Controls.Add(this.cmbAuth);
this.Controls.Add(this.lblSecurity);
this.Controls.Add(this.lblTO);
this.Controls.Add(this.lblReplyTo);
this.Controls.Add(this.lblSenderName);
this.Controls.Add(this.lblSenderMail);
this.Controls.Add(this.txtTO);
this.Controls.Add(this.lblPassword);
this.Controls.Add(this.txtReplyTo);
this.Controls.Add(this.lblLogin);
this.Controls.Add(this.txtSenderName);
this.Controls.Add(this.lblAuth);
this.Controls.Add(this.txtSenderMail);
this.Controls.Add(this.txtPort);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtLogin);
this.Controls.Add(this.txtServer);
this.Controls.Add(this.lblPort);
this.Controls.Add(this.lblServer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "frmCaoSmtpSample";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmCaoSmtpSample_FormClosed);
this.Load += new System.EventHandler(this.frmCaoSmtpSample_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblServer;
private System.Windows.Forms.TextBox txtServer;
private System.Windows.Forms.Label lblPort;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.Label lblAuth;
private System.Windows.Forms.ComboBox cmbAuth;
private System.Windows.Forms.Label lblSecurity;
private System.Windows.Forms.ComboBox cmbSecurity;
private System.Windows.Forms.ComboBox cmbCharSet;
private System.Windows.Forms.Button btnAddFile;
private System.Windows.Forms.Button btnDelFile;
private System.Windows.Forms.Label lblLogin;
private System.Windows.Forms.TextBox txtLogin;
private System.Windows.Forms.CheckBox chkLogin;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.CheckBox chkPassword;
private System.Windows.Forms.TextBox txtSenderMail;
private System.Windows.Forms.Label lblSenderMail;
private System.Windows.Forms.CheckBox chkSenderMail;
private System.Windows.Forms.TextBox txtSenderName;
private System.Windows.Forms.Label lblSenderName;
private System.Windows.Forms.CheckBox chkSenderName;
private System.Windows.Forms.TextBox txtReplyTo;
private System.Windows.Forms.Label lblReplyTo;
private System.Windows.Forms.CheckBox chkReplyTo;
private System.Windows.Forms.TextBox txtTO;
private System.Windows.Forms.Label lblTO;
private System.Windows.Forms.CheckBox chkTO;
private System.Windows.Forms.Button btnClearTO;
private System.Windows.Forms.Button btnClearCC;
private System.Windows.Forms.CheckBox chkCC;
private System.Windows.Forms.Label lblCC;
private System.Windows.Forms.TextBox txtCC;
private System.Windows.Forms.Button btnClearBCC;
private System.Windows.Forms.CheckBox chkBCC;
private System.Windows.Forms.Label lblBCC;
private System.Windows.Forms.TextBox txtBCC;
private System.Windows.Forms.CheckBox chkTitle;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.TextBox txtTitle;
private System.Windows.Forms.Button btnClearMessage;
private System.Windows.Forms.CheckBox chkMessage;
private System.Windows.Forms.Label lblMessage;
private System.Windows.Forms.TextBox txtMessage;
private System.Windows.Forms.CheckBox chkSendFileName;
private System.Windows.Forms.Label lblSendFileName;
private System.Windows.Forms.TextBox txtSendFileName;
private System.Windows.Forms.Label lblAttachment;
private System.Windows.Forms.TextBox txtAttachment;
private System.Windows.Forms.Button btnFile;
private System.Windows.Forms.CheckBox chkBin;
private System.Windows.Forms.CheckBox chkAttach;
private System.Windows.Forms.Button btnClearAttachment;
private System.Windows.Forms.ComboBox cmbPriority;
private System.Windows.Forms.Label lblPriority;
private System.Windows.Forms.CheckBox chkPriority;
private System.Windows.Forms.Label lblComment;
private System.Windows.Forms.Button btnClearAll;
private System.Windows.Forms.Button btnInputAreaClear;
private System.Windows.Forms.Button btnToggle;
private System.Windows.Forms.Button btnExecute;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.OpenFileDialog dlgOpenFile;
private System.Windows.Forms.Button btnGetValue;
private System.Windows.Forms.Button btnPutValue;
}
}