|
@@ -39,7 +39,7 @@
|
|
|
FontStyle="Normal"
|
|
|
FontWeight="SemiBold"
|
|
|
LineHeight="28"
|
|
|
- Text="Cancel account" />
|
|
|
+ Text="{Binding Text_userout}" />
|
|
|
<TextBlock
|
|
|
Margin="0,32,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
@@ -47,109 +47,159 @@
|
|
|
FontSize="14"
|
|
|
FontStyle="Normal"
|
|
|
LineHeight="22"
|
|
|
- Text="Enter the verification code" />
|
|
|
+ Text="{Binding Text_vcode}" />
|
|
|
<WrapPanel Margin="0,8,0,0" HorizontalAlignment="Left">
|
|
|
- <TextBox
|
|
|
- x:Name="text_Code1"
|
|
|
- Width="36"
|
|
|
- Height="42"
|
|
|
- Padding="10,0,10,0"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalContentAlignment="Center"
|
|
|
- FontFamily="Segoe UI"
|
|
|
- FontSize="20"
|
|
|
- FontStyle="Normal"
|
|
|
- FontWeight="SemiBold"
|
|
|
- InputMethod.IsInputMethodEnabled="False"
|
|
|
- KeyUp="text_Code1_KeyUp"
|
|
|
- PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
- Text="{Binding Code1, Mode=TwoWay}"
|
|
|
- TextChanged="Code_TextChanged" />
|
|
|
- <TextBox
|
|
|
- x:Name="text_Code2"
|
|
|
- Width="36"
|
|
|
- Height="42"
|
|
|
- Margin="9,0,0,0"
|
|
|
- Padding="10,0,10,0"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalContentAlignment="Center"
|
|
|
- FontFamily="Segoe UI"
|
|
|
- FontSize="20"
|
|
|
- FontStyle="Normal"
|
|
|
- FontWeight="SemiBold"
|
|
|
- InputMethod.IsInputMethodEnabled="False"
|
|
|
- KeyUp="text_Code2_KeyUp"
|
|
|
- PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
- Text="{Binding Code2, Mode=TwoWay}"
|
|
|
- TextChanged="text_Code2_TextChanged" />
|
|
|
- <TextBox
|
|
|
- x:Name="text_Code3"
|
|
|
- Width="36"
|
|
|
- Height="42"
|
|
|
- Margin="9,0,0,0"
|
|
|
- Padding="10,0,10,0"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalContentAlignment="Center"
|
|
|
- FontFamily="Segoe UI"
|
|
|
- FontSize="20"
|
|
|
- FontStyle="Normal"
|
|
|
- FontWeight="SemiBold"
|
|
|
- InputMethod.IsInputMethodEnabled="False"
|
|
|
- KeyUp="text_Code3_KeyUp"
|
|
|
- PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
- Text="{Binding Code3, Mode=TwoWay}"
|
|
|
- TextChanged="text_Code3_TextChanged" />
|
|
|
- <TextBox
|
|
|
- x:Name="text_Code4"
|
|
|
- Width="36"
|
|
|
- Height="42"
|
|
|
- Margin="9,0,0,0"
|
|
|
- Padding="10,0,10,0"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalContentAlignment="Center"
|
|
|
- FontFamily="Segoe UI"
|
|
|
- FontSize="20"
|
|
|
- FontStyle="Normal"
|
|
|
- FontWeight="SemiBold"
|
|
|
- InputMethod.IsInputMethodEnabled="False"
|
|
|
- KeyUp="text_Code4_KeyUp"
|
|
|
- PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
- Text="{Binding Code4, Mode=TwoWay}"
|
|
|
- TextChanged="text_Code4_TextChanged" />
|
|
|
- <TextBox
|
|
|
- x:Name="text_Code5"
|
|
|
- Width="36"
|
|
|
- Height="42"
|
|
|
- Margin="9,0,0,0"
|
|
|
- Padding="10,0,10,0"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalContentAlignment="Center"
|
|
|
- FontFamily="Segoe UI"
|
|
|
- FontSize="20"
|
|
|
- FontStyle="Normal"
|
|
|
- FontWeight="SemiBold"
|
|
|
- InputMethod.IsInputMethodEnabled="False"
|
|
|
- KeyUp="text_Code5_KeyUp"
|
|
|
- PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
- Text="{Binding Code5, Mode=TwoWay}"
|
|
|
- TextChanged="text_Code5_TextChanged" />
|
|
|
- <TextBox
|
|
|
- x:Name="text_Code6"
|
|
|
- Width="36"
|
|
|
- Height="42"
|
|
|
- Margin="9,0,0,0"
|
|
|
- Padding="10,0,10,0"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalContentAlignment="Center"
|
|
|
- FontFamily="Segoe UI"
|
|
|
- FontSize="20"
|
|
|
- FontStyle="Normal"
|
|
|
- FontWeight="SemiBold"
|
|
|
- InputMethod.IsInputMethodEnabled="False"
|
|
|
- KeyUp="text_Code6_KeyUp"
|
|
|
- PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
- Text="{Binding Code6, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
|
- TextChanged="text_Code6_TextChanged" />
|
|
|
+ <Grid>
|
|
|
+ <TextBox
|
|
|
+ x:Name="text_Code1"
|
|
|
+ Width="36"
|
|
|
+ Height="42"
|
|
|
+ Padding="10,0,10,0"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
+ Effect="{StaticResource shadow.blue-0-4}"
|
|
|
+ FontFamily="Segoe UI"
|
|
|
+ FontSize="20"
|
|
|
+ FontStyle="Normal"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ InputMethod.IsInputMethodEnabled="False"
|
|
|
+ KeyUp="text_Code1_KeyUp"
|
|
|
+ PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
+ Text="{Binding Code1, Mode=TwoWay}"
|
|
|
+ TextChanged="Code_TextChanged" />
|
|
|
+ <Border
|
|
|
+ BorderBrush="#F3465B"
|
|
|
+ BorderThickness="1"
|
|
|
+ Effect="{StaticResource shadow.red-0-4}"
|
|
|
+ Visibility="{Binding ElementName=Grid_RegisterVis, Path=Visibility}" />
|
|
|
+ </Grid>
|
|
|
+ <Grid Margin="9,0,0,0">
|
|
|
+ <TextBox
|
|
|
+ x:Name="text_Code2"
|
|
|
+ Width="36"
|
|
|
+ Height="42"
|
|
|
+ Padding="10,0,10,0"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
+ Effect="{StaticResource shadow.blue-0-4}"
|
|
|
+ FontFamily="Segoe UI"
|
|
|
+ FontSize="20"
|
|
|
+ FontStyle="Normal"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ InputMethod.IsInputMethodEnabled="False"
|
|
|
+ KeyUp="text_Code2_KeyUp"
|
|
|
+ PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
+ Text="{Binding Code2, Mode=TwoWay}"
|
|
|
+ TextChanged="text_Code2_TextChanged" />
|
|
|
+ <Border
|
|
|
+ BorderBrush="#F3465B"
|
|
|
+ BorderThickness="1"
|
|
|
+ Effect="{StaticResource shadow.red-0-4}"
|
|
|
+ Visibility="{Binding ElementName=Grid_RegisterVis, Path=Visibility}" />
|
|
|
+ </Grid>
|
|
|
+ <Grid Margin="9,0,0,0">
|
|
|
+ <TextBox
|
|
|
+ x:Name="text_Code3"
|
|
|
+ Width="36"
|
|
|
+ Height="42"
|
|
|
+ Padding="10,0,10,0"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
+ Effect="{StaticResource shadow.blue-0-4}"
|
|
|
+ FontFamily="Segoe UI"
|
|
|
+ FontSize="20"
|
|
|
+ FontStyle="Normal"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ InputMethod.IsInputMethodEnabled="False"
|
|
|
+ KeyUp="text_Code3_KeyUp"
|
|
|
+ PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
+ Text="{Binding Code3, Mode=TwoWay}"
|
|
|
+ TextChanged="text_Code3_TextChanged" />
|
|
|
+ <Border
|
|
|
+ BorderBrush="#F3465B"
|
|
|
+ BorderThickness="1"
|
|
|
+ Effect="{StaticResource shadow.red-0-4}"
|
|
|
+ Visibility="{Binding ElementName=Grid_RegisterVis, Path=Visibility}" />
|
|
|
+ </Grid>
|
|
|
+ <Grid Margin="9,0,0,0">
|
|
|
+ <TextBox
|
|
|
+ x:Name="text_Code4"
|
|
|
+ Width="36"
|
|
|
+ Height="42"
|
|
|
+ Padding="10,0,10,0"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
+ Effect="{StaticResource shadow.blue-0-4}"
|
|
|
+ FontFamily="Segoe UI"
|
|
|
+ FontSize="20"
|
|
|
+ FontStyle="Normal"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ InputMethod.IsInputMethodEnabled="False"
|
|
|
+ KeyUp="text_Code4_KeyUp"
|
|
|
+ PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
+ Text="{Binding Code4, Mode=TwoWay}"
|
|
|
+ TextChanged="text_Code4_TextChanged" />
|
|
|
+ <Border
|
|
|
+ BorderBrush="#F3465B"
|
|
|
+ BorderThickness="1"
|
|
|
+ Effect="{StaticResource shadow.red-0-4}"
|
|
|
+ Visibility="{Binding ElementName=Grid_RegisterVis, Path=Visibility}" />
|
|
|
+ </Grid>
|
|
|
+ <Grid Margin="9,0,0,0">
|
|
|
+ <TextBox
|
|
|
+ x:Name="text_Code5"
|
|
|
+ Width="36"
|
|
|
+ Height="42"
|
|
|
+ Padding="10,0,10,0"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
+ Effect="{StaticResource shadow.blue-0-4}"
|
|
|
+ FontFamily="Segoe UI"
|
|
|
+ FontSize="20"
|
|
|
+ FontStyle="Normal"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ InputMethod.IsInputMethodEnabled="False"
|
|
|
+ KeyUp="text_Code5_KeyUp"
|
|
|
+ PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
+ Text="{Binding Code5, Mode=TwoWay}"
|
|
|
+ TextChanged="text_Code5_TextChanged" />
|
|
|
+ <Border
|
|
|
+ BorderBrush="#F3465B"
|
|
|
+ BorderThickness="1"
|
|
|
+ Effect="{StaticResource shadow.red-0-4}"
|
|
|
+ Visibility="{Binding ElementName=Grid_RegisterVis, Path=Visibility}" />
|
|
|
+ </Grid>
|
|
|
+ <Grid Margin="9,0,0,0">
|
|
|
+ <TextBox
|
|
|
+ x:Name="text_Code6"
|
|
|
+ Width="36"
|
|
|
+ Height="42"
|
|
|
+ Padding="10,0,10,0"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
+ Effect="{StaticResource shadow.blue-0-4}"
|
|
|
+ FontFamily="Segoe UI"
|
|
|
+ FontSize="20"
|
|
|
+ FontStyle="Normal"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ InputMethod.IsInputMethodEnabled="False"
|
|
|
+ KeyUp="text_Code6_KeyUp"
|
|
|
+ PreviewTextInput="TextBox_PreviewTextInput"
|
|
|
+ Text="{Binding Code6, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
|
+ TextChanged="text_Code6_TextChanged">
|
|
|
+ <i:Interaction.Triggers>
|
|
|
+ <i:EventTrigger EventName="TextChanged">
|
|
|
+ <i:InvokeCommandAction Command="{Binding Code6ChangedCommand}" />
|
|
|
+ </i:EventTrigger>
|
|
|
+ </i:Interaction.Triggers>
|
|
|
+ </TextBox>
|
|
|
+ <Border
|
|
|
+ BorderBrush="#F3465B"
|
|
|
+ BorderThickness="1"
|
|
|
+ Effect="{StaticResource shadow.red-0-4}"
|
|
|
+ Visibility="{Binding ElementName=Grid_RegisterVis, Path=Visibility}" />
|
|
|
+ </Grid>
|
|
|
+
|
|
|
</WrapPanel>
|
|
|
<WrapPanel Margin="0,10,0,0">
|
|
|
<TextBlock
|
|
@@ -160,7 +210,7 @@
|
|
|
FontFamily="Segoe UI"
|
|
|
FontSize="12"
|
|
|
FontStyle="Normal"
|
|
|
- Text="Didn't receive the verification code?" />
|
|
|
+ Text="{Binding Text_novcode}" />
|
|
|
<TextBlock
|
|
|
Width="Auto"
|
|
|
Height="20"
|
|
@@ -179,7 +229,9 @@
|
|
|
Foreground="#1770F4"
|
|
|
LineHeight="20"
|
|
|
Visibility="{Binding Codeagin, Mode=TwoWay}">
|
|
|
- <Hyperlink Command="{Binding CodetooCommand}">Click to resend</Hyperlink>
|
|
|
+ <Hyperlink Command="{Binding CodetooCommand}">
|
|
|
+ <TextBlock Text="{Binding Text_recode}"/>
|
|
|
+ </Hyperlink>
|
|
|
</TextBlock>
|
|
|
</WrapPanel>
|
|
|
<Button
|
|
@@ -190,19 +242,20 @@
|
|
|
HorizontalAlignment="Center"
|
|
|
VerticalAlignment="Top"
|
|
|
Command="{Binding UserOutCommand}"
|
|
|
- Content="Cancellation"
|
|
|
+ Content="{Binding BtText_userout}"
|
|
|
IsDefault="True"
|
|
|
IsEnabled="{Binding EnableNextStep, Mode=TwoWay}"
|
|
|
- Style="{StaticResource Btn.cta}" />
|
|
|
+ Style="{StaticResource btn.brand}" />
|
|
|
<Button
|
|
|
Width="200"
|
|
|
Height="32"
|
|
|
Margin="0,8,0,0"
|
|
|
HorizontalAlignment="Center"
|
|
|
VerticalAlignment="Top"
|
|
|
+ Content="{Binding BtText_cancel}"
|
|
|
Command="{Binding UserOutCancelCommand}"
|
|
|
- Style="{StaticResource btn.ghost}">
|
|
|
- <TextBlock Text="Cancel" />
|
|
|
+ Style="{StaticResource btn.sec}">
|
|
|
+
|
|
|
</Button>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
@@ -219,7 +272,7 @@
|
|
|
VerticalAlignment="Bottom"
|
|
|
Background="#FDC7C6"
|
|
|
Visibility="{Binding UserCodemsgVis, Mode=TwoWay}">
|
|
|
- <WrapPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
|
+ <WrapPanel HorizontalAlignment="Left" VerticalAlignment="Center" Margin="9,0,0,0">
|
|
|
<Border
|
|
|
Width="14"
|
|
|
Height="14"
|
|
@@ -232,6 +285,7 @@
|
|
|
Fill="White" />
|
|
|
</Border>
|
|
|
<TextBlock
|
|
|
+
|
|
|
HorizontalAlignment="Center"
|
|
|
VerticalAlignment="Center"
|
|
|
FontFamily="Segoe UI"
|