Example #1
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MUI;component/HelpPage.xaml", System.UriKind.Relative));
     this.OpenNav = ((System.Windows.Media.Animation.Storyboard)(this.FindName("OpenNav")));
     this.CloseNav = ((System.Windows.Media.Animation.Storyboard)(this.FindName("CloseNav")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Nav = ((MUI.NavigationMenu)(this.FindName("Nav")));
 }
Example #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MUI;component/RemoveViewPage.xaml", System.UriKind.Relative));
     this.OpenNav = ((System.Windows.Media.Animation.Storyboard)(this.FindName("OpenNav")));
     this.CloseNav = ((System.Windows.Media.Animation.Storyboard)(this.FindName("CloseNav")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.txbWeekDay = ((System.Windows.Controls.TextBlock)(this.FindName("txbWeekDay")));
     this.txbWeekDay_Copy = ((System.Windows.Controls.TextBlock)(this.FindName("txbWeekDay_Copy")));
     this.lsbTasks = ((System.Windows.Controls.ListBox)(this.FindName("lsbTasks")));
     this.Picker = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("Picker")));
     this.Nav = ((MUI.NavigationMenu)(this.FindName("Nav")));
 }
Example #3
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MUI;component/CalendarPage.xaml", System.UriKind.Relative));
     this.OpenNav = ((System.Windows.Media.Animation.Storyboard)(this.FindName("OpenNav")));
     this.CloseNav = ((System.Windows.Media.Animation.Storyboard)(this.FindName("CloseNav")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.BackBtn = ((System.Windows.Controls.Button)(this.FindName("BackBtn")));
     this.MonthYear = ((System.Windows.Controls.TextBlock)(this.FindName("MonthYear")));
     this.NextBtn = ((System.Windows.Controls.Button)(this.FindName("NextBtn")));
     this.CalendarListBox = ((System.Windows.Controls.ListBox)(this.FindName("CalendarListBox")));
     this.CalendarWrapPanel = ((Microsoft.Phone.Controls.WrapPanel)(this.FindName("CalendarWrapPanel")));
     this.Nav = ((MUI.NavigationMenu)(this.FindName("Nav")));
 }