mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
set passwordbox to a constant value
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportUserNameHint}"
|
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportUserNameHint}"
|
||||||
Text="{x:Bind UserName, Mode=TwoWay}"/>
|
Text="{x:Bind UserName, Mode=TwoWay}"/>
|
||||||
<PasswordBox
|
<PasswordBox
|
||||||
|
Width="360"
|
||||||
|
MaxWidth="360"
|
||||||
Margin="0,16,0,0"
|
Margin="0,16,0,0"
|
||||||
Password="{x:Bind Password, Mode=TwoWay}"
|
Password="{x:Bind Password, Mode=TwoWay}"
|
||||||
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportPasswordHint}"/>
|
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportPasswordHint}"/>
|
||||||
|
|||||||
@@ -31,6 +31,8 @@
|
|||||||
Content="{shcm:ResourceString Name=ViewPageHutaoPassportVerifyCodeAction}"/>
|
Content="{shcm:ResourceString Name=ViewPageHutaoPassportVerifyCodeAction}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<PasswordBox
|
<PasswordBox
|
||||||
|
Width="360"
|
||||||
|
MaxWidth="360"
|
||||||
Margin="0,16,0,0"
|
Margin="0,16,0,0"
|
||||||
IsEnabled="{x:Bind VerifyCode, Converter={StaticResource StringBoolConverter}, Mode=OneWay}"
|
IsEnabled="{x:Bind VerifyCode, Converter={StaticResource StringBoolConverter}, Mode=OneWay}"
|
||||||
Password="{x:Bind Password, Mode=TwoWay}"
|
Password="{x:Bind Password, Mode=TwoWay}"
|
||||||
|
|||||||
@@ -31,6 +31,8 @@
|
|||||||
Content="{shcm:ResourceString Name=ViewPageHutaoPassportVerifyCodeAction}"/>
|
Content="{shcm:ResourceString Name=ViewPageHutaoPassportVerifyCodeAction}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<PasswordBox
|
<PasswordBox
|
||||||
|
Width="360"
|
||||||
|
MaxWidth="360"
|
||||||
Margin="0,16,0,0"
|
Margin="0,16,0,0"
|
||||||
IsEnabled="{x:Bind VerifyCode, Converter={StaticResource StringBoolConverter}, Mode=OneWay}"
|
IsEnabled="{x:Bind VerifyCode, Converter={StaticResource StringBoolConverter}, Mode=OneWay}"
|
||||||
Password="{x:Bind Password, Mode=TwoWay}"
|
Password="{x:Bind Password, Mode=TwoWay}"
|
||||||
|
|||||||
@@ -37,6 +37,8 @@
|
|||||||
Content="{shcm:ResourceString Name=ViewPageHutaoPassportVerifyCodeAction}"/>
|
Content="{shcm:ResourceString Name=ViewPageHutaoPassportVerifyCodeAction}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<PasswordBox
|
<PasswordBox
|
||||||
|
Width="360"
|
||||||
|
MaxWidth="360"
|
||||||
Margin="0,16,0,0"
|
Margin="0,16,0,0"
|
||||||
IsEnabled="{x:Bind VerifyCode, Converter={StaticResource StringBoolConverter}, Mode=OneWay}"
|
IsEnabled="{x:Bind VerifyCode, Converter={StaticResource StringBoolConverter}, Mode=OneWay}"
|
||||||
Password="{x:Bind Password, Mode=TwoWay}"
|
Password="{x:Bind Password, Mode=TwoWay}"
|
||||||
|
|||||||
Reference in New Issue
Block a user