Menu.g.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. #pragma checksum "..\..\..\windows\Menu.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B4D4B06E277EC2DA4D28119E6A7E7580B46945F5FC867822C219ADFF022AA04A"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using KFC.windows;
  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. namespace KFC.windows {
  33. /// <summary>
  34. /// Menu
  35. /// </summary>
  36. public partial class Menu : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  37. #line 11 "..\..\..\windows\Menu.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal System.Windows.Controls.TextBox tbfin;
  40. #line default
  41. #line hidden
  42. #line 12 "..\..\..\windows\Menu.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.TabControl menu;
  45. #line default
  46. #line hidden
  47. #line 118 "..\..\..\windows\Menu.xaml"
  48. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  49. internal System.Windows.Controls.Label itog;
  50. #line default
  51. #line hidden
  52. private bool _contentLoaded;
  53. /// <summary>
  54. /// InitializeComponent
  55. /// </summary>
  56. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  57. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  58. public void InitializeComponent() {
  59. if (_contentLoaded) {
  60. return;
  61. }
  62. _contentLoaded = true;
  63. System.Uri resourceLocater = new System.Uri("/KFC;component/windows/menu.xaml", System.UriKind.Relative);
  64. #line 1 "..\..\..\windows\Menu.xaml"
  65. System.Windows.Application.LoadComponent(this, resourceLocater);
  66. #line default
  67. #line hidden
  68. }
  69. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  70. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  71. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  75. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  76. switch (connectionId)
  77. {
  78. case 1:
  79. this.tbfin = ((System.Windows.Controls.TextBox)(target));
  80. return;
  81. case 2:
  82. this.menu = ((System.Windows.Controls.TabControl)(target));
  83. return;
  84. case 3:
  85. #line 29 "..\..\..\windows\Menu.xaml"
  86. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
  87. #line default
  88. #line hidden
  89. return;
  90. case 4:
  91. #line 32 "..\..\..\windows\Menu.xaml"
  92. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
  93. #line default
  94. #line hidden
  95. return;
  96. case 5:
  97. #line 39 "..\..\..\windows\Menu.xaml"
  98. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_8);
  99. #line default
  100. #line hidden
  101. return;
  102. case 6:
  103. #line 42 "..\..\..\windows\Menu.xaml"
  104. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_9);
  105. #line default
  106. #line hidden
  107. return;
  108. case 7:
  109. #line 59 "..\..\..\windows\Menu.xaml"
  110. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_3);
  111. #line default
  112. #line hidden
  113. return;
  114. case 8:
  115. #line 64 "..\..\..\windows\Menu.xaml"
  116. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_10);
  117. #line default
  118. #line hidden
  119. return;
  120. case 9:
  121. #line 79 "..\..\..\windows\Menu.xaml"
  122. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_4);
  123. #line default
  124. #line hidden
  125. return;
  126. case 10:
  127. #line 82 "..\..\..\windows\Menu.xaml"
  128. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_11);
  129. #line default
  130. #line hidden
  131. return;
  132. case 11:
  133. #line 102 "..\..\..\windows\Menu.xaml"
  134. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_6);
  135. #line default
  136. #line hidden
  137. return;
  138. case 12:
  139. #line 105 "..\..\..\windows\Menu.xaml"
  140. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_12);
  141. #line default
  142. #line hidden
  143. return;
  144. case 13:
  145. #line 117 "..\..\..\windows\Menu.xaml"
  146. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  147. #line default
  148. #line hidden
  149. return;
  150. case 14:
  151. this.itog = ((System.Windows.Controls.Label)(target));
  152. return;
  153. }
  154. this._contentLoaded = true;
  155. }
  156. }
  157. }