OptionsWindow.g.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. #pragma checksum "..\..\OptionsWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "5708FA111ED630C1E493A69993002E22"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Ce code a été généré par un outil.
  5. // Version du runtime :4.0.30319.42000
  6. //
  7. // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
  8. // le code est régénéré.
  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. namespace barry {
  32. /// <summary>
  33. /// OptionsWindow
  34. /// </summary>
  35. public partial class OptionsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36. #line 12 "..\..\OptionsWindow.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.TextBox txt_path;
  39. #line default
  40. #line hidden
  41. #line 15 "..\..\OptionsWindow.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.TextBox txt_subdir;
  44. #line default
  45. #line hidden
  46. #line 19 "..\..\OptionsWindow.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.ComboBox cb_bkptype;
  49. #line default
  50. #line hidden
  51. #line 25 "..\..\OptionsWindow.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.Label lbl_decription;
  54. #line default
  55. #line hidden
  56. #line 27 "..\..\OptionsWindow.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.Button btn_save;
  59. #line default
  60. #line hidden
  61. #line 28 "..\..\OptionsWindow.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.Button btn_cancel;
  64. #line default
  65. #line hidden
  66. #line 29 "..\..\OptionsWindow.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.Button btn_explorecpu;
  69. #line default
  70. #line hidden
  71. #line 30 "..\..\OptionsWindow.xaml"
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  73. internal System.Windows.Controls.Button btn_exploredevice;
  74. #line default
  75. #line hidden
  76. private bool _contentLoaded;
  77. /// <summary>
  78. /// InitializeComponent
  79. /// </summary>
  80. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  81. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  82. public void InitializeComponent() {
  83. if (_contentLoaded) {
  84. return;
  85. }
  86. _contentLoaded = true;
  87. System.Uri resourceLocater = new System.Uri("/barry;component/optionswindow.xaml", System.UriKind.Relative);
  88. #line 1 "..\..\OptionsWindow.xaml"
  89. System.Windows.Application.LoadComponent(this, resourceLocater);
  90. #line default
  91. #line hidden
  92. }
  93. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  94. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  95. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  97. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  98. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  99. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  100. switch (connectionId)
  101. {
  102. case 1:
  103. this.txt_path = ((System.Windows.Controls.TextBox)(target));
  104. #line 12 "..\..\OptionsWindow.xaml"
  105. this.txt_path.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txt_path_TextChanged);
  106. #line default
  107. #line hidden
  108. return;
  109. case 2:
  110. this.txt_subdir = ((System.Windows.Controls.TextBox)(target));
  111. #line 15 "..\..\OptionsWindow.xaml"
  112. this.txt_subdir.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txt_subdir_TextChanged);
  113. #line default
  114. #line hidden
  115. return;
  116. case 3:
  117. this.cb_bkptype = ((System.Windows.Controls.ComboBox)(target));
  118. #line 19 "..\..\OptionsWindow.xaml"
  119. this.cb_bkptype.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cb_bkptype_SelectionChanged);
  120. #line default
  121. #line hidden
  122. return;
  123. case 4:
  124. this.lbl_decription = ((System.Windows.Controls.Label)(target));
  125. return;
  126. case 5:
  127. this.btn_save = ((System.Windows.Controls.Button)(target));
  128. #line 27 "..\..\OptionsWindow.xaml"
  129. this.btn_save.Click += new System.Windows.RoutedEventHandler(this.btn_save_Click);
  130. #line default
  131. #line hidden
  132. return;
  133. case 6:
  134. this.btn_cancel = ((System.Windows.Controls.Button)(target));
  135. #line 28 "..\..\OptionsWindow.xaml"
  136. this.btn_cancel.Click += new System.Windows.RoutedEventHandler(this.btn_cancel_Click);
  137. #line default
  138. #line hidden
  139. return;
  140. case 7:
  141. this.btn_explorecpu = ((System.Windows.Controls.Button)(target));
  142. #line 29 "..\..\OptionsWindow.xaml"
  143. this.btn_explorecpu.Click += new System.Windows.RoutedEventHandler(this.btn_explorecpu_Click);
  144. #line default
  145. #line hidden
  146. return;
  147. case 8:
  148. this.btn_exploredevice = ((System.Windows.Controls.Button)(target));
  149. #line 30 "..\..\OptionsWindow.xaml"
  150. this.btn_exploredevice.Click += new System.Windows.RoutedEventHandler(this.btn_exploredevice_Click);
  151. #line default
  152. #line hidden
  153. return;
  154. }
  155. this._contentLoaded = true;
  156. }
  157. }
  158. }