Window3.g.i.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. // Updated by XamlIntelliSenseFileGenerator 27.04.2022 19:46:49
  2. #pragma checksum "..\..\Window3.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3D5011A751047D5423FDB766BD415645A2A0964851ECAB65ABCD0950E940AC40"
  3. //------------------------------------------------------------------------------
  4. // <auto-generated>
  5. // Этот код создан программой.
  6. // Исполняемая версия:4.0.30319.42000
  7. //
  8. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  9. // повторной генерации кода.
  10. // </auto-generated>
  11. //------------------------------------------------------------------------------
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. using Task1;
  33. namespace Task1
  34. {
  35. /// <summary>
  36. /// Window3
  37. /// </summary>
  38. public partial class Window3 : System.Windows.Window, System.Windows.Markup.IComponentConnector
  39. {
  40. #line default
  41. #line hidden
  42. #line 40 "..\..\Window3.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.TextBox textbox_Id_task;
  45. #line default
  46. #line hidden
  47. #line 41 "..\..\Window3.xaml"
  48. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  49. internal System.Windows.Controls.TextBox textbox_UserCreatedLogin;
  50. #line default
  51. #line hidden
  52. #line 42 "..\..\Window3.xaml"
  53. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  54. internal System.Windows.Controls.TextBox textbox_Id_status_task;
  55. #line default
  56. #line hidden
  57. #line 43 "..\..\Window3.xaml"
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  59. internal System.Windows.Controls.TextBox textbox_Id_task_Alter;
  60. #line default
  61. #line hidden
  62. private bool _contentLoaded;
  63. /// <summary>
  64. /// InitializeComponent
  65. /// </summary>
  66. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  67. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  68. public void InitializeComponent()
  69. {
  70. if (_contentLoaded)
  71. {
  72. return;
  73. }
  74. _contentLoaded = true;
  75. System.Uri resourceLocater = new System.Uri("/Task1;component/window3.xaml", System.UriKind.Relative);
  76. #line 1 "..\..\Window3.xaml"
  77. System.Windows.Application.LoadComponent(this, resourceLocater);
  78. #line default
  79. #line hidden
  80. }
  81. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  82. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  83. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  84. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  87. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
  88. {
  89. switch (connectionId)
  90. {
  91. case 1:
  92. this.Tasks_table = ((System.Windows.Controls.DataGrid)(target));
  93. return;
  94. case 2:
  95. this.textbox_Id_task = ((System.Windows.Controls.TextBox)(target));
  96. return;
  97. case 3:
  98. this.textbox_UserCreatedLogin = ((System.Windows.Controls.TextBox)(target));
  99. return;
  100. case 4:
  101. this.textbox_Id_status_task = ((System.Windows.Controls.TextBox)(target));
  102. return;
  103. case 5:
  104. this.textbox_Id_task_Alter = ((System.Windows.Controls.TextBox)(target));
  105. return;
  106. case 6:
  107. #line 44 "..\..\Window3.xaml"
  108. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Find_UserCreatedLogin);
  109. #line default
  110. #line hidden
  111. return;
  112. case 7:
  113. #line 45 "..\..\Window3.xaml"
  114. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Accept_button);
  115. #line default
  116. #line hidden
  117. return;
  118. case 8:
  119. #line 46 "..\..\Window3.xaml"
  120. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.History_Task_button);
  121. #line default
  122. #line hidden
  123. return;
  124. case 9:
  125. #line 47 "..\..\Window3.xaml"
  126. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.TasksNotReady_button);
  127. #line default
  128. #line hidden
  129. return;
  130. case 10:
  131. #line 48 "..\..\Window3.xaml"
  132. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Alter_StatusTask);
  133. #line default
  134. #line hidden
  135. return;
  136. case 11:
  137. #line 49 "..\..\Window3.xaml"
  138. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ViewTasksWindow_repeat);
  139. #line default
  140. #line hidden
  141. return;
  142. }
  143. this._contentLoaded = true;
  144. }
  145. internal System.Windows.Controls.DataGrid Tasks;
  146. }
  147. }