You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
758 lines
27 KiB
758 lines
27 KiB
#pragma checksum "..\..\..\View\ExitPwd.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "71BD93B146BD6BA3E6444713AC53CDE62EBD280401A805D151F22CE69C0B19B9"
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using IOTContainer.View;
|
|
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 IOTContainer.View {
|
|
|
|
|
|
/// <summary>
|
|
/// ExitPwd
|
|
/// </summary>
|
|
public partial class ExitPwd : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
|
|
|
|
|
#line 31 "..\..\..\View\ExitPwd.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBox textBox;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 38 "..\..\..\View\ExitPwd.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Border KeyPad1;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 375 "..\..\..\View\ExitPwd.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Border KeyPad2;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 723 "..\..\..\View\ExitPwd.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Button KeyBoardClick;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 724 "..\..\..\View\ExitPwd.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Label KeyBoard;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 746 "..\..\..\View\ExitPwd.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Label errorMsg;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
private bool _contentLoaded;
|
|
|
|
/// <summary>
|
|
/// InitializeComponent
|
|
/// </summary>
|
|
[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("/IOTContainer;component/view/exitpwd.xaml", System.UriKind.Relative);
|
|
|
|
#line 1 "..\..\..\View\ExitPwd.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 21 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 2:
|
|
this.textBox = ((System.Windows.Controls.TextBox)(target));
|
|
return;
|
|
case 3:
|
|
this.KeyPad1 = ((System.Windows.Controls.Border)(target));
|
|
return;
|
|
case 4:
|
|
|
|
#line 67 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 5:
|
|
|
|
#line 75 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 6:
|
|
|
|
#line 83 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 7:
|
|
|
|
#line 91 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 8:
|
|
|
|
#line 99 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 9:
|
|
|
|
#line 107 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 10:
|
|
|
|
#line 115 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 11:
|
|
|
|
#line 123 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 12:
|
|
|
|
#line 131 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 13:
|
|
|
|
#line 139 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 14:
|
|
|
|
#line 147 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 15:
|
|
|
|
#line 155 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 16:
|
|
|
|
#line 163 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 17:
|
|
|
|
#line 171 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 18:
|
|
|
|
#line 179 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 19:
|
|
|
|
#line 187 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 20:
|
|
|
|
#line 195 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 21:
|
|
|
|
#line 203 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 22:
|
|
|
|
#line 211 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 23:
|
|
|
|
#line 219 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 24:
|
|
|
|
#line 246 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 25:
|
|
|
|
#line 254 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 26:
|
|
|
|
#line 262 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 27:
|
|
|
|
#line 270 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 28:
|
|
|
|
#line 278 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 29:
|
|
|
|
#line 286 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 30:
|
|
|
|
#line 294 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 31:
|
|
|
|
#line 302 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 32:
|
|
|
|
#line 310 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 33:
|
|
|
|
#line 318 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 34:
|
|
|
|
#line 326 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 35:
|
|
|
|
#line 334 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 36:
|
|
|
|
#line 342 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 37:
|
|
|
|
#line 350 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 38:
|
|
|
|
#line 358 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 39:
|
|
|
|
#line 366 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 40:
|
|
this.KeyPad2 = ((System.Windows.Controls.Border)(target));
|
|
return;
|
|
case 41:
|
|
|
|
#line 404 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 42:
|
|
|
|
#line 412 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 43:
|
|
|
|
#line 420 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 44:
|
|
|
|
#line 428 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 45:
|
|
|
|
#line 436 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 46:
|
|
|
|
#line 444 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 47:
|
|
|
|
#line 452 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 48:
|
|
|
|
#line 460 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 49:
|
|
|
|
#line 468 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 50:
|
|
|
|
#line 476 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 51:
|
|
|
|
#line 484 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 52:
|
|
|
|
#line 492 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 53:
|
|
|
|
#line 500 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 54:
|
|
|
|
#line 508 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 55:
|
|
|
|
#line 516 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 56:
|
|
|
|
#line 524 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 57:
|
|
|
|
#line 532 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 58:
|
|
|
|
#line 540 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 59:
|
|
|
|
#line 548 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 60:
|
|
|
|
#line 556 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 61:
|
|
|
|
#line 583 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 62:
|
|
|
|
#line 591 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 63:
|
|
|
|
#line 599 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 64:
|
|
|
|
#line 607 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 65:
|
|
|
|
#line 615 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 66:
|
|
|
|
#line 623 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 67:
|
|
|
|
#line 631 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 68:
|
|
|
|
#line 639 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 69:
|
|
|
|
#line 647 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 70:
|
|
|
|
#line 655 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 71:
|
|
|
|
#line 663 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 72:
|
|
|
|
#line 671 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 73:
|
|
|
|
#line 679 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 74:
|
|
|
|
#line 687 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 75:
|
|
|
|
#line 695 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 76:
|
|
|
|
#line 703 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Keypad_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 77:
|
|
this.KeyBoardClick = ((System.Windows.Controls.Button)(target));
|
|
|
|
#line 723 "..\..\..\View\ExitPwd.xaml"
|
|
this.KeyBoardClick.Click += new System.Windows.RoutedEventHandler(this.KeyBoard_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 78:
|
|
this.KeyBoard = ((System.Windows.Controls.Label)(target));
|
|
return;
|
|
case 79:
|
|
|
|
#line 728 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Delete_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 80:
|
|
|
|
#line 733 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Clear_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 81:
|
|
|
|
#line 738 "..\..\..\View\ExitPwd.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Exit_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 82:
|
|
this.errorMsg = ((System.Windows.Controls.Label)(target));
|
|
return;
|
|
}
|
|
this._contentLoaded = true;
|
|
}
|
|
}
|
|
}
|
|
|
|
|