📄 recordstatus.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Tracker7UI.dialogs
{
/// <summary>
/// Summary description for RecordStatus.
/// </summary>
public class RecordStatus : System.Windows.Forms.Form
{
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.Container components = null;
public RecordStatus()
{
//
// 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()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
this.SuspendLayout();
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraButton2);
this.ultraGroupBox1.Controls.Add(this.ultraButton1);
this.ultraGroupBox1.Location = new System.Drawing.Point(-9, 208);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(480, 47);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 36;
//
// 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";
//
// ultraCombo1
//
this.ultraCombo1.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.ultraCombo1.DisplayMember = "";
this.ultraCombo1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraCombo1.Location = new System.Drawing.Point(104, 8);
this.ultraCombo1.Name = "ultraCombo1";
this.ultraCombo1.Size = new System.Drawing.Size(152, 21);
this.ultraCombo1.TabIndex = 38;
this.ultraCombo1.Text = "Denied/Rejected...";
this.ultraCombo1.ValueMember = "";
//
// ultraLabel1
//
this.ultraLabel1.Location = new System.Drawing.Point(8, 11);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(85, 16);
this.ultraLabel1.TabIndex = 37;
this.ultraLabel1.Text = "Record Status";
//
// ultraLabel8
//
this.ultraLabel8.Location = new System.Drawing.Point(7, 87);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(85, 17);
this.ultraLabel8.TabIndex = 87;
this.ultraLabel8.Text = "Comment";
//
// ultraTextEditor3
//
this.ultraTextEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor3.Location = new System.Drawing.Point(103, 80);
this.ultraTextEditor3.Multiline = true;
this.ultraTextEditor3.Name = "ultraTextEditor3";
this.ultraTextEditor3.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.ultraTextEditor3.Size = new System.Drawing.Size(352, 120);
this.ultraTextEditor3.TabIndex = 86;
//
// ultraLabel2
//
this.ultraLabel2.Location = new System.Drawing.Point(8, 35);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(85, 16);
this.ultraLabel2.TabIndex = 88;
this.ultraLabel2.Text = "Modified On";
//
// ultraLabel3
//
this.ultraLabel3.Location = new System.Drawing.Point(8, 59);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(85, 16);
this.ultraLabel3.TabIndex = 89;
this.ultraLabel3.Text = "Modified By";
//
// ultraDateTimeEditor1
//
appearance1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
this.ultraDateTimeEditor1.Appearance = appearance1;
this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor1.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
this.ultraDateTimeEditor1.Enabled = false;
this.ultraDateTimeEditor1.Location = new System.Drawing.Point(104, 32);
this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
this.ultraDateTimeEditor1.Size = new System.Drawing.Size(72, 21);
this.ultraDateTimeEditor1.TabIndex = 90;
//
// ultraDateTimeEditor2
//
appearance2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
this.ultraDateTimeEditor2.Appearance = appearance2;
this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor2.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
this.ultraDateTimeEditor2.Enabled = false;
this.ultraDateTimeEditor2.Location = new System.Drawing.Point(104, 56);
this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
this.ultraDateTimeEditor2.Size = new System.Drawing.Size(72, 21);
this.ultraDateTimeEditor2.TabIndex = 91;
//
// RecordStatus
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(462, 243);
this.Controls.Add(this.ultraDateTimeEditor2);
this.Controls.Add(this.ultraDateTimeEditor1);
this.Controls.Add(this.ultraLabel3);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.ultraLabel8);
this.Controls.Add(this.ultraTextEditor3);
this.Controls.Add(this.ultraCombo1);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.ultraGroupBox1);
this.Name = "RecordStatus";
this.Text = "RecordStatus";
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
this.ResumeLayout(false);
}
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -