OverView.g.i.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. #pragma checksum "..\..\..\..\..\Models\Operate\Overview\OverView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0DDCD2FB56EE86360B6D7C64A089F4E2EA8A78223243E265C725E1875457F247"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Aitex.Core.UI.Converters;
  12. using Aitex.Core.UI.DeviceControl;
  13. using Caliburn.Micro;
  14. using OpenSEMI.Ctrlib.Controls;
  15. using OpenSEMI.Ctrlib.Types;
  16. using OpenSEMI.Ctrlib.Window;
  17. using System;
  18. using System.Diagnostics;
  19. using System.Windows;
  20. using System.Windows.Automation;
  21. using System.Windows.Controls;
  22. using System.Windows.Controls.Primitives;
  23. using System.Windows.Data;
  24. using System.Windows.Documents;
  25. using System.Windows.Forms.Integration;
  26. using System.Windows.Ink;
  27. using System.Windows.Input;
  28. using System.Windows.Interactivity;
  29. using System.Windows.Markup;
  30. using System.Windows.Media;
  31. using System.Windows.Media.Animation;
  32. using System.Windows.Media.Effects;
  33. using System.Windows.Media.Imaging;
  34. using System.Windows.Media.Media3D;
  35. using System.Windows.Media.TextFormatting;
  36. using System.Windows.Navigation;
  37. using System.Windows.Shapes;
  38. using System.Windows.Shell;
  39. using VirgoUI.Client.Controls.Parts;
  40. using VirgoUI.Client.Models.Controls;
  41. using VirgoUI.Client.Models.Operate;
  42. using VirgoUI.Client.Models.Operate.WaferAssociation;
  43. using VirgoUI.Controls.Parts;
  44. namespace VirgoUI.Client.Models.Operate {
  45. /// <summary>
  46. /// OverView
  47. /// </summary>
  48. public partial class OverView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  49. #line 57 "..\..\..\..\..\Models\Operate\Overview\OverView.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.Grid PMA_Info;
  52. #line default
  53. #line hidden
  54. #line 557 "..\..\..\..\..\Models\Operate\Overview\OverView.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.Grid LP1Cycle_Info;
  57. #line default
  58. #line hidden
  59. private bool _contentLoaded;
  60. /// <summary>
  61. /// InitializeComponent
  62. /// </summary>
  63. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  64. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  65. public void InitializeComponent() {
  66. if (_contentLoaded) {
  67. return;
  68. }
  69. _contentLoaded = true;
  70. System.Uri resourceLocater = new System.Uri("/VirgoUI;component/models/operate/overview/overview.xaml", System.UriKind.Relative);
  71. #line 1 "..\..\..\..\..\Models\Operate\Overview\OverView.xaml"
  72. System.Windows.Application.LoadComponent(this, resourceLocater);
  73. #line default
  74. #line hidden
  75. }
  76. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  78. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  79. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  80. return System.Delegate.CreateDelegate(delegateType, this, handler);
  81. }
  82. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  83. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  84. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  88. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  89. switch (connectionId)
  90. {
  91. case 1:
  92. this.PMA_Info = ((System.Windows.Controls.Grid)(target));
  93. return;
  94. case 2:
  95. this.LP1Cycle_Info = ((System.Windows.Controls.Grid)(target));
  96. return;
  97. }
  98. this._contentLoaded = true;
  99. }
  100. }
  101. }