ThicknessDialogView.g.i.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. #pragma checksum "..\..\..\Dialog\ThicknessDialogView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A6A856125D18E1AED123F911124AFA60F7E509E2C840B84E1E45C68B3683B2AD"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using OpenSEMI.Ctrlib.Controls;
  12. using OpenSEMI.Ctrlib.Types;
  13. using OpenSEMI.Ctrlib.Window;
  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.Markup;
  26. using System.Windows.Media;
  27. using System.Windows.Media.Animation;
  28. using System.Windows.Media.Effects;
  29. using System.Windows.Media.Imaging;
  30. using System.Windows.Media.Media3D;
  31. using System.Windows.Media.TextFormatting;
  32. using System.Windows.Navigation;
  33. using System.Windows.Shapes;
  34. using System.Windows.Shell;
  35. namespace VirgoUI.Client.Dialog {
  36. /// <summary>
  37. /// ThicknessDialogView
  38. /// </summary>
  39. public partial class ThicknessDialogView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  40. #line 19 "..\..\..\Dialog\ThicknessDialogView.xaml"
  41. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  42. internal System.Windows.Controls.Border DialogWindow;
  43. #line default
  44. #line hidden
  45. #line 35 "..\..\..\Dialog\ThicknessDialogView.xaml"
  46. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  47. internal System.Windows.Controls.Grid Information;
  48. #line default
  49. #line hidden
  50. private bool _contentLoaded;
  51. /// <summary>
  52. /// InitializeComponent
  53. /// </summary>
  54. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  56. public void InitializeComponent() {
  57. if (_contentLoaded) {
  58. return;
  59. }
  60. _contentLoaded = true;
  61. System.Uri resourceLocater = new System.Uri("/VirgoUI;component/dialog/thicknessdialogview.xaml", System.UriKind.Relative);
  62. #line 1 "..\..\..\Dialog\ThicknessDialogView.xaml"
  63. System.Windows.Application.LoadComponent(this, resourceLocater);
  64. #line default
  65. #line hidden
  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 1:
  77. this.DialogWindow = ((System.Windows.Controls.Border)(target));
  78. return;
  79. case 2:
  80. this.Information = ((System.Windows.Controls.Grid)(target));
  81. return;
  82. }
  83. this._contentLoaded = true;
  84. }
  85. }
  86. }