DriverWindow.g.i.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. // Updated by XamlIntelliSenseFileGenerator 28.05.2026 18:42:05
  2. #pragma checksum "..\..\..\DriverWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "443C3C81DD39FADBEE3ED709C15D9EED9684EAC5"
  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.Controls.Ribbon;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace WpfApp1
  34. {
  35. /// <summary>
  36. /// Window1
  37. /// </summary>
  38. public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector
  39. {
  40. #line default
  41. #line hidden
  42. #line 51 "..\..\..\DriverWindow.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.TextBox txtFullName;
  45. #line default
  46. #line hidden
  47. private bool _contentLoaded;
  48. /// <summary>
  49. /// InitializeComponent
  50. /// </summary>
  51. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  52. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.9.0")]
  53. public void InitializeComponent()
  54. {
  55. if (_contentLoaded)
  56. {
  57. return;
  58. }
  59. _contentLoaded = true;
  60. System.Uri resourceLocater = new System.Uri("/WpfApp1;V1.0.0.0;component/driverwindow.xaml", System.UriKind.Relative);
  61. #line 1 "..\..\..\DriverWindow.xaml"
  62. System.Windows.Application.LoadComponent(this, resourceLocater);
  63. #line default
  64. #line hidden
  65. }
  66. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  67. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.9.0")]
  68. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  72. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
  73. {
  74. switch (connectionId)
  75. {
  76. case 1:
  77. this.txtLogin = ((System.Windows.Controls.TextBox)(target));
  78. return;
  79. case 2:
  80. this.txtPassword = ((System.Windows.Controls.PasswordBox)(target));
  81. return;
  82. case 3:
  83. this.txtFullName = ((System.Windows.Controls.TextBox)(target));
  84. return;
  85. case 4:
  86. this.cmbRole = ((System.Windows.Controls.ComboBox)(target));
  87. return;
  88. case 5:
  89. #line 62 "..\..\..\DriverWindow.xaml"
  90. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
  91. #line default
  92. #line hidden
  93. return;
  94. case 6:
  95. #line 64 "..\..\..\DriverWindow.xaml"
  96. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);
  97. #line default
  98. #line hidden
  99. return;
  100. }
  101. this._contentLoaded = true;
  102. }
  103. internal System.Windows.Controls.TextBox txtLastName;
  104. internal System.Windows.Controls.TextBox txtTabNumber;
  105. }
  106. }