void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 12 "..\..\..\..\Views\Pages\BoulderRoutes.xaml"
                ((JustClimbTrial.Views.Pages.Routes)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.navHead = ((JustClimbTrial.Views.UserControls.HeaderRowNavigation)(target));
                return;

            case 4:
                this.ddlAge = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 5:
                this.ddlDifficulty = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 6:
                this.dgridBoulderRoutes = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 7:
                this.routeNoColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 8:
                this.difficultyColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 9:
                this.ageGroupColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 10:
                this.btnGameStart = ((System.Windows.Controls.Button)(target));

            #line 116 "..\..\..\..\Views\Pages\BoulderRoutes.xaml"
                this.btnGameStart.Click += new System.Windows.RoutedEventHandler(this.btnGameStart_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 13 "..\..\..\..\Views\Pages\RouteSet.xaml"
                ((JustClimbTrial.Views.Pages.RouteSet)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

            case 4:
                this.navHead = ((JustClimbTrial.Views.UserControls.HeaderRowNavigation)(target));
                return;

            case 5:
                this.canvasWall = ((System.Windows.Controls.Canvas)(target));

            #line 64 "..\..\..\..\Views\Pages\RouteSet.xaml"
                this.canvasWall.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.canvasWall_MouseDown);

            #line default
            #line hidden
                return;

            case 6:
                this.ctrlRockStatus = ((System.Windows.Controls.Control)(target));
                return;

            case 7:
                this.ddlAge = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 8:
                this.ddlDifficulty = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 9:
                this.ctrlBtnDemo = ((System.Windows.Controls.Control)(target));
                return;

            case 10:
                this.btnConfirmRouteSet = ((System.Windows.Controls.Button)(target));
                return;

            case 11:
                this.btnCancelRouteSet = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 12 "..\..\..\..\Views\Pages\RouteSetBoulder.xaml"
                ((JustClimbTrial.Views.Pages.RouteSetBoulder)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.navHead = ((JustClimbTrial.Views.UserControls.HeaderRowNavigation)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 13 "..\..\..\..\Views\Pages\NewWall.xaml"
                ((JustClimbTrial.Views.Pages.NewWall)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden

            #line 14 "..\..\..\..\Views\Pages\NewWall.xaml"
                ((JustClimbTrial.Views.Pages.NewWall)(target)).Unloaded += new System.Windows.RoutedEventHandler(this.Page_Unloaded);

            #line default
            #line hidden
                return;

            case 2:
                this.navHead = ((JustClimbTrial.Views.UserControls.HeaderRowNavigation)(target));
                return;

            case 3:
                this.viewBox = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 4:
                this.cameraIMG = ((System.Windows.Controls.Image)(target));
                return;

            case 5:
                this.canvas = ((System.Windows.Controls.Canvas)(target));

            #line 38 "..\..\..\..\Views\Pages\NewWall.xaml"
                this.canvas.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.canvas_MouseDown);

            #line default
            #line hidden
                return;

            case 6:
                this.snapshotWallBtn = ((System.Windows.Controls.Button)(target));
                return;

            case 7:
                this.boulderWidthSlider = ((System.Windows.Controls.Slider)(target));

            #line 54 "..\..\..\..\Views\Pages\NewWall.xaml"
                this.boulderWidthSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.boulderSizeSlider_ValueChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.boulderHeightSlider = ((System.Windows.Controls.Slider)(target));

            #line 63 "..\..\..\..\Views\Pages\NewWall.xaml"
                this.boulderHeightSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.boulderSizeSlider_ValueChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.deselectRockBtn = ((System.Windows.Controls.Button)(target));
                return;

            case 10:
                this.removeRockBtn = ((System.Windows.Controls.Button)(target));
                return;

            case 11:
                this.removeAllRocksBtn = ((System.Windows.Controls.Button)(target));
                return;

            case 12:
                this.saveWallBtn = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 12 "..\..\..\..\Views\Pages\BoulderGameStart.xaml"
                ((JustClimbTrial.Views.Pages.GameStart)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.navHead = ((JustClimbTrial.Views.UserControls.HeaderRowNavigation)(target));
                return;

            case 4:
                this.ddlYear = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 5:
                this.ddlMonth = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 6:
                this.ddlDay = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 7:
                this.ddlHour = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 8:
                this.dgridBoulderRouteVideos = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 9:
                this.routeNoColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 10:
                this.creatDTColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 11:
                this.btnDemo = ((System.Windows.Controls.Button)(target));

            #line 112 "..\..\..\..\Views\Pages\BoulderGameStart.xaml"
                this.btnDemo.Click += new System.Windows.RoutedEventHandler(this.btnDemo_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.btnPlaySelectedVideo = ((System.Windows.Controls.Button)(target));

            #line 117 "..\..\..\..\Views\Pages\BoulderGameStart.xaml"
                this.btnPlaySelectedVideo.Click += new System.Windows.RoutedEventHandler(this.btnPlaySelectedVideo_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.lbGameStatusDet = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 14:
                this.btnRestartGame = ((System.Windows.Controls.Button)(target));

            #line 127 "..\..\..\..\Views\Pages\BoulderGameStart.xaml"
                this.btnRestartGame.Click += new System.Windows.RoutedEventHandler(this.btnRestartGame_Click);

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