예제 #1
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

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

            pageRoot              = (global::MeusPodcasts.Common.LayoutAwarePage) this.FindName("pageRoot");
            GridBarraPodcasts     = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("GridBarraPodcasts");
            GridListaPodcasts     = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("GridListaPodcasts");
            txtStatus             = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("txtStatus");
            GridBarraEpisodios    = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("GridBarraEpisodios");
            GridListaEpisodios    = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("GridListaEpisodios");
            GridSnapped           = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("GridSnapped");
            imgSnapped            = (global::Windows.UI.Xaml.Controls.Image) this.FindName("imgSnapped");
            lvbEpisodios          = (global::Windows.UI.Xaml.Controls.ListBox) this.FindName("lvbEpisodios");
            episodioTitulo        = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("episodioTitulo");
            btnEpisodioAtualizar  = (global::Windows.UI.Xaml.Controls.Image) this.FindName("btnEpisodioAtualizar");
            imgNenhumPodcastAinda = (global::Windows.UI.Xaml.Controls.Image) this.FindName("imgNenhumPodcastAinda");
            lvbPodcasts           = (global::Windows.UI.Xaml.Controls.ListBox) this.FindName("lvbPodcasts");
            podcastsTitulo        = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("podcastsTitulo");
            btnPodcastAdicionar   = (global::Windows.UI.Xaml.Controls.Image) this.FindName("btnPodcastAdicionar");
            btnPodcastRemover     = (global::Windows.UI.Xaml.Controls.Image) this.FindName("btnPodcastRemover");
            btnPodcastAtualizar   = (global::Windows.UI.Xaml.Controls.Image) this.FindName("btnPodcastAtualizar");
            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");
        }
예제 #2
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

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

            pageRoot             = (global::MeusPodcasts.Common.LayoutAwarePage) this.FindName("pageRoot");
            BarraPodcasts        = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("BarraPodcasts");
            GridAdicionarPodcast = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("GridAdicionarPodcast");
            BarraEpisodios       = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("BarraEpisodios");
            ListaEpisodios       = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("ListaEpisodios");
            lsbSugestoes         = (global::Windows.UI.Xaml.Controls.ListBox) this.FindName("lsbSugestoes");
            sugestoesTitulo      = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("sugestoesTitulo");
            txtURLFeed           = (global::Windows.UI.Xaml.Controls.TextBox) this.FindName("txtURLFeed");
            btnVerificar         = (global::Windows.UI.Xaml.Controls.Button) this.FindName("btnVerificar");
            stackPanelVerificar  = (global::Windows.UI.Xaml.Controls.StackPanel) this.FindName("stackPanelVerificar");
            txtStatus            = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("txtStatus");
            imgPodcast           = (global::Windows.UI.Xaml.Controls.Image) this.FindName("imgPodcast");
            btnAdicionarPodcast  = (global::Windows.UI.Xaml.Controls.Button) this.FindName("btnAdicionarPodcast");
            txbNomePodcast       = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("txbNomePodcast");
            txbDescricaoPodcast  = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("txbDescricaoPodcast");
            hprSite            = (global::Windows.UI.Xaml.Controls.HyperlinkButton) this.FindName("hprSite");
            txbSite            = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("txbSite");
            btnVoltar          = (global::Windows.UI.Xaml.Controls.Image) this.FindName("btnVoltar");
            novopodcastsTitulo = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("novopodcastsTitulo");
        }