代码拉取完成,页面将自动刷新
<Page x:Class="二维码生成工具.Hnzy"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:二维码生成工具"
mc:Ignorable="d"
d:DesignHeight="1000" d:DesignWidth="1200"
Title="河南中烟二维码生成">
<Grid>
<StackPanel>
<WrapPanel>
<Label Content="河南中烟二维码生成器" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" FontSize="22" Margin="100,20,0,0" />
</WrapPanel>
<WrapPanel>
<Label Content="活动域名" Margin="10,30,0,10" Width="80px" />
<TextBox x:Name="domain" Height="27" Width="200" Margin="0,30,0,10" Text="http://hn.6in7.cn/" AutomationProperties.IsRequiredForForm="True" RenderTransformOrigin="0.5,0.5" IsEnabled="False" />
<Label Content="是否需要验证码" Margin="20,30,0,10" />
<CheckBox x:Name="has_verify" Margin="0,35,0,10" />
</WrapPanel>
<WrapPanel>
<Label Content="五位随机数" Margin="10,10,0,10" Width="80px"/>
<TextBox x:Name="batch_No" Height="27" Width="200" Margin="0,10,0,10" TextChanged="batch_No_TextChanged" MaxLength="5" />
</WrapPanel>
<WrapPanel>
<Label Content="数量" Margin="10,10,0,10" Width="80px" />
<TextBox x:Name="num" Height="27" Width="200" Margin="0,10,0,10" TextChanged="batch_No_TextChanged" MaxLength="6" />
</WrapPanel>
<WrapPanel>
<Button Margin="140,30,0,10" Width="150"
Height="25" HorizontalAlignment="Right" Click="Button_Click">生成随机码</Button>
</WrapPanel>
</StackPanel>
<StackPanel>
<TextBlock x:Name="tb" Height="23" Margin="100,300,0,0" VerticalAlignment="Top" FontStyle="Oblique" FontWeight="Black" FontSize="20"></TextBlock>
<ProgressBar Margin="0,10,0,0" Name="pb_import" VerticalAlignment="Top" Width="300" Height="30"/>
</StackPanel>
</Grid>
</Page>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。