1 Star 0 Fork 0

紫风天下行/二维码需求

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Hnzy.xaml 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
紫风天下行 提交于 2017-12-21 11:37 . no commit message
<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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meinongyihe/ErWeiMaXuQiu.git
git@gitee.com:meinongyihe/ErWeiMaXuQiu.git
meinongyihe
ErWeiMaXuQiu
二维码需求
master

搜索帮助