DbConnConfig.g.i.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. #pragma checksum "..\..\..\..\Charting\View\DbConnConfig.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8832889112A12BF4837E9D12374E12A5C52C5E5ACE6AB8085C85B95E75C9899A"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  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.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. namespace Aitex.UI.Charting.View {
  32. /// <summary>
  33. /// DbConnConfig
  34. /// </summary>
  35. public partial class DbConnConfig : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36. #line 16 "..\..\..\..\Charting\View\DbConnConfig.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.Label label1;
  39. #line default
  40. #line hidden
  41. #line 17 "..\..\..\..\Charting\View\DbConnConfig.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.Label label2;
  44. #line default
  45. #line hidden
  46. #line 18 "..\..\..\..\Charting\View\DbConnConfig.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.Label label3;
  49. #line default
  50. #line hidden
  51. #line 19 "..\..\..\..\Charting\View\DbConnConfig.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.Label label4;
  54. #line default
  55. #line hidden
  56. #line 20 "..\..\..\..\Charting\View\DbConnConfig.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.Label label5;
  59. #line default
  60. #line hidden
  61. #line 27 "..\..\..\..\Charting\View\DbConnConfig.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.PasswordBox pwdbox;
  64. #line default
  65. #line hidden
  66. private bool _contentLoaded;
  67. /// <summary>
  68. /// InitializeComponent
  69. /// </summary>
  70. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  71. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  72. public void InitializeComponent() {
  73. if (_contentLoaded) {
  74. return;
  75. }
  76. _contentLoaded = true;
  77. System.Uri resourceLocater = new System.Uri("/DataAnalysisControl;component/charting/view/dbconnconfig.xaml", System.UriKind.Relative);
  78. #line 1 "..\..\..\..\Charting\View\DbConnConfig.xaml"
  79. System.Windows.Application.LoadComponent(this, resourceLocater);
  80. #line default
  81. #line hidden
  82. }
  83. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  84. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  85. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  89. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  90. switch (connectionId)
  91. {
  92. case 1:
  93. this.label1 = ((System.Windows.Controls.Label)(target));
  94. return;
  95. case 2:
  96. this.label2 = ((System.Windows.Controls.Label)(target));
  97. return;
  98. case 3:
  99. this.label3 = ((System.Windows.Controls.Label)(target));
  100. return;
  101. case 4:
  102. this.label4 = ((System.Windows.Controls.Label)(target));
  103. return;
  104. case 5:
  105. this.label5 = ((System.Windows.Controls.Label)(target));
  106. return;
  107. case 6:
  108. this.pwdbox = ((System.Windows.Controls.PasswordBox)(target));
  109. return;
  110. }
  111. this._contentLoaded = true;
  112. }
  113. }
  114. }