Employee.g.i.cs 3.4 KB

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