#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "678AABEF2797C9A29CE3B13FBD4725F9DDC4D75E" //------------------------------------------------------------------------------ // // Bu kod araç tarafından oluşturuldu. // Çalışma Zamanı Sürümü:4.0.30319.42000 // // Bu dosyada yapılacak değişiklikler yanlış davranışa neden olabilir ve // kod yeniden oluşturulursa kaybolur. // //------------------------------------------------------------------------------ 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; using sinema; namespace sinema { /// /// MainWindow /// public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { #line 10 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label salobLbl; #line default #line hidden #line 11 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox salonTxt; #line default #line hidden #line 12 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label label2; #line default #line hidden #line 13 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox kisisayisiTxt; #line default #line hidden #line 14 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button olusturbtn; #line default #line hidden #line 15 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label iptalLbl; #line default #line hidden #line 16 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.CheckBox secim; #line default #line hidden #line 17 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button satBtn; #line default #line hidden #line 18 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button iptalBtn; #line default #line hidden #line 19 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label raporLbl; #line default #line hidden #line 20 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button bakiyeBtn; #line default #line hidden #line 21 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button boskoltukBtn; #line default #line hidden #line 22 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label mesajLbl; #line default #line hidden private bool _contentLoaded; /// /// InitializeComponent /// [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.1.0")] public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Uri resourceLocater = new System.Uri("/sinema;V1.0.0.0;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", "6.0.1.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.salobLbl = ((System.Windows.Controls.Label)(target)); return; case 2: this.salonTxt = ((System.Windows.Controls.TextBox)(target)); return; case 3: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 4: this.kisisayisiTxt = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.olusturbtn = ((System.Windows.Controls.Button)(target)); #line 14 "..\..\..\MainWindow.xaml" this.olusturbtn.Click += new System.Windows.RoutedEventHandler(this.Olusturbtn); #line default #line hidden return; case 6: this.iptalLbl = ((System.Windows.Controls.Label)(target)); return; case 7: this.secim = ((System.Windows.Controls.CheckBox)(target)); return; case 8: this.satBtn = ((System.Windows.Controls.Button)(target)); return; case 9: this.iptalBtn = ((System.Windows.Controls.Button)(target)); #line 18 "..\..\..\MainWindow.xaml" this.iptalBtn.Click += new System.Windows.RoutedEventHandler(this.iptal); #line default #line hidden return; case 10: this.raporLbl = ((System.Windows.Controls.Label)(target)); return; case 11: this.bakiyeBtn = ((System.Windows.Controls.Button)(target)); #line 20 "..\..\..\MainWindow.xaml" this.bakiyeBtn.Click += new System.Windows.RoutedEventHandler(this.bakiye); #line default #line hidden return; case 12: this.boskoltukBtn = ((System.Windows.Controls.Button)(target)); #line 21 "..\..\..\MainWindow.xaml" this.boskoltukBtn.Click += new System.Windows.RoutedEventHandler(this.koltuk); #line default #line hidden return; case 13: this.mesajLbl = ((System.Windows.Controls.Label)(target)); return; } this._contentLoaded = true; } } }