MainPage.g.i.cs 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #pragma checksum "C:\IDTemplate\IDTemplate\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "90B87064F71D1A1F856C7050DD59727C"
  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 MainPage : Microsoft.Phone.Controls.PhoneApplicationPage {
  33. internal System.Windows.Controls.Grid LayoutRoot;
  34. internal System.Windows.Controls.StackPanel TitlePanel;
  35. internal System.Windows.Controls.Grid ContentPanel;
  36. internal System.Windows.Controls.Border BusinessBorder;
  37. internal System.Windows.Controls.TextBlock textBlock3;
  38. internal System.Windows.Controls.Border StudentBorder;
  39. internal System.Windows.Controls.TextBlock textBlock4;
  40. internal System.Windows.Controls.Border EmployeeBorder;
  41. internal System.Windows.Controls.TextBlock textBlock5;
  42. internal System.Windows.Controls.Border VistingBorder;
  43. internal System.Windows.Controls.TextBlock textBlock6;
  44. internal System.Windows.Controls.TextBlock textBlock1;
  45. internal System.Windows.Controls.TextBlock textBlock2;
  46. private bool _contentLoaded;
  47. /// <summary>
  48. /// InitializeComponent
  49. /// </summary>
  50. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  51. public void InitializeComponent() {
  52. if (_contentLoaded) {
  53. return;
  54. }
  55. _contentLoaded = true;
  56. System.Windows.Application.LoadComponent(this, new System.Uri("/IDTemplate;component/MainPage.xaml", System.UriKind.Relative));
  57. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  58. this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
  59. this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
  60. this.BusinessBorder = ((System.Windows.Controls.Border)(this.FindName("BusinessBorder")));
  61. this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
  62. this.StudentBorder = ((System.Windows.Controls.Border)(this.FindName("StudentBorder")));
  63. this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
  64. this.EmployeeBorder = ((System.Windows.Controls.Border)(this.FindName("EmployeeBorder")));
  65. this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
  66. this.VistingBorder = ((System.Windows.Controls.Border)(this.FindName("VistingBorder")));
  67. this.textBlock6 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
  68. this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
  69. this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
  70. }
  71. }
  72. }