896cc81864c7db3b9ad310f3b13f1bca92ab3f08217c6993cf986186321cc34d.source 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #pragma checksum "..\..\..\..\Views\HomeView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "97685BD48935E0A7CAAFD301BD90DEB88DB8C1A1"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. using HandyControl.Controls;
  11. using HandyControl.Data;
  12. using HandyControl.Expression.Media;
  13. using HandyControl.Expression.Shapes;
  14. using HandyControl.Interactivity;
  15. using HandyControl.Media.Animation;
  16. using HandyControl.Media.Effects;
  17. using HandyControl.Properties.Langs;
  18. using HandyControl.Themes;
  19. using HandyControl.Tools;
  20. using HandyControl.Tools.Converter;
  21. using HandyControl.Tools.Extension;
  22. using System;
  23. using System.Diagnostics;
  24. using System.Windows;
  25. using System.Windows.Automation;
  26. using System.Windows.Controls;
  27. using System.Windows.Controls.Primitives;
  28. using System.Windows.Controls.Ribbon;
  29. using System.Windows.Data;
  30. using System.Windows.Documents;
  31. using System.Windows.Forms.Integration;
  32. using System.Windows.Ink;
  33. using System.Windows.Input;
  34. using System.Windows.Markup;
  35. using System.Windows.Media;
  36. using System.Windows.Media.Animation;
  37. using System.Windows.Media.Effects;
  38. using System.Windows.Media.Imaging;
  39. using System.Windows.Media.Media3D;
  40. using System.Windows.Media.TextFormatting;
  41. using System.Windows.Navigation;
  42. using System.Windows.Shapes;
  43. using System.Windows.Shell;
  44. using TeamAAS.Localization;
  45. using TeamAAS.Logging.Controls;
  46. namespace TeamAAS.Views {
  47. /// <summary>
  48. /// HomeView
  49. /// </summary>
  50. public partial class HomeView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  51. private bool _contentLoaded;
  52. /// <summary>
  53. /// InitializeComponent
  54. /// </summary>
  55. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  56. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  57. public void InitializeComponent() {
  58. if (_contentLoaded) {
  59. return;
  60. }
  61. _contentLoaded = true;
  62. System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/homeview.xaml", System.UriKind.Relative);
  63. #line 1 "..\..\..\..\Views\HomeView.xaml"
  64. System.Windows.Application.LoadComponent(this, resourceLocater);
  65. #line default
  66. #line hidden
  67. }
  68. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  69. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  70. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  74. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  75. this._contentLoaded = true;
  76. }
  77. }
  78. }