WaferAssociationUnit.g.i.cs 3.8 KB

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