📄 mainform.designer.cs
字号:
namespace SendingEmail
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu m_mainMenu;
/// <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)
{
m_outlookSession.Dispose();
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.m_mainMenu = new System.Windows.Forms.MainMenu();
this.m_mnuSend = new System.Windows.Forms.MenuItem();
this.m_mnuExit = new System.Windows.Forms.MenuItem();
this.m_lblTo = new System.Windows.Forms.Label();
this.m_txtTo = new System.Windows.Forms.TextBox();
this.m_pnlContainer = new System.Windows.Forms.Panel();
this.m_cmbAccounts = new System.Windows.Forms.ComboBox();
this.m_lblAccount = new System.Windows.Forms.Label();
this.m_lblMessage = new System.Windows.Forms.Label();
this.m_txtMessage = new System.Windows.Forms.TextBox();
this.m_txtSubject = new System.Windows.Forms.TextBox();
this.m_lblSubject = new System.Windows.Forms.Label();
this.m_txtCc = new System.Windows.Forms.TextBox();
this.m_lblCc = new System.Windows.Forms.Label();
this.m_inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
this.m_pnlContainer.SuspendLayout();
this.SuspendLayout();
//
// m_mainMenu
//
this.m_mainMenu.MenuItems.Add(this.m_mnuSend);
this.m_mainMenu.MenuItems.Add(this.m_mnuExit);
//
// m_mnuSend
//
this.m_mnuSend.Text = "Send";
this.m_mnuSend.Click += new System.EventHandler(this.m_mnuSend_Click);
//
// m_mnuExit
//
this.m_mnuExit.Text = "Cancel";
this.m_mnuExit.Click += new System.EventHandler(this.m_mnuExit_Click);
//
// m_lblTo
//
this.m_lblTo.Location = new System.Drawing.Point(3, 50);
this.m_lblTo.Name = "m_lblTo";
this.m_lblTo.Size = new System.Drawing.Size(31, 20);
this.m_lblTo.Text = "To:";
//
// m_txtTo
//
this.m_txtTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.m_txtTo.Location = new System.Drawing.Point(40, 49);
this.m_txtTo.Name = "m_txtTo";
this.m_txtTo.Size = new System.Drawing.Size(197, 21);
this.m_txtTo.TabIndex = 1;
//
// m_pnlContainer
//
this.m_pnlContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.m_pnlContainer.AutoScroll = true;
this.m_pnlContainer.Controls.Add(this.m_cmbAccounts);
this.m_pnlContainer.Controls.Add(this.m_lblAccount);
this.m_pnlContainer.Controls.Add(this.m_lblMessage);
this.m_pnlContainer.Controls.Add(this.m_txtMessage);
this.m_pnlContainer.Controls.Add(this.m_txtSubject);
this.m_pnlContainer.Controls.Add(this.m_lblSubject);
this.m_pnlContainer.Controls.Add(this.m_txtCc);
this.m_pnlContainer.Controls.Add(this.m_lblCc);
this.m_pnlContainer.Controls.Add(this.m_lblTo);
this.m_pnlContainer.Controls.Add(this.m_txtTo);
this.m_pnlContainer.Location = new System.Drawing.Point(0, 0);
this.m_pnlContainer.Name = "m_pnlContainer";
this.m_pnlContainer.Size = new System.Drawing.Size(240, 268);
//
// m_cmbAccounts
//
this.m_cmbAccounts.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.m_cmbAccounts.Location = new System.Drawing.Point(3, 25);
this.m_cmbAccounts.Name = "m_cmbAccounts";
this.m_cmbAccounts.Size = new System.Drawing.Size(234, 22);
this.m_cmbAccounts.TabIndex = 14;
//
// m_lblAccount
//
this.m_lblAccount.Location = new System.Drawing.Point(3, 2);
this.m_lblAccount.Name = "m_lblAccount";
this.m_lblAccount.Size = new System.Drawing.Size(100, 20);
this.m_lblAccount.Text = "Use account:";
//
// m_lblMessage
//
this.m_lblMessage.Location = new System.Drawing.Point(3, 147);
this.m_lblMessage.Name = "m_lblMessage";
this.m_lblMessage.Size = new System.Drawing.Size(100, 20);
this.m_lblMessage.Text = "Message:";
//
// m_txtMessage
//
this.m_txtMessage.AcceptsReturn = true;
this.m_txtMessage.AcceptsTab = true;
this.m_txtMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.m_txtMessage.Location = new System.Drawing.Point(3, 170);
this.m_txtMessage.Multiline = true;
this.m_txtMessage.Name = "m_txtMessage";
this.m_txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.m_txtMessage.Size = new System.Drawing.Size(234, 95);
this.m_txtMessage.TabIndex = 6;
//
// m_txtSubject
//
this.m_txtSubject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.m_txtSubject.Location = new System.Drawing.Point(3, 123);
this.m_txtSubject.Name = "m_txtSubject";
this.m_txtSubject.Size = new System.Drawing.Size(234, 21);
this.m_txtSubject.TabIndex = 5;
//
// m_lblSubject
//
this.m_lblSubject.Location = new System.Drawing.Point(3, 100);
this.m_lblSubject.Name = "m_lblSubject";
this.m_lblSubject.Size = new System.Drawing.Size(78, 20);
this.m_lblSubject.Text = "Subject:";
//
// m_txtCc
//
this.m_txtCc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.m_txtCc.Location = new System.Drawing.Point(40, 76);
this.m_txtCc.Name = "m_txtCc";
this.m_txtCc.Size = new System.Drawing.Size(197, 21);
this.m_txtCc.TabIndex = 3;
//
// m_lblCc
//
this.m_lblCc.Location = new System.Drawing.Point(3, 76);
this.m_lblCc.Name = "m_lblCc";
this.m_lblCc.Size = new System.Drawing.Size(30, 20);
this.m_lblCc.Text = "Cc:";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.m_pnlContainer);
this.Menu = this.m_mainMenu;
this.Name = "MainForm";
this.Text = "Sending Email";
this.m_pnlContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label m_lblTo;
private System.Windows.Forms.TextBox m_txtTo;
private System.Windows.Forms.Panel m_pnlContainer;
private System.Windows.Forms.Label m_lblMessage;
private System.Windows.Forms.TextBox m_txtMessage;
private System.Windows.Forms.TextBox m_txtSubject;
private System.Windows.Forms.Label m_lblSubject;
private System.Windows.Forms.TextBox m_txtCc;
private System.Windows.Forms.Label m_lblCc;
private System.Windows.Forms.ComboBox m_cmbAccounts;
private System.Windows.Forms.Label m_lblAccount;
private Microsoft.WindowsCE.Forms.InputPanel m_inputPanel;
private System.Windows.Forms.MenuItem m_mnuSend;
private System.Windows.Forms.MenuItem m_mnuExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -