PageRenderTime 44ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/WPF Dialogs/obj/Debug/Dialogs/NewFolderDialog.g.i.cs

#
C# | 135 lines | 94 code | 26 blank | 15 comment | 2 complexity | 3669f74562dd7c3dfafc2cbb5b9341f2 MD5 | raw file
  1. #pragma checksum "..\..\..\Dialogs\NewFolderDialog.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8B72BFC944FF6E0B3EBBEAC19699B00B"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Dieser Code wurde von einem Tool generiert.
  5. // Laufzeitversion:4.0.30319.17929
  6. //
  7. // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
  8. // der Code erneut generiert wird.
  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. using WPF_Dialogs.Custom_Controls;
  32. namespace WPF_Dialogs.Dialogs {
  33. /// <summary>
  34. /// NewFolderDialog
  35. /// </summary>
  36. public partial class NewFolderDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  37. #line 7 "..\..\..\Dialogs\NewFolderDialog.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal System.Windows.Controls.TextBox textBoxFolderName;
  40. #line default
  41. #line hidden
  42. #line 8 "..\..\..\Dialogs\NewFolderDialog.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.Label labelText;
  45. #line default
  46. #line hidden
  47. #line 9 "..\..\..\Dialogs\NewFolderDialog.xaml"
  48. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  49. internal WPF_Dialogs.Custom_Controls.DialogButton buttonOK;
  50. #line default
  51. #line hidden
  52. #line 10 "..\..\..\Dialogs\NewFolderDialog.xaml"
  53. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  54. internal WPF_Dialogs.Custom_Controls.DialogButton buttonCancel;
  55. #line default
  56. #line hidden
  57. private bool _contentLoaded;
  58. /// <summary>
  59. /// InitializeComponent
  60. /// </summary>
  61. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  62. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  63. public void InitializeComponent() {
  64. if (_contentLoaded) {
  65. return;
  66. }
  67. _contentLoaded = true;
  68. System.Uri resourceLocater = new System.Uri("/WPF Dialogs;component/dialogs/newfolderdialog.xaml", System.UriKind.Relative);
  69. #line 1 "..\..\..\Dialogs\NewFolderDialog.xaml"
  70. System.Windows.Application.LoadComponent(this, resourceLocater);
  71. #line default
  72. #line hidden
  73. }
  74. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  75. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  76. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  77. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  78. return System.Delegate.CreateDelegate(delegateType, this, handler);
  79. }
  80. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  81. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  82. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  84. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  86. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  87. switch (connectionId)
  88. {
  89. case 1:
  90. this.textBoxFolderName = ((System.Windows.Controls.TextBox)(target));
  91. #line 7 "..\..\..\Dialogs\NewFolderDialog.xaml"
  92. this.textBoxFolderName.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxFolderName_KeyUp);
  93. #line default
  94. #line hidden
  95. return;
  96. case 2:
  97. this.labelText = ((System.Windows.Controls.Label)(target));
  98. return;
  99. case 3:
  100. this.buttonOK = ((WPF_Dialogs.Custom_Controls.DialogButton)(target));
  101. return;
  102. case 4:
  103. this.buttonCancel = ((WPF_Dialogs.Custom_Controls.DialogButton)(target));
  104. return;
  105. }
  106. this._contentLoaded = true;
  107. }
  108. }
  109. }