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

屏幕保护

开发平台:

Visual C++

  1. #pragma checksum "....SettingsWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "7128F373F576F5E702CD37A31BC61BB8"
  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.     /// SettingsWindow
  36.     /// </summary>
  37.     [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  38.     public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  39.         
  40.         
  41.         #line 9 "....SettingsWindow.xaml"
  42.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43.         internal System.Windows.Controls.TextBox inputTextBox;
  44.         
  45.         #line default
  46.         #line hidden
  47.         
  48.         private bool _contentLoaded;
  49.         
  50.         /// <summary>
  51.         /// InitializeComponent
  52.         /// </summary>
  53.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  54.         public void InitializeComponent() {
  55.             if (_contentLoaded) {
  56.                 return;
  57.             }
  58.             _contentLoaded = true;
  59.             System.Uri resourceLocater = new System.Uri("/Screensaver1;component/settingswindow.xaml", System.UriKind.Relative);
  60.             
  61.             #line 1 "....SettingsWindow.xaml"
  62.             System.Windows.Application.LoadComponent(this, resourceLocater);
  63.             
  64.             #line default
  65.             #line hidden
  66.         }
  67.         
  68.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  69.         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  70.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  71.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  72.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  73.         void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  74.             switch (connectionId)
  75.             {
  76.             case 1:
  77.             this.inputTextBox = ((System.Windows.Controls.TextBox)(target));
  78.             return;
  79.             case 2:
  80.             
  81.             #line 12 "....SettingsWindow.xaml"
  82.             ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnAcceptButtonClick);
  83.             
  84.             #line default
  85.             #line hidden
  86.             return;
  87.             case 3:
  88.             
  89.             #line 13 "....SettingsWindow.xaml"
  90.             ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnCancelButtonClick);
  91.             
  92.             #line default
  93.             #line hidden
  94.             return;
  95.             }
  96.             this._contentLoaded = true;
  97.         }
  98.     }
  99. }