|
|
@@ -11,10 +11,11 @@ |
|
|
|
x:Name="Root" |
|
|
|
Title="海科智慧一卡通平台" |
|
|
|
Width="800" |
|
|
|
Height="420" |
|
|
|
Height="460" |
|
|
|
d:DataContext="{d:DesignInstance Type=viewModels:RootViewModel}" |
|
|
|
ResizeMode="CanMinimize" |
|
|
|
WindowStartupLocation="CenterScreen" |
|
|
|
mc:Ignorable="d" ResizeMode="CanMinimize"> |
|
|
|
mc:Ignorable="d"> |
|
|
|
<Window.Resources> |
|
|
|
<Style |
|
|
|
x:Key="充值" |
|
|
@@ -285,6 +286,15 @@ |
|
|
|
</TextBox.Text> |
|
|
|
</TextBox> |
|
|
|
</WrapPanel> |
|
|
|
<WrapPanel HorizontalAlignment="Center"> |
|
|
|
<TextBox |
|
|
|
Width="330" |
|
|
|
Margin="5,0,0,10" |
|
|
|
HorizontalAlignment="Left" |
|
|
|
hc:InfoElement.Placeholder="手动录入卡号" |
|
|
|
Style="{StaticResource TextBoxExtend}" |
|
|
|
Text="{Binding CardNo}" /> |
|
|
|
</WrapPanel> |
|
|
|
<hc:Divider |
|
|
|
Content="操作" |
|
|
|
FontSize="16" |
|
|
|