📄 uccasesform.cs
字号:
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace Tracker7UI.plugins.Cases
{
/// <summary>
/// Summary description for UCCasesForm.
/// </summary>
public class UCCasesForm : System.Windows.Forms.UserControl
{
private Infragistics.Win.Misc.UltraLabel lblCategory;
private Infragistics.Win.Misc.UltraLabel lblCaseType;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
private Infragistics.Win.Misc.UltraLabel lblCountry;
private Tracker7UI.common.UCCountryList ucCountryList1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo3;
private System.Windows.Forms.ToolTip toolTip1;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo4;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo5;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.Misc.UltraLabel lblMatterNumber;
private Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit txtMatterNumber;
private Tracker7UI.common.UCCountryList ucCountryList2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor5;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.Misc.UltraButton ultraButton3;
private Infragistics.Win.Misc.UltraLabel ultraLabel9;
private Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit ultraMaskedEdit1;
private Infragistics.Win.Misc.UltraLabel ultraLabel10;
private Infragistics.Win.Misc.UltraLabel ultraLabel11;
private System.ComponentModel.IContainer components;
public UCCasesForm()
{
// This call is required by the Windows.Forms Form Designer.
InitializeComponent();
// TODO: Add any initialization after the 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 Component 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();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
this.lblCategory = new Infragistics.Win.Misc.UltraLabel();
this.lblCaseType = new Infragistics.Win.Misc.UltraLabel();
this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.lblCountry = new Infragistics.Win.Misc.UltraLabel();
this.ucCountryList1 = new Tracker7UI.common.UCCountryList();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraCombo3 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCombo4 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCombo5 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.lblMatterNumber = new Infragistics.Win.Misc.UltraLabel();
this.txtMatterNumber = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
this.ucCountryList2 = new Tracker7UI.common.UCCountryList();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
this.ultraMaskedEdit1 = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
this.SuspendLayout();
//
// lblCategory
//
this.lblCategory.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.lblCategory.Location = new System.Drawing.Point(489, 5);
this.lblCategory.Name = "lblCategory";
this.lblCategory.Size = new System.Drawing.Size(85, 16);
this.lblCategory.TabIndex = 24;
this.lblCategory.Text = "Category";
//
// lblCaseType
//
this.lblCaseType.Location = new System.Drawing.Point(6, 51);
this.lblCaseType.Name = "lblCaseType";
this.lblCaseType.Size = new System.Drawing.Size(85, 16);
this.lblCaseType.TabIndex = 30;
this.lblCaseType.Text = "Target Date";
//
// 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(580, 2);
this.ultraCombo1.Name = "ultraCombo1";
this.ultraCombo1.Size = new System.Drawing.Size(145, 21);
this.ultraCombo1.TabIndex = 32;
this.ultraCombo1.Text = "Filed at Border";
this.ultraCombo1.ValueMember = "";
//
// lblCountry
//
this.lblCountry.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.lblCountry.Location = new System.Drawing.Point(6, 5);
this.lblCountry.Name = "lblCountry";
this.lblCountry.Size = new System.Drawing.Size(85, 16);
this.lblCountry.TabIndex = 33;
this.lblCountry.Text = "Country";
//
// ucCountryList1
//
this.ucCountryList1.Location = new System.Drawing.Point(97, 2);
this.ucCountryList1.Name = "ucCountryList1";
this.ucCountryList1.Size = new System.Drawing.Size(145, 24);
this.ucCountryList1.TabIndex = 34;
//
// ultraButton1
//
this.ultraButton1.FlatMode = true;
this.ultraButton1.Location = new System.Drawing.Point(701, 95);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(24, 21);
this.ultraButton1.TabIndex = 51;
this.ultraButton1.Text = "...";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// ultraLabel2
//
this.ultraLabel2.Location = new System.Drawing.Point(488, 97);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(85, 16);
this.ultraLabel2.TabIndex = 49;
this.ultraLabel2.Text = "Record Status";
//
// ultraTextEditor1
//
appearance1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ultraTextEditor1.Appearance = appearance1;
this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor1.Location = new System.Drawing.Point(580, 95);
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.Size = new System.Drawing.Size(124, 21);
this.ultraTextEditor1.TabIndex = 52;
this.ultraTextEditor1.Text = "In Progress";
//
// ultraCombo3
//
this.ultraCombo3.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.ultraCombo3.DisplayMember = "";
this.ultraCombo3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraCombo3.Location = new System.Drawing.Point(580, 47);
this.ultraCombo3.Name = "ultraCombo3";
this.ultraCombo3.Size = new System.Drawing.Size(145, 21);
this.ultraCombo3.TabIndex = 53;
this.ultraCombo3.Text = "5";
this.ultraCombo3.ValueMember = "";
//
// ultraLabel3
//
this.ultraLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.ultraLabel3.Location = new System.Drawing.Point(243, 5);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(85, 16);
this.ultraLabel3.TabIndex = 60;
this.ultraLabel3.Text = "Case Type";
//
// 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(337, 2);
this.ultraCombo4.Name = "ultraCombo4";
this.ultraCombo4.Size = new System.Drawing.Size(145, 21);
this.ultraCombo4.TabIndex = 61;
this.ultraCombo4.Text = "GATS Professional-T33";
this.ultraCombo4.ValueMember = "";
//
// ultraLabel4
//
this.ultraLabel4.Location = new System.Drawing.Point(6, 29);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(85, 16);
this.ultraLabel4.TabIndex = 62;
this.ultraLabel4.Text = "Description";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -