📄 email.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Tracker7UI.dialogs
{
/// <summary>
/// Summary description for Email.
/// </summary>
public class Email : System.Windows.Forms.Form
{
private Tracker7UI.common.UCEmailCompose ucEmailCompose1;
private System.ComponentModel.IContainer components;
public Email()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(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.ucEmailCompose1 = new Tracker7UI.common.UCEmailCompose();
this.SuspendLayout();
//
// ucEmailCompose1
//
this.ucEmailCompose1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucEmailCompose1.Location = new System.Drawing.Point(0, 0);
this.ucEmailCompose1.Name = "ucEmailCompose1";
this.ucEmailCompose1.Size = new System.Drawing.Size(592, 473);
this.ucEmailCompose1.TabIndex = 0;
//
// Email
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(592, 473);
this.Controls.Add(this.ucEmailCompose1);
this.Name = "Email";
this.Text = "Email";
this.ResumeLayout(false);
}
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -