namespace Volian.Controls.Library
{
	partial class DisplayTabControl
	{
		///  
		/// Required designer variable.
		/// 
		private System.ComponentModel.IContainer components = null;
		///  
		/// Clean up any resources being used.
		/// 
		/// true if managed resources should be disposed; otherwise, false.
		protected override void Dispose(bool disposing)
		{
			// Cleanup Bars
			if (dotNetBarManager1.Bars != null)
				foreach (DevComponents.DotNetBar.Bar myBar in dotNetBarManager1.Bars)
					MyBar.Dispose();
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}
		#region Component Designer generated code
		///  
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// 
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
			this.bottomDocDockSite = new DevComponents.DotNetBar.DockSite();
			this.fillDocDockSite = new DevComponents.DotNetBar.DockSite();
			this._MyBar = new DevComponents.DotNetBar.Bar();
			this._PnlCaret = new System.Windows.Forms.Panel();
			this.leftDocDockSite = new DevComponents.DotNetBar.DockSite();
			this.rightDocDockSite = new DevComponents.DotNetBar.DockSite();
			this.bottomBarDockSite = new DevComponents.DotNetBar.DockSite();
			this.leftBarDockSite = new DevComponents.DotNetBar.DockSite();
			this.rightBarDockSite = new DevComponents.DotNetBar.DockSite();
			this.topBarDockSite = new DevComponents.DotNetBar.DockSite();
			this.topDocDockSite = new DevComponents.DotNetBar.DockSite();
			this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
			this.tmrCaret = new System.Windows.Forms.Timer(this.components);
			this.fillDocDockSite.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this._MyBar)).BeginInit();
			this._MyBar.SuspendLayout();
			this.SuspendLayout();
			// 
			// dotNetBarManager1
			// 
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
			this.dotNetBarManager1.BottomDockSite = this.bottomDocDockSite;
			this.dotNetBarManager1.EnableFullSizeDock = false;
			this.dotNetBarManager1.FillDockSite = this.fillDocDockSite;
			this.dotNetBarManager1.LeftDockSite = this.leftDocDockSite;
			this.dotNetBarManager1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.dotNetBarManager1.ParentForm = null;
			this.dotNetBarManager1.ParentUserControl = this;
			this.dotNetBarManager1.RightDockSite = this.rightDocDockSite;
			this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
			this.dotNetBarManager1.ToolbarBottomDockSite = this.bottomBarDockSite;
			this.dotNetBarManager1.ToolbarLeftDockSite = this.leftBarDockSite;
			this.dotNetBarManager1.ToolbarRightDockSite = this.rightBarDockSite;
			this.dotNetBarManager1.ToolbarTopDockSite = this.topBarDockSite;
			this.dotNetBarManager1.TopDockSite = this.topDocDockSite;
			// 
			// bottomDocDockSite
			// 
			this.bottomDocDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.bottomDocDockSite.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.bottomDocDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.bottomDocDockSite.Location = new System.Drawing.Point(0, 383);
			this.bottomDocDockSite.Name = "bottomDocDockSite";
			this.bottomDocDockSite.Size = new System.Drawing.Size(673, 0);
			this.bottomDocDockSite.TabIndex = 3;
			this.bottomDocDockSite.TabStop = false;
			// 
			// fillDocDockSite
			// 
			this.fillDocDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.fillDocDockSite.Controls.Add(this._MyBar);
			this.fillDocDockSite.Dock = System.Windows.Forms.DockStyle.Fill;
			this.fillDocDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
            ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this._MyBar, 673, 383)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
			this.fillDocDockSite.Location = new System.Drawing.Point(0, 0);
			this.fillDocDockSite.Name = "fillDocDockSite";
			this.fillDocDockSite.Size = new System.Drawing.Size(673, 383);
			this.fillDocDockSite.TabIndex = 8;
			this.fillDocDockSite.TabStop = false;
			// 
			// _MyBar
			// 
			this._MyBar.AccessibleDescription = "DotNetBar Bar (_MyBar)";
			this._MyBar.AccessibleName = "DotNetBar Bar";
			this._MyBar.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
			this._MyBar.AlwaysDisplayDockTab = true;
			this._MyBar.CanCustomize = false;
			this._MyBar.CanDockBottom = false;
			this._MyBar.CanDockDocument = true;
			this._MyBar.CanDockLeft = false;
			this._MyBar.CanDockRight = false;
			this._MyBar.CanDockTop = false;
			this._MyBar.CanHide = true;
			this._MyBar.CanUndock = false;
			this._MyBar.CloseSingleTab = true;
			this._MyBar.Controls.Add(this._PnlCaret);
			this._MyBar.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
			this._MyBar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this._MyBar.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
			this._MyBar.Location = new System.Drawing.Point(0, 0);
			this._MyBar.Name = "_MyBar";
			this._MyBar.Size = new System.Drawing.Size(673, 383);
			this._MyBar.Stretch = true;
			this._MyBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
			this._MyBar.TabIndex = 0;
			this._MyBar.TabNavigation = true;
			this._MyBar.TabStop = false;
			// 
			// _PnlCaret
			// 
			this._PnlCaret.BackColor = System.Drawing.Color.Red;
			this._PnlCaret.Location = new System.Drawing.Point(5, 5);
			this._PnlCaret.Margin = new System.Windows.Forms.Padding(0);
			this._PnlCaret.Name = "_PnlCaret";
			this._PnlCaret.Size = new System.Drawing.Size(142, 16);
			this._PnlCaret.TabIndex = 1;
			this._PnlCaret.Visible = false;
			// 
			// leftDocDockSite
			// 
			this.leftDocDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.leftDocDockSite.Dock = System.Windows.Forms.DockStyle.Left;
			this.leftDocDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.leftDocDockSite.Location = new System.Drawing.Point(0, 0);
			this.leftDocDockSite.Name = "leftDocDockSite";
			this.leftDocDockSite.Size = new System.Drawing.Size(0, 383);
			this.leftDocDockSite.TabIndex = 0;
			this.leftDocDockSite.TabStop = false;
			// 
			// rightDocDockSite
			// 
			this.rightDocDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.rightDocDockSite.Dock = System.Windows.Forms.DockStyle.Right;
			this.rightDocDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.rightDocDockSite.Location = new System.Drawing.Point(673, 0);
			this.rightDocDockSite.Name = "rightDocDockSite";
			this.rightDocDockSite.Size = new System.Drawing.Size(0, 383);
			this.rightDocDockSite.TabIndex = 1;
			this.rightDocDockSite.TabStop = false;
			// 
			// bottomBarDockSite
			// 
			this.bottomBarDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.bottomBarDockSite.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.bottomBarDockSite.Location = new System.Drawing.Point(0, 383);
			this.bottomBarDockSite.Name = "bottomBarDockSite";
			this.bottomBarDockSite.Size = new System.Drawing.Size(673, 0);
			this.bottomBarDockSite.TabIndex = 7;
			this.bottomBarDockSite.TabStop = false;
			// 
			// leftBarDockSite
			// 
			this.leftBarDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.leftBarDockSite.Dock = System.Windows.Forms.DockStyle.Left;
			this.leftBarDockSite.Location = new System.Drawing.Point(0, 0);
			this.leftBarDockSite.Name = "leftBarDockSite";
			this.leftBarDockSite.Size = new System.Drawing.Size(0, 383);
			this.leftBarDockSite.TabIndex = 4;
			this.leftBarDockSite.TabStop = false;
			// 
			// rightBarDockSite
			// 
			this.rightBarDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.rightBarDockSite.Dock = System.Windows.Forms.DockStyle.Right;
			this.rightBarDockSite.Location = new System.Drawing.Point(673, 0);
			this.rightBarDockSite.Name = "rightBarDockSite";
			this.rightBarDockSite.Size = new System.Drawing.Size(0, 383);
			this.rightBarDockSite.TabIndex = 5;
			this.rightBarDockSite.TabStop = false;
			// 
			// topBarDockSite
			// 
			this.topBarDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.topBarDockSite.Dock = System.Windows.Forms.DockStyle.Top;
			this.topBarDockSite.Location = new System.Drawing.Point(0, 0);
			this.topBarDockSite.Name = "topBarDockSite";
			this.topBarDockSite.Size = new System.Drawing.Size(673, 0);
			this.topBarDockSite.TabIndex = 6;
			this.topBarDockSite.TabStop = false;
			// 
			// topDocDockSite
			// 
			this.topDocDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.topDocDockSite.Dock = System.Windows.Forms.DockStyle.Top;
			this.topDocDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.topDocDockSite.Location = new System.Drawing.Point(0, 0);
			this.topDocDockSite.Name = "topDocDockSite";
			this.topDocDockSite.Size = new System.Drawing.Size(673, 0);
			this.topDocDockSite.TabIndex = 2;
			this.topDocDockSite.TabStop = false;
			// 
			// superTooltip1
			// 
			this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// tmrCaret
			// 
			this.tmrCaret.Interval = 500;
			this.tmrCaret.Tick += new System.EventHandler(this.tmrCaret_Tick);
			// 
			// DisplayTabControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.fillDocDockSite);
			this.Controls.Add(this.rightDocDockSite);
			this.Controls.Add(this.leftDocDockSite);
			this.Controls.Add(this.topDocDockSite);
			this.Controls.Add(this.bottomDocDockSite);
			this.Controls.Add(this.leftBarDockSite);
			this.Controls.Add(this.rightBarDockSite);
			this.Controls.Add(this.topBarDockSite);
			this.Controls.Add(this.bottomBarDockSite);
			this.Name = "DisplayTabControl";
			this.Size = new System.Drawing.Size(673, 383);
			this.fillDocDockSite.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this._MyBar)).EndInit();
			this._MyBar.ResumeLayout(false);
			this.ResumeLayout(false);
		}
		#endregion
		private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager1;
		private DevComponents.DotNetBar.DockSite bottomDocDockSite;
		private DevComponents.DotNetBar.DockSite fillDocDockSite;
		private DevComponents.DotNetBar.Bar _MyBar;
		//private DevComponents.DotNetBar.DockContainerItem dockContainerItem1;
		private DevComponents.DotNetBar.DockSite leftDocDockSite;
		private DevComponents.DotNetBar.DockSite rightDocDockSite;
		private DevComponents.DotNetBar.DockSite topDocDockSite;
		private DevComponents.DotNetBar.DockSite leftBarDockSite;
		private DevComponents.DotNetBar.DockSite rightBarDockSite;
		private DevComponents.DotNetBar.DockSite topBarDockSite;
		private DevComponents.DotNetBar.DockSite bottomBarDockSite;
		//private DevComponents.DotNetBar.DockContainerItem dockContainerItem2;
		//private DevComponents.DotNetBar.DockContainerItem dockContainerItem3;
		private DevComponents.DotNetBar.SuperTooltip superTooltip1;
		private System.Windows.Forms.Panel _PnlCaret;
		private System.Windows.Forms.Timer tmrCaret;
	}
}