ScreensaverWindow.g.cs
上传用户:liuqi822
上传日期:2022-03-21
资源大小:88k
文件大小:3k
源码类别:

屏幕保护

开发平台:

Visual C++

  1. #pragma checksum "....ScreensaverWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "AED6FB3539A37B23EE1BF455AFF90B05"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. //     This code was generated by a tool.
  5. //     Runtime Version:4.0.30319.1
  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.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.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. namespace Screensaver1 {
  32.     
  33.     
  34.     /// <summary>
  35.     /// ScreensaverWindow
  36.     /// </summary>
  37.     [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  38.     public partial class ScreensaverWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  39.         
  40.         private bool _contentLoaded;
  41.         
  42.         /// <summary>
  43.         /// InitializeComponent
  44.         /// </summary>
  45.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46.         public void InitializeComponent() {
  47.             if (_contentLoaded) {
  48.                 return;
  49.             }
  50.             _contentLoaded = true;
  51.             System.Uri resourceLocater = new System.Uri("/Screensaver1;component/screensaverwindow.xaml", System.UriKind.Relative);
  52.             
  53.             #line 1 "....ScreensaverWindow.xaml"
  54.             System.Windows.Application.LoadComponent(this, resourceLocater);
  55.             
  56.             #line default
  57.             #line hidden
  58.         }
  59.         
  60.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  61.         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  62.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  63.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  64.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  65.         void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  66.             this._contentLoaded = true;
  67.         }
  68.     }
  69. }