void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Window = ((GazeTrackerUI.MessageWindow)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.GridContent = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.RectBG2 = ((System.Windows.Shapes.Rectangle)(target));
     
     #line 18 "..\..\..\MessageWindow.xaml"
     this.RectBG2.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.DragWindow);
     
     #line default
     #line hidden
     return;
     case 5:
     this.GridTop = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.LabelCloseX = ((System.Windows.Controls.Label)(target));
     
     #line 29 "..\..\..\MessageWindow.xaml"
     this.LabelCloseX.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.AppClose);
     
     #line default
     #line hidden
     return;
     case 7:
     this.LabelTitle = ((System.Windows.Controls.Label)(target));
     
     #line 30 "..\..\..\MessageWindow.xaml"
     this.LabelTitle.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.DragWindow);
     
     #line default
     #line hidden
     return;
     case 8:
     this.GridMessage = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.TextBlockMessage = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 10:
     this.BtnForum = ((GazeGUIVelocity.Button)(target));
     
     #line 43 "..\..\..\MessageWindow.xaml"
     this.BtnForum.Action += new System.Windows.RoutedEventHandler(this.VisitForum);
     
     #line default
     #line hidden
     return;
     case 11:
     this.BtnManual = ((GazeGUIVelocity.Button)(target));
     
     #line 44 "..\..\..\MessageWindow.xaml"
     this.BtnManual.Action += new System.Windows.RoutedEventHandler(this.ReadDocumentation);
     
     #line default
     #line hidden
     return;
     case 12:
     this.BtnVideoInstruction = ((GazeGUIVelocity.Button)(target));
     
     #line 45 "..\..\..\MessageWindow.xaml"
     this.BtnVideoInstruction.Action += new System.Windows.RoutedEventHandler(this.VideoInstructions);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Window = ((GazeTrackerUI.MessageWindow)(target));
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.GridContent = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.RectBG2 = ((System.Windows.Shapes.Rectangle)(target));

            #line 18 "..\..\..\MessageWindow.xaml"
                this.RectBG2.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.DragWindow);

            #line default
            #line hidden
                return;

            case 5:
                this.GridTop = ((System.Windows.Controls.Grid)(target));
                return;

            case 6:
                this.LabelCloseX = ((System.Windows.Controls.Label)(target));

            #line 29 "..\..\..\MessageWindow.xaml"
                this.LabelCloseX.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.AppClose);

            #line default
            #line hidden
                return;

            case 7:
                this.LabelTitle = ((System.Windows.Controls.Label)(target));

            #line 30 "..\..\..\MessageWindow.xaml"
                this.LabelTitle.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.DragWindow);

            #line default
            #line hidden
                return;

            case 8:
                this.GridMessage = ((System.Windows.Controls.Grid)(target));
                return;

            case 9:
                this.TextBlockMessage = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.BtnForum = ((GazeGUIVelocity.Button)(target));

            #line 43 "..\..\..\MessageWindow.xaml"
                this.BtnForum.Action += new System.Windows.RoutedEventHandler(this.VisitForum);

            #line default
            #line hidden
                return;

            case 11:
                this.BtnManual = ((GazeGUIVelocity.Button)(target));

            #line 44 "..\..\..\MessageWindow.xaml"
                this.BtnManual.Action += new System.Windows.RoutedEventHandler(this.ReadDocumentation);

            #line default
            #line hidden
                return;

            case 12:
                this.BtnVideoInstruction = ((GazeGUIVelocity.Button)(target));

            #line 45 "..\..\..\MessageWindow.xaml"
                this.BtnVideoInstruction.Action += new System.Windows.RoutedEventHandler(this.VideoInstructions);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }