⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ucpersonbiotab.cs

📁 美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀
💻 CS
字号:
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;

namespace Tracker7UI.plugins.People
{
	/// <summary>
	/// Summary description for UCPersonBioTab.
	/// </summary>
	public class UCPersonBioTab : System.Windows.Forms.UserControl
	{
		private Infragistics.Win.Misc.UltraLabel ultraLabel1;
		private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
		private Infragistics.Win.Misc.UltraLabel ultraLabel2;
		private Infragistics.Win.Misc.UltraLabel ultraLabel3;
		private Tracker7UI.common.UCCountryList ucCountryList1;
		private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMiddleName;
		private Infragistics.Win.Misc.UltraLabel ultraLabel4;
		private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo3;
		private Infragistics.Win.Misc.UltraLabel ultraLabel5;
		private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
		private Infragistics.Win.Misc.UltraLabel ultraLabel6;
		private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
		private Infragistics.Win.Misc.UltraLabel ultraLabel7;
		private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
		/// <summary> 
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.Container components = null;

		public UCPersonBioTab()
		{
			// 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.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
			this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
			this.ucCountryList1 = new Tracker7UI.common.UCCountryList();
			this.txtMiddleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
			this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraCombo3 = new Infragistics.Win.UltraWinGrid.UltraCombo();
			this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
			this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
			this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtMiddleName)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
			this.SuspendLayout();
			// 
			// ultraLabel1
			// 
			this.ultraLabel1.Location = new System.Drawing.Point(8, 37);
			this.ultraLabel1.Name = "ultraLabel1";
			this.ultraLabel1.Size = new System.Drawing.Size(100, 16);
			this.ultraLabel1.TabIndex = 0;
			this.ultraLabel1.Text = "Birth Date";
			this.ultraLabel1.Click += new System.EventHandler(this.ultraLabel1_Click);
			// 
			// ultraDateTimeEditor1
			// 
			this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraDateTimeEditor1.Location = new System.Drawing.Point(112, 35);
			this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
			this.ultraDateTimeEditor1.Size = new System.Drawing.Size(88, 21);
			this.ultraDateTimeEditor1.TabIndex = 1;
			// 
			// ultraLabel2
			// 
			this.ultraLabel2.Location = new System.Drawing.Point(8, 60);
			this.ultraLabel2.Name = "ultraLabel2";
			this.ultraLabel2.Size = new System.Drawing.Size(100, 16);
			this.ultraLabel2.TabIndex = 2;
			this.ultraLabel2.Text = "Birth City";
			// 
			// ultraLabel3
			// 
			this.ultraLabel3.Location = new System.Drawing.Point(8, 85);
			this.ultraLabel3.Name = "ultraLabel3";
			this.ultraLabel3.Size = new System.Drawing.Size(100, 16);
			this.ultraLabel3.TabIndex = 3;
			this.ultraLabel3.Text = "Birth Country";
			// 
			// ucCountryList1
			// 
			this.ucCountryList1.Location = new System.Drawing.Point(112, 82);
			this.ucCountryList1.Name = "ucCountryList1";
			this.ucCountryList1.Size = new System.Drawing.Size(144, 24);
			this.ucCountryList1.TabIndex = 4;
			// 
			// txtMiddleName
			// 
			this.txtMiddleName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.txtMiddleName.Location = new System.Drawing.Point(112, 58);
			this.txtMiddleName.Name = "txtMiddleName";
			this.txtMiddleName.Size = new System.Drawing.Size(145, 21);
			this.txtMiddleName.TabIndex = 36;
			this.txtMiddleName.Text = "San Francisco";
			// 
			// ultraLabel4
			// 
			this.ultraLabel4.Location = new System.Drawing.Point(8, 109);
			this.ultraLabel4.Name = "ultraLabel4";
			this.ultraLabel4.Size = new System.Drawing.Size(100, 16);
			this.ultraLabel4.TabIndex = 37;
			this.ultraLabel4.Text = "Gender";
			// 
			// 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(112, 106);
			this.ultraCombo3.Name = "ultraCombo3";
			this.ultraCombo3.Size = new System.Drawing.Size(145, 21);
			this.ultraCombo3.TabIndex = 107;
			this.ultraCombo3.Text = "Male/Female/Unknown";
			this.ultraCombo3.ValueMember = "";
			// 
			// ultraLabel5
			// 
			this.ultraLabel5.Location = new System.Drawing.Point(272, 85);
			this.ultraLabel5.Name = "ultraLabel5";
			this.ultraLabel5.Size = new System.Drawing.Size(100, 16);
			this.ultraLabel5.TabIndex = 108;
			this.ultraLabel5.Text = "Other Names";
			// 
			// ultraTextEditor1
			// 
			this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraTextEditor1.Location = new System.Drawing.Point(376, 82);
			this.ultraTextEditor1.Name = "ultraTextEditor1";
			this.ultraTextEditor1.Size = new System.Drawing.Size(145, 21);
			this.ultraTextEditor1.TabIndex = 109;
			// 
			// ultraLabel6
			// 
			this.ultraLabel6.Location = new System.Drawing.Point(272, 37);
			this.ultraLabel6.Name = "ultraLabel6";
			this.ultraLabel6.Size = new System.Drawing.Size(100, 16);
			this.ultraLabel6.TabIndex = 110;
			this.ultraLabel6.Text = "Marital Status";
			// 
			// ultraTextEditor2
			// 
			this.ultraTextEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraTextEditor2.Location = new System.Drawing.Point(376, 58);
			this.ultraTextEditor2.Name = "ultraTextEditor2";
			this.ultraTextEditor2.Size = new System.Drawing.Size(145, 21);
			this.ultraTextEditor2.TabIndex = 111;
			// 
			// ultraLabel7
			// 
			this.ultraLabel7.Location = new System.Drawing.Point(272, 60);
			this.ultraLabel7.Name = "ultraLabel7";
			this.ultraLabel7.Size = new System.Drawing.Size(100, 16);
			this.ultraLabel7.TabIndex = 112;
			this.ultraLabel7.Text = "Maiden Name";
			// 
			// 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(376, 34);
			this.ultraCombo1.Name = "ultraCombo1";
			this.ultraCombo1.Size = new System.Drawing.Size(145, 21);
			this.ultraCombo1.TabIndex = 113;
			this.ultraCombo1.Text = "None/Married/Widowed...";
			this.ultraCombo1.ValueMember = "";
			// 
			// UCPersonBioTab
			// 
			this.Controls.Add(this.ultraCombo1);
			this.Controls.Add(this.ultraLabel7);
			this.Controls.Add(this.ultraTextEditor2);
			this.Controls.Add(this.ultraLabel6);
			this.Controls.Add(this.ultraTextEditor1);
			this.Controls.Add(this.ultraLabel5);
			this.Controls.Add(this.ultraCombo3);
			this.Controls.Add(this.ultraLabel4);
			this.Controls.Add(this.txtMiddleName);
			this.Controls.Add(this.ucCountryList1);
			this.Controls.Add(this.ultraLabel3);
			this.Controls.Add(this.ultraLabel2);
			this.Controls.Add(this.ultraDateTimeEditor1);
			this.Controls.Add(this.ultraLabel1);
			this.Name = "UCPersonBioTab";
			this.Size = new System.Drawing.Size(536, 160);
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.txtMiddleName)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
			this.ResumeLayout(false);

		}
		#endregion

		private void ultraLabel1_Click(object sender, System.EventArgs e)
		{
		
		}
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -