PaginationList.g.i.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. #pragma checksum "..\..\..\..\CenterViews\Controls\PaginationList.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7217C03EEE10F5D2D0108CAFFC878D5E8A6266473E756463011AB81B565185DD"
  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.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Forms.Integration;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Interactivity;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace MECF.Framework.UI.Client.CenterViews.Controls {
  34. /// <summary>
  35. /// PaginationList
  36. /// </summary>
  37. public partial class PaginationList : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
  38. #line 26 "..\..\..\..\CenterViews\Controls\PaginationList.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal System.Windows.Controls.ListBox list;
  41. #line default
  42. #line hidden
  43. private bool _contentLoaded;
  44. /// <summary>
  45. /// InitializeComponent
  46. /// </summary>
  47. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  48. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  49. public void InitializeComponent() {
  50. if (_contentLoaded) {
  51. return;
  52. }
  53. _contentLoaded = true;
  54. System.Uri resourceLocater = new System.Uri("/MECF.Framework.UI.Client;component/centerviews/controls/paginationlist.xaml", System.UriKind.Relative);
  55. #line 1 "..\..\..\..\CenterViews\Controls\PaginationList.xaml"
  56. System.Windows.Application.LoadComponent(this, resourceLocater);
  57. #line default
  58. #line hidden
  59. }
  60. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  61. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  62. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  66. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  67. switch (connectionId)
  68. {
  69. case 1:
  70. #line 21 "..\..\..\..\CenterViews\Controls\PaginationList.xaml"
  71. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  72. #line default
  73. #line hidden
  74. return;
  75. case 2:
  76. #line 22 "..\..\..\..\CenterViews\Controls\PaginationList.xaml"
  77. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  78. #line default
  79. #line hidden
  80. return;
  81. case 3:
  82. #line 23 "..\..\..\..\CenterViews\Controls\PaginationList.xaml"
  83. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  84. #line default
  85. #line hidden
  86. return;
  87. case 4:
  88. #line 24 "..\..\..\..\CenterViews\Controls\PaginationList.xaml"
  89. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  90. #line default
  91. #line hidden
  92. return;
  93. case 5:
  94. this.list = ((System.Windows.Controls.ListBox)(target));
  95. return;
  96. }
  97. this._contentLoaded = true;
  98. }
  99. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  100. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  101. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  102. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  103. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  104. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  105. void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
  106. switch (connectionId)
  107. {
  108. case 6:
  109. #line 31 "..\..\..\..\CenterViews\Controls\PaginationList.xaml"
  110. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
  111. #line default
  112. #line hidden
  113. break;
  114. }
  115. }
  116. }
  117. }