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

📄 ucpersondetail.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 UCPersonDetail.
	/// </summary>
	public class UCPersonDetail : System.Windows.Forms.UserControl
	{
		private Infragistics.Win.UltraWinDock.UltraDockManager ultraDockManager1;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCPersonDetailsUnpinnedTabAreaLeft;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCPersonDetailsUnpinnedTabAreaRight;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCPersonDetailsUnpinnedTabAreaTop;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCPersonDetailsUnpinnedTabAreaBottom;
		private Infragistics.Win.UltraWinDock.AutoHideControl _UCPersonDetailsAutoHideControl;
		private Tracker7UI.plugins.People.UCPersonTabs ucPersonTabs1;
		private Infragistics.Win.UltraWinDock.WindowDockingArea windowDockingArea1;
		private Infragistics.Win.UltraWinDock.DockableWindow dockableWindow1;
		private Tracker7UI.plugins.People.UCPersonForm ucPersonForm1;
		private System.ComponentModel.IContainer components;

		public UCPersonDetail()
		{
			// 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.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("b12c3f5c-7b92-4e09-96e4-353a474a6319"));
			Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("13a0946b-eefb-443b-9d28-6e95a7a6db41"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("b12c3f5c-7b92-4e09-96e4-353a474a6319"), -1);
			this.ucPersonTabs1 = new Tracker7UI.plugins.People.UCPersonTabs();
			this.ucPersonForm1 = new Tracker7UI.plugins.People.UCPersonForm();
			this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
			this._UCPersonDetailsUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCPersonDetailsUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCPersonDetailsUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCPersonDetailsUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCPersonDetailsAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
			this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
			this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
			((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
			this.windowDockingArea1.SuspendLayout();
			this.dockableWindow1.SuspendLayout();
			this.SuspendLayout();
			// 
			// ucPersonTabs1
			// 
			this.ucPersonTabs1.Location = new System.Drawing.Point(0, 18);
			this.ucPersonTabs1.Name = "ucPersonTabs1";
			this.ucPersonTabs1.Size = new System.Drawing.Size(616, 264);
			this.ucPersonTabs1.TabIndex = 5;
			// 
			// ucPersonForm1
			// 
			this.ucPersonForm1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ucPersonForm1.Location = new System.Drawing.Point(0, 0);
			this.ucPersonForm1.Name = "ucPersonForm1";
			this.ucPersonForm1.Size = new System.Drawing.Size(616, 137);
			this.ucPersonForm1.TabIndex = 7;
			// 
			// ultraDockManager1
			// 
			dockAreaPane1.Maximized = true;
			dockableControlPane1.Control = this.ucPersonTabs1;
			dockableControlPane1.FlyoutSize = new System.Drawing.Size(-1, 188);
			dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(40, 120, 400, 176);
			dockableControlPane1.Size = new System.Drawing.Size(100, 100);
			dockableControlPane1.Text = "Person Tabs";
			dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
																								  dockableControlPane1});
			dockAreaPane1.Size = new System.Drawing.Size(616, 282);
			this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
																										   dockAreaPane1});
			this.ultraDockManager1.HostControl = this;
			this.ultraDockManager1.ShowCloseButton = false;
			// 
			// _UCPersonDetailsUnpinnedTabAreaLeft
			// 
			this._UCPersonDetailsUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this._UCPersonDetailsUnpinnedTabAreaLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCPersonDetailsUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
			this._UCPersonDetailsUnpinnedTabAreaLeft.Name = "_UCPersonDetailsUnpinnedTabAreaLeft";
			this._UCPersonDetailsUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
			this._UCPersonDetailsUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 424);
			this._UCPersonDetailsUnpinnedTabAreaLeft.TabIndex = 0;
			// 
			// _UCPersonDetailsUnpinnedTabAreaRight
			// 
			this._UCPersonDetailsUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
			this._UCPersonDetailsUnpinnedTabAreaRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCPersonDetailsUnpinnedTabAreaRight.Location = new System.Drawing.Point(616, 0);
			this._UCPersonDetailsUnpinnedTabAreaRight.Name = "_UCPersonDetailsUnpinnedTabAreaRight";
			this._UCPersonDetailsUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
			this._UCPersonDetailsUnpinnedTabAreaRight.Size = new System.Drawing.Size(0, 424);
			this._UCPersonDetailsUnpinnedTabAreaRight.TabIndex = 1;
			// 
			// _UCPersonDetailsUnpinnedTabAreaTop
			// 
			this._UCPersonDetailsUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
			this._UCPersonDetailsUnpinnedTabAreaTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCPersonDetailsUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
			this._UCPersonDetailsUnpinnedTabAreaTop.Name = "_UCPersonDetailsUnpinnedTabAreaTop";
			this._UCPersonDetailsUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
			this._UCPersonDetailsUnpinnedTabAreaTop.Size = new System.Drawing.Size(616, 0);
			this._UCPersonDetailsUnpinnedTabAreaTop.TabIndex = 2;
			// 
			// _UCPersonDetailsUnpinnedTabAreaBottom
			// 
			this._UCPersonDetailsUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
			this._UCPersonDetailsUnpinnedTabAreaBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCPersonDetailsUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 424);
			this._UCPersonDetailsUnpinnedTabAreaBottom.Name = "_UCPersonDetailsUnpinnedTabAreaBottom";
			this._UCPersonDetailsUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
			this._UCPersonDetailsUnpinnedTabAreaBottom.Size = new System.Drawing.Size(616, 0);
			this._UCPersonDetailsUnpinnedTabAreaBottom.TabIndex = 3;
			// 
			// _UCPersonDetailsAutoHideControl
			// 
			this._UCPersonDetailsAutoHideControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCPersonDetailsAutoHideControl.Location = new System.Drawing.Point(0, 98);
			this._UCPersonDetailsAutoHideControl.Name = "_UCPersonDetailsAutoHideControl";
			this._UCPersonDetailsAutoHideControl.Owner = this.ultraDockManager1;
			this._UCPersonDetailsAutoHideControl.Size = new System.Drawing.Size(488, 193);
			this._UCPersonDetailsAutoHideControl.TabIndex = 4;
			// 
			// windowDockingArea1
			// 
			this.windowDockingArea1.Controls.Add(this.dockableWindow1);
			this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.windowDockingArea1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.windowDockingArea1.Location = new System.Drawing.Point(0, 137);
			this.windowDockingArea1.Name = "windowDockingArea1";
			this.windowDockingArea1.Owner = this.ultraDockManager1;
			this.windowDockingArea1.Size = new System.Drawing.Size(616, 287);
			this.windowDockingArea1.TabIndex = 6;
			// 
			// dockableWindow1
			// 
			this.dockableWindow1.Controls.Add(this.ucPersonTabs1);
			this.dockableWindow1.Location = new System.Drawing.Point(0, 5);
			this.dockableWindow1.Name = "dockableWindow1";
			this.dockableWindow1.Owner = this.ultraDockManager1;
			this.dockableWindow1.Size = new System.Drawing.Size(616, 282);
			this.dockableWindow1.TabIndex = 0;
			// 
			// UCPersonDetail
			// 
			this.Controls.Add(this._UCPersonDetailsAutoHideControl);
			this.Controls.Add(this.ucPersonForm1);
			this.Controls.Add(this.windowDockingArea1);
			this.Controls.Add(this._UCPersonDetailsUnpinnedTabAreaTop);
			this.Controls.Add(this._UCPersonDetailsUnpinnedTabAreaBottom);
			this.Controls.Add(this._UCPersonDetailsUnpinnedTabAreaLeft);
			this.Controls.Add(this._UCPersonDetailsUnpinnedTabAreaRight);
			this.Name = "UCPersonDetail";
			this.Size = new System.Drawing.Size(616, 424);
			this.Load += new System.EventHandler(this.UCPersonDetail_Load);
			((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
			this.windowDockingArea1.ResumeLayout(false);
			this.dockableWindow1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

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

⌨️ 快捷键说明

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