hh.g.i.cs 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #pragma checksum "C:\IDTemplate\IDTemplate\hh.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "3C265A336C6D403B67982F43A364F1C4"
  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 hh : 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. internal System.Windows.Controls.Image image1;
  39. private bool _contentLoaded;
  40. /// <summary>
  41. /// InitializeComponent
  42. /// </summary>
  43. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. public void InitializeComponent() {
  45. if (_contentLoaded) {
  46. return;
  47. }
  48. _contentLoaded = true;
  49. System.Windows.Application.LoadComponent(this, new System.Uri("/IDTemplate;component/hh.xaml", System.UriKind.Relative));
  50. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  51. this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
  52. this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
  53. this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
  54. this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
  55. this.image1 = ((System.Windows.Controls.Image)(this.FindName("image1")));
  56. }
  57. }
  58. }