📄 task.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Tracker7UI.dialogs
{
/// <summary>
/// Summary description for Task.
/// </summary>
public class Task : System.Windows.Forms.Form
{
private System.Windows.Forms.Panel Email_Fill_Panel;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor7;
private Infragistics.Win.UltraWinEditors.UltraPictureBox ultraPictureBox1;
private Infragistics.Win.Misc.UltraGroupBox grpReminder;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo4;
private Infragistics.Win.Misc.UltraLabel ultraLabel11;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor6;
private Infragistics.Win.Misc.UltraLabel ultraLabel12;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor8;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
private Infragistics.Win.Misc.UltraButton ultraButton4;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor5;
private Infragistics.Win.Misc.UltraButton ultraButton3;
private Infragistics.Win.Misc.UltraGroupBox grpDates;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor4;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
private Infragistics.Win.Misc.UltraLabel ultraLabel10;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor3;
private Infragistics.Win.Misc.UltraLabel ultraLabel9;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraGroupBox grpAbout;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Email_Toolbars_Dock_Area_Top;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Email_Toolbars_Dock_Area_Bottom;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Email_Toolbars_Dock_Area_Left;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Email_Toolbars_Dock_Area_Right;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtAttachments;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
private Infragistics.Win.Misc.UltraLabel ultraLabel13;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo5;
private System.ComponentModel.IContainer components;
public Task()
{
//
// 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.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Task));
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Email");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Send");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Send");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Attach File");
this.Email_Fill_Panel = new System.Windows.Forms.Panel();
this.ultraTextEditor7 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraPictureBox1 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
this.grpReminder = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraCombo4 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ultraDateTimeEditor6 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
this.ultraDateTimeEditor8 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
this.txtAttachments = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraButton4 = new Infragistics.Win.Misc.UltraButton();
this.ultraCombo2 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
this.grpDates = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraDateTimeEditor4 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.grpAbout = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCombo5 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
this._Email_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._Email_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._Email_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._Email_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.Email_Fill_Panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grpReminder)).BeginInit();
this.grpReminder.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
this.ultraGroupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtAttachments)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grpDates)).BeginInit();
this.grpDates.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grpAbout)).BeginInit();
this.grpAbout.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
this.SuspendLayout();
//
// Email_Fill_Panel
//
this.Email_Fill_Panel.Controls.Add(this.ultraTextEditor7);
this.Email_Fill_Panel.Controls.Add(this.ultraPictureBox1);
this.Email_Fill_Panel.Controls.Add(this.grpReminder);
this.Email_Fill_Panel.Controls.Add(this.ultraGroupBox3);
this.Email_Fill_Panel.Controls.Add(this.ultraCombo2);
this.Email_Fill_Panel.Controls.Add(this.ultraTextEditor5);
this.Email_Fill_Panel.Controls.Add(this.ultraButton3);
this.Email_Fill_Panel.Controls.Add(this.grpDates);
this.Email_Fill_Panel.Controls.Add(this.grpAbout);
this.Email_Fill_Panel.Controls.Add(this.ultraLabel2);
this.Email_Fill_Panel.Controls.Add(this.ultraTextEditor4);
this.Email_Fill_Panel.Controls.Add(this.ultraTextEditor2);
this.Email_Fill_Panel.Controls.Add(this.ultraTextEditor1);
this.Email_Fill_Panel.Controls.Add(this.ultraLabel1);
this.Email_Fill_Panel.Controls.Add(this.ultraButton1);
this.Email_Fill_Panel.Controls.Add(this.ultraLabel5);
this.Email_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
this.Email_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.Email_Fill_Panel.Location = new System.Drawing.Point(0, 24);
this.Email_Fill_Panel.Name = "Email_Fill_Panel";
this.Email_Fill_Panel.Size = new System.Drawing.Size(592, 449);
this.Email_Fill_Panel.TabIndex = 5;
//
// ultraTextEditor7
//
this.ultraTextEditor7.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor7.Location = new System.Drawing.Point(8, 264);
this.ultraTextEditor7.Multiline = true;
this.ultraTextEditor7.Name = "ultraTextEditor7";
this.ultraTextEditor7.Size = new System.Drawing.Size(576, 152);
this.ultraTextEditor7.TabIndex = 19;
this.ultraTextEditor7.Text = "Rich text box here";
//
// ultraPictureBox1
//
this.ultraPictureBox1.BorderShadowColor = System.Drawing.Color.Empty;
this.ultraPictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraPictureBox1.Image = ((object)(resources.GetObject("ultraPictureBox1.Image")));
this.ultraPictureBox1.Location = new System.Drawing.Point(0, 0);
this.ultraPictureBox1.Name = "ultraPictureBox1";
this.ultraPictureBox1.Size = new System.Drawing.Size(592, 32);
this.ultraPictureBox1.TabIndex = 18;
//
// grpReminder
//
this.grpReminder.Controls.Add(this.ultraCombo4);
this.grpReminder.Controls.Add(this.ultraLabel11);
this.grpReminder.Controls.Add(this.ultraCheckEditor1);
this.grpReminder.Controls.Add(this.ultraDateTimeEditor6);
this.grpReminder.Controls.Add(this.ultraLabel12);
this.grpReminder.Controls.Add(this.ultraDateTimeEditor8);
this.grpReminder.Location = new System.Drawing.Point(-8, 228);
this.grpReminder.Name = "grpReminder";
this.grpReminder.Size = new System.Drawing.Size(608, 32);
this.grpReminder.SupportThemes = false;
this.grpReminder.TabIndex = 17;
//
// ultraCombo4
//
this.ultraCombo4.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.ultraCombo4.DisplayMember = "";
this.ultraCombo4.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraCombo4.Location = new System.Drawing.Point(488, 6);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -