#pragma checksum "..\..\..\..\Panels\Main.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "73CB4CC278CB82B58749ACCF697EAF85" //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; using System.Diagnostics; using System.Windows; using System.Windows.Automation; using System.Windows.Controls; using System.Windows.Controls.Primitives; 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 Fiesta_Client.Panels { /// /// Main /// public partial class Main : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { #line 12 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DockPanel OverlayPanel; #line default #line hidden #line 18 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Register; #line default #line hidden #line 23 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Forums; #line default #line hidden #line 28 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Buy; #line default #line hidden #line 33 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label News; #line default #line hidden #line 38 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Repair; #line default #line hidden #line 43 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Resolution; #line default #line hidden #line 48 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Play; #line default #line hidden #line 53 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ProgressBar Progress; #line default #line hidden #line 54 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Information; #line default #line hidden #line 55 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Files_Completed; #line default #line hidden #line 56 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Files_Left; #line default #line hidden #line 57 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label Files_Total; #line default #line hidden #line 63 "..\..\..\..\Panels\Main.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label DisableMusic; #line default #line hidden private bool _contentLoaded; /// /// InitializeComponent /// [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Uri resourceLocater = new System.Uri("/Fiesta_Client;component/panels/main.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\Panels\Main.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); #line default #line hidden } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.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: #line 7 "..\..\..\..\Panels\Main.xaml" ((Fiesta_Client.Panels.Main)(target)).Initialized += new System.EventHandler(this.UserControl_Initialized); #line default #line hidden return; case 2: this.OverlayPanel = ((System.Windows.Controls.DockPanel)(target)); return; case 3: this.Register = ((System.Windows.Controls.Label)(target)); #line 18 "..\..\..\..\Panels\Main.xaml" this.Register.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Register_MouseEnter); #line default #line hidden #line 18 "..\..\..\..\Panels\Main.xaml" this.Register.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Register_MouseLeave); #line default #line hidden #line 18 "..\..\..\..\Panels\Main.xaml" this.Register.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Register_MouseLeftButtonUp); #line default #line hidden return; case 4: this.Forums = ((System.Windows.Controls.Label)(target)); #line 23 "..\..\..\..\Panels\Main.xaml" this.Forums.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Forums_MouseEnter); #line default #line hidden #line 23 "..\..\..\..\Panels\Main.xaml" this.Forums.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Forums_MouseLeave); #line default #line hidden #line 23 "..\..\..\..\Panels\Main.xaml" this.Forums.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Forums_MouseLeftButtonUp); #line default #line hidden return; case 5: this.Buy = ((System.Windows.Controls.Label)(target)); #line 28 "..\..\..\..\Panels\Main.xaml" this.Buy.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Buy_MouseEnter); #line default #line hidden #line 28 "..\..\..\..\Panels\Main.xaml" this.Buy.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Buy_MouseLeave); #line default #line hidden #line 28 "..\..\..\..\Panels\Main.xaml" this.Buy.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Buy_MouseLeftButtonUp); #line default #line hidden return; case 6: this.News = ((System.Windows.Controls.Label)(target)); #line 33 "..\..\..\..\Panels\Main.xaml" this.News.MouseEnter += new System.Windows.Input.MouseEventHandler(this.News_MouseEnter); #line default #line hidden #line 33 "..\..\..\..\Panels\Main.xaml" this.News.MouseLeave += new System.Windows.Input.MouseEventHandler(this.News_MouseLeave); #line default #line hidden #line 33 "..\..\..\..\Panels\Main.xaml" this.News.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.News_MouseLeftButtonUp); #line default #line hidden return; case 7: this.Repair = ((System.Windows.Controls.Label)(target)); #line 38 "..\..\..\..\Panels\Main.xaml" this.Repair.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Repair_MouseEnter); #line default #line hidden #line 38 "..\..\..\..\Panels\Main.xaml" this.Repair.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Repair_MouseLeave); #line default #line hidden #line 38 "..\..\..\..\Panels\Main.xaml" this.Repair.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Repair_MouseLeftButtonUp); #line default #line hidden return; case 8: this.Resolution = ((System.Windows.Controls.Label)(target)); #line 43 "..\..\..\..\Panels\Main.xaml" this.Resolution.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Resolution_MouseLeftButtonUp); #line default #line hidden return; case 9: this.Play = ((System.Windows.Controls.Label)(target)); #line 48 "..\..\..\..\Panels\Main.xaml" this.Play.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Play_MouseLeftButtonUp); #line default #line hidden return; case 10: this.Progress = ((System.Windows.Controls.ProgressBar)(target)); return; case 11: this.Information = ((System.Windows.Controls.Label)(target)); return; case 12: this.Files_Completed = ((System.Windows.Controls.Label)(target)); return; case 13: this.Files_Left = ((System.Windows.Controls.Label)(target)); return; case 14: this.Files_Total = ((System.Windows.Controls.Label)(target)); return; case 15: this.DisableMusic = ((System.Windows.Controls.Label)(target)); #line 63 "..\..\..\..\Panels\Main.xaml" this.DisableMusic.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.DisableMusic_MouseLeftButtonUp); #line default #line hidden return; } this._contentLoaded = true; } } }