00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #pragma checksum "..\..\..\..\Controls\Login\LoginControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "05992FF64268040F186703587A1AE15A"
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.Login {
00045
00046
00047
00048
00049
00050 public partial class LoginControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
00051
00052
00053 #line 6 "..\..\..\..\Controls\Login\LoginControl.xaml"
00054 internal Mcs.Epm.MpFx.Browser.Controls.Login.LoginControl userControl;
00055
00056 #line default
00057 #line hidden
00058
00059
00060 #line 36 "..\..\..\..\Controls\Login\LoginControl.xaml"
00061 internal System.Windows.Controls.Label serverLabel;
00062
00063 #line default
00064 #line hidden
00065
00066
00067 #line 37 "..\..\..\..\Controls\Login\LoginControl.xaml"
00068 internal System.Windows.Controls.ComboBox profileList;
00069
00070 #line default
00071 #line hidden
00072
00073
00074 #line 38 "..\..\..\..\Controls\Login\LoginControl.xaml"
00075 internal System.Windows.Controls.Button loginButton;
00076
00077 #line default
00078 #line hidden
00079
00080
00081 #line 39 "..\..\..\..\Controls\Login\LoginControl.xaml"
00082 internal System.Windows.Controls.Button cancelButton;
00083
00084 #line default
00085 #line hidden
00086
00087
00088 #line 40 "..\..\..\..\Controls\Login\LoginControl.xaml"
00089 internal System.Windows.Controls.Button manageProfilesButton;
00090
00091 #line default
00092 #line hidden
00093
00094
00095 #line 43 "..\..\..\..\Controls\Login\LoginControl.xaml"
00096 internal System.Windows.Controls.Label urlLabel;
00097
00098 #line default
00099 #line hidden
00100
00101
00102 #line 44 "..\..\..\..\Controls\Login\LoginControl.xaml"
00103 internal System.Windows.Controls.TextBox urlTextBox;
00104
00105 #line default
00106 #line hidden
00107
00108
00109 #line 46 "..\..\..\..\Controls\Login\LoginControl.xaml"
00110 internal System.Windows.Controls.Label userNameLabel;
00111
00112 #line default
00113 #line hidden
00114
00115
00116 #line 47 "..\..\..\..\Controls\Login\LoginControl.xaml"
00117 internal System.Windows.Controls.TextBox userNameTextBox;
00118
00119 #line default
00120 #line hidden
00121
00122
00123 #line 48 "..\..\..\..\Controls\Login\LoginControl.xaml"
00124 internal System.Windows.Controls.Label passwordLabel;
00125
00126 #line default
00127 #line hidden
00128
00129
00130 #line 49 "..\..\..\..\Controls\Login\LoginControl.xaml"
00131 internal System.Windows.Controls.PasswordBox passwordBox;
00132
00133 #line default
00134 #line hidden
00135
00136
00137 #line 50 "..\..\..\..\Controls\Login\LoginControl.xaml"
00138 internal System.Windows.Controls.CheckBox useDefaultCredentialsCheckBox;
00139
00140 #line default
00141 #line hidden
00142
00143 private bool _contentLoaded;
00144
00145
00146
00147
00148 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00149 public void InitializeComponent() {
00150 if (_contentLoaded) {
00151 return;
00152 }
00153 _contentLoaded = true;
00154 System.Uri resourceLocater = new System.Uri("/Mcs.Epm.MpFx.Browser;component/controls/login/logincontrol.xaml", System.UriKind.Relative);
00155
00156 #line 1 "..\..\..\..\Controls\Login\LoginControl.xaml"
00157 System.Windows.Application.LoadComponent(this, resourceLocater);
00158
00159 #line default
00160 #line hidden
00161 }
00162
00163 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00164 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
00165 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
00166 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
00167 switch (connectionId)
00168 {
00169 case 1:
00170 this.userControl = ((Mcs.Epm.MpFx.Browser.Controls.Login.LoginControl)(target));
00171
00172 #line 5 "..\..\..\..\Controls\Login\LoginControl.xaml"
00173 this.userControl.Initialized += new System.EventHandler(this.UserControl_Initialized);
00174
00175 #line default
00176 #line hidden
00177 return;
00178 case 2:
00179 this.serverLabel = ((System.Windows.Controls.Label)(target));
00180 return;
00181 case 3:
00182 this.profileList = ((System.Windows.Controls.ComboBox)(target));
00183
00184 #line 37 "..\..\..\..\Controls\Login\LoginControl.xaml"
00185 this.profileList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.profileList_SelectionChanged);
00186
00187 #line default
00188 #line hidden
00189 return;
00190 case 4:
00191 this.loginButton = ((System.Windows.Controls.Button)(target));
00192
00193 #line 38 "..\..\..\..\Controls\Login\LoginControl.xaml"
00194 this.loginButton.Click += new System.Windows.RoutedEventHandler(this.loginButton_Click);
00195
00196 #line default
00197 #line hidden
00198 return;
00199 case 5:
00200 this.cancelButton = ((System.Windows.Controls.Button)(target));
00201
00202 #line 39 "..\..\..\..\Controls\Login\LoginControl.xaml"
00203 this.cancelButton.Click += new System.Windows.RoutedEventHandler(this.cancelButton_Click);
00204
00205 #line default
00206 #line hidden
00207 return;
00208 case 6:
00209 this.manageProfilesButton = ((System.Windows.Controls.Button)(target));
00210
00211 #line 40 "..\..\..\..\Controls\Login\LoginControl.xaml"
00212 this.manageProfilesButton.Click += new System.Windows.RoutedEventHandler(this.manageProfilesButton_Click);
00213
00214 #line default
00215 #line hidden
00216 return;
00217 case 7:
00218 this.urlLabel = ((System.Windows.Controls.Label)(target));
00219 return;
00220 case 8:
00221 this.urlTextBox = ((System.Windows.Controls.TextBox)(target));
00222 return;
00223 case 9:
00224 this.userNameLabel = ((System.Windows.Controls.Label)(target));
00225 return;
00226 case 10:
00227 this.userNameTextBox = ((System.Windows.Controls.TextBox)(target));
00228 return;
00229 case 11:
00230 this.passwordLabel = ((System.Windows.Controls.Label)(target));
00231 return;
00232 case 12:
00233 this.passwordBox = ((System.Windows.Controls.PasswordBox)(target));
00234 return;
00235 case 13:
00236 this.useDefaultCredentialsCheckBox = ((System.Windows.Controls.CheckBox)(target));
00237 return;
00238 }
00239 this._contentLoaded = true;
00240 }
00241 }
00242 }