Click here to Skip to main content
15,893,814 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 JGFileManager
{
	partial class FormFileManager
	{
		/// <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 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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFileManager));
			this.tsMain = new System.Windows.Forms.ToolStrip();
			this.tsbtnTileVertical = new System.Windows.Forms.ToolStripButton();
			this.tsbtnTileHorizontal = new System.Windows.Forms.ToolStripButton();
			this.tsbtnSinglePane = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnCompareNames = new System.Windows.Forms.ToolStripButton();
			this.tsbtnCompareFiles = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnCopyMarked = new System.Windows.Forms.ToolStripButton();
			this.tsbtnMoveMarked = new System.Windows.Forms.ToolStripButton();
			this.tsbtnCreateShortcut = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnCopyRename = new System.Windows.Forms.ToolStripButton();
			this.tsbtnMoveRename = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnFlipPanes = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbtnMapNWDrive = new System.Windows.Forms.ToolStripButton();
			this.tsbtnUnmapNWDrive = new System.Windows.Forms.ToolStripButton();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.tsMain.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tsMain
			// 
			this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbtnTileVertical,
            this.tsbtnTileHorizontal,
            this.tsbtnSinglePane,
            this.toolStripSeparator1,
            this.tsbtnCompareNames,
            this.tsbtnCompareFiles,
            this.toolStripSeparator2,
            this.tsbtnCopyMarked,
            this.tsbtnMoveMarked,
            this.tsbtnCreateShortcut,
            this.toolStripSeparator3,
            this.tsbtnCopyRename,
            this.tsbtnMoveRename,
            this.toolStripSeparator5,
            this.tsbtnFlipPanes,
            this.toolStripSeparator4,
            this.tsbtnMapNWDrive,
            this.tsbtnUnmapNWDrive});
			this.tsMain.Location = new System.Drawing.Point(0, 0);
			this.tsMain.Name = "tsMain";
			this.tsMain.Size = new System.Drawing.Size(820, 25);
			this.tsMain.TabIndex = 20;
			this.tsMain.Text = "toolStrip1";
			// 
			// tsbtnTileVertical
			// 
			this.tsbtnTileVertical.Checked = true;
			this.tsbtnTileVertical.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbtnTileVertical.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnTileVertical.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnTileVertical.Image")));
			this.tsbtnTileVertical.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnTileVertical.Name = "tsbtnTileVertical";
			this.tsbtnTileVertical.Size = new System.Drawing.Size(23, 22);
			this.tsbtnTileVertical.ToolTipText = "Tile Vertical";
			// 
			// tsbtnTileHorizontal
			// 
			this.tsbtnTileHorizontal.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnTileHorizontal.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnTileHorizontal.Image")));
			this.tsbtnTileHorizontal.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnTileHorizontal.Name = "tsbtnTileHorizontal";
			this.tsbtnTileHorizontal.Size = new System.Drawing.Size(23, 22);
			this.tsbtnTileHorizontal.ToolTipText = "Tile Horizontal";
			// 
			// tsbtnSinglePane
			// 
			this.tsbtnSinglePane.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnSinglePane.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSinglePane.Image")));
			this.tsbtnSinglePane.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnSinglePane.Name = "tsbtnSinglePane";
			this.tsbtnSinglePane.Size = new System.Drawing.Size(23, 22);
			this.tsbtnSinglePane.ToolTipText = "Single Pane";
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbtnCompareNames
			// 
			this.tsbtnCompareNames.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnCompareNames.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCompareNames.Image")));
			this.tsbtnCompareNames.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnCompareNames.Name = "tsbtnCompareNames";
			this.tsbtnCompareNames.Size = new System.Drawing.Size(23, 22);
			this.tsbtnCompareNames.ToolTipText = "Compare File Names";
			// 
			// tsbtnCompareFiles
			// 
			this.tsbtnCompareFiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnCompareFiles.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCompareFiles.Image")));
			this.tsbtnCompareFiles.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnCompareFiles.Name = "tsbtnCompareFiles";
			this.tsbtnCompareFiles.Size = new System.Drawing.Size(23, 22);
			this.tsbtnCompareFiles.ToolTipText = "Compare Files";
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbtnCopyMarked
			// 
			this.tsbtnCopyMarked.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnCopyMarked.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCopyMarked.Image")));
			this.tsbtnCopyMarked.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnCopyMarked.Name = "tsbtnCopyMarked";
			this.tsbtnCopyMarked.Size = new System.Drawing.Size(23, 22);
			this.tsbtnCopyMarked.ToolTipText = "Copy Marked";
			// 
			// tsbtnMoveMarked
			// 
			this.tsbtnMoveMarked.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnMoveMarked.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMoveMarked.Image")));
			this.tsbtnMoveMarked.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnMoveMarked.Name = "tsbtnMoveMarked";
			this.tsbtnMoveMarked.Size = new System.Drawing.Size(23, 22);
			this.tsbtnMoveMarked.ToolTipText = "Move Marked";
			// 
			// tsbtnCreateShortcut
			// 
			this.tsbtnCreateShortcut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnCreateShortcut.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCreateShortcut.Image")));
			this.tsbtnCreateShortcut.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnCreateShortcut.Name = "tsbtnCreateShortcut";
			this.tsbtnCreateShortcut.Size = new System.Drawing.Size(23, 22);
			this.tsbtnCreateShortcut.ToolTipText = "Create Shortcuts";
			// 
			// toolStripSeparator3
			// 
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbtnCopyRename
			// 
			this.tsbtnCopyRename.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnCopyRename.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCopyRename.Image")));
			this.tsbtnCopyRename.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnCopyRename.Name = "tsbtnCopyRename";
			this.tsbtnCopyRename.Size = new System.Drawing.Size(23, 22);
			this.tsbtnCopyRename.Text = "Copy With New Name";
			// 
			// tsbtnMoveRename
			// 
			this.tsbtnMoveRename.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnMoveRename.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMoveRename.Image")));
			this.tsbtnMoveRename.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnMoveRename.Name = "tsbtnMoveRename";
			this.tsbtnMoveRename.Size = new System.Drawing.Size(23, 22);
			this.tsbtnMoveRename.Text = "Move With New Name";
			// 
			// toolStripSeparator5
			// 
			this.toolStripSeparator5.Name = "toolStripSeparator5";
			this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbtnFlipPanes
			// 
			this.tsbtnFlipPanes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnFlipPanes.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnFlipPanes.Image")));
			this.tsbtnFlipPanes.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnFlipPanes.Name = "tsbtnFlipPanes";
			this.tsbtnFlipPanes.Size = new System.Drawing.Size(23, 22);
			this.tsbtnFlipPanes.ToolTipText = "Swap Source and Destination";
			// 
			// toolStripSeparator4
			// 
			this.toolStripSeparator4.Name = "toolStripSeparator4";
			this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbtnMapNWDrive
			// 
			this.tsbtnMapNWDrive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnMapNWDrive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMapNWDrive.Image")));
			this.tsbtnMapNWDrive.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnMapNWDrive.Name = "tsbtnMapNWDrive";
			this.tsbtnMapNWDrive.Size = new System.Drawing.Size(23, 22);
			this.tsbtnMapNWDrive.ToolTipText = "Map Network Drive";
			// 
			// tsbtnUnmapNWDrive
			// 
			this.tsbtnUnmapNWDrive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbtnUnmapNWDrive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnUnmapNWDrive.Image")));
			this.tsbtnUnmapNWDrive.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbtnUnmapNWDrive.Name = "tsbtnUnmapNWDrive";
			this.tsbtnUnmapNWDrive.Size = new System.Drawing.Size(23, 22);
			this.tsbtnUnmapNWDrive.ToolTipText = "Disconnect Network Drive";
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 25);
			this.splitContainer1.Name = "splitContainer1";
			this.splitContainer1.Panel1MinSize = 0;
			this.splitContainer1.Panel2MinSize = 0;
			this.splitContainer1.Size = new System.Drawing.Size(820, 494);
			this.splitContainer1.SplitterDistance = 405;
			this.splitContainer1.SplitterWidth = 5;
			this.splitContainer1.TabIndex = 21;
			this.splitContainer1.SplitterMoving += new System.Windows.Forms.SplitterCancelEventHandler(this.splitContainer1_SplitterMoving);
			// 
			// FormFileManager
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(820, 541);
			this.Controls.Add(this.splitContainer1);
			this.Controls.Add(this.tsMain);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FormFileManager";
			this.Text = "Jeff\'s File Manager";
			this.Load += new System.EventHandler(this.FormFileManager_Load);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFileManager_FormClosing);
			this.Controls.SetChildIndex(this.tsMain, 0);
			this.Controls.SetChildIndex(this.splitContainer1, 0);
			this.tsMain.ResumeLayout(false);
			this.tsMain.PerformLayout();
			this.splitContainer1.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.ToolStrip tsMain;
		private System.Windows.Forms.ToolStripButton tsbtnTileVertical;
		private System.Windows.Forms.ToolStripButton tsbtnTileHorizontal;
		private System.Windows.Forms.ToolStripButton tsbtnSinglePane;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
		private System.Windows.Forms.ToolStripButton tsbtnCompareNames;
		private System.Windows.Forms.ToolStripButton tsbtnCompareFiles;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
		private System.Windows.Forms.ToolStripButton tsbtnCopyMarked;
		private System.Windows.Forms.ToolStripButton tsbtnMoveMarked;
		private System.Windows.Forms.ToolStripButton tsbtnCreateShortcut;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
		private System.Windows.Forms.ToolStripButton tsbtnCopyRename;
		private System.Windows.Forms.ToolStripButton tsbtnMoveRename;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
		private System.Windows.Forms.ToolStripButton tsbtnFlipPanes;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
		private System.Windows.Forms.ToolStripButton tsbtnMapNWDrive;
		private System.Windows.Forms.ToolStripButton tsbtnUnmapNWDrive;
		private System.Windows.Forms.SplitContainer splitContainer1;
	}
}

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