00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #pragma checksum "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "779C11B78A46CAA31AE29E716B9E7C7F"
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 ProfileManagerWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
00051
00052
00053 #line 19 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00054 internal System.Windows.Controls.ComboBox profileList;
00055
00056 #line default
00057 #line hidden
00058
00059
00060 #line 20 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00061 internal System.Windows.Controls.Button saveProfileButton;
00062
00063 #line default
00064 #line hidden
00065
00066
00067 #line 24 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00068 internal System.Windows.Controls.Button addProfileButton;
00069
00070 #line default
00071 #line hidden
00072
00073
00074 #line 27 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00075 internal System.Windows.Controls.Button deleteProfileButton;
00076
00077 #line default
00078 #line hidden
00079
00080
00081 #line 41 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00082 internal System.Windows.Controls.TextBox profileNameTextBox;
00083
00084 #line default
00085 #line hidden
00086
00087
00088 #line 43 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00089 internal System.Windows.Controls.TextBox urtTextBox;
00090
00091 #line default
00092 #line hidden
00093
00094
00095 #line 45 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00096 internal System.Windows.Controls.TextBox userNameTextBox;
00097
00098 #line default
00099 #line hidden
00100
00101
00102 #line 48 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00103 internal System.Windows.Controls.Button okButton;
00104
00105 #line default
00106 #line hidden
00107
00108 private bool _contentLoaded;
00109
00110
00111
00112
00113 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00114 public void InitializeComponent() {
00115 if (_contentLoaded) {
00116 return;
00117 }
00118 _contentLoaded = true;
00119 System.Uri resourceLocater = new System.Uri("/Mcs.Epm.MpFx.Browser;component/controls/login/profilemanagerwindow.xaml", System.UriKind.Relative);
00120
00121 #line 1 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00122 System.Windows.Application.LoadComponent(this, resourceLocater);
00123
00124 #line default
00125 #line hidden
00126 }
00127
00128 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00129 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
00130 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
00131 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
00132 switch (connectionId)
00133 {
00134 case 1:
00135 this.profileList = ((System.Windows.Controls.ComboBox)(target));
00136
00137 #line 19 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00138 this.profileList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.profileList_SelectionChanged);
00139
00140 #line default
00141 #line hidden
00142 return;
00143 case 2:
00144 this.saveProfileButton = ((System.Windows.Controls.Button)(target));
00145
00146 #line 20 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00147 this.saveProfileButton.Loaded += new System.Windows.RoutedEventHandler(this.SaveProfileButton_Loaded);
00148
00149 #line default
00150 #line hidden
00151
00152 #line 20 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00153 this.saveProfileButton.Click += new System.Windows.RoutedEventHandler(this.saveProfileButton_Click);
00154
00155 #line default
00156 #line hidden
00157 return;
00158 case 3:
00159 this.addProfileButton = ((System.Windows.Controls.Button)(target));
00160
00161 #line 24 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00162 this.addProfileButton.Click += new System.Windows.RoutedEventHandler(this.addProfileButton_Click);
00163
00164 #line default
00165 #line hidden
00166 return;
00167 case 4:
00168 this.deleteProfileButton = ((System.Windows.Controls.Button)(target));
00169
00170 #line 27 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00171 this.deleteProfileButton.Click += new System.Windows.RoutedEventHandler(this.deleteProfileButton_Click);
00172
00173 #line default
00174 #line hidden
00175 return;
00176 case 5:
00177 this.profileNameTextBox = ((System.Windows.Controls.TextBox)(target));
00178 return;
00179 case 6:
00180 this.urtTextBox = ((System.Windows.Controls.TextBox)(target));
00181 return;
00182 case 7:
00183 this.userNameTextBox = ((System.Windows.Controls.TextBox)(target));
00184 return;
00185 case 8:
00186 this.okButton = ((System.Windows.Controls.Button)(target));
00187
00188 #line 48 "..\..\..\..\Controls\Login\ProfileManagerWindow.xaml"
00189 this.okButton.Click += new System.Windows.RoutedEventHandler(this.okButton_Click);
00190
00191 #line default
00192 #line hidden
00193 return;
00194 }
00195 this._contentLoaded = true;
00196 }
00197 }
00198 }