TemplatePage.g.cs 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #pragma checksum "C:\IDTemplate\IDTemplate\TemplatePage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FB0A316997E9DE8596DB25210B6866FD"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.296
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Microsoft.Phone.Controls;
  12. using System;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Automation.Peers;
  16. using System.Windows.Automation.Provider;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Interop;
  24. using System.Windows.Markup;
  25. using System.Windows.Media;
  26. using System.Windows.Media.Animation;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Resources;
  29. using System.Windows.Shapes;
  30. using System.Windows.Threading;
  31. namespace IDTemplate {
  32. public partial class TemplatePage : Microsoft.Phone.Controls.PhoneApplicationPage {
  33. internal System.Windows.Controls.Grid LayoutRoot;
  34. internal System.Windows.Controls.StackPanel TitlePanel;
  35. internal System.Windows.Controls.TextBlock ApplicationTitle;
  36. internal System.Windows.Controls.TextBlock PageTitle;
  37. internal System.Windows.Controls.Grid ContentPanel;
  38. private bool _contentLoaded;
  39. /// <summary>
  40. /// InitializeComponent
  41. /// </summary>
  42. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  43. public void InitializeComponent() {
  44. if (_contentLoaded) {
  45. return;
  46. }
  47. _contentLoaded = true;
  48. System.Windows.Application.LoadComponent(this, new System.Uri("/IDTemplate;component/TemplatePage.xaml", System.UriKind.Relative));
  49. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  50. this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
  51. this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
  52. this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
  53. this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
  54. }
  55. }
  56. }