MainWindow.g.i.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2440A105C469215082DB68C9A74097D36E9F638B30F456169DB7046C225BE5D9"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using DevExpress.Xpf.DXBinding;
  12. using DevExpress.Xpf.Office.UI;
  13. using DevExpress.Xpf.RichEdit;
  14. using DevExpress.Xpf.RichEdit.Menu;
  15. using DevExpress.Xpf.RichEdit.UI;
  16. using DevExpress.XtraRichEdit;
  17. using DevExpress.XtraRichEdit.Menu;
  18. using System;
  19. using System.Diagnostics;
  20. using System.Windows;
  21. using System.Windows.Automation;
  22. using System.Windows.Controls;
  23. using System.Windows.Controls.Primitives;
  24. using System.Windows.Data;
  25. using System.Windows.Documents;
  26. using System.Windows.Ink;
  27. using System.Windows.Input;
  28. using System.Windows.Markup;
  29. using System.Windows.Media;
  30. using System.Windows.Media.Animation;
  31. using System.Windows.Media.Effects;
  32. using System.Windows.Media.Imaging;
  33. using System.Windows.Media.Media3D;
  34. using System.Windows.Media.TextFormatting;
  35. using System.Windows.Navigation;
  36. using System.Windows.Shapes;
  37. using System.Windows.Shell;
  38. using WpfApp2;
  39. namespace WpfApp2 {
  40. /// <summary>
  41. /// MainWindow
  42. /// </summary>
  43. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  44. #line 10 "..\..\MainWindow.xaml"
  45. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  46. internal System.Windows.Controls.StackPanel StackPanel1;
  47. #line default
  48. #line hidden
  49. #line 13 "..\..\MainWindow.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.ComboBox ComboBox1;
  52. #line default
  53. #line hidden
  54. private bool _contentLoaded;
  55. /// <summary>
  56. /// InitializeComponent
  57. /// </summary>
  58. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  59. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  60. public void InitializeComponent() {
  61. if (_contentLoaded) {
  62. return;
  63. }
  64. _contentLoaded = true;
  65. System.Uri resourceLocater = new System.Uri("/WpfApp2;component/mainwindow.xaml", System.UriKind.Relative);
  66. #line 1 "..\..\MainWindow.xaml"
  67. System.Windows.Application.LoadComponent(this, resourceLocater);
  68. #line default
  69. #line hidden
  70. }
  71. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  72. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  73. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  76. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  77. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  78. switch (connectionId)
  79. {
  80. case 1:
  81. this.StackPanel1 = ((System.Windows.Controls.StackPanel)(target));
  82. return;
  83. case 2:
  84. this.ComboBox1 = ((System.Windows.Controls.ComboBox)(target));
  85. return;
  86. }
  87. this._contentLoaded = true;
  88. }
  89. }
  90. }