00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #pragma checksum "..\..\..\Controls\Splash.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DBB473B2B1F820770958411CD0B3943E"
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 using System;
00024 using System.Diagnostics;
00025 using System.Windows;
00026 using System.Windows.Automation;
00027 using System.Windows.Controls;
00028 using System.Windows.Controls.Primitives;
00029 using System.Windows.Data;
00030 using System.Windows.Documents;
00031 using System.Windows.Ink;
00032 using System.Windows.Input;
00033 using System.Windows.Markup;
00034 using System.Windows.Media;
00035 using System.Windows.Media.Animation;
00036 using System.Windows.Media.Effects;
00037 using System.Windows.Media.Imaging;
00038 using System.Windows.Media.Media3D;
00039 using System.Windows.Media.TextFormatting;
00040 using System.Windows.Navigation;
00041 using System.Windows.Shapes;
00042
00043
00044 namespace Mcs.Epm.MpFx.Browser.Controls {
00045
00046
00047
00048
00049
00050 public partial class Splash : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
00051
00052
00053 #line 8 "..\..\..\Controls\Splash.xaml"
00054 internal Mcs.Epm.MpFx.Browser.Controls.Splash UserControl;
00055
00056 #line default
00057 #line hidden
00058
00059
00060 #line 52 "..\..\..\Controls\Splash.xaml"
00061 internal System.Windows.Media.Animation.BeginStoryboard LoadStoryBoard_BeginStoryboard;
00062
00063 #line default
00064 #line hidden
00065
00066
00067 #line 56 "..\..\..\Controls\Splash.xaml"
00068 internal System.Windows.Controls.Grid LayoutRoot;
00069
00070 #line default
00071 #line hidden
00072
00073
00074 #line 57 "..\..\..\Controls\Splash.xaml"
00075 internal System.Windows.Controls.Image servicesLogo;
00076
00077 #line default
00078 #line hidden
00079
00080
00081 #line 62 "..\..\..\Controls\Splash.xaml"
00082 internal System.Windows.Controls.Image buildOnImage;
00083
00084 #line default
00085 #line hidden
00086
00087 private bool _contentLoaded;
00088
00089
00090
00091
00092 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00093 public void InitializeComponent() {
00094 if (_contentLoaded) {
00095 return;
00096 }
00097 _contentLoaded = true;
00098 System.Uri resourceLocater = new System.Uri("/Mcs.Epm.MpFx.Browser;component/controls/splash.xaml", System.UriKind.Relative);
00099
00100 #line 1 "..\..\..\Controls\Splash.xaml"
00101 System.Windows.Application.LoadComponent(this, resourceLocater);
00102
00103 #line default
00104 #line hidden
00105 }
00106
00107 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00108 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
00109 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
00110 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
00111 switch (connectionId)
00112 {
00113 case 1:
00114 this.UserControl = ((Mcs.Epm.MpFx.Browser.Controls.Splash)(target));
00115 return;
00116 case 2:
00117
00118 #line 11 "..\..\..\Controls\Splash.xaml"
00119 ((System.Windows.Media.Animation.Storyboard)(target)).Completed += new System.EventHandler(this.Storyboard_Completed);
00120
00121 #line default
00122 #line hidden
00123 return;
00124 case 3:
00125 this.LoadStoryBoard_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target));
00126 return;
00127 case 4:
00128 this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
00129 return;
00130 case 5:
00131 this.servicesLogo = ((System.Windows.Controls.Image)(target));
00132 return;
00133 case 6:
00134 this.buildOnImage = ((System.Windows.Controls.Image)(target));
00135 return;
00136 }
00137 this._contentLoaded = true;
00138 }
00139 }
00140 }