MainWindow.g.i.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. #pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "0B968A748DEE4D20F15C5B2155440BC8"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using BmffViewer;
  12. using BmffViewer.Properties;
  13. using MatrixIO.IO.Bmff;
  14. using System;
  15. using System.Diagnostics;
  16. using System.Windows;
  17. using System.Windows.Automation;
  18. using System.Windows.Controls;
  19. using System.Windows.Controls.Primitives;
  20. using System.Windows.Data;
  21. using System.Windows.Documents;
  22. using System.Windows.Ink;
  23. using System.Windows.Input;
  24. using System.Windows.Markup;
  25. using System.Windows.Media;
  26. using System.Windows.Media.Animation;
  27. using System.Windows.Media.Effects;
  28. using System.Windows.Media.Imaging;
  29. using System.Windows.Media.Media3D;
  30. using System.Windows.Media.TextFormatting;
  31. using System.Windows.Navigation;
  32. using System.Windows.Shapes;
  33. using System.Windows.Shell;
  34. namespace BmffViewer {
  35. /// <summary>
  36. /// MainWindow
  37. /// </summary>
  38. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
  39. #line 69 "..\..\..\MainWindow.xaml"
  40. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  41. internal System.Windows.Controls.TreeView TreeView1;
  42. #line default
  43. #line hidden
  44. private bool _contentLoaded;
  45. /// <summary>
  46. /// InitializeComponent
  47. /// </summary>
  48. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  49. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  50. public void InitializeComponent() {
  51. if (_contentLoaded) {
  52. return;
  53. }
  54. _contentLoaded = true;
  55. System.Uri resourceLocater = new System.Uri("/BmffViewer;component/mainwindow.xaml", System.UriKind.Relative);
  56. #line 1 "..\..\..\MainWindow.xaml"
  57. System.Windows.Application.LoadComponent(this, resourceLocater);
  58. #line default
  59. #line hidden
  60. }
  61. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  62. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  64. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  65. return System.Delegate.CreateDelegate(delegateType, this, handler);
  66. }
  67. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  68. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  69. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  73. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  74. switch (connectionId)
  75. {
  76. case 2:
  77. #line 37 "..\..\..\MainWindow.xaml"
  78. ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.Open_Executed);
  79. #line default
  80. #line hidden
  81. return;
  82. case 3:
  83. #line 38 "..\..\..\MainWindow.xaml"
  84. ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SaveAs_Executed);
  85. #line default
  86. #line hidden
  87. #line 38 "..\..\..\MainWindow.xaml"
  88. ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.SaveAs_CanExecute);
  89. #line default
  90. #line hidden
  91. return;
  92. case 4:
  93. #line 39 "..\..\..\MainWindow.xaml"
  94. ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.Close_Executed);
  95. #line default
  96. #line hidden
  97. #line 39 "..\..\..\MainWindow.xaml"
  98. ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.Close_CanExecute);
  99. #line default
  100. #line hidden
  101. return;
  102. case 5:
  103. #line 40 "..\..\..\MainWindow.xaml"
  104. ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.FastStart_Executed);
  105. #line default
  106. #line hidden
  107. #line 40 "..\..\..\MainWindow.xaml"
  108. ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.FastStart_CanExecute);
  109. #line default
  110. #line hidden
  111. return;
  112. case 6:
  113. #line 41 "..\..\..\MainWindow.xaml"
  114. ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DecompressMovieHeader_Executed);
  115. #line default
  116. #line hidden
  117. #line 41 "..\..\..\MainWindow.xaml"
  118. ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DecompressMovieHeader_CanExecute);
  119. #line default
  120. #line hidden
  121. return;
  122. case 7:
  123. #line 42 "..\..\..\MainWindow.xaml"
  124. ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SupportedBoxes_Executed);
  125. #line default
  126. #line hidden
  127. return;
  128. case 8:
  129. #line 43 "..\..\..\MainWindow.xaml"
  130. ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.Log_Executed);
  131. #line default
  132. #line hidden
  133. return;
  134. case 9:
  135. this.TreeView1 = ((System.Windows.Controls.TreeView)(target));
  136. #line 69 "..\..\..\MainWindow.xaml"
  137. this.TreeView1.AddHandler(System.Windows.Controls.TreeViewItem.SelectedEvent, new System.Windows.RoutedEventHandler(this.TreeView1_TreeViewItem_Selected));
  138. #line default
  139. #line hidden
  140. return;
  141. }
  142. this._contentLoaded = true;
  143. }
  144. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  145. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  146. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  147. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  148. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  149. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  150. void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
  151. switch (connectionId)
  152. {
  153. case 1:
  154. #line 32 "..\..\..\MainWindow.xaml"
  155. ((System.Windows.Controls.DataGrid)(target)).LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid_LoadingRow);
  156. #line default
  157. #line hidden
  158. break;
  159. }
  160. }
  161. }
  162. }