DataConfigView.g.i.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #pragma checksum "..\..\..\..\..\CenterViews\Configs\DataConfig\DataConfigView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C1DF51F46979A012C8103D2CB594FF67EC112F7A07CD002CCBD0FCBDB461414A"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Caliburn.Micro;
  12. using MECF.Framework.UI.Client.Ctrlib.Converter;
  13. using OpenSEMI.Ctrlib.Controls;
  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.Forms.Integration;
  23. using System.Windows.Ink;
  24. using System.Windows.Input;
  25. using System.Windows.Interactivity;
  26. using System.Windows.Markup;
  27. using System.Windows.Media;
  28. using System.Windows.Media.Animation;
  29. using System.Windows.Media.Effects;
  30. using System.Windows.Media.Imaging;
  31. using System.Windows.Media.Media3D;
  32. using System.Windows.Media.TextFormatting;
  33. using System.Windows.Navigation;
  34. using System.Windows.Shapes;
  35. using System.Windows.Shell;
  36. namespace MECF.Framework.UI.Client.CenterViews.Configs.DataConfig {
  37. /// <summary>
  38. /// DataConfigView
  39. /// </summary>
  40. public partial class DataConfigView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  41. private bool _contentLoaded;
  42. /// <summary>
  43. /// InitializeComponent
  44. /// </summary>
  45. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  47. public void InitializeComponent() {
  48. if (_contentLoaded) {
  49. return;
  50. }
  51. _contentLoaded = true;
  52. System.Uri resourceLocater = new System.Uri("/MECF.Framework.UI.Client;component/centerviews/configs/dataconfig/dataconfigview" +
  53. ".xaml", System.UriKind.Relative);
  54. #line 1 "..\..\..\..\..\CenterViews\Configs\DataConfig\DataConfigView.xaml"
  55. System.Windows.Application.LoadComponent(this, resourceLocater);
  56. #line default
  57. #line hidden
  58. }
  59. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  60. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  62. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  63. return System.Delegate.CreateDelegate(delegateType, this, handler);
  64. }
  65. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  67. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  71. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  72. this._contentLoaded = true;
  73. }
  74. }
  75. }