ShutdownView.g.i.cs 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #pragma checksum "..\..\ShutdownView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "22D026F6F5B51ADC53401C282D44E04B9CE7AF921663AF7FEAFF34200A935D63"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Forms.Integration;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. namespace VirgoUI.Client {
  33. /// <summary>
  34. /// ShutdownView
  35. /// </summary>
  36. public partial class ShutdownView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  37. private bool _contentLoaded;
  38. /// <summary>
  39. /// InitializeComponent
  40. /// </summary>
  41. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  42. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  43. public void InitializeComponent() {
  44. if (_contentLoaded) {
  45. return;
  46. }
  47. _contentLoaded = true;
  48. System.Uri resourceLocater = new System.Uri("/VirgoUI;component/shutdownview.xaml", System.UriKind.Relative);
  49. #line 1 "..\..\ShutdownView.xaml"
  50. System.Windows.Application.LoadComponent(this, resourceLocater);
  51. #line default
  52. #line hidden
  53. }
  54. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  56. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  60. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  61. this._contentLoaded = true;
  62. }
  63. }
  64. }