/// <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();
     this.leftColumn   = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnLightweightControl(this.components);
     this.centerColumn = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnLightweightControl(this.components);
     this.rightColumn  = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnLightweightControl(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.leftColumn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.centerColumn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rightColumn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // leftColumn
     //
     this.leftColumn.HorizontalSplitterHeight           = 4;
     this.leftColumn.LightweightControlContainerControl = this;
     this.leftColumn.MinimumColumnWidth           = 30;
     this.leftColumn.PreferredColumnWidth         = 190;
     this.leftColumn.VerticalSplitterWidth        = 4;
     this.leftColumn.MaximumColumnWidthChanged   += new System.EventHandler(this.leftColumn_MaximumColumnWidthChanged);
     this.leftColumn.PreferredColumnWidthChanged += new System.EventHandler(this.leftColumn_PreferredColumnWidthChanged);
     this.leftColumn.MinimumColumnWidthChanged   += new System.EventHandler(this.leftColumn_MinimumColumnWidthChanged);
     //
     // centerColumn
     //
     this.centerColumn.HorizontalSplitterHeight           = 4;
     this.centerColumn.LightweightControlContainerControl = this;
     this.centerColumn.MinimumColumnWidth    = 30;
     this.centerColumn.PreferredColumnWidth  = 30;
     this.centerColumn.VerticalSplitterWidth = 4;
     //
     // rightColumn
     //
     this.rightColumn.HorizontalSplitterHeight           = 4;
     this.rightColumn.LightweightControlContainerControl = this;
     this.rightColumn.MinimumColumnWidth           = 30;
     this.rightColumn.PreferredColumnWidth         = 150;
     this.rightColumn.VerticalSplitterWidth        = 4;
     this.rightColumn.MaximumColumnWidthChanged   += new System.EventHandler(this.rightColumn_MaximumColumnWidthChanged);
     this.rightColumn.PreferredColumnWidthChanged += new System.EventHandler(this.rightColumn_PreferredColumnWidthChanged);
     this.rightColumn.MinimumColumnWidthChanged   += new System.EventHandler(this.rightColumn_MinimumColumnWidthChanged);
     //
     // WorkspaceControl
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Name      = "WorkspaceControl";
     this.Size      = new System.Drawing.Size(294, 286);
     ((System.ComponentModel.ISupportInitialize)(this.leftColumn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.centerColumn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rightColumn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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();
            this.leftColumn = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnLightweightControl(this.components);
            this.centerColumn = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnLightweightControl(this.components);
            this.rightColumn = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnLightweightControl(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.leftColumn)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.centerColumn)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rightColumn)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            //
            // leftColumn
            //
            this.leftColumn.HorizontalSplitterHeight = 4;
            this.leftColumn.LightweightControlContainerControl = this;
            this.leftColumn.MinimumColumnWidth = 30;
            this.leftColumn.PreferredColumnWidth = 190;
            this.leftColumn.VerticalSplitterWidth = 4;
            this.leftColumn.MaximumColumnWidthChanged += new System.EventHandler(this.leftColumn_MaximumColumnWidthChanged);
            this.leftColumn.PreferredColumnWidthChanged += new System.EventHandler(this.leftColumn_PreferredColumnWidthChanged);
            this.leftColumn.MinimumColumnWidthChanged += new System.EventHandler(this.leftColumn_MinimumColumnWidthChanged);
            //
            // centerColumn
            //
            this.centerColumn.HorizontalSplitterHeight = 4;
            this.centerColumn.LightweightControlContainerControl = this;
            this.centerColumn.MinimumColumnWidth = 30;
            this.centerColumn.PreferredColumnWidth = 30;
            this.centerColumn.VerticalSplitterWidth = 4;
            //
            // rightColumn
            //
            this.rightColumn.HorizontalSplitterHeight = 4;
            this.rightColumn.LightweightControlContainerControl = this;
            this.rightColumn.MinimumColumnWidth = 30;
            this.rightColumn.PreferredColumnWidth = 150;
            this.rightColumn.VerticalSplitterWidth = 4;
            this.rightColumn.MaximumColumnWidthChanged += new System.EventHandler(this.rightColumn_MaximumColumnWidthChanged);
            this.rightColumn.PreferredColumnWidthChanged += new System.EventHandler(this.rightColumn_PreferredColumnWidthChanged);
            this.rightColumn.MinimumColumnWidthChanged += new System.EventHandler(this.rightColumn_MinimumColumnWidthChanged);
            //
            // WorkspaceControl
            //
            this.BackColor = System.Drawing.SystemColors.Control;
            this.Name = "WorkspaceControl";
            this.Size = new System.Drawing.Size(294, 286);
            ((System.ComponentModel.ISupportInitialize)(this.leftColumn)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.centerColumn)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rightColumn)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }