MainWindow.g.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C42B3E49AEC1A28B477F10EB7DEDD6B8A7F7F9F1EBEC4BFEFD62E4CCE978C026"
  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 WpfApp1;
  32. namespace WpfApp1 {
  33. /// <summary>
  34. /// MainWindow
  35. /// </summary>
  36. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  37. #line 19 "..\..\MainWindow.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal System.Windows.Controls.TextBox tb_name;
  40. #line default
  41. #line hidden
  42. #line 22 "..\..\MainWindow.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.DatePicker dp_date;
  45. #line default
  46. #line hidden
  47. #line 25 "..\..\MainWindow.xaml"
  48. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  49. internal System.Windows.Controls.ListBox lb_pol;
  50. #line default
  51. #line hidden
  52. #line 33 "..\..\MainWindow.xaml"
  53. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  54. internal System.Windows.Controls.CheckBox cb_1;
  55. #line default
  56. #line hidden
  57. #line 34 "..\..\MainWindow.xaml"
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  59. internal System.Windows.Controls.CheckBox cb_2;
  60. #line default
  61. #line hidden
  62. #line 35 "..\..\MainWindow.xaml"
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  64. internal System.Windows.Controls.CheckBox cb_3;
  65. #line default
  66. #line hidden
  67. #line 45 "..\..\MainWindow.xaml"
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  69. internal System.Windows.Controls.GroupBox nameV;
  70. #line default
  71. #line hidden
  72. #line 48 "..\..\MainWindow.xaml"
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  74. internal System.Windows.Controls.GroupBox datenV;
  75. #line default
  76. #line hidden
  77. #line 51 "..\..\MainWindow.xaml"
  78. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  79. internal System.Windows.Controls.GroupBox polV;
  80. #line default
  81. #line hidden
  82. #line 54 "..\..\MainWindow.xaml"
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  84. internal System.Windows.Controls.GroupBox diV;
  85. #line default
  86. #line hidden
  87. private bool _contentLoaded;
  88. /// <summary>
  89. /// InitializeComponent
  90. /// </summary>
  91. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  92. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  93. public void InitializeComponent() {
  94. if (_contentLoaded) {
  95. return;
  96. }
  97. _contentLoaded = true;
  98. System.Uri resourceLocater = new System.Uri("/WpfApp1;component/mainwindow.xaml", System.UriKind.Relative);
  99. #line 1 "..\..\MainWindow.xaml"
  100. System.Windows.Application.LoadComponent(this, resourceLocater);
  101. #line default
  102. #line hidden
  103. }
  104. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  105. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  106. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  107. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  108. return System.Delegate.CreateDelegate(delegateType, this, handler);
  109. }
  110. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  111. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  112. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  113. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  114. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  115. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  116. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  117. switch (connectionId)
  118. {
  119. case 1:
  120. this.tb_name = ((System.Windows.Controls.TextBox)(target));
  121. return;
  122. case 2:
  123. this.dp_date = ((System.Windows.Controls.DatePicker)(target));
  124. return;
  125. case 3:
  126. this.lb_pol = ((System.Windows.Controls.ListBox)(target));
  127. return;
  128. case 4:
  129. this.cb_1 = ((System.Windows.Controls.CheckBox)(target));
  130. return;
  131. case 5:
  132. this.cb_2 = ((System.Windows.Controls.CheckBox)(target));
  133. return;
  134. case 6:
  135. this.cb_3 = ((System.Windows.Controls.CheckBox)(target));
  136. return;
  137. case 7:
  138. #line 40 "..\..\MainWindow.xaml"
  139. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  140. #line default
  141. #line hidden
  142. return;
  143. case 8:
  144. this.nameV = ((System.Windows.Controls.GroupBox)(target));
  145. return;
  146. case 9:
  147. this.datenV = ((System.Windows.Controls.GroupBox)(target));
  148. return;
  149. case 10:
  150. this.polV = ((System.Windows.Controls.GroupBox)(target));
  151. return;
  152. case 11:
  153. this.diV = ((System.Windows.Controls.GroupBox)(target));
  154. return;
  155. case 12:
  156. #line 60 "..\..\MainWindow.xaml"
  157. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
  158. #line default
  159. #line hidden
  160. return;
  161. case 13:
  162. #line 61 "..\..\MainWindow.xaml"
  163. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
  164. #line default
  165. #line hidden
  166. return;
  167. }
  168. this._contentLoaded = true;
  169. }
  170. }
  171. }