PageRenderTime 23ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/TimeSheetReporting/TimeSheetReporting/obj/Debug/Views/ErrorWindow.g.cs

#
C# | 70 lines | 45 code | 13 blank | 12 comment | 1 complexity | 37ddbf29830e7240f7021d075268a52c MD5 | raw file
  1. #pragma checksum "C:\ValueAdds\TimeSheetReporting\TimeSheetReporting\Views\ErrorWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8724C1FD05EC510C637C47C695D05873"
  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 ErrorWindow : System.Windows.Controls.ChildWindow {
  32. internal System.Windows.Controls.Grid LayoutRoot;
  33. internal System.Windows.Controls.TextBlock IntroductoryText;
  34. internal System.Windows.Controls.StackPanel ContentStackPanel;
  35. internal System.Windows.Controls.TextBlock LabelText;
  36. internal System.Windows.Controls.TextBox ErrorTextBox;
  37. internal System.Windows.Controls.Button OKButton;
  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("/TimeSheetReporting;component/Views/ErrorWindow.xaml", System.UriKind.Relative));
  49. this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  50. this.IntroductoryText = ((System.Windows.Controls.TextBlock)(this.FindName("IntroductoryText")));
  51. this.ContentStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentStackPanel")));
  52. this.LabelText = ((System.Windows.Controls.TextBlock)(this.FindName("LabelText")));
  53. this.ErrorTextBox = ((System.Windows.Controls.TextBox)(this.FindName("ErrorTextBox")));
  54. this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
  55. }
  56. }
  57. }