Reg.g.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. #pragma checksum "..\..\..\Pages\Reg.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "791F3A69F085AD64B0E5463A5D9B93052AEA833FD2B2AB6F789F262078368A97"
  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.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. using Детский_сад;
  32. namespace Детский_сад {
  33. /// <summary>
  34. /// Reg
  35. /// </summary>
  36. public partial class Reg : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
  37. #line 27 "..\..\..\Pages\Reg.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal System.Windows.Controls.TextBox tboxSurname;
  40. #line default
  41. #line hidden
  42. #line 31 "..\..\..\Pages\Reg.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.TextBox tboxName;
  45. #line default
  46. #line hidden
  47. #line 35 "..\..\..\Pages\Reg.xaml"
  48. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  49. internal System.Windows.Controls.TextBox tboxPatronymic;
  50. #line default
  51. #line hidden
  52. #line 39 "..\..\..\Pages\Reg.xaml"
  53. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  54. internal System.Windows.Controls.DatePicker dpBirthdate;
  55. #line default
  56. #line hidden
  57. #line 43 "..\..\..\Pages\Reg.xaml"
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  59. internal System.Windows.Controls.ComboBox cbGender;
  60. #line default
  61. #line hidden
  62. #line 50 "..\..\..\Pages\Reg.xaml"
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  64. internal System.Windows.Controls.ComboBox cbPositions;
  65. #line default
  66. #line hidden
  67. #line 57 "..\..\..\Pages\Reg.xaml"
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  69. internal System.Windows.Controls.TextBox tboxStreet;
  70. #line default
  71. #line hidden
  72. #line 61 "..\..\..\Pages\Reg.xaml"
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  74. internal System.Windows.Controls.TextBox tboxBuilding;
  75. #line default
  76. #line hidden
  77. #line 65 "..\..\..\Pages\Reg.xaml"
  78. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  79. internal System.Windows.Controls.TextBox tboxPhone;
  80. #line default
  81. #line hidden
  82. #line 69 "..\..\..\Pages\Reg.xaml"
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  84. internal System.Windows.Controls.TextBox tboxLogin;
  85. #line default
  86. #line hidden
  87. #line 73 "..\..\..\Pages\Reg.xaml"
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  89. internal System.Windows.Controls.TextBox tboxPassword;
  90. #line default
  91. #line hidden
  92. #line 77 "..\..\..\Pages\Reg.xaml"
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  94. internal System.Windows.Controls.Button btnReg;
  95. #line default
  96. #line hidden
  97. private bool _contentLoaded;
  98. /// <summary>
  99. /// InitializeComponent
  100. /// </summary>
  101. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  102. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  103. public void InitializeComponent() {
  104. if (_contentLoaded) {
  105. return;
  106. }
  107. _contentLoaded = true;
  108. System.Uri resourceLocater = new System.Uri("/Детский сад;component/pages/reg.xaml", System.UriKind.Relative);
  109. #line 1 "..\..\..\Pages\Reg.xaml"
  110. System.Windows.Application.LoadComponent(this, resourceLocater);
  111. #line default
  112. #line hidden
  113. }
  114. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  115. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  116. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  117. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  118. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  119. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  120. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  121. switch (connectionId)
  122. {
  123. case 1:
  124. this.tboxSurname = ((System.Windows.Controls.TextBox)(target));
  125. return;
  126. case 2:
  127. this.tboxName = ((System.Windows.Controls.TextBox)(target));
  128. return;
  129. case 3:
  130. this.tboxPatronymic = ((System.Windows.Controls.TextBox)(target));
  131. return;
  132. case 4:
  133. this.dpBirthdate = ((System.Windows.Controls.DatePicker)(target));
  134. return;
  135. case 5:
  136. this.cbGender = ((System.Windows.Controls.ComboBox)(target));
  137. return;
  138. case 6:
  139. this.cbPositions = ((System.Windows.Controls.ComboBox)(target));
  140. return;
  141. case 7:
  142. this.tboxStreet = ((System.Windows.Controls.TextBox)(target));
  143. return;
  144. case 8:
  145. this.tboxBuilding = ((System.Windows.Controls.TextBox)(target));
  146. return;
  147. case 9:
  148. this.tboxPhone = ((System.Windows.Controls.TextBox)(target));
  149. return;
  150. case 10:
  151. this.tboxLogin = ((System.Windows.Controls.TextBox)(target));
  152. return;
  153. case 11:
  154. this.tboxPassword = ((System.Windows.Controls.TextBox)(target));
  155. return;
  156. case 12:
  157. this.btnReg = ((System.Windows.Controls.Button)(target));
  158. #line 77 "..\..\..\Pages\Reg.xaml"
  159. this.btnReg.Click += new System.Windows.RoutedEventHandler(this.btnReg_Click);
  160. #line default
  161. #line hidden
  162. return;
  163. }
  164. this._contentLoaded = true;
  165. }
  166. }
  167. }