EditProductWindow.g.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. #pragma checksum "..\..\..\..\Windows\EditProductWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F431BD97982ACBBD62556DD699F90537466A1CFD"
  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.Controls.Ribbon;
  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. using wpf_connection3.Windows;
  33. namespace wpf_connection3.Windows {
  34. /// <summary>
  35. /// EditProductWindow
  36. /// </summary>
  37. public partial class EditProductWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  38. #line 9 "..\..\..\..\Windows\EditProductWindow.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal wpf_connection3.Windows.EditProductWindow root;
  41. #line default
  42. #line hidden
  43. #line 21 "..\..\..\..\Windows\EditProductWindow.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.Image CurrentProductImage;
  46. #line default
  47. #line hidden
  48. #line 31 "..\..\..\..\Windows\EditProductWindow.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.TextBox ArticleNumberTextBox;
  51. #line default
  52. #line hidden
  53. #line 37 "..\..\..\..\Windows\EditProductWindow.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.TextBox TitleTextBox;
  56. #line default
  57. #line hidden
  58. #line 42 "..\..\..\..\Windows\EditProductWindow.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.ComboBox ProductTypeComboBox;
  61. #line default
  62. #line hidden
  63. #line 48 "..\..\..\..\Windows\EditProductWindow.xaml"
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  65. internal System.Windows.Controls.TextBox ProductionPersonCountTextBox;
  66. #line default
  67. #line hidden
  68. #line 53 "..\..\..\..\Windows\EditProductWindow.xaml"
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  70. internal System.Windows.Controls.TextBox ProductionWorkshopNumberTextBox;
  71. #line default
  72. #line hidden
  73. #line 58 "..\..\..\..\Windows\EditProductWindow.xaml"
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  75. internal System.Windows.Controls.TextBox MinCostForAgentTextBox;
  76. #line default
  77. #line hidden
  78. #line 63 "..\..\..\..\Windows\EditProductWindow.xaml"
  79. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  80. internal System.Windows.Controls.TextBox DescriptionTextBox;
  81. #line default
  82. #line hidden
  83. #line 69 "..\..\..\..\Windows\EditProductWindow.xaml"
  84. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  85. internal System.Windows.Controls.Button ChangeImageButton;
  86. #line default
  87. #line hidden
  88. #line 75 "..\..\..\..\Windows\EditProductWindow.xaml"
  89. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  90. internal System.Windows.Controls.Button SaveButton;
  91. #line default
  92. #line hidden
  93. #line 81 "..\..\..\..\Windows\EditProductWindow.xaml"
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  95. internal System.Windows.Controls.Button deleteButton;
  96. #line default
  97. #line hidden
  98. private bool _contentLoaded;
  99. /// <summary>
  100. /// InitializeComponent
  101. /// </summary>
  102. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  103. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
  104. public void InitializeComponent() {
  105. if (_contentLoaded) {
  106. return;
  107. }
  108. _contentLoaded = true;
  109. System.Uri resourceLocater = new System.Uri("/wpf_connection3;component/windows/editproductwindow.xaml", System.UriKind.Relative);
  110. #line 1 "..\..\..\..\Windows\EditProductWindow.xaml"
  111. System.Windows.Application.LoadComponent(this, resourceLocater);
  112. #line default
  113. #line hidden
  114. }
  115. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  116. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
  117. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  118. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  119. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  120. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  121. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  122. switch (connectionId)
  123. {
  124. case 1:
  125. this.root = ((wpf_connection3.Windows.EditProductWindow)(target));
  126. return;
  127. case 2:
  128. this.CurrentProductImage = ((System.Windows.Controls.Image)(target));
  129. return;
  130. case 3:
  131. this.ArticleNumberTextBox = ((System.Windows.Controls.TextBox)(target));
  132. return;
  133. case 4:
  134. this.TitleTextBox = ((System.Windows.Controls.TextBox)(target));
  135. return;
  136. case 5:
  137. this.ProductTypeComboBox = ((System.Windows.Controls.ComboBox)(target));
  138. return;
  139. case 6:
  140. this.ProductionPersonCountTextBox = ((System.Windows.Controls.TextBox)(target));
  141. return;
  142. case 7:
  143. this.ProductionWorkshopNumberTextBox = ((System.Windows.Controls.TextBox)(target));
  144. return;
  145. case 8:
  146. this.MinCostForAgentTextBox = ((System.Windows.Controls.TextBox)(target));
  147. return;
  148. case 9:
  149. this.DescriptionTextBox = ((System.Windows.Controls.TextBox)(target));
  150. return;
  151. case 10:
  152. this.ChangeImageButton = ((System.Windows.Controls.Button)(target));
  153. #line 72 "..\..\..\..\Windows\EditProductWindow.xaml"
  154. this.ChangeImageButton.Click += new System.Windows.RoutedEventHandler(this.ChangeImageButton_Click);
  155. #line default
  156. #line hidden
  157. return;
  158. case 11:
  159. this.SaveButton = ((System.Windows.Controls.Button)(target));
  160. #line 78 "..\..\..\..\Windows\EditProductWindow.xaml"
  161. this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);
  162. #line default
  163. #line hidden
  164. return;
  165. case 12:
  166. this.deleteButton = ((System.Windows.Controls.Button)(target));
  167. #line 84 "..\..\..\..\Windows\EditProductWindow.xaml"
  168. this.deleteButton.Click += new System.Windows.RoutedEventHandler(this.deleteButton_Click);
  169. #line default
  170. #line hidden
  171. return;
  172. }
  173. this._contentLoaded = true;
  174. }
  175. }
  176. }