//---------------------------------------------------------------------------

		#region Windows Form 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();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WinForm_DesignerNavigator));
			this.imageList_TOOLPALETTE = new System.Windows.Forms.ImageList(this.components);
			this.toolBar_Designer = new System.Windows.Forms.ToolBar();
			this.toolBarButton_REFRESH = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_SEPARATOR1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_OPTIONS = new System.Windows.Forms.ToolBarButton();
			this.contextMenu_OPTIONS = new System.Windows.Forms.ContextMenu();
			this.menuItem_StayOnTop = new System.Windows.Forms.MenuItem();
			this.menuItem_Transparent = new System.Windows.Forms.MenuItem();
			this.menuItem_ShowInTaskBar = new System.Windows.Forms.MenuItem();
			this.menuItem_ExpandTree = new System.Windows.Forms.MenuItem();
			this.toolBarButton_SEPARATOR2 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_VIEW_TYPE = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_SEPARATOR3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_DEL_CMP = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_SEPARATOR4 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_ABOUT = new System.Windows.Forms.ToolBarButton();
			this.imageList_TOOLBAR = new System.Windows.Forms.ImageList(this.components);
			this.panel_TreeViews = new System.Windows.Forms.Panel();
			this.tabControl_Designer = new System.Windows.Forms.TabControl();
			this.tabPage_Controls = new System.Windows.Forms.TabPage();
			this.TreeView_Controls = new Vista_Api.TreeView();
			this.tabPage_Components = new System.Windows.Forms.TabPage();
			this.TreeView_Components = new Vista_Api.TreeView();
			this.statusBar_Designer = new System.Windows.Forms.StatusBar();
			this.statusBarPanel_Module = new System.Windows.Forms.StatusBarPanel();
			this.panel_TreeViews.SuspendLayout();
			this.tabControl_Designer.SuspendLayout();
			this.tabPage_Controls.SuspendLayout();
			this.tabPage_Components.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel_Module)).BeginInit();
			this.SuspendLayout();
			// 
			// imageList_TOOLPALETTE
			// 
			this.imageList_TOOLPALETTE.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList_TOOLPALETTE.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// toolBar_Designer
			// 
			this.toolBar_Designer.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBar_Designer.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
						this.toolBarButton_REFRESH,
						this.toolBarButton_SEPARATOR1,
						this.toolBarButton_OPTIONS,
						this.toolBarButton_SEPARATOR2,
						this.toolBarButton_VIEW_TYPE,
						this.toolBarButton_SEPARATOR3,
						this.toolBarButton_DEL_CMP,
						this.toolBarButton_SEPARATOR4,
						this.toolBarButton_ABOUT});
			this.toolBar_Designer.DropDownArrows = true;
			this.toolBar_Designer.ImageList = this.imageList_TOOLBAR;
			this.toolBar_Designer.Location = new System.Drawing.Point(0, 0);
			this.toolBar_Designer.Name = "toolBar_Designer";
			this.toolBar_Designer.ShowToolTips = true;
			this.toolBar_Designer.Size = new System.Drawing.Size(364, 28);
			this.toolBar_Designer.TabIndex = 0;
			this.toolBar_Designer.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_Designer_ButtonClick);
			// 
			// toolBarButton_REFRESH
			// 
			this.toolBarButton_REFRESH.ImageIndex = 0;
			this.toolBarButton_REFRESH.Tag = "0";
			this.toolBarButton_REFRESH.ToolTipText = "Refresh Designer Navigator (Ctrl+R)";
			// 
			// toolBarButton_SEPARATOR1
			// 
			this.toolBarButton_SEPARATOR1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton_OPTIONS
			// 
			this.toolBarButton_OPTIONS.DropDownMenu = this.contextMenu_OPTIONS;
			this.toolBarButton_OPTIONS.ImageIndex = 1;
			this.toolBarButton_OPTIONS.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
			this.toolBarButton_OPTIONS.Tag = "3";
			this.toolBarButton_OPTIONS.ToolTipText = "Options";
			// 
			// contextMenu_OPTIONS
			// 
			this.contextMenu_OPTIONS.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
						this.menuItem_StayOnTop,
						this.menuItem_Transparent,
						this.menuItem_ShowInTaskBar,
						this.menuItem_ExpandTree});
			// 
			// menuItem_StayOnTop
			// 
			this.menuItem_StayOnTop.Index = 0;
			this.menuItem_StayOnTop.Text = "Stay on Top     (Ctrl+T)";
			this.menuItem_StayOnTop.Click += new System.EventHandler(this.menuItem_StayOnTop_Click);
			// 
			// menuItem_Transparent
			// 
			this.menuItem_Transparent.Index = 1;
			this.menuItem_Transparent.Text = "Transparent     (Ctrl+O)";
			this.menuItem_Transparent.Click += new System.EventHandler(this.menuItem_Transparent_Click);
			// 
			// menuItem_ShowInTaskBar
			// 
			this.menuItem_ShowInTaskBar.Checked = true;
			this.menuItem_ShowInTaskBar.Index = 2;
			this.menuItem_ShowInTaskBar.Text = "Show on taskbar";
			this.menuItem_ShowInTaskBar.Click += new System.EventHandler(this.menuItem_ShowInTaskBar_Click);
			// 
			// menuItem_ExpandTree
			// 
			this.menuItem_ExpandTree.Checked = true;
			this.menuItem_ExpandTree.Index = 3;
			this.menuItem_ExpandTree.Text = "Expand all tree branches";
			this.menuItem_ExpandTree.Click += new System.EventHandler(this.menuItem_ExpandTree_Click);
			// 
			// toolBarButton_SEPARATOR2
			// 
			this.toolBarButton_SEPARATOR2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton_VIEW_TYPE
			// 
			this.toolBarButton_VIEW_TYPE.ImageIndex = 3;
			this.toolBarButton_VIEW_TYPE.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
			this.toolBarButton_VIEW_TYPE.ToolTipText = "View object types (Ctrl+Y)";
			// 
			// toolBarButton_SEPARATOR3
			// 
			this.toolBarButton_SEPARATOR3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton_DEL_CMP
			// 
			this.toolBarButton_DEL_CMP.ImageIndex = 4;
			this.toolBarButton_DEL_CMP.ToolTipText = "Delete selected components";
			// 
			// toolBarButton_SEPARATOR4
			// 
			this.toolBarButton_SEPARATOR4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton_ABOUT
			// 
			this.toolBarButton_ABOUT.ImageIndex = 2;
			this.toolBarButton_ABOUT.ToolTipText = "About";
			// 
			// imageList_TOOLBAR
			// 
			this.imageList_TOOLBAR.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList_TOOLBAR.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_TOOLBAR.ImageStream")));
			this.imageList_TOOLBAR.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// panel_TreeViews
			// 
			this.panel_TreeViews.Controls.Add(this.tabControl_Designer);
			this.panel_TreeViews.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel_TreeViews.Location = new System.Drawing.Point(0, 28);
			this.panel_TreeViews.Name = "panel_Vista_Api.TreeViews";
			this.panel_TreeViews.Size = new System.Drawing.Size(364, 338);
			this.panel_TreeViews.TabIndex = 16;
			// 
			// tabControl_Designer
			// 
			this.tabControl_Designer.Controls.Add(this.tabPage_Controls);
			this.tabControl_Designer.Controls.Add(this.tabPage_Components);
			this.tabControl_Designer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControl_Designer.Location = new System.Drawing.Point(0, 0);
			this.tabControl_Designer.Name = "tabControl_Designer";
			this.tabControl_Designer.SelectedIndex = 0;
			this.tabControl_Designer.Size = new System.Drawing.Size(364, 338);
			this.tabControl_Designer.TabIndex = 0;
			// 
			// tabPage_Controls
			// 
			this.tabPage_Controls.Controls.Add(this.TreeView_Controls);
			this.tabPage_Controls.ForeColor = System.Drawing.Color.Black;
			this.tabPage_Controls.Location = new System.Drawing.Point(4, 22);
			this.tabPage_Controls.Name = "tabPage_Controls";
			this.tabPage_Controls.Size = new System.Drawing.Size(356, 312);
			this.tabPage_Controls.TabIndex = 0;
			this.tabPage_Controls.Text = "Controls tree";
			// 
			// TreeView_Controls
			// 
			this.TreeView_Controls.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.TreeView_Controls.Dock = System.Windows.Forms.DockStyle.Fill;
			this.TreeView_Controls.ForeColor = System.Drawing.Color.Black;
			this.TreeView_Controls.ImageList = this.imageList_TOOLPALETTE;
			this.TreeView_Controls.Location = new System.Drawing.Point(0, 0);
			this.TreeView_Controls.Name = "Vista_Api.TreeView_Controls";
			this.TreeView_Controls.Size = new System.Drawing.Size(356, 312);
			this.TreeView_Controls.Sorted = true;
			this.TreeView_Controls.TabIndex = 0;
			this.TreeView_Controls.Click += new System.EventHandler(this.TreeView_Controls_Click);
			this.TreeView_Controls.AfterSelect += new TreeViewEventHandler(this.TreeView_ControlsAndComponents_AfterSelect);
			// 
			// tabPage_Components
			// 
			this.tabPage_Components.Controls.Add(this.TreeView_Components);
			this.tabPage_Components.ForeColor = System.Drawing.Color.Black;
			this.tabPage_Components.Location = new System.Drawing.Point(4, 22);
			this.tabPage_Components.Name = "tabPage_Components";
			this.tabPage_Components.Size = new System.Drawing.Size(356, 312);
			this.tabPage_Components.TabIndex = 1;
			this.tabPage_Components.Text = "Components";
			// 
			// TreeView_Components
			// 
			this.TreeView_Components.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.TreeView_Components.Dock = System.Windows.Forms.DockStyle.Fill;
			this.TreeView_Components.ForeColor = System.Drawing.Color.Black;
			this.TreeView_Components.ImageList = this.imageList_TOOLPALETTE;
			this.TreeView_Components.Location = new System.Drawing.Point(0, 0);
			this.TreeView_Components.Name = "Vista_Api.TreeView_Components";
			this.TreeView_Components.Size = new System.Drawing.Size(356, 312);
			this.TreeView_Components.Sorted = true;
			this.TreeView_Components.TabIndex = 17;
			this.TreeView_Components.Click += new System.EventHandler(this.TreeView_Components_Click);
			this.TreeView_Components.AfterSelect += new TreeViewEventHandler(this.TreeView_ControlsAndComponents_AfterSelect);
			// 
			// statusBar_Designer
			// 
			this.statusBar_Designer.Location = new System.Drawing.Point(0, 366);
			this.statusBar_Designer.Name = "statusBar_Designer";
			this.statusBar_Designer.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
						this.statusBarPanel_Module});
			this.statusBar_Designer.ShowPanels = true;
			this.statusBar_Designer.Size = new System.Drawing.Size(364, 24);
			this.statusBar_Designer.TabIndex = 17;
			// 
			// statusBarPanel_Module
			// 
			this.statusBarPanel_Module.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
			this.statusBarPanel_Module.Width = 348;
			// 
			// WinForm_DesignerNavigator
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.ClientSize = new System.Drawing.Size(364, 390);
			this.Controls.Add(this.panel_TreeViews);
			this.Controls.Add(this.statusBar_Designer);
			this.Controls.Add(this.toolBar_Designer);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.KeyPreview = true;
			this.Location = new System.Drawing.Point(50, 50);
			this.Name = "WinForm_DesignerNavigator";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "ArtCSB Designer Navigator";
			this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WinForm_DesignerNavigator_KeyDown);
			this.Click += new System.EventHandler(this.WinForm_DesignerNavigator_Click);
			this.Closing += new System.ComponentModel.CancelEventHandler(this.WinForm_DesignerNavigator_Closing);
			this.Load += new System.EventHandler(this.WinForm_DesignerNavigator_Load);
			this.Activated += new System.EventHandler(this.WinForm_DesignerNavigator_Activated);
			this.Deactivate += new System.EventHandler(this.WinForm_DesignerNavigator_Deactivate);
			this.panel_TreeViews.ResumeLayout(false);
			this.tabControl_Designer.ResumeLayout(false);
			this.tabPage_Controls.ResumeLayout(false);
			this.tabPage_Components.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel_Module)).EndInit();
			this.ResumeLayout(false);
		}
        // *********************************************************************
        //                           Private
        // *********************************************************************
        #region Windows Form Designer generated code
        private void InitializeComponent()
		{
        	this.components = new System.ComponentModel.Container();
        	this.panel1 = new System.Windows.Forms.Panel();
        	this.panel2 = new System.Windows.Forms.Panel();
        	this.lvFiles = new Vista_Api.ListView();
        	this.colName = new System.Windows.Forms.ColumnHeader();
        	this.colPath = new System.Windows.Forms.ColumnHeader();
        	this.cmFiles = new System.Windows.Forms.ContextMenu();
        	this.mmView = new System.Windows.Forms.MenuItem();
        	this.mmLarge = new System.Windows.Forms.MenuItem();
        	this.mmSmall = new System.Windows.Forms.MenuItem();
        	this.mmList = new System.Windows.Forms.MenuItem();
        	this.mmDetails = new System.Windows.Forms.MenuItem();
        	this.mmSplitter2 = new System.Windows.Forms.MenuItem();
        	this.mmOpenFile = new System.Windows.Forms.MenuItem();
        	this.mmAddFileToProject = new System.Windows.Forms.MenuItem();
        	this.mmOpenShell = new System.Windows.Forms.MenuItem();
        	this.mmSplitter3 = new System.Windows.Forms.MenuItem();
        	this.mmNewFile = new System.Windows.Forms.MenuItem();
        	this.mmRemoveFile = new System.Windows.Forms.MenuItem();
        	this.splitter1 = new System.Windows.Forms.Splitter();
        	this.tvFolders = new Vista_Api.TreeView();
        	this.cmFolders = new System.Windows.Forms.ContextMenu();
        	this.mmNewFolder = new System.Windows.Forms.MenuItem();
        	this.mmDeleteFolder = new System.Windows.Forms.MenuItem();
        	this.mmRenameFolder = new System.Windows.Forms.MenuItem();
        	this.menu = new System.Windows.Forms.MainMenu(this.components);
        	this.mmFile = new System.Windows.Forms.MenuItem();
        	this.mmExit = new System.Windows.Forms.MenuItem();
        	this.statusBar1 = new System.Windows.Forms.StatusBar();
        	this.panel1.SuspendLayout();
        	this.panel2.SuspendLayout();
        	this.SuspendLayout();
        	// 
        	// panel1
        	// 
        	this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
        	        	        	| System.Windows.Forms.AnchorStyles.Left) 
        	        	        	| System.Windows.Forms.AnchorStyles.Right)));
        	this.panel1.Controls.Add(this.panel2);
        	this.panel1.Controls.Add(this.splitter1);
        	this.panel1.Controls.Add(this.tvFolders);
        	this.panel1.Location = new System.Drawing.Point(6, 9);
        	this.panel1.Name = "panel1";
        	this.panel1.Size = new System.Drawing.Size(714, 361);
        	this.panel1.TabIndex = 0;
        	// 
        	// panel2
        	// 
        	this.panel2.Controls.Add(this.lvFiles);
        	this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
        	this.panel2.Location = new System.Drawing.Point(199, 0);
        	this.panel2.Name = "panel2";
        	this.panel2.Size = new System.Drawing.Size(515, 361);
        	this.panel2.TabIndex = 3;
        	// 
        	// lvFiles
        	// 
        	this.lvFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
        	        	        	this.colName,
        	        	        	this.colPath});
        	this.lvFiles.ContextMenu = this.cmFiles;
        	this.lvFiles.Dock = System.Windows.Forms.DockStyle.Fill;
        	this.lvFiles.FullRowSelect = true;
        	this.lvFiles.HideSelection = false;
        	this.lvFiles.HoverSelection = true;
        	this.lvFiles.Location = new System.Drawing.Point(0, 0);
        	this.lvFiles.MultiSelect = false;
        	this.lvFiles.Name = "lvFiles";
        	this.lvFiles.Size = new System.Drawing.Size(515, 361);
        	this.lvFiles.TabIndex = 0;
        	this.lvFiles.UseCompatibleStateImageBehavior = false;
        	this.lvFiles.DoubleClick += new System.EventHandler(this.lvFiles_DoubleClick);
        	// 
        	// colName
        	// 
        	this.colName.Text = "Name";
        	this.colName.Width = 86;
        	// 
        	// colPath
        	// 
        	this.colPath.Text = "Path";
        	this.colPath.Width = 190;
        	// 
        	// cmFiles
        	// 
        	this.cmFiles.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmView,
        	        	        	this.mmSplitter2,
        	        	        	this.mmOpenFile,
        	        	        	this.mmAddFileToProject,
        	        	        	this.mmOpenShell,
        	        	        	this.mmSplitter3,
        	        	        	this.mmNewFile,
        	        	        	this.mmRemoveFile});
        	this.cmFiles.Popup += new System.EventHandler(this.cmFiles_Popup);
        	// 
        	// mmView
        	// 
        	this.mmView.Index = 0;
        	this.mmView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmLarge,
        	        	        	this.mmSmall,
        	        	        	this.mmList,
        	        	        	this.mmDetails});
        	this.mmView.Text = "View";
        	// 
        	// mmLarge
        	// 
        	this.mmLarge.Index = 0;
        	this.mmLarge.Text = "Large Icons";
        	this.mmLarge.Click += new System.EventHandler(this.mmLarge_Click);
        	// 
        	// mmSmall
        	// 
        	this.mmSmall.Index = 1;
        	this.mmSmall.Text = "Small Icons";
        	this.mmSmall.Click += new System.EventHandler(this.mmSmall_Click);
        	// 
        	// mmList
        	// 
        	this.mmList.Index = 2;
        	this.mmList.Text = "List";
        	this.mmList.Click += new System.EventHandler(this.mmList_Click);
        	// 
        	// mmDetails
        	// 
        	this.mmDetails.Index = 3;
        	this.mmDetails.Text = "Details";
        	this.mmDetails.Click += new System.EventHandler(this.mmDetails_Click);
        	// 
        	// mmSplitter2
        	// 
        	this.mmSplitter2.Index = 1;
        	this.mmSplitter2.Text = "-";
        	// 
        	// mmOpenFile
        	// 
        	this.mmOpenFile.Index = 2;
        	this.mmOpenFile.Text = "Open";
        	this.mmOpenFile.Click += new System.EventHandler(this.mmOpenFile_Click);
        	// 
        	// mmAddFileToProject
        	// 
        	this.mmAddFileToProject.Index = 3;
        	this.mmAddFileToProject.Text = "Add to project";
        	this.mmAddFileToProject.Click += new System.EventHandler(this.mmAddFileToProject_Click);
        	// 
        	// mmOpenShell
        	// 
        	this.mmOpenShell.Index = 4;
        	this.mmOpenShell.Text = "Open Shell";
        	this.mmOpenShell.Click += new System.EventHandler(this.mmOpenShell_Click);
        	// 
        	// mmSplitter3
        	// 
        	this.mmSplitter3.Index = 5;
        	this.mmSplitter3.Text = "-";
        	// 
        	// mmNewFile
        	// 
        	this.mmNewFile.Index = 6;
        	this.mmNewFile.Text = "New";
        	this.mmNewFile.Click += new System.EventHandler(this.mmNewFile_Click);
        	// 
        	// mmRemoveFile
        	// 
        	this.mmRemoveFile.Index = 7;
        	this.mmRemoveFile.Text = "Remove";
        	this.mmRemoveFile.Click += new System.EventHandler(this.mmRemoveFile_Click);
        	// 
        	// splitter1
        	// 
        	this.splitter1.Location = new System.Drawing.Point(192, 0);
        	this.splitter1.Name = "splitter1";
        	this.splitter1.Size = new System.Drawing.Size(7, 361);
        	this.splitter1.TabIndex = 1;
        	this.splitter1.TabStop = false;
        	// 
        	// tvFolders
        	// 
        	this.tvFolders.AllowDrop = true;
        	this.tvFolders.ContextMenu = this.cmFolders;
        	this.tvFolders.Dock = System.Windows.Forms.DockStyle.Left;
        	this.tvFolders.HideSelection = false;
        	this.tvFolders.LabelEdit = true;
        	this.tvFolders.Location = new System.Drawing.Point(0, 0);
        	this.tvFolders.Name = "tvFolders";
        	this.tvFolders.Size = new System.Drawing.Size(192, 361);
        	this.tvFolders.TabIndex = 0;
        	this.tvFolders.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.tvFolders_QueryContinueDrag);
        	this.tvFolders.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvFolders_DragDrop);
        	this.tvFolders.DragOver += new System.Windows.Forms.DragEventHandler(this.tvFolders_DragOver);
        	this.tvFolders.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvFolders_AfterLabelEdit);
        	this.tvFolders.AfterSelect += new TreeViewEventHandler(this.tvFolders_AfterSelect);
        	this.tvFolders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvFolders_MouseUp);
        	this.tvFolders.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tvFolders_MouseMove);
        	this.tvFolders.BeforeSelect += new TreeViewCancelEventHandler(this.tvFolders_BeforeSelect);
        	this.tvFolders.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvFolders_MouseDown);
        	// 
        	// cmFolders
        	// 
        	this.cmFolders.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmNewFolder,
        	        	        	this.mmDeleteFolder,
        	        	        	this.mmRenameFolder});
        	this.cmFolders.Popup += new System.EventHandler(this.cmFolders_Popup);
        	// 
        	// mmNewFolder
        	// 
        	this.mmNewFolder.Index = 0;
        	this.mmNewFolder.Text = "New";
        	this.mmNewFolder.Click += new System.EventHandler(this.mmNewFolder_Click);
        	// 
        	// mmDeleteFolder
        	// 
        	this.mmDeleteFolder.Index = 1;
        	this.mmDeleteFolder.Text = "Delete";
        	this.mmDeleteFolder.Click += new System.EventHandler(this.mmDeleteFolder_Click);
        	// 
        	// mmRenameFolder
        	// 
        	this.mmRenameFolder.Index = 2;
        	this.mmRenameFolder.Text = "Rename";
        	this.mmRenameFolder.Click += new System.EventHandler(this.mmRenameFolder_Click);
        	// 
        	// menu
        	// 
        	this.menu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmFile});
        	// 
        	// mmFile
        	// 
        	this.mmFile.Index = 0;
        	this.mmFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
        	        	        	this.mmExit});
        	this.mmFile.Text = "&File";
        	// 
        	// mmExit
        	// 
        	this.mmExit.Index = 0;
        	this.mmExit.Text = "&Exit";
        	this.mmExit.Click += new System.EventHandler(this.mmExit_Click);
        	// 
        	// statusBar1
        	// 
        	this.statusBar1.Location = new System.Drawing.Point(0, 395);
        	this.statusBar1.Name = "statusBar1";
        	this.statusBar1.ShowPanels = true;
        	this.statusBar1.Size = new System.Drawing.Size(729, 23);
        	this.statusBar1.TabIndex = 0;
        	this.statusBar1.Text = "statusBar";
        	// 
        	// FormFavorites
        	// 
        	this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
        	this.ClientSize = new System.Drawing.Size(729, 418);
        	this.Controls.Add(this.statusBar1);
        	this.Controls.Add(this.panel1);
        	this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
        	this.MaximizeBox = false;
        	this.Menu = this.menu;
        	this.MinimizeBox = false;
        	this.Name = "FormFavorites";
        	this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        	this.Text = "Favourites";
        	this.Closed += new System.EventHandler(this.FormFavorites_Closed);
        	this.Load += new System.EventHandler(this.FrmFavorites_Load);
        	this.panel1.ResumeLayout(false);
        	this.panel2.ResumeLayout(false);
        	this.ResumeLayout(false);
		}