|
|
@ -98,6 +98,21 @@ namespace MaterialTraceabilityUI
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 禁止粘贴
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <param name="sender"></param>
|
|
|
|
|
|
|
|
/// <param name="e"></param>
|
|
|
|
|
|
|
|
private void CommandBinding_CanExecute(object sender, CanExecuteRoutedEventArgs e)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
e.Handled = true;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void CommandBinding_Executed(object sender, ExecutedRoutedEventArgs e)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
//---------------------------------------------
|
|
|
|
//---------------------------------------------
|
|
|
|
//private void password_KeyDown(object sender, KeyEventArgs e)
|
|
|
|
//private void password_KeyDown(object sender, KeyEventArgs e)
|
|
|
|
//{
|
|
|
|
//{
|
|
|
|