MainWindow.g.cs 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #pragma checksum "..\..\..\..\Windows\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7A4A6FC8A9406730E8466C8CFB80171C6B779EEA"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Rkis29;
  12. using Rkis29.Command;
  13. using Rkis29.ViewModel;
  14. using System;
  15. using System.Diagnostics;
  16. using System.Windows;
  17. using System.Windows.Automation;
  18. using System.Windows.Controls;
  19. using System.Windows.Controls.Primitives;
  20. using System.Windows.Controls.Ribbon;
  21. using System.Windows.Data;
  22. using System.Windows.Documents;
  23. using System.Windows.Ink;
  24. using System.Windows.Input;
  25. using System.Windows.Markup;
  26. using System.Windows.Media;
  27. using System.Windows.Media.Animation;
  28. using System.Windows.Media.Effects;
  29. using System.Windows.Media.Imaging;
  30. using System.Windows.Media.Media3D;
  31. using System.Windows.Media.TextFormatting;
  32. using System.Windows.Navigation;
  33. using System.Windows.Shapes;
  34. using System.Windows.Shell;
  35. namespace Rkis29 {
  36. /// <summary>
  37. /// MainWindow
  38. /// </summary>
  39. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  40. #line 32 "..\..\..\..\Windows\MainWindow.xaml"
  41. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  42. internal System.Windows.Controls.PasswordBox Password;
  43. #line default
  44. #line hidden
  45. private bool _contentLoaded;
  46. /// <summary>
  47. /// InitializeComponent
  48. /// </summary>
  49. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  50. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  51. public void InitializeComponent() {
  52. if (_contentLoaded) {
  53. return;
  54. }
  55. _contentLoaded = true;
  56. System.Uri resourceLocater = new System.Uri("/Rkis29;component/windows/mainwindow.xaml", System.UriKind.Relative);
  57. #line 1 "..\..\..\..\Windows\MainWindow.xaml"
  58. System.Windows.Application.LoadComponent(this, resourceLocater);
  59. #line default
  60. #line hidden
  61. }
  62. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  64. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  68. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  69. switch (connectionId)
  70. {
  71. case 1:
  72. this.Password = ((System.Windows.Controls.PasswordBox)(target));
  73. return;
  74. }
  75. this._contentLoaded = true;
  76. }
  77. }
  78. }