Registration.g.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. #pragma checksum "..\..\..\..\View\Registration.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "03A7A0FBDF121EA01BAD5FBBB1981DCD3970BB07"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using MaterialDesignThemes.Wpf;
  12. using MaterialDesignThemes.Wpf.Converters;
  13. using MaterialDesignThemes.Wpf.Transitions;
  14. using RKISPATTERN.View;
  15. using System;
  16. using System.Diagnostics;
  17. using System.Windows;
  18. using System.Windows.Automation;
  19. using System.Windows.Controls;
  20. using System.Windows.Controls.Primitives;
  21. using System.Windows.Controls.Ribbon;
  22. using System.Windows.Data;
  23. using System.Windows.Documents;
  24. using System.Windows.Ink;
  25. using System.Windows.Input;
  26. using System.Windows.Markup;
  27. using System.Windows.Media;
  28. using System.Windows.Media.Animation;
  29. using System.Windows.Media.Effects;
  30. using System.Windows.Media.Imaging;
  31. using System.Windows.Media.Media3D;
  32. using System.Windows.Media.TextFormatting;
  33. using System.Windows.Navigation;
  34. using System.Windows.Shapes;
  35. using System.Windows.Shell;
  36. namespace RKISPATTERN.View {
  37. /// <summary>
  38. /// Registration
  39. /// </summary>
  40. public partial class Registration : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  41. #line 31 "..\..\..\..\View\Registration.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.TextBox tbUserName;
  44. #line default
  45. #line hidden
  46. #line 32 "..\..\..\..\View\Registration.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.TextBox tbFirstName;
  49. #line default
  50. #line hidden
  51. #line 33 "..\..\..\..\View\Registration.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.TextBox tbSecondName;
  54. #line default
  55. #line hidden
  56. #line 34 "..\..\..\..\View\Registration.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.TextBox tbThirdName;
  59. #line default
  60. #line hidden
  61. #line 35 "..\..\..\..\View\Registration.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.TextBox tbPhone;
  64. #line default
  65. #line hidden
  66. #line 36 "..\..\..\..\View\Registration.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.PasswordBox tbPassword;
  69. #line default
  70. #line hidden
  71. private bool _contentLoaded;
  72. /// <summary>
  73. /// InitializeComponent
  74. /// </summary>
  75. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  76. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.4.0")]
  77. public void InitializeComponent() {
  78. if (_contentLoaded) {
  79. return;
  80. }
  81. _contentLoaded = true;
  82. System.Uri resourceLocater = new System.Uri("/RKISPATTERN;component/view/registration.xaml", System.UriKind.Relative);
  83. #line 1 "..\..\..\..\View\Registration.xaml"
  84. System.Windows.Application.LoadComponent(this, resourceLocater);
  85. #line default
  86. #line hidden
  87. }
  88. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  89. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.4.0")]
  90. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  91. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  92. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  94. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  95. switch (connectionId)
  96. {
  97. case 1:
  98. this.tbUserName = ((System.Windows.Controls.TextBox)(target));
  99. return;
  100. case 2:
  101. this.tbFirstName = ((System.Windows.Controls.TextBox)(target));
  102. return;
  103. case 3:
  104. this.tbSecondName = ((System.Windows.Controls.TextBox)(target));
  105. return;
  106. case 4:
  107. this.tbThirdName = ((System.Windows.Controls.TextBox)(target));
  108. return;
  109. case 5:
  110. this.tbPhone = ((System.Windows.Controls.TextBox)(target));
  111. return;
  112. case 6:
  113. this.tbPassword = ((System.Windows.Controls.PasswordBox)(target));
  114. return;
  115. }
  116. this._contentLoaded = true;
  117. }
  118. }
  119. }