00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "A10AACCA7D80C61DAF74B4A0E9B21449"
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 {
00045
00046
00047
00048
00049
00050 public partial class Window : System.Windows.Window, System.Windows.Markup.IComponentConnector {
00051
00052
00053 #line 5 "..\..\MainWindow.xaml"
00054 internal Mcs.Epm.MpFx.Browser.Window MainWindow;
00055
00056 #line default
00057 #line hidden
00058
00059
00060 #line 240 "..\..\MainWindow.xaml"
00061 internal System.Windows.Controls.TabControl tabControl;
00062
00063 #line default
00064 #line hidden
00065
00066
00067 #line 241 "..\..\MainWindow.xaml"
00068 internal System.Windows.Controls.TabItem projectServerTab;
00069
00070 #line default
00071 #line hidden
00072
00073
00074 #line 244 "..\..\MainWindow.xaml"
00075 internal System.Windows.Controls.Button button;
00076
00077 #line default
00078 #line hidden
00079
00080
00081 #line 275 "..\..\MainWindow.xaml"
00082 internal System.Windows.Controls.TabItem tabExperience;
00083
00084 #line default
00085 #line hidden
00086
00087
00088 #line 278 "..\..\MainWindow.xaml"
00089 internal System.Windows.Controls.TabItem tabRemember;
00090
00091 #line default
00092 #line hidden
00093
00094
00095 #line 287 "..\..\MainWindow.xaml"
00096 internal System.Windows.Controls.ContentControl MainContentControl;
00097
00098 #line default
00099 #line hidden
00100
00101 private bool _contentLoaded;
00102
00103
00104
00105
00106 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00107 public void InitializeComponent() {
00108 if (_contentLoaded) {
00109 return;
00110 }
00111 _contentLoaded = true;
00112 System.Uri resourceLocater = new System.Uri("/Mcs.Epm.MpFx.Browser;component/mainwindow.xaml", System.UriKind.Relative);
00113
00114 #line 1 "..\..\MainWindow.xaml"
00115 System.Windows.Application.LoadComponent(this, resourceLocater);
00116
00117 #line default
00118 #line hidden
00119 }
00120
00121 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00122 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
00123 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
00124 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
00125 switch (connectionId)
00126 {
00127 case 1:
00128 this.MainWindow = ((Mcs.Epm.MpFx.Browser.Window)(target));
00129
00130 #line 6 "..\..\MainWindow.xaml"
00131 this.MainWindow.SizeChanged += new System.Windows.SizeChangedEventHandler(this.Window_OnSizeChanged);
00132
00133 #line default
00134 #line hidden
00135
00136 #line 7 "..\..\MainWindow.xaml"
00137 this.MainWindow.StateChanged += new System.EventHandler(this.Window_OnStateChanged);
00138
00139 #line default
00140 #line hidden
00141
00142 #line 8 "..\..\MainWindow.xaml"
00143 this.MainWindow.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
00144
00145 #line default
00146 #line hidden
00147 return;
00148 case 2:
00149 this.tabControl = ((System.Windows.Controls.TabControl)(target));
00150 return;
00151 case 3:
00152 this.projectServerTab = ((System.Windows.Controls.TabItem)(target));
00153 return;
00154 case 4:
00155 this.button = ((System.Windows.Controls.Button)(target));
00156
00157 #line 244 "..\..\MainWindow.xaml"
00158 this.button.Click += new System.Windows.RoutedEventHandler(this.LoginButton_OnClick);
00159
00160 #line default
00161 #line hidden
00162 return;
00163 case 5:
00164 this.tabExperience = ((System.Windows.Controls.TabItem)(target));
00165 return;
00166 case 6:
00167 this.tabRemember = ((System.Windows.Controls.TabItem)(target));
00168 return;
00169 case 7:
00170 this.MainContentControl = ((System.Windows.Controls.ContentControl)(target));
00171 return;
00172 }
00173 this._contentLoaded = true;
00174 }
00175 }
00176 }