public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Views/FeaturedBookList.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot = (global::ApressDemo.Common.LayoutAwarePage) this.FindName("pageRoot");
            groupedItemsViewSource = (global::Windows.UI.Xaml.Data.CollectionViewSource) this.FindName("groupedItemsViewSource");
            regularHeader          = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("regularHeader");
            snappedHeader          = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("snappedHeader");
            semanticZoomer         = (global::Windows.UI.Xaml.Controls.SemanticZoom) this.FindName("semanticZoomer");
            snappedListView        = (global::Windows.UI.Xaml.Controls.ListView) this.FindName("snappedListView");
            itemGridView           = (global::Windows.UI.Xaml.Controls.GridView) this.FindName("itemGridView");
            backButton             = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
            pageTitle             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pageTitle");
            ApplicationViewStates = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ApplicationViewStates");
            FullScreenLandscape   = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenLandscape");
            Filled       = (global::Windows.UI.Xaml.VisualState) this.FindName("Filled");
            Snapped      = (global::Windows.UI.Xaml.VisualState) this.FindName("Snapped");
            bottomAppBar = (global::Windows.UI.Xaml.Controls.AppBar) this.FindName("bottomAppBar");
            searchButton = (global::Windows.UI.Xaml.Controls.Button) this.FindName("searchButton");
        }
Ejemplo n.º 2
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///SearchResultsPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot              = (global::ApressDemo.Common.LayoutAwarePage) this.FindName("pageRoot");
            resultsViewSource     = (global::Windows.UI.Xaml.Data.CollectionViewSource) this.FindName("resultsViewSource");
            filtersViewSource     = (global::Windows.UI.Xaml.Data.CollectionViewSource) this.FindName("filtersViewSource");
            resultsPanel          = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("resultsPanel");
            noResultsTextBlock    = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("noResultsTextBlock");
            backButton            = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
            pageTitle             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pageTitle");
            resultText            = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("resultText");
            queryText             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("queryText");
            typicalPanel          = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("typicalPanel");
            snappedPanel          = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("snappedPanel");
            resultsListView       = (global::Windows.UI.Xaml.Controls.ListView) this.FindName("resultsListView");
            filtersItemsControl   = (global::Windows.UI.Xaml.Controls.ItemsControl) this.FindName("filtersItemsControl");
            resultsGridView       = (global::Windows.UI.Xaml.Controls.GridView) this.FindName("resultsGridView");
            ApplicationViewStates = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ApplicationViewStates");
            ResultStates          = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ResultStates");
            ResultsFound          = (global::Windows.UI.Xaml.VisualState) this.FindName("ResultsFound");
            NoResultsFound        = (global::Windows.UI.Xaml.VisualState) this.FindName("NoResultsFound");
            FullScreenLandscape   = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenLandscape");
            Filled             = (global::Windows.UI.Xaml.VisualState) this.FindName("Filled");
            FullScreenPortrait = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenPortrait");
            Snapped            = (global::Windows.UI.Xaml.VisualState) this.FindName("Snapped");
        }
