#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8DF58188280DAFF07A7BEFCBC9F627B06C60AC18" //------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generiert wird. // //------------------------------------------------------------------------------ using System; using System.Diagnostics; using System.Windows; using System.Windows.Automation; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Controls.Ribbon; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Effects; using System.Windows.Media.Imaging; using System.Windows.Media.Media3D; using System.Windows.Media.TextFormatting; using System.Windows.Navigation; using System.Windows.Shapes; using System.Windows.Shell; namespace FahrzeugVerwaltung { /// /// MainWindow /// public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { #line 62 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtMarke; #line default #line hidden #line 65 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtModell; #line default #line hidden #line 68 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtBaujahr; #line default #line hidden #line 71 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtLeistung; #line default #line hidden #line 74 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtKilometer; #line default #line hidden #line 77 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtKaufpreis; #line default #line hidden #line 80 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtFarbe; #line default #line hidden #line 82 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnSpeichern; #line default #line hidden #line 90 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtSuche; #line default #line hidden #line 91 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnSuchen; #line default #line hidden #line 93 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnAlle; #line default #line hidden #line 105 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DataGrid dgFahrzeuge; #line default #line hidden #line 120 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock txtDetails; #line default #line hidden #line 124 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnPdf; #line default #line hidden #line 126 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnAktualisieren; #line default #line hidden private bool _contentLoaded; /// /// InitializeComponent /// [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")] public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Uri resourceLocater = new System.Uri("/WpfApp4;component/mainwindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\MainWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); #line default #line hidden } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.txtMarke = ((System.Windows.Controls.TextBox)(target)); return; case 2: this.txtModell = ((System.Windows.Controls.TextBox)(target)); return; case 3: this.txtBaujahr = ((System.Windows.Controls.TextBox)(target)); return; case 4: this.txtLeistung = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.txtKilometer = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.txtKaufpreis = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.txtFarbe = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.btnSpeichern = ((System.Windows.Controls.Button)(target)); #line 84 "..\..\..\MainWindow.xaml" this.btnSpeichern.Click += new System.Windows.RoutedEventHandler(this.BtnSpeichern_Click); #line default #line hidden return; case 9: this.txtSuche = ((System.Windows.Controls.TextBox)(target)); return; case 10: this.btnSuchen = ((System.Windows.Controls.Button)(target)); #line 92 "..\..\..\MainWindow.xaml" this.btnSuchen.Click += new System.Windows.RoutedEventHandler(this.BtnSuchen_Click); #line default #line hidden return; case 11: this.btnAlle = ((System.Windows.Controls.Button)(target)); #line 94 "..\..\..\MainWindow.xaml" this.btnAlle.Click += new System.Windows.RoutedEventHandler(this.BtnAlle_Click); #line default #line hidden return; case 12: this.dgFahrzeuge = ((System.Windows.Controls.DataGrid)(target)); #line 107 "..\..\..\MainWindow.xaml" this.dgFahrzeuge.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DgFahrzeuge_SelectionChanged); #line default #line hidden return; case 13: this.txtDetails = ((System.Windows.Controls.TextBlock)(target)); return; case 14: this.btnPdf = ((System.Windows.Controls.Button)(target)); #line 125 "..\..\..\MainWindow.xaml" this.btnPdf.Click += new System.Windows.RoutedEventHandler(this.BtnPdf_Click); #line default #line hidden return; case 15: this.btnAktualisieren = ((System.Windows.Controls.Button)(target)); #line 127 "..\..\..\MainWindow.xaml" this.btnAktualisieren.Click += new System.Windows.RoutedEventHandler(this.BtnAktualisieren_Click); #line default #line hidden return; } this._contentLoaded = true; } } }