853a869012bc207c4f593afecd04360dab7c356d5fecc1e437981d973e932978.source 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. #pragma checksum "..\..\..\..\Views\ProductView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D723A98097E287E2F24849B5EFEAFD2249DC3BE0"
  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.Converters;
  45. using TeamAAS.FlowEditor;
  46. using TeamAAS.Localization;
  47. namespace TeamAAS.Views {
  48. /// <summary>
  49. /// ProductView
  50. /// </summary>
  51. public partial class ProductView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
  52. #line 142 "..\..\..\..\Views\ProductView.xaml"
  53. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  54. internal System.Windows.Controls.Border SidebarPanel;
  55. #line default
  56. #line hidden
  57. #line 148 "..\..\..\..\Views\ProductView.xaml"
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  59. internal System.Windows.Controls.Grid SidebarExpanded;
  60. #line default
  61. #line hidden
  62. #line 204 "..\..\..\..\Views\ProductView.xaml"
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  64. internal System.Windows.Controls.Grid SidebarCollapsed;
  65. #line default
  66. #line hidden
  67. private bool _contentLoaded;
  68. /// <summary>
  69. /// InitializeComponent
  70. /// </summary>
  71. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  72. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  73. public void InitializeComponent() {
  74. if (_contentLoaded) {
  75. return;
  76. }
  77. _contentLoaded = true;
  78. System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/productview.xaml", System.UriKind.Relative);
  79. #line 1 "..\..\..\..\Views\ProductView.xaml"
  80. System.Windows.Application.LoadComponent(this, resourceLocater);
  81. #line default
  82. #line hidden
  83. }
  84. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  85. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  86. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  89. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  90. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  91. switch (connectionId)
  92. {
  93. case 1:
  94. this.SidebarPanel = ((System.Windows.Controls.Border)(target));
  95. return;
  96. case 2:
  97. this.SidebarExpanded = ((System.Windows.Controls.Grid)(target));
  98. return;
  99. case 4:
  100. this.SidebarCollapsed = ((System.Windows.Controls.Grid)(target));
  101. return;
  102. }
  103. this._contentLoaded = true;
  104. }
  105. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  106. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  107. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  108. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  109. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  110. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  111. void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
  112. switch (connectionId)
  113. {
  114. case 3:
  115. #line 185 "..\..\..\..\Views\ProductView.xaml"
  116. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.ProductProperties_Click);
  117. #line default
  118. #line hidden
  119. break;
  120. }
  121. }
  122. }
  123. }