Ejemplo n.º 3
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Views/Media.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot              = (global::ApressDemo.Common.LayoutAwarePage) this.FindName("pageRoot");
            mediaControl          = (global::Windows.UI.Xaml.Controls.MediaElement) this.FindName("mediaControl");
            illumination          = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("illumination");
            xAxisVel              = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("xAxisVel");
            yAxisVel              = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("yAxisVel");
            zAxisVel              = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("zAxisVel");
            yawDegrees            = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("yawDegrees");
            pitchDegrees          = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pitchDegrees");
            rollDegrees           = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("rollDegrees");
            xAxis                 = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("xAxis");
            yAxis                 = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("yAxis");
            zAxis                 = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("zAxis");
            compassMagNorth       = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("compassMagNorth");
            compassTrueNorth      = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("compassTrueNorth");
            playButton            = (global::Windows.UI.Xaml.Controls.Button) this.FindName("playButton");
            backButton            = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
            pageTitle             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pageTitle");
            ApplicationViewStates = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ApplicationViewStates");
            FullScreenLandscape   = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenLandscape");
            Filled                = (global::Windows.UI.Xaml.VisualState) this.FindName("Filled");
            FullScreenPortrait    = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenPortrait");
            Snapped               = (global::Windows.UI.Xaml.VisualState) this.FindName("Snapped");
        }
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Views/LiveIntegration.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot              = (global::ApressDemo.Common.LayoutAwarePage) this.FindName("pageRoot");
            actionText            = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("actionText");
            contactsSection       = (global::Windows.UI.Xaml.Controls.StackPanel) this.FindName("contactsSection");
            calendarSection       = (global::Windows.UI.Xaml.Controls.StackPanel) this.FindName("calendarSection");
            skyDriveSection       = (global::Windows.UI.Xaml.Controls.StackPanel) this.FindName("skyDriveSection");
            uploadSection         = (global::Windows.UI.Xaml.Controls.StackPanel) this.FindName("uploadSection");
            fileUpload            = (global::Windows.UI.Xaml.Controls.Button) this.FindName("fileUpload");
            skyDriveList          = (global::Windows.UI.Xaml.Controls.ListBox) this.FindName("skyDriveList");
            eventsList            = (global::Windows.UI.Xaml.Controls.ListBox) this.FindName("eventsList");
            contactsList          = (global::Windows.UI.Xaml.Controls.ListBox) this.FindName("contactsList");
            userInfoText          = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("userInfoText");
            profilePicture        = (global::Windows.UI.Xaml.Controls.Image) this.FindName("profilePicture");
            backButton            = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
            pageTitle             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pageTitle");
            ApplicationViewStates = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ApplicationViewStates");
            FullScreenLandscape   = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenLandscape");
            Filled             = (global::Windows.UI.Xaml.VisualState) this.FindName("Filled");
            FullScreenPortrait = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenPortrait");
            Snapped            = (global::Windows.UI.Xaml.VisualState) this.FindName("Snapped");
        }
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Views/FlipViewDemo.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot              = (global::ApressDemo.Common.LayoutAwarePage) this.FindName("pageRoot");
            demoFlipView          = (global::Windows.UI.Xaml.Controls.FlipView) this.FindName("demoFlipView");
            pageTitle             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pageTitle");
            ApplicationViewStates = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ApplicationViewStates");
            FullScreenLandscape   = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenLandscape");
            Filled             = (global::Windows.UI.Xaml.VisualState) this.FindName("Filled");
            FullScreenPortrait = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenPortrait");
            Snapped            = (global::Windows.UI.Xaml.VisualState) this.FindName("Snapped");
        }
Ejemplo n.º 6
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Views/BookGroupsByTechnology.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot              = (global::ApressDemo.Common.LayoutAwarePage) this.FindName("pageRoot");
            itemsViewSource       = (global::Windows.UI.Xaml.Data.CollectionViewSource) this.FindName("itemsViewSource");
            itemGridView          = (global::Windows.UI.Xaml.Controls.GridView) this.FindName("itemGridView");
            itemListView          = (global::Windows.UI.Xaml.Controls.ListView) this.FindName("itemListView");
            backButton            = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
            pageTitle             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pageTitle");
            ApplicationViewStates = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ApplicationViewStates");
            FullScreenLandscape   = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenLandscape");
            Filled             = (global::Windows.UI.Xaml.VisualState) this.FindName("Filled");
            FullScreenPortrait = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenPortrait");
            Snapped            = (global::Windows.UI.Xaml.VisualState) this.FindName("Snapped");
        }
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Views/MVVMFeaturedBookList.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot              = (global::ApressDemo.Common.LayoutAwarePage) this.FindName("pageRoot");
            featuredBookListView  = (global::Windows.UI.Xaml.Controls.ListView) this.FindName("featuredBookListView");
            backButton            = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
            pageTitle             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("pageTitle");
            ApplicationViewStates = (global::Windows.UI.Xaml.VisualStateGroup) this.FindName("ApplicationViewStates");
            FullScreenLandscape   = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenLandscape");
            Filled             = (global::Windows.UI.Xaml.VisualState) this.FindName("Filled");
            FullScreenPortrait = (global::Windows.UI.Xaml.VisualState) this.FindName("FullScreenPortrait");
            Snapped            = (global::Windows.UI.Xaml.VisualState) this.FindName("Snapped");
            bottomAppBar       = (global::Windows.UI.Xaml.Controls.AppBar) this.FindName("bottomAppBar");
            editButton         = (global::Windows.UI.Xaml.Controls.Button) this.FindName("editButton");
        }