📄 ucorganizationsdetail.cs
字号:
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace Tracker7UI.plugins.Organizations
{
/// <summary>
/// Summary description for UCOrganizationsDetail.
/// </summary>
public class UCOrganizationsDetail : System.Windows.Forms.UserControl
{
private Infragistics.Win.UltraWinDock.UltraDockManager ultraDockManager1;
private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCOrganizationsDetailsUnpinnedTabAreaLeft;
private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCOrganizationsDetailsUnpinnedTabAreaRight;
private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCOrganizationsDetailsUnpinnedTabAreaTop;
private Infragistics.Win.UltraWinDock.UnpinnedTabArea _UCOrganizationsDetailsUnpinnedTabAreaBottom;
private Infragistics.Win.UltraWinDock.AutoHideControl _UCOrganizationsDetailsAutoHideControl;
private Tracker7UI.plugins.Organizations.UCOrganizationsTabs ucOrganizationsTabs1;
private Infragistics.Win.UltraWinDock.WindowDockingArea windowDockingArea1;
private Infragistics.Win.UltraWinDock.DockableWindow dockableWindow1;
private Tracker7UI.plugins.Organizations.UCOrganizationsForm ucOrganizationsForm1;
private System.ComponentModel.IContainer components;
public UCOrganizationsDetail()
{
// 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);
this.ucOrganizationsTabs1 = new Tracker7UI.plugins.Organizations.UCOrganizationsTabs();
this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
this._UCOrganizationsDetailsUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
this._UCOrganizationsDetailsUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
this._UCOrganizationsDetailsUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
this._UCOrganizationsDetailsUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
this._UCOrganizationsDetailsAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
this.ucOrganizationsForm1 = new Tracker7UI.plugins.Organizations.UCOrganizationsForm();
((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
this.windowDockingArea1.SuspendLayout();
this.dockableWindow1.SuspendLayout();
this.SuspendLayout();
//
// ucOrganizationsTabs1
//
this.ucOrganizationsTabs1.Location = new System.Drawing.Point(0, 18);
this.ucOrganizationsTabs1.Name = "ucOrganizationsTabs1";
this.ucOrganizationsTabs1.Size = new System.Drawing.Size(616, 243);
this.ucOrganizationsTabs1.TabIndex = 8;
//
// ultraDockManager1
//
dockableControlPane1.Control = this.ucOrganizationsTabs1;
dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(64, 104, 728, 176);
dockableControlPane1.Size = new System.Drawing.Size(100, 100);
dockableControlPane1.Text = "Organization Tabs";
dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
dockableControlPane1});
dockAreaPane1.Size = new System.Drawing.Size(616, 261);
this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
dockAreaPane1});
this.ultraDockManager1.HostControl = this;
this.ultraDockManager1.ShowCloseButton = false;
//
// _UCOrganizationsDetailsUnpinnedTabAreaLeft
//
this._UCOrganizationsDetailsUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
this._UCOrganizationsDetailsUnpinnedTabAreaLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this._UCOrganizationsDetailsUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
this._UCOrganizationsDetailsUnpinnedTabAreaLeft.Name = "_UCOrganizationsDetailsUnpinnedTabAreaLeft";
this._UCOrganizationsDetailsUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
this._UCOrganizationsDetailsUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 424);
this._UCOrganizationsDetailsUnpinnedTabAreaLeft.TabIndex = 0;
//
// _UCOrganizationsDetailsUnpinnedTabAreaRight
//
this._UCOrganizationsDetailsUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
this._UCOrganizationsDetailsUnpinnedTabAreaRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this._UCOrganizationsDetailsUnpinnedTabAreaRight.Location = new System.Drawing.Point(616, 0);
this._UCOrganizationsDetailsUnpinnedTabAreaRight.Name = "_UCOrganizationsDetailsUnpinnedTabAreaRight";
this._UCOrganizationsDetailsUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
this._UCOrganizationsDetailsUnpinnedTabAreaRight.Size = new System.Drawing.Size(0, 424);
this._UCOrganizationsDetailsUnpinnedTabAreaRight.TabIndex = 1;
//
// _UCOrganizationsDetailsUnpinnedTabAreaTop
//
this._UCOrganizationsDetailsUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
this._UCOrganizationsDetailsUnpinnedTabAreaTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this._UCOrganizationsDetailsUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
this._UCOrganizationsDetailsUnpinnedTabAreaTop.Name = "_UCOrganizationsDetailsUnpinnedTabAreaTop";
this._UCOrganizationsDetailsUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
this._UCOrganizationsDetailsUnpinnedTabAreaTop.Size = new System.Drawing.Size(616, 0);
this._UCOrganizationsDetailsUnpinnedTabAreaTop.TabIndex = 2;
//
// _UCOrganizationsDetailsUnpinnedTabAreaBottom
//
this._UCOrganizationsDetailsUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this._UCOrganizationsDetailsUnpinnedTabAreaBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this._UCOrganizationsDetailsUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 424);
this._UCOrganizationsDetailsUnpinnedTabAreaBottom.Name = "_UCOrganizationsDetailsUnpinnedTabAreaBottom";
this._UCOrganizationsDetailsUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
this._UCOrganizationsDetailsUnpinnedTabAreaBottom.Size = new System.Drawing.Size(616, 0);
this._UCOrganizationsDetailsUnpinnedTabAreaBottom.TabIndex = 3;
//
// _UCOrganizationsDetailsAutoHideControl
//
this._UCOrganizationsDetailsAutoHideControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this._UCOrganizationsDetailsAutoHideControl.Location = new System.Drawing.Point(0, 98);
this._UCOrganizationsDetailsAutoHideControl.Name = "_UCOrganizationsDetailsAutoHideControl";
this._UCOrganizationsDetailsAutoHideControl.Owner = this.ultraDockManager1;
this._UCOrganizationsDetailsAutoHideControl.Size = new System.Drawing.Size(488, 193);
this._UCOrganizationsDetailsAutoHideControl.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, 158);
this.windowDockingArea1.Name = "windowDockingArea1";
this.windowDockingArea1.Owner = this.ultraDockManager1;
this.windowDockingArea1.Size = new System.Drawing.Size(616, 266);
this.windowDockingArea1.TabIndex = 9;
//
// dockableWindow1
//
this.dockableWindow1.Controls.Add(this.ucOrganizationsTabs1);
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, 261);
this.dockableWindow1.TabIndex = 0;
//
// ucOrganizationsForm1
//
this.ucOrganizationsForm1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucOrganizationsForm1.Location = new System.Drawing.Point(0, 0);
this.ucOrganizationsForm1.Name = "ucOrganizationsForm1";
this.ucOrganizationsForm1.Size = new System.Drawing.Size(616, 158);
this.ucOrganizationsForm1.TabIndex = 10;
//
// UCOrganizationsDetail
//
this.Controls.Add(this.ucOrganizationsForm1);
this.Controls.Add(this._UCOrganizationsDetailsAutoHideControl);
this.Controls.Add(this.windowDockingArea1);
this.Controls.Add(this._UCOrganizationsDetailsUnpinnedTabAreaTop);
this.Controls.Add(this._UCOrganizationsDetailsUnpinnedTabAreaBottom);
this.Controls.Add(this._UCOrganizationsDetailsUnpinnedTabAreaLeft);
this.Controls.Add(this._UCOrganizationsDetailsUnpinnedTabAreaRight);
this.Name = "UCOrganizationsDetail";
this.Size = new System.Drawing.Size(616, 424);
this.Load += new System.EventHandler(this.UCOrganizationsDetail_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
this.windowDockingArea1.ResumeLayout(false);
this.dockableWindow1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private void UCOrganizationsDetail_Load(object sender, System.EventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -