RefuelingPage.g.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. #pragma checksum "..\..\RefuelingPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6BF402658857CCF72BC7765A5B6DF1D2210711E460575087ACA9621486D47BD7"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using FillingColumn;
  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 FillingColumn {
  33. /// <summary>
  34. /// RefuelingPage
  35. /// </summary>
  36. public partial class RefuelingPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
  37. #line 29 "..\..\RefuelingPage.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal System.Windows.Controls.TextBlock TxtDataOfCamera;
  40. #line default
  41. #line hidden
  42. #line 31 "..\..\RefuelingPage.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.ComboBox CmbTypeOfFuel;
  45. #line default
  46. #line hidden
  47. #line 33 "..\..\RefuelingPage.xaml"
  48. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  49. internal System.Windows.Controls.ComboBox CmbTypeOfRefueling;
  50. #line default
  51. #line hidden
  52. #line 35 "..\..\RefuelingPage.xaml"
  53. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  54. internal System.Windows.Controls.ComboBox CmbTypeOfPayment;
  55. #line default
  56. #line hidden
  57. #line 36 "..\..\RefuelingPage.xaml"
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  59. internal System.Windows.Controls.Button BtnEnterDataOfCard;
  60. #line default
  61. #line hidden
  62. #line 49 "..\..\RefuelingPage.xaml"
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  64. internal System.Windows.Controls.TextBlock TxtErroreMessage;
  65. #line default
  66. #line hidden
  67. #line 51 "..\..\RefuelingPage.xaml"
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  69. internal System.Windows.Controls.TextBlock TxtAmount;
  70. #line default
  71. #line hidden
  72. #line 52 "..\..\RefuelingPage.xaml"
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  74. internal System.Windows.Controls.TextBox TbAmount;
  75. #line default
  76. #line hidden
  77. #line 54 "..\..\RefuelingPage.xaml"
  78. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  79. internal System.Windows.Controls.TextBlock TxtCost;
  80. #line default
  81. #line hidden
  82. #line 55 "..\..\RefuelingPage.xaml"
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  84. internal System.Windows.Controls.TextBox TbCost;
  85. #line default
  86. #line hidden
  87. #line 56 "..\..\RefuelingPage.xaml"
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  89. internal System.Windows.Controls.Button BtnPayment;
  90. #line default
  91. #line hidden
  92. private bool _contentLoaded;
  93. /// <summary>
  94. /// InitializeComponent
  95. /// </summary>
  96. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  97. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  98. public void InitializeComponent() {
  99. if (_contentLoaded) {
  100. return;
  101. }
  102. _contentLoaded = true;
  103. System.Uri resourceLocater = new System.Uri("/FillingColumn;component/refuelingpage.xaml", System.UriKind.Relative);
  104. #line 1 "..\..\RefuelingPage.xaml"
  105. System.Windows.Application.LoadComponent(this, resourceLocater);
  106. #line default
  107. #line hidden
  108. }
  109. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  110. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  111. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  112. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  113. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  114. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  115. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  116. switch (connectionId)
  117. {
  118. case 1:
  119. this.TxtDataOfCamera = ((System.Windows.Controls.TextBlock)(target));
  120. return;
  121. case 2:
  122. this.CmbTypeOfFuel = ((System.Windows.Controls.ComboBox)(target));
  123. #line 31 "..\..\RefuelingPage.xaml"
  124. this.CmbTypeOfFuel.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CmbTypeOfFuel_SelectionChanged);
  125. #line default
  126. #line hidden
  127. return;
  128. case 3:
  129. this.CmbTypeOfRefueling = ((System.Windows.Controls.ComboBox)(target));
  130. #line 33 "..\..\RefuelingPage.xaml"
  131. this.CmbTypeOfRefueling.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CmbTypeOfRefueling_SelectionChanged);
  132. #line default
  133. #line hidden
  134. return;
  135. case 4:
  136. this.CmbTypeOfPayment = ((System.Windows.Controls.ComboBox)(target));
  137. #line 35 "..\..\RefuelingPage.xaml"
  138. this.CmbTypeOfPayment.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CmbTypeOfPayment_SelectionChanged);
  139. #line default
  140. #line hidden
  141. return;
  142. case 5:
  143. this.BtnEnterDataOfCard = ((System.Windows.Controls.Button)(target));
  144. #line 36 "..\..\RefuelingPage.xaml"
  145. this.BtnEnterDataOfCard.Click += new System.Windows.RoutedEventHandler(this.BtnEnterDataOfCard_Click);
  146. #line default
  147. #line hidden
  148. return;
  149. case 6:
  150. this.TxtErroreMessage = ((System.Windows.Controls.TextBlock)(target));
  151. return;
  152. case 7:
  153. this.TxtAmount = ((System.Windows.Controls.TextBlock)(target));
  154. return;
  155. case 8:
  156. this.TbAmount = ((System.Windows.Controls.TextBox)(target));
  157. #line 52 "..\..\RefuelingPage.xaml"
  158. this.TbAmount.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TbAmount_TextChanged);
  159. #line default
  160. #line hidden
  161. return;
  162. case 9:
  163. this.TxtCost = ((System.Windows.Controls.TextBlock)(target));
  164. return;
  165. case 10:
  166. this.TbCost = ((System.Windows.Controls.TextBox)(target));
  167. #line 55 "..\..\RefuelingPage.xaml"
  168. this.TbCost.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TbCost_TextChanged);
  169. #line default
  170. #line hidden
  171. return;
  172. case 11:
  173. this.BtnPayment = ((System.Windows.Controls.Button)(target));
  174. #line 56 "..\..\RefuelingPage.xaml"
  175. this.BtnPayment.Click += new System.Windows.RoutedEventHandler(this.BtnPayment_Click);
  176. #line default
  177. #line hidden
  178. return;
  179. }
  180. this._contentLoaded = true;
  181. }
  182. }
  183. }