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

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Views/BloggerPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
 
            sb_AuthorMoveUp = (global::Windows.UI.Xaml.Media.Animation.Storyboard)this.FindName("sb_AuthorMoveUp");
            sb_AuthorMoveDown = (global::Windows.UI.Xaml.Media.Animation.Storyboard)this.FindName("sb_AuthorMoveDown");
            sb_CountMoveOut = (global::Windows.UI.Xaml.Media.Animation.Storyboard)this.FindName("sb_CountMoveOut");
            sb_CountMoveIn = (global::Windows.UI.Xaml.Media.Animation.Storyboard)this.FindName("sb_CountMoveIn");
            pb_Top = (global::Windows.UI.Xaml.Controls.ProgressBar)this.FindName("pb_Top");
            tb_PostCount = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("tb_PostCount");
            lv_AuthorPosts = (global::Windows.UI.Xaml.Controls.ListView)this.FindName("lv_AuthorPosts");
            border_AuthorControl = (global::Windows.UI.Xaml.Controls.Border)this.FindName("border_AuthorControl");
            authorControl1 = (global::CNBlogs.AuthorControl)this.FindName("authorControl1");
            btn_Homepage = (global::Windows.UI.Xaml.Controls.Button)this.FindName("btn_Homepage");
            border_Text = (global::Windows.UI.Xaml.Controls.Border)this.FindName("border_Text");
            border_Author = (global::Windows.UI.Xaml.Controls.Border)this.FindName("border_Author");
            authorControl0 = (global::CNBlogs.AuthorControl)this.FindName("authorControl0");
            cmdBar = (global::Windows.UI.Xaml.Controls.CommandBar)this.FindName("cmdBar");
            btn_ScrollToTop = (global::Windows.UI.Xaml.Controls.AppBarButton)this.FindName("btn_ScrollToTop");
            btn_focus = (global::Windows.UI.Xaml.Controls.AppBarButton)this.FindName("btn_focus");
            btn_NightMode = (global::Windows.UI.Xaml.Controls.AppBarButton)this.FindName("btn_NightMode");
            btn_Setting = (global::Windows.UI.Xaml.Controls.AppBarButton)this.FindName("btn_Setting");
        }
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

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

            sb_AuthorMoveUp      = (global::Windows.UI.Xaml.Media.Animation.Storyboard) this.FindName("sb_AuthorMoveUp");
            sb_AuthorMoveDown    = (global::Windows.UI.Xaml.Media.Animation.Storyboard) this.FindName("sb_AuthorMoveDown");
            sb_CountMoveOut      = (global::Windows.UI.Xaml.Media.Animation.Storyboard) this.FindName("sb_CountMoveOut");
            sb_CountMoveIn       = (global::Windows.UI.Xaml.Media.Animation.Storyboard) this.FindName("sb_CountMoveIn");
            pb_Top               = (global::Windows.UI.Xaml.Controls.ProgressBar) this.FindName("pb_Top");
            tb_PostCount         = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("tb_PostCount");
            lv_AuthorPosts       = (global::Windows.UI.Xaml.Controls.ListView) this.FindName("lv_AuthorPosts");
            border_AuthorControl = (global::Windows.UI.Xaml.Controls.Border) this.FindName("border_AuthorControl");
            authorControl1       = (global::CNBlogs.AuthorControl) this.FindName("authorControl1");
            btn_Homepage         = (global::Windows.UI.Xaml.Controls.Button) this.FindName("btn_Homepage");
            border_Text          = (global::Windows.UI.Xaml.Controls.Border) this.FindName("border_Text");
            border_Author        = (global::Windows.UI.Xaml.Controls.Border) this.FindName("border_Author");
            authorControl0       = (global::CNBlogs.AuthorControl) this.FindName("authorControl0");
            cmdBar               = (global::Windows.UI.Xaml.Controls.CommandBar) this.FindName("cmdBar");
            btn_ScrollToTop      = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("btn_ScrollToTop");
            btn_focus            = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("btn_focus");
            btn_NightMode        = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("btn_NightMode");
            btn_Setting          = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("btn_Setting");
        }