LoadPresetDataDialog.g.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. #pragma checksum "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B9CF5018B0D04D1EBB3BFF72C47B49869C13ABDE551E0A0D09A600B9A4DBDF39"
  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. /// LoadPresetDataDialog
  34. /// </summary>
  35. public partial class LoadPresetDataDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
  36. #line 10 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.Grid grid1;
  39. #line default
  40. #line hidden
  41. #line 63 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.Button button1;
  44. #line default
  45. #line hidden
  46. #line 64 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.Label label1;
  49. #line default
  50. #line hidden
  51. #line 65 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.TextBox textBox1;
  54. #line default
  55. #line hidden
  56. private bool _contentLoaded;
  57. /// <summary>
  58. /// InitializeComponent
  59. /// </summary>
  60. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  61. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  62. public void InitializeComponent() {
  63. if (_contentLoaded) {
  64. return;
  65. }
  66. _contentLoaded = true;
  67. System.Uri resourceLocater = new System.Uri("/DataAnalysisControl;component/charting/view/loadpresetdatadialog.xaml", System.UriKind.Relative);
  68. #line 1 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  69. System.Windows.Application.LoadComponent(this, resourceLocater);
  70. #line default
  71. #line hidden
  72. }
  73. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  74. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  75. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  76. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  77. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  78. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  79. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  80. switch (connectionId)
  81. {
  82. case 1:
  83. this.grid1 = ((System.Windows.Controls.Grid)(target));
  84. return;
  85. case 4:
  86. this.button1 = ((System.Windows.Controls.Button)(target));
  87. #line 63 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  88. this.button1.Click += new System.Windows.RoutedEventHandler(this.SaveCurrentSeriesConfiguration_Click);
  89. #line default
  90. #line hidden
  91. return;
  92. case 5:
  93. this.label1 = ((System.Windows.Controls.Label)(target));
  94. return;
  95. case 6:
  96. this.textBox1 = ((System.Windows.Controls.TextBox)(target));
  97. #line 65 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  98. this.textBox1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBox1_TextChanged);
  99. #line default
  100. #line hidden
  101. return;
  102. }
  103. this._contentLoaded = true;
  104. }
  105. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  106. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  107. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  108. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  109. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  110. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  111. void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
  112. switch (connectionId)
  113. {
  114. case 2:
  115. #line 46 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  116. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnLoadData);
  117. #line default
  118. #line hidden
  119. break;
  120. case 3:
  121. #line 54 "..\..\..\..\Charting\View\LoadPresetDataDialog.xaml"
  122. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnDeleteData);
  123. #line default
  124. #line hidden
  125. break;
  126. }
  127. }
  128. }
  129. }