ViewTasksWindow.g.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. #pragma checksum "..\..\..\Views\ViewTasksWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "ADBFE30F81DBB2AACDC999F75E6C829939389C2BE03F12CA3F53C0C51DD48632"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Microsoft.Xaml.Behaviors;
  12. using Microsoft.Xaml.Behaviors.Core;
  13. using Microsoft.Xaml.Behaviors.Input;
  14. using Microsoft.Xaml.Behaviors.Layout;
  15. using Microsoft.Xaml.Behaviors.Media;
  16. using System;
  17. using System.Diagnostics;
  18. using System.Windows;
  19. using System.Windows.Automation;
  20. using System.Windows.Controls;
  21. using System.Windows.Controls.Primitives;
  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. using Work29;
  37. using Work29.ViewModels;
  38. namespace Work29 {
  39. /// <summary>
  40. /// ViewTasksWindow
  41. /// </summary>
  42. public partial class ViewTasksWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  43. #line 27 "..\..\..\Views\ViewTasksWindow.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.DataGrid Tasks_table;
  46. #line default
  47. #line hidden
  48. #line 55 "..\..\..\Views\ViewTasksWindow.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.TextBox textbox_UserCreatedLogin;
  51. #line default
  52. #line hidden
  53. private bool _contentLoaded;
  54. /// <summary>
  55. /// InitializeComponent
  56. /// </summary>
  57. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  58. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  59. public void InitializeComponent() {
  60. if (_contentLoaded) {
  61. return;
  62. }
  63. _contentLoaded = true;
  64. System.Uri resourceLocater = new System.Uri("/Work29;component/views/viewtaskswindow.xaml", System.UriKind.Relative);
  65. #line 1 "..\..\..\Views\ViewTasksWindow.xaml"
  66. System.Windows.Application.LoadComponent(this, resourceLocater);
  67. #line default
  68. #line hidden
  69. }
  70. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  71. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  72. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  76. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  77. switch (connectionId)
  78. {
  79. case 1:
  80. this.Tasks_table = ((System.Windows.Controls.DataGrid)(target));
  81. return;
  82. case 2:
  83. this.textbox_UserCreatedLogin = ((System.Windows.Controls.TextBox)(target));
  84. return;
  85. }
  86. this._contentLoaded = true;
  87. }
  88. }
  89. }