代码拉取完成,页面将自动刷新
<Window x:Class="hp_series_app.InputWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:hp_series_app"
mc:Ignorable="d"
Title="{Binding [str_info], Source={x:Static local:LanguageManager.Instance}}" Height="121" Width="358" ResizeMode="NoResize" WindowStartupLocation="CenterOwner" Icon="share.png">
<Canvas >
<TextBlock Text="{Binding [input_pwd], Source={x:Static local:LanguageManager.Instance}}" Name="Label" Margin="20,35,0,37" HorizontalAlignment="Center" VerticalAlignment="Center" Height="20" />
<PasswordBox x:Name="PwdBox" Width="122" Height="24" KeyDown="BarCodeInput_KeyDown" FontSize="16" VerticalContentAlignment="Center" BorderBrush="Black" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="125" Canvas.Top="31"/>
<Button Height="24" Content="{Binding [prompt_confirm], Source={x:Static local:LanguageManager.Instance}}" Click="Button_Click" Width="60" Canvas.Left="265" Canvas.Top="31"/>
</Canvas>
</Window>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。