/// <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.tabScrollerButtonLightweightControlLeft = new OpenLiveWriter.ApplicationFramework.TabScrollerButtonLightweightControl(this.components); this.tabScrollerButtonLightweightControlRight = new OpenLiveWriter.ApplicationFramework.TabScrollerButtonLightweightControl(this.components); this.tabPageContainerControl = new OpenLiveWriter.ApplicationFramework.TabPageContainerControl(); ((System.ComponentModel.ISupportInitialize)(this.tabScrollerButtonLightweightControlLeft)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabScrollerButtonLightweightControlRight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // tabScrollerButtonLightweightControlLeft // this.tabScrollerButtonLightweightControlLeft.LightweightControlContainerControl = this; this.tabScrollerButtonLightweightControlLeft.Scroll += new System.EventHandler(this.tabScrollerButtonLightweightControlLeft_Scroll); this.tabScrollerButtonLightweightControlLeft.AutoScroll += new System.EventHandler(this.tabScrollerButtonLightweightControlLeft_AutoScroll); // // tabScrollerButtonLightweightControlRight // this.tabScrollerButtonLightweightControlRight.LightweightControlContainerControl = this; this.tabScrollerButtonLightweightControlRight.Scroll += new System.EventHandler(this.tabScrollerButtonLightweightControlRight_Scroll); this.tabScrollerButtonLightweightControlRight.AutoScroll += new System.EventHandler(this.tabScrollerButtonLightweightControlRight_AutoScroll); // // tabPageContainerControl // this.tabPageContainerControl.Location = new System.Drawing.Point(524, 17); this.tabPageContainerControl.Name = "tabPageContainerControl"; this.tabPageContainerControl.TabIndex = 0; // // TabLightweightControl // this.AllowMouseWheel = true; ((System.ComponentModel.ISupportInitialize)(this.tabScrollerButtonLightweightControlLeft)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabScrollerButtonLightweightControlRight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }