MainWindow.g.i.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. #pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BD1B05EC21E7CE457DF7BFA3A9D9556D65528799"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Collections;
  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. using t8_elements;
  34. namespace t8_elements {
  35. /// <summary>
  36. /// MainWindow
  37. /// </summary>
  38. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  39. #line 30 "..\..\..\MainWindow.xaml"
  40. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  41. internal System.Windows.Controls.Button acceptButton;
  42. #line default
  43. #line hidden
  44. #line 36 "..\..\..\MainWindow.xaml"
  45. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  46. internal System.Windows.Controls.Button escButton;
  47. #line default
  48. #line hidden
  49. #line 41 "..\..\..\MainWindow.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.CheckBox checkBox;
  52. #line default
  53. #line hidden
  54. #line 79 "..\..\..\MainWindow.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.TextBox textBox1;
  57. #line default
  58. #line hidden
  59. #line 101 "..\..\..\MainWindow.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.TextBox TextBox1;
  62. #line default
  63. #line hidden
  64. #line 114 "..\..\..\MainWindow.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Controls.ListBox list;
  67. #line default
  68. #line hidden
  69. #line 164 "..\..\..\MainWindow.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Controls.DataGrid phonesGrid;
  72. #line default
  73. #line hidden
  74. #line 220 "..\..\..\MainWindow.xaml"
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  76. internal System.Windows.Controls.Image mainNagiev;
  77. #line default
  78. #line hidden
  79. private bool _contentLoaded;
  80. /// <summary>
  81. /// InitializeComponent
  82. /// </summary>
  83. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  84. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.4.0")]
  85. public void InitializeComponent() {
  86. if (_contentLoaded) {
  87. return;
  88. }
  89. _contentLoaded = true;
  90. System.Uri resourceLocater = new System.Uri("/t8_elements;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
  91. #line 1 "..\..\..\MainWindow.xaml"
  92. System.Windows.Application.LoadComponent(this, resourceLocater);
  93. #line default
  94. #line hidden
  95. }
  96. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  97. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.4.0")]
  98. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  99. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  100. return System.Delegate.CreateDelegate(delegateType, this, handler);
  101. }
  102. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  103. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.4.0")]
  104. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  105. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  106. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  107. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  108. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  109. switch (connectionId)
  110. {
  111. case 1:
  112. this.acceptButton = ((System.Windows.Controls.Button)(target));
  113. #line 34 "..\..\..\MainWindow.xaml"
  114. this.acceptButton.Click += new System.Windows.RoutedEventHandler(this.acceptButton_Click);
  115. #line default
  116. #line hidden
  117. return;
  118. case 2:
  119. this.escButton = ((System.Windows.Controls.Button)(target));
  120. #line 39 "..\..\..\MainWindow.xaml"
  121. this.escButton.Click += new System.Windows.RoutedEventHandler(this.escButton_Click);
  122. #line default
  123. #line hidden
  124. return;
  125. case 3:
  126. this.checkBox = ((System.Windows.Controls.CheckBox)(target));
  127. #line 48 "..\..\..\MainWindow.xaml"
  128. this.checkBox.Unchecked += new System.Windows.RoutedEventHandler(this.checkBox_Unchecked);
  129. #line default
  130. #line hidden
  131. #line 49 "..\..\..\MainWindow.xaml"
  132. this.checkBox.Checked += new System.Windows.RoutedEventHandler(this.checkBox_Checked);
  133. #line default
  134. #line hidden
  135. #line 50 "..\..\..\MainWindow.xaml"
  136. this.checkBox.Indeterminate += new System.Windows.RoutedEventHandler(this.checkBox_Indeterminate);
  137. #line default
  138. #line hidden
  139. return;
  140. case 4:
  141. #line 58 "..\..\..\MainWindow.xaml"
  142. ((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
  143. #line default
  144. #line hidden
  145. return;
  146. case 5:
  147. this.textBox1 = ((System.Windows.Controls.TextBox)(target));
  148. return;
  149. case 6:
  150. #line 94 "..\..\..\MainWindow.xaml"
  151. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  152. #line default
  153. #line hidden
  154. return;
  155. case 7:
  156. this.TextBox1 = ((System.Windows.Controls.TextBox)(target));
  157. return;
  158. case 8:
  159. this.list = ((System.Windows.Controls.ListBox)(target));
  160. #line 118 "..\..\..\MainWindow.xaml"
  161. this.list.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.list_Selected);
  162. #line default
  163. #line hidden
  164. return;
  165. case 9:
  166. this.phonesGrid = ((System.Windows.Controls.DataGrid)(target));
  167. return;
  168. case 10:
  169. this.mainNagiev = ((System.Windows.Controls.Image)(target));
  170. return;
  171. }
  172. this._contentLoaded = true;
  173. }
  174. }
  175. }