📄 uccontactform.cs
字号:
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace Tracker7UI.plugins.Contacts
{
/// <summary>
/// Summary description for UCContactForm.
/// </summary>
public class UCContactForm : System.Windows.Forms.UserControl
{
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel lblFileNumber;
private Infragistics.Win.Misc.UltraLabel lblSuffix;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
private Infragistics.Win.Misc.UltraLabel lblPreferredName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMiddleName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFirstName;
private Infragistics.Win.Misc.UltraLabel lblMiddleName;
private Infragistics.Win.Misc.UltraLabel lblLastName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
private Infragistics.Win.Misc.UltraLabel lblFirstName;
private Infragistics.Win.Misc.UltraLabel lblSalutation;
private Infragistics.Win.Misc.UltraLabel lblMatterNumber;
private Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit txtMatterNumber;
private Infragistics.Win.Misc.UltraLabel lblClientNumber;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo2;
private Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit ultraMaskedEdit1;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor5;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor6;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo3;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo4;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.Container components = null;
public UCContactForm()
{
// 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()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.lblFileNumber = new Infragistics.Win.Misc.UltraLabel();
this.lblSuffix = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblPreferredName = new Infragistics.Win.Misc.UltraLabel();
this.txtMiddleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txtFirstName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblMiddleName = new Infragistics.Win.Misc.UltraLabel();
this.lblLastName = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblFirstName = new Infragistics.Win.Misc.UltraLabel();
this.lblSalutation = new Infragistics.Win.Misc.UltraLabel();
this.lblMatterNumber = new Infragistics.Win.Misc.UltraLabel();
this.txtMatterNumber = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
this.lblClientNumber = new Infragistics.Win.Misc.UltraLabel();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraCombo2 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraMaskedEdit1 = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor6 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraCombo3 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraCombo4 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMiddleName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo4)).BeginInit();
this.SuspendLayout();
//
// ultraTextEditor3
//
this.ultraTextEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor3.Location = new System.Drawing.Point(93, 103);
this.ultraTextEditor3.Multiline = true;
this.ultraTextEditor3.Name = "ultraTextEditor3";
this.ultraTextEditor3.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.ultraTextEditor3.Size = new System.Drawing.Size(386, 21);
this.ultraTextEditor3.TabIndex = 94;
//
// ultraLabel5
//
this.ultraLabel5.Location = new System.Drawing.Point(5, 106);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(85, 16);
this.ultraLabel5.TabIndex = 93;
this.ultraLabel5.Text = "Comment";
//
// lblFileNumber
//
this.lblFileNumber.Location = new System.Drawing.Point(485, 12);
this.lblFileNumber.Name = "lblFileNumber";
this.lblFileNumber.Size = new System.Drawing.Size(85, 16);
this.lblFileNumber.TabIndex = 88;
this.lblFileNumber.Text = "Category";
//
// lblSuffix
//
this.lblSuffix.Location = new System.Drawing.Point(239, 59);
this.lblSuffix.Name = "lblSuffix";
this.lblSuffix.Size = new System.Drawing.Size(85, 16);
this.lblSuffix.TabIndex = 86;
this.lblSuffix.Text = "Suffix";
//
// ultraTextEditor4
//
this.ultraTextEditor4.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor4.Location = new System.Drawing.Point(333, 32);
this.ultraTextEditor4.Name = "ultraTextEditor4";
this.ultraTextEditor4.Size = new System.Drawing.Size(145, 21);
this.ultraTextEditor4.TabIndex = 83;
this.ultraTextEditor4.Text = "J-Joe";
//
// lblPreferredName
//
this.lblPreferredName.Location = new System.Drawing.Point(239, 35);
this.lblPreferredName.Name = "lblPreferredName";
this.lblPreferredName.Size = new System.Drawing.Size(85, 16);
this.lblPreferredName.TabIndex = 82;
this.lblPreferredName.Text = "Preferred Name";
//
// txtMiddleName
//
this.txtMiddleName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.txtMiddleName.Location = new System.Drawing.Point(93, 32);
this.txtMiddleName.Name = "txtMiddleName";
this.txtMiddleName.Size = new System.Drawing.Size(145, 21);
this.txtMiddleName.TabIndex = 81;
this.txtMiddleName.Text = "Jiggy";
//
// txtFirstName
//
this.txtFirstName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.txtFirstName.Location = new System.Drawing.Point(333, 8);
this.txtFirstName.Name = "txtFirstName";
this.txtFirstName.Size = new System.Drawing.Size(145, 21);
this.txtFirstName.TabIndex = 79;
this.txtFirstName.Text = "Joe";
//
// lblMiddleName
//
this.lblMiddleName.Location = new System.Drawing.Point(5, 35);
this.lblMiddleName.Name = "lblMiddleName";
this.lblMiddleName.Size = new System.Drawing.Size(85, 16);
this.lblMiddleName.TabIndex = 80;
this.lblMiddleName.Text = "Middle Name";
//
// lblLastName
//
this.lblLastName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.lblLastName.Location = new System.Drawing.Point(5, 11);
this.lblLastName.Name = "lblLastName";
this.lblLastName.Size = new System.Drawing.Size(85, 16);
this.lblLastName.TabIndex = 76;
this.lblLastName.Text = "Last Name";
//
// ultraTextEditor2
//
this.ultraTextEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor2.Location = new System.Drawing.Point(93, 8);
this.ultraTextEditor2.Name = "ultraTextEditor2";
this.ultraTextEditor2.Size = new System.Drawing.Size(145, 21);
this.ultraTextEditor2.TabIndex = 77;
this.ultraTextEditor2.Text = "Shmoe";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -