Click here to Skip to main content
15,895,084 members
Articles / Programming Languages / C#

Dual Pane File Manager

Rate me:
Please Sign up or sign in to vote.
4.64/5 (28 votes)
21 Dec 2010CPOL8 min read 140.8K   2.3K   119  
A dual pane file manager for Windows XP.
namespace JGFSControls
{
	partial class JExplorerFS
	{
		/// <summary> 
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary> 
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (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();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JExplorerFS));
			this.gbxMain = new System.Windows.Forms.GroupBox();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.tvFS = new JGFSControls.JTreeViewFS();
			this.lvFS = new JGFSControls.JListViewFS();
			this.tsExplorer = new System.Windows.Forms.ToolStrip();
			this.tsbtnTools = new System.Windows.Forms.ToolStripDropDownButton();
			this.ctxTools = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuRefresh = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuCopyName = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCopyPath = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSaveFileIcon = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuEditItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuUnselectAll = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuInvertSelection = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSepSelectAll = new System.Windows.Forms.ToolStripSeparator();
			this.mnuNewFolder = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCommandPrompt = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuDeleteMarked = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuCancel = new System.Windows.Forms.ToolStripMenuItem();
			this.tsbtnView = new System.Windows.Forms.ToolStripDropDownButton();
			this.ctxViews = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuViewDetails = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuViewLargeIcons = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuViewList = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuViewSmallIcons = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuViewTile = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuViewShowFolders = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuViewShowGridlines = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuViewCancel = new System.Windows.Forms.ToolStripMenuItem();
			this.tsbtnShowFolders = new System.Windows.Forms.ToolStripButton();
			this.tsbtnRefresh = new System.Windows.Forms.ToolStripButton();
			this.tsbtnCopyName = new System.Windows.Forms.ToolStripButton();
			this.tsbtnCopyPath = new System.Windows.Forms.ToolStripButton();
			this.tsbtnDOSHere = new System.Windows.Forms.ToolStripButton();
			this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
			this.sepFileFilter = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnFilter = new System.Windows.Forms.ToolStripDropDownButton();
			this.ctxLVFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.sepFavourites = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnFavourites = new System.Windows.Forms.ToolStripSplitButton();
			this.ctxFavourites = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.sepExternalApps = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnRunExternal = new System.Windows.Forms.ToolStripSplitButton();
			this.ctxExternalApps = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.tsbtnUpOne = new System.Windows.Forms.ToolStripButton();
			this.tsbtnGoBack = new System.Windows.Forms.ToolStripButton();
			this.panPath = new System.Windows.Forms.Panel();
			this.crumbBar = new JGFSControls.JCrumbToolBar();
			this.staStatus = new System.Windows.Forms.StatusStrip();
			this.tslblDrive = new System.Windows.Forms.ToolStripStatusLabel();
			this.tslblObjects = new System.Windows.Forms.ToolStripStatusLabel();
			this.tslblSelected = new System.Windows.Forms.ToolStripStatusLabel();
			this.imlToolBar = new System.Windows.Forms.ImageList(this.components);
			this.gbxMain.SuspendLayout();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.tsExplorer.SuspendLayout();
			this.ctxTools.SuspendLayout();
			this.ctxViews.SuspendLayout();
			this.panPath.SuspendLayout();
			this.staStatus.SuspendLayout();
			this.SuspendLayout();
			// 
			// gbxMain
			// 
			this.gbxMain.Controls.Add(this.splitContainer1);
			this.gbxMain.Controls.Add(this.tsExplorer);
			this.gbxMain.Controls.Add(this.panPath);
			this.gbxMain.Controls.Add(this.staStatus);
			this.gbxMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.gbxMain.Location = new System.Drawing.Point(0, 0);
			this.gbxMain.Name = "gbxMain";
			this.gbxMain.Size = new System.Drawing.Size(646, 576);
			this.gbxMain.TabIndex = 0;
			this.gbxMain.TabStop = false;
			this.gbxMain.Text = "Caption";
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(3, 70);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.tvFS);
			this.splitContainer1.Panel1MinSize = 0;
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.lvFS);
			this.splitContainer1.Panel2MinSize = 0;
			this.splitContainer1.Size = new System.Drawing.Size(640, 481);
			this.splitContainer1.SplitterDistance = 213;
			this.splitContainer1.TabIndex = 15;
			this.splitContainer1.SplitterMoving += new System.Windows.Forms.SplitterCancelEventHandler(this.splitContainer1_SplitterMoving);
			this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
			// 
			// tvFS
			// 
			this.tvFS.AllowDrop = true;
			this.tvFS.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tvFS.HideSelection = false;
			this.tvFS.LabelEdit = true;
			this.tvFS.Location = new System.Drawing.Point(0, 0);
			this.tvFS.Name = "tvFS";
			this.tvFS.Size = new System.Drawing.Size(213, 481);
			this.tvFS.TabIndex = 0;
			// 
			// lvFS
			// 
			this.lvFS.AllowDrop = true;
			this.lvFS.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvFS.FullRowSelect = true;
			this.lvFS.HideSelection = false;
			this.lvFS.LabelEdit = true;
			this.lvFS.Location = new System.Drawing.Point(0, 0);
			this.lvFS.Name = "lvFS";
			this.lvFS.Size = new System.Drawing.Size(423, 481);
			this.lvFS.TabIndex = 0;
			this.lvFS.UseCompatibleStateImageBehavior = false;
			this.lvFS.View = System.Windows.Forms.View.Details;
			this.lvFS.PathChanged += new JGFSControls.PathChangedEventHandler(this.lvFS_PathChanged);
			// 
			// tsExplorer
			// 
			this.tsExplorer.AllowMerge = false;
			this.tsExplorer.AutoSize = false;
			this.tsExplorer.BackColor = System.Drawing.SystemColors.Control;
			this.tsExplorer.CanOverflow = false;
			this.tsExplorer.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.tsExplorer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbtnTools,
            this.tsbtnView,
            this.tsbtnShowFolders,
            this.tsbtnRefresh,
            this.tsbtnCopyName,
            this.tsbtnCopyPath,
            this.tsbtnDOSHere,
            this.tsbtnSearch,
            this.sepFileFilter,
            this.tsbtnFilter,
            this.sepFavourites,
            this.tsbtnFavourites,
            this.sepExternalApps,
            this.tsbtnRunExternal,
            this.tsbtnUpOne,
            this.tsbtnGoBack});
			this.tsExplorer.Location = new System.Drawing.Point(3, 41);
			this.tsExplorer.Name = "tsExplorer";
			this.tsExplorer.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
			this.tsExplorer.Size = new System.Drawing.Size(640, 29);
			this.tsExplorer.TabIndex = 14;
			// 
			// tsbtnTools
			// 
			this.tsbtnTools.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnTools.DropDown = this.ctxTools;
			this.tsbtnTools.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnTools.Image")));
			this.tsbtnTools.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnTools.Name = "tsbtnTools";
			this.tsbtnTools.Size = new System.Drawing.Size(29, 26);
			this.tsbtnTools.ToolTipText = "Tools Menu";
			// 
			// ctxTools
			// 
			this.ctxTools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuRefresh,
            this.toolStripMenuItem8,
            this.mnuCopyName,
            this.mnuCopyPath,
            this.mnuSaveFileIcon,
            this.toolStripMenuItem1,
            this.mnuEditItem,
            this.toolStripMenuItem14,
            this.mnuSelectAll,
            this.mnuUnselectAll,
            this.mnuInvertSelection,
            this.mnuSepSelectAll,
            this.mnuNewFolder,
            this.mnuCommandPrompt,
            this.toolStripMenuItem12,
            this.mnuDeleteMarked,
            this.toolStripMenuItem3,
            this.mnuCancel});
			this.ctxTools.Name = "ctxTools";
			this.ctxTools.OwnerItem = this.tsbtnTools;
			this.ctxTools.Size = new System.Drawing.Size(209, 304);
			// 
			// mnuRefresh
			// 
			this.mnuRefresh.Image = ((System.Drawing.Image)(resources.GetObject("mnuRefresh.Image")));
			this.mnuRefresh.Name = "mnuRefresh";
			this.mnuRefresh.ShortcutKeyDisplayString = "F5";
			this.mnuRefresh.Size = new System.Drawing.Size(208, 22);
			this.mnuRefresh.Text = "Refresh View";
			// 
			// toolStripMenuItem8
			// 
			this.toolStripMenuItem8.Name = "toolStripMenuItem8";
			this.toolStripMenuItem8.Size = new System.Drawing.Size(205, 6);
			// 
			// mnuCopyName
			// 
			this.mnuCopyName.Image = ((System.Drawing.Image)(resources.GetObject("mnuCopyName.Image")));
			this.mnuCopyName.Name = "mnuCopyName";
			this.mnuCopyName.ShortcutKeyDisplayString = "Ctrl+C";
			this.mnuCopyName.Size = new System.Drawing.Size(208, 22);
			this.mnuCopyName.Text = "Copy Name";
			// 
			// mnuCopyPath
			// 
			this.mnuCopyPath.Image = ((System.Drawing.Image)(resources.GetObject("mnuCopyPath.Image")));
			this.mnuCopyPath.Name = "mnuCopyPath";
			this.mnuCopyPath.ShortcutKeyDisplayString = "Ctrl+P";
			this.mnuCopyPath.Size = new System.Drawing.Size(208, 22);
			this.mnuCopyPath.Text = "Copy Path";
			// 
			// mnuSaveFileIcon
			// 
			this.mnuSaveFileIcon.Image = ((System.Drawing.Image)(resources.GetObject("mnuSaveFileIcon.Image")));
			this.mnuSaveFileIcon.Name = "mnuSaveFileIcon";
			this.mnuSaveFileIcon.Size = new System.Drawing.Size(208, 22);
			this.mnuSaveFileIcon.Text = "Save File Icon";
			this.mnuSaveFileIcon.Click += new System.EventHandler(this.mnuSaveFileIcon_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(205, 6);
			// 
			// mnuEditItem
			// 
			this.mnuEditItem.Image = ((System.Drawing.Image)(resources.GetObject("mnuEditItem.Image")));
			this.mnuEditItem.Name = "mnuEditItem";
			this.mnuEditItem.ShortcutKeyDisplayString = "F2";
			this.mnuEditItem.Size = new System.Drawing.Size(208, 22);
			this.mnuEditItem.Text = "Edit Item";
			// 
			// toolStripMenuItem14
			// 
			this.toolStripMenuItem14.Name = "toolStripMenuItem14";
			this.toolStripMenuItem14.Size = new System.Drawing.Size(205, 6);
			// 
			// mnuSelectAll
			// 
			this.mnuSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("mnuSelectAll.Image")));
			this.mnuSelectAll.Name = "mnuSelectAll";
			this.mnuSelectAll.ShortcutKeyDisplayString = "Ctrl+A";
			this.mnuSelectAll.Size = new System.Drawing.Size(208, 22);
			this.mnuSelectAll.Text = "Select All";
			// 
			// mnuUnselectAll
			// 
			this.mnuUnselectAll.Image = ((System.Drawing.Image)(resources.GetObject("mnuUnselectAll.Image")));
			this.mnuUnselectAll.Name = "mnuUnselectAll";
			this.mnuUnselectAll.ShortcutKeyDisplayString = "Ctrl+U";
			this.mnuUnselectAll.Size = new System.Drawing.Size(208, 22);
			this.mnuUnselectAll.Text = "Unselect All";
			// 
			// mnuInvertSelection
			// 
			this.mnuInvertSelection.Image = ((System.Drawing.Image)(resources.GetObject("mnuInvertSelection.Image")));
			this.mnuInvertSelection.Name = "mnuInvertSelection";
			this.mnuInvertSelection.ShortcutKeyDisplayString = "Ctrl+I";
			this.mnuInvertSelection.Size = new System.Drawing.Size(208, 22);
			this.mnuInvertSelection.Text = "Invert Selection";
			// 
			// mnuSepSelectAll
			// 
			this.mnuSepSelectAll.Name = "mnuSepSelectAll";
			this.mnuSepSelectAll.Size = new System.Drawing.Size(205, 6);
			// 
			// mnuNewFolder
			// 
			this.mnuNewFolder.Image = ((System.Drawing.Image)(resources.GetObject("mnuNewFolder.Image")));
			this.mnuNewFolder.Name = "mnuNewFolder";
			this.mnuNewFolder.ShortcutKeyDisplayString = "Ins";
			this.mnuNewFolder.Size = new System.Drawing.Size(208, 22);
			this.mnuNewFolder.Text = "New Folder";
			// 
			// mnuCommandPrompt
			// 
			this.mnuCommandPrompt.Image = ((System.Drawing.Image)(resources.GetObject("mnuCommandPrompt.Image")));
			this.mnuCommandPrompt.Name = "mnuCommandPrompt";
			this.mnuCommandPrompt.ShortcutKeyDisplayString = "Ctrl+D";
			this.mnuCommandPrompt.Size = new System.Drawing.Size(208, 22);
			this.mnuCommandPrompt.Text = "Command Prompt";
			// 
			// toolStripMenuItem12
			// 
			this.toolStripMenuItem12.Name = "toolStripMenuItem12";
			this.toolStripMenuItem12.Size = new System.Drawing.Size(205, 6);
			// 
			// mnuDeleteMarked
			// 
			this.mnuDeleteMarked.Image = ((System.Drawing.Image)(resources.GetObject("mnuDeleteMarked.Image")));
			this.mnuDeleteMarked.Name = "mnuDeleteMarked";
			this.mnuDeleteMarked.ShortcutKeyDisplayString = "Del";
			this.mnuDeleteMarked.Size = new System.Drawing.Size(208, 22);
			this.mnuDeleteMarked.Text = "Delete Marked";
			// 
			// toolStripMenuItem3
			// 
			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
			this.toolStripMenuItem3.Size = new System.Drawing.Size(205, 6);
			// 
			// mnuCancel
			// 
			this.mnuCancel.Image = ((System.Drawing.Image)(resources.GetObject("mnuCancel.Image")));
			this.mnuCancel.Name = "mnuCancel";
			this.mnuCancel.Size = new System.Drawing.Size(208, 22);
			this.mnuCancel.Text = "Cancel";
			// 
			// tsbtnView
			// 
			this.tsbtnView.DropDown = this.ctxViews;
			this.tsbtnView.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnView.Image")));
			this.tsbtnView.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnView.Name = "tsbtnView";
			this.tsbtnView.Size = new System.Drawing.Size(68, 26);
			this.tsbtnView.Text = "Details";
			this.tsbtnView.ToolTipText = "View Menu";
			// 
			// ctxViews
			// 
			this.ctxViews.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuViewDetails,
            this.mnuViewLargeIcons,
            this.mnuViewList,
            this.mnuViewSmallIcons,
            this.mnuViewTile,
            this.toolStripMenuItem4,
            this.mnuViewShowFolders,
            this.mnuViewShowGridlines,
            this.toolStripSeparator14,
            this.mnuViewCancel});
			this.ctxViews.Name = "ctxTools";
			this.ctxViews.OwnerItem = this.tsbtnView;
			this.ctxViews.Size = new System.Drawing.Size(155, 214);
			// 
			// mnuViewDetails
			// 
			this.mnuViewDetails.Checked = true;
			this.mnuViewDetails.CheckState = System.Windows.Forms.CheckState.Checked;
			this.mnuViewDetails.Name = "mnuViewDetails";
			this.mnuViewDetails.Size = new System.Drawing.Size(154, 22);
			this.mnuViewDetails.Text = "Details";
			// 
			// mnuViewLargeIcons
			// 
			this.mnuViewLargeIcons.Name = "mnuViewLargeIcons";
			this.mnuViewLargeIcons.Size = new System.Drawing.Size(154, 22);
			this.mnuViewLargeIcons.Text = "Large Icons";
			// 
			// mnuViewList
			// 
			this.mnuViewList.Name = "mnuViewList";
			this.mnuViewList.Size = new System.Drawing.Size(154, 22);
			this.mnuViewList.Text = "List";
			// 
			// mnuViewSmallIcons
			// 
			this.mnuViewSmallIcons.Name = "mnuViewSmallIcons";
			this.mnuViewSmallIcons.Size = new System.Drawing.Size(154, 22);
			this.mnuViewSmallIcons.Text = "Thumbnails";
			// 
			// mnuViewTile
			// 
			this.mnuViewTile.Name = "mnuViewTile";
			this.mnuViewTile.Size = new System.Drawing.Size(154, 22);
			this.mnuViewTile.Text = "Tile";
			// 
			// toolStripMenuItem4
			// 
			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
			this.toolStripMenuItem4.Size = new System.Drawing.Size(151, 6);
			// 
			// mnuViewShowFolders
			// 
			this.mnuViewShowFolders.Checked = true;
			this.mnuViewShowFolders.CheckState = System.Windows.Forms.CheckState.Checked;
			this.mnuViewShowFolders.Name = "mnuViewShowFolders";
			this.mnuViewShowFolders.Size = new System.Drawing.Size(154, 22);
			this.mnuViewShowFolders.Text = "Show Folders";
			// 
			// mnuViewShowGridlines
			// 
			this.mnuViewShowGridlines.CheckOnClick = true;
			this.mnuViewShowGridlines.Name = "mnuViewShowGridlines";
			this.mnuViewShowGridlines.Size = new System.Drawing.Size(154, 22);
			this.mnuViewShowGridlines.Text = "Show Gridlines";
			// 
			// toolStripSeparator14
			// 
			this.toolStripSeparator14.Name = "toolStripSeparator14";
			this.toolStripSeparator14.Size = new System.Drawing.Size(151, 6);
			// 
			// mnuViewCancel
			// 
			this.mnuViewCancel.Name = "mnuViewCancel";
			this.mnuViewCancel.Size = new System.Drawing.Size(154, 22);
			this.mnuViewCancel.Text = "Cancel";
			// 
			// tsbtnShowFolders
			// 
			this.tsbtnShowFolders.Checked = true;
			this.tsbtnShowFolders.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbtnShowFolders.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnShowFolders.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnShowFolders.Image")));
			this.tsbtnShowFolders.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnShowFolders.Name = "tsbtnShowFolders";
			this.tsbtnShowFolders.Size = new System.Drawing.Size(23, 26);
			this.tsbtnShowFolders.Text = "Hide Folders";
			this.tsbtnShowFolders.Click += new System.EventHandler(this.mnuViewShowFolders_Click);
			// 
			// tsbtnRefresh
			// 
			this.tsbtnRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefresh.Image")));
			this.tsbtnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnRefresh.Name = "tsbtnRefresh";
			this.tsbtnRefresh.Size = new System.Drawing.Size(23, 26);
			this.tsbtnRefresh.ToolTipText = "Refresh View";
			// 
			// tsbtnCopyName
			// 
			this.tsbtnCopyName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnCopyName.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCopyName.Image")));
			this.tsbtnCopyName.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnCopyName.Name = "tsbtnCopyName";
			this.tsbtnCopyName.Size = new System.Drawing.Size(23, 26);
			this.tsbtnCopyName.ToolTipText = "Copy Name";
			// 
			// tsbtnCopyPath
			// 
			this.tsbtnCopyPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnCopyPath.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCopyPath.Image")));
			this.tsbtnCopyPath.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnCopyPath.Name = "tsbtnCopyPath";
			this.tsbtnCopyPath.Size = new System.Drawing.Size(23, 26);
			this.tsbtnCopyPath.ToolTipText = "Copy Path";
			// 
			// tsbtnDOSHere
			// 
			this.tsbtnDOSHere.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnDOSHere.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDOSHere.Image")));
			this.tsbtnDOSHere.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnDOSHere.Name = "tsbtnDOSHere";
			this.tsbtnDOSHere.Size = new System.Drawing.Size(23, 26);
			this.tsbtnDOSHere.ToolTipText = "Command Window";
			// 
			// tsbtnSearch
			// 
			this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
			this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnSearch.Name = "tsbtnSearch";
			this.tsbtnSearch.Size = new System.Drawing.Size(23, 26);
			this.tsbtnSearch.ToolTipText = "File/Folder Search";
			// 
			// sepFileFilter
			// 
			this.sepFileFilter.Name = "sepFileFilter";
			this.sepFileFilter.Size = new System.Drawing.Size(6, 29);
			// 
			// tsbtnFilter
			// 
			this.tsbtnFilter.DropDown = this.ctxLVFilter;
			this.tsbtnFilter.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnFilter.Name = "tsbtnFilter";
			this.tsbtnFilter.Size = new System.Drawing.Size(36, 26);
			this.tsbtnFilter.Text = "*.*";
			this.tsbtnFilter.ToolTipText = "File Filter (All Files)";
			// 
			// ctxLVFilter
			// 
			this.ctxLVFilter.Name = "ctxLVFilter";
			this.ctxLVFilter.OwnerItem = this.tsbtnFilter;
			this.ctxLVFilter.Size = new System.Drawing.Size(61, 4);
			// 
			// sepFavourites
			// 
			this.sepFavourites.Name = "sepFavourites";
			this.sepFavourites.Size = new System.Drawing.Size(6, 29);
			// 
			// tsbtnFavourites
			// 
			this.tsbtnFavourites.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnFavourites.DropDown = this.ctxFavourites;
			this.tsbtnFavourites.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnFavourites.Image")));
			this.tsbtnFavourites.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnFavourites.Name = "tsbtnFavourites";
			this.tsbtnFavourites.Size = new System.Drawing.Size(32, 26);
			this.tsbtnFavourites.ToolTipText = "Favourites-Click To Add Current Path";
			// 
			// ctxFavourites
			// 
			this.ctxFavourites.Name = "ctxFavourites";
			this.ctxFavourites.OwnerItem = this.tsbtnFavourites;
			this.ctxFavourites.Size = new System.Drawing.Size(61, 4);
			// 
			// sepExternalApps
			// 
			this.sepExternalApps.Name = "sepExternalApps";
			this.sepExternalApps.Size = new System.Drawing.Size(6, 29);
			// 
			// tsbtnRunExternal
			// 
			this.tsbtnRunExternal.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnRunExternal.DropDown = this.ctxExternalApps;
			this.tsbtnRunExternal.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRunExternal.Image")));
			this.tsbtnRunExternal.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnRunExternal.Name = "tsbtnRunExternal";
			this.tsbtnRunExternal.Size = new System.Drawing.Size(32, 26);
			this.tsbtnRunExternal.ToolTipText = "Click To Add/Edit External Application";
			// 
			// ctxExternalApps
			// 
			this.ctxExternalApps.Name = "ctxExternalApps";
			this.ctxExternalApps.OwnerItem = this.tsbtnRunExternal;
			this.ctxExternalApps.Size = new System.Drawing.Size(61, 4);
			// 
			// tsbtnUpOne
			// 
			this.tsbtnUpOne.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.tsbtnUpOne.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnUpOne.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnUpOne.Image")));
			this.tsbtnUpOne.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnUpOne.Name = "tsbtnUpOne";
			this.tsbtnUpOne.Size = new System.Drawing.Size(23, 26);
			this.tsbtnUpOne.Text = "Go Up";
			// 
			// tsbtnGoBack
			// 
			this.tsbtnGoBack.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.tsbtnGoBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnGoBack.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnGoBack.Image")));
			this.tsbtnGoBack.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnGoBack.Name = "tsbtnGoBack";
			this.tsbtnGoBack.Size = new System.Drawing.Size(23, 26);
			this.tsbtnGoBack.Text = "Go Back";
			this.tsbtnGoBack.ToolTipText = "Go Back";
			// 
			// panPath
			// 
			this.panPath.Controls.Add(this.crumbBar);
			this.panPath.Dock = System.Windows.Forms.DockStyle.Top;
			this.panPath.Location = new System.Drawing.Point(3, 16);
			this.panPath.Name = "panPath";
			this.panPath.Size = new System.Drawing.Size(640, 25);
			this.panPath.TabIndex = 17;
			// 
			// crumbBar
			// 
			this.crumbBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.crumbBar.Location = new System.Drawing.Point(0, 0);
			this.crumbBar.Name = "crumbBar";
			this.crumbBar.Size = new System.Drawing.Size(640, 25);
			this.crumbBar.TabIndex = 2;
			this.crumbBar.Text = "jCrumbToolBar21";
			// 
			// staStatus
			// 
			this.staStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tslblDrive,
            this.tslblObjects,
            this.tslblSelected});
			this.staStatus.Location = new System.Drawing.Point(3, 551);
			this.staStatus.Name = "staStatus";
			this.staStatus.Size = new System.Drawing.Size(640, 22);
			this.staStatus.SizingGrip = false;
			this.staStatus.TabIndex = 12;
			// 
			// tslblDrive
			// 
			this.tslblDrive.AutoSize = false;
			this.tslblDrive.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
									| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
									| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
			this.tslblDrive.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
			this.tslblDrive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tslblDrive.Name = "tslblDrive";
			this.tslblDrive.Size = new System.Drawing.Size(208, 17);
			this.tslblDrive.Spring = true;
			this.tslblDrive.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// tslblObjects
			// 
			this.tslblObjects.AutoSize = false;
			this.tslblObjects.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
									| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
									| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
			this.tslblObjects.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
			this.tslblObjects.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tslblObjects.Name = "tslblObjects";
			this.tslblObjects.Size = new System.Drawing.Size(208, 17);
			this.tslblObjects.Spring = true;
			this.tslblObjects.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// tslblSelected
			// 
			this.tslblSelected.AutoSize = false;
			this.tslblSelected.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
									| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
									| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
			this.tslblSelected.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
			this.tslblSelected.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tslblSelected.Name = "tslblSelected";
			this.tslblSelected.Size = new System.Drawing.Size(208, 17);
			this.tslblSelected.Spring = true;
			this.tslblSelected.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// imlToolBar
			// 
			this.imlToolBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlToolBar.ImageStream")));
			this.imlToolBar.TransparentColor = System.Drawing.Color.Transparent;
			this.imlToolBar.Images.SetKeyName(0, "RefreshDocViewHS.png");
			this.imlToolBar.Images.SetKeyName(1, "RefreshNeeded.png");
			// 
			// JExplorerFS
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.gbxMain);
			this.Name = "JExplorerFS";
			this.Size = new System.Drawing.Size(646, 576);
			this.gbxMain.ResumeLayout(false);
			this.gbxMain.PerformLayout();
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			this.splitContainer1.ResumeLayout(false);
			this.tsExplorer.ResumeLayout(false);
			this.tsExplorer.PerformLayout();
			this.ctxTools.ResumeLayout(false);
			this.ctxViews.ResumeLayout(false);
			this.panPath.ResumeLayout(false);
			this.panPath.PerformLayout();
			this.staStatus.ResumeLayout(false);
			this.staStatus.PerformLayout();
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.GroupBox gbxMain;
		private System.Windows.Forms.SplitContainer splitContainer1;
		private JTreeViewFS tvFS;
		private JListViewFS lvFS;
		private System.Windows.Forms.ToolStrip tsExplorer;
		private System.Windows.Forms.ToolStripDropDownButton tsbtnTools;
		private System.Windows.Forms.ToolStripDropDownButton tsbtnView;
		private System.Windows.Forms.ToolStripButton tsbtnRefresh;
		private System.Windows.Forms.ToolStripButton tsbtnCopyName;
		private System.Windows.Forms.ToolStripButton tsbtnCopyPath;
		private System.Windows.Forms.ToolStripButton tsbtnDOSHere;
		private System.Windows.Forms.ToolStripButton tsbtnSearch;
		private System.Windows.Forms.ToolStripSeparator sepFileFilter;
		private System.Windows.Forms.ToolStripDropDownButton tsbtnFilter;
		private System.Windows.Forms.ToolStripSeparator sepFavourites;
		private System.Windows.Forms.ToolStripSplitButton tsbtnFavourites;
		private System.Windows.Forms.ToolStripSeparator sepExternalApps;
		private System.Windows.Forms.ToolStripSplitButton tsbtnRunExternal;
		private System.Windows.Forms.StatusStrip staStatus;
		private System.Windows.Forms.ToolStripStatusLabel tslblDrive;
		private System.Windows.Forms.ToolStripStatusLabel tslblObjects;
		private System.Windows.Forms.ToolStripStatusLabel tslblSelected;
		private System.Windows.Forms.ContextMenuStrip ctxFavourites;
		private System.Windows.Forms.ContextMenuStrip ctxViews;
		private System.Windows.Forms.ToolStripMenuItem mnuViewDetails;
		private System.Windows.Forms.ToolStripMenuItem mnuViewLargeIcons;
		private System.Windows.Forms.ToolStripMenuItem mnuViewList;
		private System.Windows.Forms.ToolStripMenuItem mnuViewSmallIcons;
		private System.Windows.Forms.ToolStripMenuItem mnuViewTile;
		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
		private System.Windows.Forms.ToolStripMenuItem mnuViewShowGridlines;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
		private System.Windows.Forms.ToolStripMenuItem mnuViewCancel;
		private System.Windows.Forms.ContextMenuStrip ctxExternalApps;
		internal System.Windows.Forms.ContextMenuStrip ctxLVFilter;
		private System.Windows.Forms.ContextMenuStrip ctxTools;
		private System.Windows.Forms.ToolStripMenuItem mnuRefresh;
		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
		private System.Windows.Forms.ToolStripMenuItem mnuCopyName;
		private System.Windows.Forms.ToolStripMenuItem mnuCopyPath;
		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
		private System.Windows.Forms.ToolStripMenuItem mnuEditItem;
		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
		private System.Windows.Forms.ToolStripMenuItem mnuSelectAll;
		private System.Windows.Forms.ToolStripMenuItem mnuUnselectAll;
		private System.Windows.Forms.ToolStripMenuItem mnuInvertSelection;
		private System.Windows.Forms.ToolStripSeparator mnuSepSelectAll;
		private System.Windows.Forms.ToolStripMenuItem mnuNewFolder;
		private System.Windows.Forms.ToolStripMenuItem mnuCommandPrompt;
		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
		private System.Windows.Forms.ToolStripMenuItem mnuDeleteMarked;
		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
		private System.Windows.Forms.ToolStripMenuItem mnuCancel;
		private System.Windows.Forms.ImageList imlToolBar;
		private System.Windows.Forms.ToolStripMenuItem mnuViewShowFolders;
		private System.Windows.Forms.ToolStripButton tsbtnShowFolders;
		private System.Windows.Forms.Panel panPath;
		private JCrumbToolBar crumbBar;
		private System.Windows.Forms.ToolStripMenuItem mnuSaveFileIcon;
		private System.Windows.Forms.ToolStripButton tsbtnGoBack;
		private System.Windows.Forms.ToolStripButton tsbtnUpOne;
	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
United Kingdom United Kingdom
I have been a keen hobbyist programmer since getting my first computer - a Vic 20 (you had to be able to write programs then since few programs were available and all were expensive).
Retired and now living in Pewsey, Wiltshire, where I spend (far too much of) my time writing computer programs to keep my mind active.

Comments and Discussions