Ejemplo n.º 1
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

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

            RootPage         = (global::SDKTemplate.Common.LayoutAwarePage) this.FindName("RootPage");
            LayoutRoot       = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("LayoutRoot");
            ContentRoot      = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("ContentRoot");
            MainScrollViewer = (global::Windows.UI.Xaml.Controls.ScrollViewer) this.FindName("MainScrollViewer");
            Footer           = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("Footer");
            FooterPanel      = (global::Windows.UI.Xaml.Controls.StackPanel) this.FindName("FooterPanel");
            FeatureName      = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("FeatureName");
            Scenarios        = (global::Windows.UI.Xaml.Controls.ListBox) this.FindName("Scenarios");
            DescriptionText  = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("DescriptionText");
            InputSection     = (global::Windows.UI.Xaml.Controls.UserControl) this.FindName("InputSection");
            StatusBlock      = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("StatusBlock");
            OutputSection    = (global::Windows.UI.Xaml.Controls.UserControl) this.FindName("OutputSection");
            WindowsLogo      = (global::Windows.UI.Xaml.Controls.Image) this.FindName("WindowsLogo");
            DefaultLayout    = (global::Windows.UI.Xaml.VisualState) this.FindName("DefaultLayout");
            Below768Layout   = (global::Windows.UI.Xaml.VisualState) this.FindName("Below768Layout");
        }
        public void InitializeComponent()
        {
            if (_contentLoaded)
                return;

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///MainPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
 
            RootPage = (global::SDKTemplate.Common.LayoutAwarePage)this.FindName("RootPage");
            ContentRoot = (global::Windows.UI.Xaml.Controls.Grid)this.FindName("ContentRoot");
            MainScrollViewer = (global::Windows.UI.Xaml.Controls.ScrollViewer)this.FindName("MainScrollViewer");
            Footer = (global::Windows.UI.Xaml.Controls.Grid)this.FindName("Footer");
            FooterPanel = (global::Windows.UI.Xaml.Controls.StackPanel)this.FindName("FooterPanel");
            FeatureName = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("FeatureName");
            Alpha = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("Alpha");
            ScenarioListLabel = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("ScenarioListLabel");
            Scenarios = (global::Windows.UI.Xaml.Controls.ListBox)this.FindName("Scenarios");
            BackButton = (global::Windows.UI.Xaml.Controls.Button)this.FindName("BackButton");
            DescriptionText = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("DescriptionText");
            InputSection = (global::Windows.UI.Xaml.Controls.UserControl)this.FindName("InputSection");
            StatusBlock = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("StatusBlock");
            OutputSection = (global::Windows.UI.Xaml.Controls.UserControl)this.FindName("OutputSection");
            WindowsLogo = (global::Windows.UI.Xaml.Controls.Image)this.FindName("WindowsLogo");
            DefaultLayout = (global::Windows.UI.Xaml.VisualState)this.FindName("DefaultLayout");
            Below768Layout = (global::Windows.UI.Xaml.VisualState)this.FindName("Below768Layout");
        }