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

📄 uccontactdetail.cs

📁 美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀
💻 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 UCContactDetail.
	/// </summary>
	public class UCContactDetail : System.Windows.Forms.UserControl
	{
		private Tracker7UI.plugins.Contacts.UCContactTabs ucContactTabs1;
		private Infragistics.Win.UltraWinDock.UltraDockManager ultraDockManager1;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCContactDetailUnpinnedTabAreaLeft;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCContactDetailUnpinnedTabAreaRight;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCContactDetailUnpinnedTabAreaTop;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCContactDetailUnpinnedTabAreaBottom;
		private Infragistics.Win.UltraWinDock.AutoHideControl _UCContactDetailAutoHideControl;
		private Infragistics.Win.UltraWinDock.WindowDockingArea windowDockingArea1;
		private Infragistics.Win.UltraWinDock.DockableWindow dockableWindow1;
		private Tracker7UI.plugins.Contacts.UCContactForm ucContactForm1;
		private System.ComponentModel.IContainer components;

		public UCContactDetail()
		{
			// 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("b5a6da69-c16c-4d7c-a658-23760fd4e543"));
			Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("3c78ccc6-68f9-42cb-8060-62ee2c82787e"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("b5a6da69-c16c-4d7c-a658-23760fd4e543"), -1);
			this.ucContactTabs1 = new Tracker7UI.plugins.Contacts.UCContactTabs();
			this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
			this._UCContactDetailUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCContactDetailUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCContactDetailUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCContactDetailUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCContactDetailAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
			this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
			this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
			this.ucContactForm1 = new Tracker7UI.plugins.Contacts.UCContactForm();
			((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
			this.windowDockingArea1.SuspendLayout();
			this.dockableWindow1.SuspendLayout();
			this.SuspendLayout();
			// 
			// ucContactTabs1
			// 
			this.ucContactTabs1.Location = new System.Drawing.Point(0, 18);
			this.ucContactTabs1.Name = "ucContactTabs1";
			this.ucContactTabs1.Size = new System.Drawing.Size(552, 115);
			this.ucContactTabs1.TabIndex = 0;
			// 
			// ultraDockManager1
			// 
			dockableControlPane1.Control = this.ucContactTabs1;
			dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(184, 264, 728, 232);
			dockableControlPane1.Size = new System.Drawing.Size(100, 100);
			dockableControlPane1.Text = "ucContactTabs1";
			dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
																								  dockableControlPane1});
			dockAreaPane1.Size = new System.Drawing.Size(552, 133);
			this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
																										   dockAreaPane1});
			this.ultraDockManager1.HostControl = this;
			// 
			// _UCContactDetailUnpinnedTabAreaLeft
			// 
			this._UCContactDetailUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this._UCContactDetailUnpinnedTabAreaLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCContactDetailUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
			this._UCContactDetailUnpinnedTabAreaLeft.Name = "_UCContactDetailUnpinnedTabAreaLeft";
			this._UCContactDetailUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
			this._UCContactDetailUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 408);
			this._UCContactDetailUnpinnedTabAreaLeft.TabIndex = 1;
			// 
			// _UCContactDetailUnpinnedTabAreaRight
			// 
			this._UCContactDetailUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
			this._UCContactDetailUnpinnedTabAreaRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCContactDetailUnpinnedTabAreaRight.Location = new System.Drawing.Point(552, 0);
			this._UCContactDetailUnpinnedTabAreaRight.Name = "_UCContactDetailUnpinnedTabAreaRight";
			this._UCContactDetailUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
			this._UCContactDetailUnpinnedTabAreaRight.Size = new System.Drawing.Size(0, 408);
			this._UCContactDetailUnpinnedTabAreaRight.TabIndex = 2;
			// 
			// _UCContactDetailUnpinnedTabAreaTop
			// 
			this._UCContactDetailUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
			this._UCContactDetailUnpinnedTabAreaTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCContactDetailUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
			this._UCContactDetailUnpinnedTabAreaTop.Name = "_UCContactDetailUnpinnedTabAreaTop";
			this._UCContactDetailUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
			this._UCContactDetailUnpinnedTabAreaTop.Size = new System.Drawing.Size(552, 0);
			this._UCContactDetailUnpinnedTabAreaTop.TabIndex = 3;
			// 
			// _UCContactDetailUnpinnedTabAreaBottom
			// 
			this._UCContactDetailUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
			this._UCContactDetailUnpinnedTabAreaBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCContactDetailUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 408);
			this._UCContactDetailUnpinnedTabAreaBottom.Name = "_UCContactDetailUnpinnedTabAreaBottom";
			this._UCContactDetailUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
			this._UCContactDetailUnpinnedTabAreaBottom.Size = new System.Drawing.Size(552, 0);
			this._UCContactDetailUnpinnedTabAreaBottom.TabIndex = 4;
			// 
			// _UCContactDetailAutoHideControl
			// 
			this._UCContactDetailAutoHideControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCContactDetailAutoHideControl.Location = new System.Drawing.Point(0, 0);
			this._UCContactDetailAutoHideControl.Name = "_UCContactDetailAutoHideControl";
			this._UCContactDetailAutoHideControl.Owner = this.ultraDockManager1;
			this._UCContactDetailAutoHideControl.TabIndex = 5;
			// 
			// 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, 270);
			this.windowDockingArea1.Name = "windowDockingArea1";
			this.windowDockingArea1.Owner = this.ultraDockManager1;
			this.windowDockingArea1.Size = new System.Drawing.Size(552, 138);
			this.windowDockingArea1.TabIndex = 6;
			// 
			// dockableWindow1
			// 
			this.dockableWindow1.Controls.Add(this.ucContactTabs1);
			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(552, 133);
			this.dockableWindow1.TabIndex = 0;
			// 
			// ucContactForm1
			// 
			this.ucContactForm1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ucContactForm1.Location = new System.Drawing.Point(0, 0);
			this.ucContactForm1.Name = "ucContactForm1";
			this.ucContactForm1.Size = new System.Drawing.Size(552, 270);
			this.ucContactForm1.TabIndex = 7;
			// 
			// UCContactDetail
			// 
			this.Controls.Add(this.ucContactForm1);
			this.Controls.Add(this._UCContactDetailAutoHideControl);
			this.Controls.Add(this.windowDockingArea1);
			this.Controls.Add(this._UCContactDetailUnpinnedTabAreaTop);
			this.Controls.Add(this._UCContactDetailUnpinnedTabAreaBottom);
			this.Controls.Add(this._UCContactDetailUnpinnedTabAreaLeft);
			this.Controls.Add(this._UCContactDetailUnpinnedTabAreaRight);
			this.Name = "UCContactDetail";
			this.Size = new System.Drawing.Size(552, 408);
			((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
			this.windowDockingArea1.ResumeLayout(false);
			this.dockableWindow1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion
	}
}

⌨️ 快捷键说明

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