📄 exportcontrol.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Tracker7UI.dialogs
{
/// <summary>
/// Summary description for ExportControl.
/// </summary>
public class ExportControl : System.Windows.Forms.Form
{
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor3;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.Container components = null;
public ExportControl()
{
//
// 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.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// ultraDateTimeEditor3
//
this.ultraDateTimeEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor3.Location = new System.Drawing.Point(376, 8);
this.ultraDateTimeEditor3.Name = "ultraDateTimeEditor3";
this.ultraDateTimeEditor3.Size = new System.Drawing.Size(80, 21);
this.ultraDateTimeEditor3.TabIndex = 21;
//
// ultraLabel8
//
this.ultraLabel8.Location = new System.Drawing.Point(280, 11);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(85, 16);
this.ultraLabel8.TabIndex = 20;
this.ultraLabel8.Text = "Expires On";
//
// ultraDateTimeEditor2
//
this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor2.Location = new System.Drawing.Point(192, 8);
this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
this.ultraDateTimeEditor2.Size = new System.Drawing.Size(80, 21);
this.ultraDateTimeEditor2.TabIndex = 19;
//
// ultraLabel7
//
this.ultraLabel7.Location = new System.Drawing.Point(104, 11);
this.ultraLabel7.Name = "ultraLabel7";
this.ultraLabel7.Size = new System.Drawing.Size(85, 16);
this.ultraLabel7.TabIndex = 18;
this.ultraLabel7.Text = "Checked On";
this.ultraLabel7.Click += new System.EventHandler(this.ultraLabel7_Click);
//
// ultraCheckEditor1
//
this.ultraCheckEditor1.FlatMode = true;
this.ultraCheckEditor1.Location = new System.Drawing.Point(8, 8);
this.ultraCheckEditor1.Name = "ultraCheckEditor1";
this.ultraCheckEditor1.Size = new System.Drawing.Size(88, 20);
this.ultraCheckEditor1.TabIndex = 25;
this.ultraCheckEditor1.Text = "Checked";
//
// ultraTextEditor1
//
this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor1.Location = new System.Drawing.Point(8, 56);
this.ultraTextEditor1.Multiline = true;
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.ultraTextEditor1.Size = new System.Drawing.Size(448, 152);
this.ultraTextEditor1.TabIndex = 26;
this.ultraTextEditor1.Text = "<Comment>";
//
// ultraLabel1
//
this.ultraLabel1.Location = new System.Drawing.Point(8, 38);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(448, 16);
this.ultraLabel1.TabIndex = 27;
this.ultraLabel1.Text = "Comment";
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraButton2);
this.ultraGroupBox1.Controls.Add(this.ultraButton1);
this.ultraGroupBox1.Location = new System.Drawing.Point(-8, 208);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(480, 112);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 28;
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(312, 8);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.TabIndex = 1;
this.ultraButton2.Text = "&OK";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(392, 8);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.TabIndex = 0;
this.ultraButton1.Text = "&Cancel";
//
// ExportControl
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(462, 243);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.ultraTextEditor1);
this.Controls.Add(this.ultraCheckEditor1);
this.Controls.Add(this.ultraDateTimeEditor3);
this.Controls.Add(this.ultraLabel8);
this.Controls.Add(this.ultraDateTimeEditor2);
this.Controls.Add(this.ultraLabel7);
this.HelpButton = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ExportControl";
this.Text = "ExportControl";
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private void ultraLabel7_Click(object sender, System.EventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -