你的位置:首页 > 软件开发 > ASP.net > 英文验证码

英文验证码

发布时间:2016-08-19 15:00:28
前几天看的别人写的英文验证码的帖子 自己就引用了 然后整理了一下 xaml代码是:<Window x:Class="SecurityCode.MainWindow" ="http://schemas.microsoft.com/ ...

前几天看的别人写的英文验证码的帖子 自己就引用了  然后整理了一下

 

xaml代码是:

<Window x:Class="SecurityCode.MainWindow"    ="http://schemas.microsoft.com/get='_blank'>winfx/2006/xaml/presentation"    ="http://schemas.microsoft.com/winfx/2006/xaml"    ="http://schemas.microsoft.com/expression/blend/2008"    ="http://schemas.open"    ="clr-namespace:SecurityCode"    mc:Ignorable="d"    x:Name="usercontrol"    Title="MainWindow" MaxHeight="100" Width="900">  <Grid>    <StackPanel Height="50" Orientation="Horizontal">      <Label Content="验证码"></Label>      <TextBox x:Name="SecurityTxt" Width="200">      </TextBox>      <Button Content="发送" Click="Button_Click"></Button>      <Image Width="400" Stretch="None" x:Name="image"></Image>      <Button Content="重新获取验证码" Click="MainWindow_Loaded"></Button>    </StackPanel>  </Grid></Window>

原标题:英文验证码

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录