/// <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.splitterLightweightControlVertical = new OpenLiveWriter.ApplicationFramework.SplitterLightweightControl(this.components); this.splitterLightweightControlHorizontal = new OpenLiveWriter.ApplicationFramework.SplitterLightweightControl(this.components); this.workspaceColumnPaneUpper = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnPaneLightweightControl(this.components); this.workspaceColumnPaneLower = new OpenLiveWriter.ApplicationFramework.WorkspaceColumnPaneLightweightControl(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitterLightweightControlVertical)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterLightweightControlHorizontal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.workspaceColumnPaneUpper)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.workspaceColumnPaneLower)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // splitterLightweightControlVertical // this.splitterLightweightControlVertical.LightweightControlContainerControl = this; this.splitterLightweightControlVertical.Orientation = OpenLiveWriter.ApplicationFramework.SplitterLightweightControl.SplitterOrientation.Vertical; this.splitterLightweightControlVertical.SplitterEndMove += new OpenLiveWriter.ApplicationFramework.LightweightSplitterEventHandler(this.splitterLightweightControlVertical_SplitterEndMove); this.splitterLightweightControlVertical.SplitterBeginMove += new System.EventHandler(this.splitterLightweightControlVertical_SplitterBeginMove); this.splitterLightweightControlVertical.SplitterMoving += new OpenLiveWriter.ApplicationFramework.LightweightSplitterEventHandler(this.splitterLightweightControlVertical_SplitterMoving); // // splitterLightweightControlHorizontal // this.splitterLightweightControlHorizontal.LightweightControlContainerControl = this; this.splitterLightweightControlHorizontal.SplitterEndMove += new OpenLiveWriter.ApplicationFramework.LightweightSplitterEventHandler(this.splitterLightweightControlHorizontal_SplitterEndMove); this.splitterLightweightControlHorizontal.SplitterBeginMove += new System.EventHandler(this.splitterLightweightControlHorizontal_SplitterBeginMove); this.splitterLightweightControlHorizontal.SplitterMoving += new OpenLiveWriter.ApplicationFramework.LightweightSplitterEventHandler(this.splitterLightweightControlHorizontal_SplitterMoving); // // workspaceColumnPaneUpper // this.workspaceColumnPaneUpper.Border = false; this.workspaceColumnPaneUpper.Control = null; this.workspaceColumnPaneUpper.FixedHeight = 0; this.workspaceColumnPaneUpper.FixedHeightLayout = false; this.workspaceColumnPaneUpper.LightweightControl = null; this.workspaceColumnPaneUpper.LightweightControlContainerControl = this; this.workspaceColumnPaneUpper.Visible = false; this.workspaceColumnPaneUpper.VisibleChanged += new System.EventHandler(this.workspaceColumnPaneUpper_VisibleChanged); // // workspaceColumnPaneLower // this.workspaceColumnPaneLower.Border = false; this.workspaceColumnPaneLower.Control = null; this.workspaceColumnPaneLower.FixedHeight = 0; this.workspaceColumnPaneLower.FixedHeightLayout = false; this.workspaceColumnPaneLower.LightweightControl = null; this.workspaceColumnPaneLower.LightweightControlContainerControl = this; this.workspaceColumnPaneLower.Visible = false; this.workspaceColumnPaneLower.VisibleChanged += new System.EventHandler(this.workspaceColumnPaneLower_VisibleChanged); // // WorkspaceColumnLightweightControl // this.AllowDrop = true; ((System.ComponentModel.ISupportInitialize)(this.splitterLightweightControlVertical)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterLightweightControlHorizontal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.workspaceColumnPaneUpper)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.workspaceColumnPaneLower)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }