/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(InteractiveHelpPanel));
     this.interactiveHelpControl1 = new CSharpFramework.Controls.InteractiveHelpControl();
     this.SuspendLayout();
     //
     // interactiveHelpControl1
     //
     this.interactiveHelpControl1.ActivePage = null;
     this.interactiveHelpControl1.CurrentApplicationHelpPath = null;
     this.interactiveHelpControl1.CurrentProjectHelpPath     = null;
     this.interactiveHelpControl1.DefaultErrorUrl            = null;
     this.interactiveHelpControl1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.interactiveHelpControl1.Location                = new System.Drawing.Point(0, 0);
     this.interactiveHelpControl1.Name                    = "interactiveHelpControl1";
     this.interactiveHelpControl1.PageNotFoundUrl         = null;
     this.interactiveHelpControl1.RootApplicationHelpPath = null;
     this.interactiveHelpControl1.RootProjectHelpPath     = null;
     this.interactiveHelpControl1.Size                    = new System.Drawing.Size(292, 413);
     this.interactiveHelpControl1.TabIndex                = 0;
     //
     // InteractiveHelpPanel
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 413);
     this.Controls.Add(this.interactiveHelpControl1);
     this.DockableAreas = ((WeifenLuo.WinFormsUI.DockAreas)((((WeifenLuo.WinFormsUI.DockAreas.Float | WeifenLuo.WinFormsUI.DockAreas.DockLeft)
                                                              | WeifenLuo.WinFormsUI.DockAreas.DockRight)
                                                             | WeifenLuo.WinFormsUI.DockAreas.Document)));
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "InteractiveHelpPanel";
     this.ShowHint = WeifenLuo.WinFormsUI.DockState.DockRight;
     this.TabText  = "Interactive Help";
     this.Text     = "Interactive Help";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(InteractiveHelpPanel));
       this.interactiveHelpControl1 = new CSharpFramework.Controls.InteractiveHelpControl();
       this.SuspendLayout();
       //
       // interactiveHelpControl1
       //
       this.interactiveHelpControl1.ActivePage = null;
       this.interactiveHelpControl1.CurrentApplicationHelpPath = null;
       this.interactiveHelpControl1.CurrentProjectHelpPath = null;
       this.interactiveHelpControl1.DefaultErrorUrl = null;
       this.interactiveHelpControl1.Dock = System.Windows.Forms.DockStyle.Fill;
       this.interactiveHelpControl1.Location = new System.Drawing.Point(0, 0);
       this.interactiveHelpControl1.Name = "interactiveHelpControl1";
       this.interactiveHelpControl1.PageNotFoundUrl = null;
       this.interactiveHelpControl1.RootApplicationHelpPath = null;
       this.interactiveHelpControl1.RootProjectHelpPath = null;
       this.interactiveHelpControl1.Size = new System.Drawing.Size(292, 413);
       this.interactiveHelpControl1.TabIndex = 0;
       //
       // InteractiveHelpPanel
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.ClientSize = new System.Drawing.Size(292, 413);
       this.Controls.Add(this.interactiveHelpControl1);
       this.DockableAreas = ((WeifenLuo.WinFormsUI.DockAreas)((((WeifenLuo.WinFormsUI.DockAreas.Float | WeifenLuo.WinFormsUI.DockAreas.DockLeft)
     | WeifenLuo.WinFormsUI.DockAreas.DockRight)
     | WeifenLuo.WinFormsUI.DockAreas.Document)));
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.Name = "InteractiveHelpPanel";
       this.ShowHint = WeifenLuo.WinFormsUI.DockState.DockRight;
       this.TabText = "Interactive Help";
       this.Text = "Interactive Help";
       this.ResumeLayout(false);
 }