PageRenderTime 37ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

/TimeSheetReporting/TimeSheetReporting/obj/Debug/MainPage.g.cs

#
C# | 88 lines | 57 code | 19 blank | 12 comment | 1 complexity | 0031bb40aedef68208012cb0c61de08a MD5 | raw file
  1. #pragma checksum "C:\ValueAdds\TimeSheetReporting\TimeSheetReporting\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "5E118D20D7D3D08DED869094E7059E50"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:2.0.50727.4036
  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 System;
  12. using System.Windows;
  13. using System.Windows.Automation;
  14. using System.Windows.Automation.Peers;
  15. using System.Windows.Automation.Provider;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Interop;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Resources;
  28. using System.Windows.Shapes;
  29. using System.Windows.Threading;
  30. namespace TimeSheetReporting {
  31. public partial class MainPage : System.Windows.Controls.UserControl {
  32. internal System.Windows.Controls.Grid LayoutRoot;
  33. internal System.Windows.Controls.Border ContentBorder;
  34. internal System.Windows.Controls.Frame ContentFrame;
  35. internal System.Windows.Controls.Grid NavigationGrid;
  36. internal System.Windows.Controls.Border BrandingBorder;
  37. internal System.Windows.Controls.StackPanel BrandingStackPanel;
  38. internal System.Windows.Controls.TextBlock ApplicationNameTextBlock;
  39. internal System.Windows.Controls.Border LinksBorder;
  40. internal System.Windows.Controls.StackPanel LinksStackPanel;
  41. internal System.Windows.Controls.HyperlinkButton Link1;
  42. internal System.Windows.Shapes.Rectangle Divider1;
  43. internal System.Windows.Controls.HyperlinkButton Link2;
  44. private bool _contentLoaded;
  45. /// <summary>
  46. /// InitializeComponent
  47. /// </summary>
  48. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  49. public void InitializeComponent() {
  50. if (_contentLoaded) {
  51. return;
  52. }
  53. _contentLoaded = true;
  54. System.Windows.Application.LoadComponent(this, new System.Uri("/TimeSheetReporting;component/MainPage.xaml", System.UriKind.Relative));
  55. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  56. this.ContentBorder = ((System.Windows.Controls.Border)(this.FindName("ContentBorder")));
  57. this.ContentFrame = ((System.Windows.Controls.Frame)(this.FindName("ContentFrame")));
  58. this.NavigationGrid = ((System.Windows.Controls.Grid)(this.FindName("NavigationGrid")));
  59. this.BrandingBorder = ((System.Windows.Controls.Border)(this.FindName("BrandingBorder")));
  60. this.BrandingStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("BrandingStackPanel")));
  61. this.ApplicationNameTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationNameTextBlock")));
  62. this.LinksBorder = ((System.Windows.Controls.Border)(this.FindName("LinksBorder")));
  63. this.LinksStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("LinksStackPanel")));
  64. this.Link1 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link1")));
  65. this.Divider1 = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider1")));
  66. this.Link2 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link2")));
  67. }
  68. }
  69. }