/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 12using System; 13using System.Diagnostics; 14using System.Windows; 15using System.Windows.Automation; 16using System.Windows.Controls; 17using System.Windows.Controls.Primitives; 18using System.Windows.Data; 19using System.Windows.Documents; 20using System.Windows.Ink; 21using System.Windows.Input; 22using System.Windows.Markup; 23using System.Windows.Media; 24using System.Windows.Media.Animation; 25using System.Windows.Media.Effects; 26using System.Windows.Media.Imaging; 27using System.Windows.Media.Media3D; 28using System.Windows.Media.TextFormatting; 29using System.Windows.Navigation; 30using System.Windows.Shapes; 31using System.Windows.Shell; 32using WPF_Dialogs.Custom_Controls; 33 34 35namespace WPF_Dialogs.Dialogs { 36 37 38 /// <summary> 39 /// NewFolderDialog 40 /// </summary> 41 public partial class NewFolderDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 43 44 #line 7 "..\..\..\Dialogs\NewFolderDialog.xaml" 45 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 internal System.Windows.Controls.TextBox textBoxFolderName; 47 48 #line default 49 #line hidden 50 51 52 #line 8 "..\..\..\Dialogs\NewFolderDialog.xaml" 53 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 54 internal System.Windows.Controls.Label labelText; 55 56 #line default 57 #line hidden 58 59 60 #line 9 "..\..\..\Dialogs\NewFolderDialog.xaml" 61 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 62 internal WPF_Dialogs.Custom_Controls.DialogButton buttonOK; 63 64 #line default 65 #line hidden 66 67 68 #line 10 "..\..\..\Dialogs\NewFolderDialog.xaml" 69 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 70 internal WPF_Dialogs.Custom_Controls.DialogButton buttonCancel; 71 72 #line default 73 #line hidden 74 75 private bool _contentLoaded; 76 77 /// <summary> 78 /// InitializeComponent 79 /// </summary> 80 [System.Diagnostics.DebuggerNonUserCodeAttribute()] 81 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 82 public void InitializeComponent() { 83 if (_contentLoaded) { 84 return; 85 } 86 _contentLoaded = true; 87 System.Uri resourceLocater = new System.Uri("/WPF Dialogs;component/dialogs/newfolderdialog.xaml", System.UriKind.Relative); 88 89 #line 1 "..\..\..\Dialogs\NewFolderDialog.xaml" 90 System.Windows.Application.LoadComponent(this, resourceLocater); 91 92 #line default 93 #line hidden 94 } 95 96 [System.Diagnostics.DebuggerNonUserCodeAttribute()] 97 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 98 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 99 internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { 100 return System.Delegate.CreateDelegate(delegateType, this, handler); 101 } 102 103 [System.Diagnostics.DebuggerNonUserCodeAttribute()] 104 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 105 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 106 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 107 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 108 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 109 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 110 switch (connectionId) 111 { 112 case 1: 113 this.textBoxFolderName = ((System.Windows.Controls.TextBox)(target)); 114 115 #line 7 "..\..\..\Dialogs\NewFolderDialog.xaml" 116 this.textBoxFolderName.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxFolderName_KeyUp); 117 118 #line default 119 #line hidden 120 return; 121 case 2: 122 this.labelText = ((System.Windows.Controls.Label)(target)); 123 return; 124 case 3: 125 this.buttonOK = ((WPF_Dialogs.Custom_Controls.DialogButton)(target)); 126 return; 127 case 4: 128 this.buttonCancel = ((WPF_Dialogs.Custom_Controls.DialogButton)(target)); 129 return; 130 } 131 this._contentLoaded = true; 132 } 133 } 134} 135