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

📄 uccasesdetail.cs

📁 美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀
💻 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 UCCasesDetail.
	/// </summary>
	public class UCCasesDetail : System.Windows.Forms.UserControl
	{
		private Infragistics.Win.UltraWinDock.UltraDockManager ultraDockManager1;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCCasesDetailsUnpinnedTabAreaLeft;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCCasesDetailsUnpinnedTabAreaRight;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCCasesDetailsUnpinnedTabAreaTop;
		private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCCasesDetailsUnpinnedTabAreaBottom;
		private Infragistics.Win.UltraWinDock.AutoHideControl _UCCasesDetailsAutoHideControl;
		private Tracker7UI.plugins.Cases.UCCasesTabs ucCasesTabs1;
		private Infragistics.Win.UltraWinDock.WindowDockingArea windowDockingArea1;
		private Infragistics.Win.UltraWinDock.DockableWindow dockableWindow1;
		private Tracker7UI.plugins.Cases.UCCasesForm ucCasesForm1;
		private Tracker7UI.plugins.Cases.UCCaseSteps ucCaseSteps1;
		private Infragistics.Win.UltraWinDock.WindowDockingArea windowDockingArea2;
		private Infragistics.Win.UltraWinDock.DockableWindow dockableWindow2;
		private System.ComponentModel.IContainer components;

		public UCCasesDetail()
		{
			// 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("e5e918c3-05a0-4c33-89ac-baf8cff8c241"));
			Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("a22b1846-e914-4098-a6b2-4d68d3b1a1d1"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("e5e918c3-05a0-4c33-89ac-baf8cff8c241"), -1);
			Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("d1998e56-866d-4017-b1b7-bac5c64e5311"));
			Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("b0646eab-0498-4d49-a3dc-b4522fc2b5e3"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("d1998e56-866d-4017-b1b7-bac5c64e5311"), -1);
			this.ucCasesTabs1 = new Tracker7UI.plugins.Cases.UCCasesTabs();
			this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
			this._UCCasesDetailsUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCCasesDetailsUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCCasesDetailsUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCCasesDetailsUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
			this._UCCasesDetailsAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
			this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
			this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
			this.ucCasesForm1 = new Tracker7UI.plugins.Cases.UCCasesForm();
			this.ucCaseSteps1 = new Tracker7UI.plugins.Cases.UCCaseSteps();
			this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
			this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
			((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
			this.windowDockingArea1.SuspendLayout();
			this.dockableWindow1.SuspendLayout();
			this.windowDockingArea2.SuspendLayout();
			this.dockableWindow2.SuspendLayout();
			this.SuspendLayout();
			// 
			// ucCasesTabs1
			// 
			this.ucCasesTabs1.Location = new System.Drawing.Point(0, 18);
			this.ucCasesTabs1.Name = "ucCasesTabs1";
			this.ucCasesTabs1.Size = new System.Drawing.Size(616, 124);
			this.ucCasesTabs1.TabIndex = 8;
			// 
			// ultraDockManager1
			// 
			dockableControlPane1.Control = this.ucCasesTabs1;
			dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(64, 104, 728, 176);
			dockableControlPane1.Size = new System.Drawing.Size(100, 100);
			dockableControlPane1.Text = "Case Tabs";
			dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
																								  dockableControlPane1});
			dockAreaPane1.Size = new System.Drawing.Size(616, 142);
			dockableControlPane2.Control = this.ucCaseSteps1;
			dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(56, 144, 512, 136);
			dockableControlPane2.Size = new System.Drawing.Size(100, 100);
			dockableControlPane2.Text = "Case Steps";
			dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
																								  dockableControlPane2});
			dockAreaPane2.Size = new System.Drawing.Size(616, 137);
			this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
																										   dockAreaPane1,
																										   dockAreaPane2});
			this.ultraDockManager1.HostControl = this;
			this.ultraDockManager1.ShowCloseButton = false;
			// 
			// _UCCasesDetailsUnpinnedTabAreaLeft
			// 
			this._UCCasesDetailsUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this._UCCasesDetailsUnpinnedTabAreaLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCCasesDetailsUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
			this._UCCasesDetailsUnpinnedTabAreaLeft.Name = "_UCCasesDetailsUnpinnedTabAreaLeft";
			this._UCCasesDetailsUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
			this._UCCasesDetailsUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 424);
			this._UCCasesDetailsUnpinnedTabAreaLeft.TabIndex = 0;
			// 
			// _UCCasesDetailsUnpinnedTabAreaRight
			// 
			this._UCCasesDetailsUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
			this._UCCasesDetailsUnpinnedTabAreaRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCCasesDetailsUnpinnedTabAreaRight.Location = new System.Drawing.Point(616, 0);
			this._UCCasesDetailsUnpinnedTabAreaRight.Name = "_UCCasesDetailsUnpinnedTabAreaRight";
			this._UCCasesDetailsUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
			this._UCCasesDetailsUnpinnedTabAreaRight.Size = new System.Drawing.Size(0, 424);
			this._UCCasesDetailsUnpinnedTabAreaRight.TabIndex = 1;
			// 
			// _UCCasesDetailsUnpinnedTabAreaTop
			// 
			this._UCCasesDetailsUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
			this._UCCasesDetailsUnpinnedTabAreaTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCCasesDetailsUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
			this._UCCasesDetailsUnpinnedTabAreaTop.Name = "_UCCasesDetailsUnpinnedTabAreaTop";
			this._UCCasesDetailsUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
			this._UCCasesDetailsUnpinnedTabAreaTop.Size = new System.Drawing.Size(616, 0);
			this._UCCasesDetailsUnpinnedTabAreaTop.TabIndex = 2;
			// 
			// _UCCasesDetailsUnpinnedTabAreaBottom
			// 
			this._UCCasesDetailsUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
			this._UCCasesDetailsUnpinnedTabAreaBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCCasesDetailsUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 424);
			this._UCCasesDetailsUnpinnedTabAreaBottom.Name = "_UCCasesDetailsUnpinnedTabAreaBottom";
			this._UCCasesDetailsUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
			this._UCCasesDetailsUnpinnedTabAreaBottom.Size = new System.Drawing.Size(616, 0);
			this._UCCasesDetailsUnpinnedTabAreaBottom.TabIndex = 3;
			// 
			// _UCCasesDetailsAutoHideControl
			// 
			this._UCCasesDetailsAutoHideControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._UCCasesDetailsAutoHideControl.Location = new System.Drawing.Point(0, 98);
			this._UCCasesDetailsAutoHideControl.Name = "_UCCasesDetailsAutoHideControl";
			this._UCCasesDetailsAutoHideControl.Owner = this.ultraDockManager1;
			this._UCCasesDetailsAutoHideControl.Size = new System.Drawing.Size(488, 193);
			this._UCCasesDetailsAutoHideControl.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, 277);
			this.windowDockingArea1.Name = "windowDockingArea1";
			this.windowDockingArea1.Owner = this.ultraDockManager1;
			this.windowDockingArea1.Size = new System.Drawing.Size(616, 147);
			this.windowDockingArea1.TabIndex = 9;
			// 
			// dockableWindow1
			// 
			this.dockableWindow1.Controls.Add(this.ucCasesTabs1);
			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, 142);
			this.dockableWindow1.TabIndex = 0;
			// 
			// ucCasesForm1
			// 
			this.ucCasesForm1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ucCasesForm1.Location = new System.Drawing.Point(0, 0);
			this.ucCasesForm1.Name = "ucCasesForm1";
			this.ucCasesForm1.Size = new System.Drawing.Size(616, 135);
			this.ucCasesForm1.TabIndex = 10;
			// 
			// ucCaseSteps1
			// 
			this.ucCaseSteps1.BackColor = System.Drawing.SystemColors.Control;
			this.ucCaseSteps1.Location = new System.Drawing.Point(0, 18);
			this.ucCaseSteps1.Name = "ucCaseSteps1";
			this.ucCaseSteps1.Size = new System.Drawing.Size(616, 119);
			this.ucCaseSteps1.TabIndex = 11;
			// 
			// windowDockingArea2
			// 
			this.windowDockingArea2.Controls.Add(this.dockableWindow2);
			this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.windowDockingArea2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.windowDockingArea2.Location = new System.Drawing.Point(0, 135);
			this.windowDockingArea2.Name = "windowDockingArea2";
			this.windowDockingArea2.Owner = this.ultraDockManager1;
			this.windowDockingArea2.Size = new System.Drawing.Size(616, 142);
			this.windowDockingArea2.TabIndex = 12;
			// 
			// dockableWindow2
			// 
			this.dockableWindow2.Controls.Add(this.ucCaseSteps1);
			this.dockableWindow2.Location = new System.Drawing.Point(0, 5);
			this.dockableWindow2.Name = "dockableWindow2";
			this.dockableWindow2.Owner = this.ultraDockManager1;
			this.dockableWindow2.Size = new System.Drawing.Size(616, 137);
			this.dockableWindow2.TabIndex = 0;
			// 
			// UCCasesDetail
			// 
			this.Controls.Add(this.ucCasesForm1);
			this.Controls.Add(this._UCCasesDetailsAutoHideControl);
			this.Controls.Add(this.windowDockingArea2);
			this.Controls.Add(this.windowDockingArea1);
			this.Controls.Add(this._UCCasesDetailsUnpinnedTabAreaTop);
			this.Controls.Add(this._UCCasesDetailsUnpinnedTabAreaBottom);
			this.Controls.Add(this._UCCasesDetailsUnpinnedTabAreaLeft);
			this.Controls.Add(this._UCCasesDetailsUnpinnedTabAreaRight);
			this.Name = "UCCasesDetail";
			this.Size = new System.Drawing.Size(616, 424);
			this.Load += new System.EventHandler(this.UCCasesDetail_Load);
			((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
			this.windowDockingArea1.ResumeLayout(false);
			this.dockableWindow1.ResumeLayout(false);
			this.windowDockingArea2.ResumeLayout(false);
			this.dockableWindow2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

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

⌨️ 快捷键说明

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