Click here to Skip to main content
15,886,634 members
Articles / Programming Languages / C#

Window Tabifier

Rate me:
Please Sign up or sign in to vote.
4.91/5 (88 votes)
29 Mar 2008CPOL9 min read 314.3K   9.9K   294  
A simple application for hosting several Windows in one parent window
namespace WindowTabifier
{
    partial class Host
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Host));
            this.tabs = new FarsiLibrary.Win.FATabStrip();
            this.menuStripItem = new FarsiLibrary.Win.FATabStripItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.AddWindowButton = new System.Windows.Forms.ToolStripButton();
            this.OpenFileButton = new System.Windows.Forms.ToolStripButton();
            this.dragAndDropFile = new DragAndDropFileControlLibrary.DragAndDropFileComponent(this.components);
            this.tm = new System.Windows.Forms.Timer(this.components);
            this.hostTrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.tabs)).BeginInit();
            this.tabs.SuspendLayout();
            this.menuStripItem.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dragAndDropFile)).BeginInit();
            this.SuspendLayout();
            // 
            // tabs
            // 
            this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabs.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.tabs.Items.AddRange(new FarsiLibrary.Win.FATabStripItem[] {
            this.menuStripItem});
            this.tabs.Location = new System.Drawing.Point(0, 0);
            this.tabs.Name = "tabs";
            this.tabs.SelectedItem = this.menuStripItem;
            this.tabs.Size = new System.Drawing.Size(824, 516);
            this.tabs.TabIndex = 0;
            this.tabs.Text = "faTabStrip1";
            this.tabs.TabStripItemSelectionChanged += new FarsiLibrary.Win.TabStripItemChangedHandler(this.tabs_TabStripItemSelectionChanged);
            this.tabs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tabs_MouseMove);
            this.tabs.TabStripItemClosed += new System.EventHandler(this.tabs_TabStripItemClosed);
            this.tabs.TabStripItemClosing += new FarsiLibrary.Win.TabStripItemClosingHandler(this.tabs_TabStripItemClosing);
            this.tabs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tabs_KeyDown);
            // 
            // menuStripItem
            // 
            this.menuStripItem.CanClose = false;
            this.menuStripItem.Controls.Add(this.panel1);
            this.menuStripItem.Controls.Add(this.groupBox1);
            this.menuStripItem.Controls.Add(this.toolStrip1);
            this.menuStripItem.IsDrawn = true;
            this.menuStripItem.Name = "menuStripItem";
            this.menuStripItem.Selected = true;
            this.menuStripItem.Size = new System.Drawing.Size(822, 495);
            this.menuStripItem.TabIndex = 0;
            this.menuStripItem.Title = "Menu";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.SandyBrown;
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 134);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(822, 361);
            this.panel1.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.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.label1.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Millimeter, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(71, 42);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(680, 278);
            this.label1.TabIndex = 0;
            this.label1.Text = "Drag && Drop files here from\r\nwindows explorer\r\nin order to have them automatical" +
                "ly opened in new tabs";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.PeachPuff;
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 25);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(822, 109);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Program Info";
            // 
            // label2
            // 
            this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label2.Font = new System.Drawing.Font("Tahoma", 10F);
            this.label2.ForeColor = System.Drawing.Color.ForestGreen;
            this.label2.Location = new System.Drawing.Point(3, 17);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(816, 89);
            this.label2.TabIndex = 0;
            this.label2.Text = resources.GetString("label2.Text");
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.AddWindowButton,
            this.OpenFileButton});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(822, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // AddWindowButton
            // 
            this.AddWindowButton.Image = ((System.Drawing.Image)(resources.GetObject("AddWindowButton.Image")));
            this.AddWindowButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.AddWindowButton.Name = "AddWindowButton";
            this.AddWindowButton.Size = new System.Drawing.Size(189, 22);
            this.AddWindowButton.Text = "Add open windows to this window";
            this.AddWindowButton.Click += new System.EventHandler(this.AddWindowButton_Click);
            // 
            // OpenFileButton
            // 
            this.OpenFileButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenFileButton.Image")));
            this.OpenFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.OpenFileButton.Name = "OpenFileButton";
            this.OpenFileButton.Size = new System.Drawing.Size(128, 22);
            this.OpenFileButton.Text = "Open files in new tab";
            this.OpenFileButton.Click += new System.EventHandler(this.OpenFileButton_Click);
            // 
            // dragAndDropFile
            // 
            this.dragAndDropFile.HostingForm = this;
            this.dragAndDropFile.FileDropped += new DragAndDropFileControlLibrary.FileDroppedEventHandler(this.dragAndDropFile_FileDropped);
            // 
            // tm
            // 
            this.tm.Interval = 6000;
            this.tm.Tick += new System.EventHandler(this.tm_Tick);
            // 
            // hostTrayIcon
            // 
            this.hostTrayIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.hostTrayIcon.BalloonTipText = "Host window minimized to system tray. Restore it by clicking it";
            this.hostTrayIcon.BalloonTipTitle = "Host Window";
            this.hostTrayIcon.Click += new System.EventHandler(this.hostTrayIcon_Click);
            // 
            // Host
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.SandyBrown;
            this.ClientSize = new System.Drawing.Size(824, 516);
            this.Controls.Add(this.tabs);
            this.Name = "Host";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Host";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Resize += new System.EventHandler(this.Host_Resize);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Host_FormClosing);
            this.Load += new System.EventHandler(this.Host_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tabs)).EndInit();
            this.tabs.ResumeLayout(false);
            this.menuStripItem.ResumeLayout(false);
            this.menuStripItem.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dragAndDropFile)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private FarsiLibrary.Win.FATabStrip tabs;
        private FarsiLibrary.Win.FATabStripItem menuStripItem;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton AddWindowButton;
        private System.Windows.Forms.ToolStripButton OpenFileButton;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.GroupBox groupBox1;
        private DragAndDropFileControlLibrary.DragAndDropFileComponent dragAndDropFile;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Timer tm;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.NotifyIcon hostTrayIcon;
    }
}

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
Software Developer
Georgia Georgia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions