1 Star 0 Fork 0

紫风天下行/二维码需求

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Home.xaml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
紫风天下行 提交于 2017-12-21 11:37 . no commit message
<Page x:Class="二维码生成工具.Home"
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="300" d:DesignWidth="300"
Title="美浓易盒二维码生成工具">
<Grid>
<!-- People list -->
<StackPanel>
<WrapPanel>
<Label Content="美浓易盒二维码生成工具" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" FontSize="22" Margin="120,20,0,0" />
</WrapPanel>
</StackPanel>
<StackPanel>
<!-- View report button -->
<ComboBox x:Name="peopleListBox" Margin="80,120,72,10" Height="30" IsSynchronizedWithCurrentItem="True" Width="220" SelectedIndex="1" />
<Button Margin="88,20,88,160" Width="124"
Height="25" Click="Button_Click" Content="选择"/>
<!-- View report button -->
</StackPanel>
</Grid>
</Page>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meinongyihe/ErWeiMaXuQiu.git
git@gitee.com:meinongyihe/ErWeiMaXuQiu.git
meinongyihe
ErWeiMaXuQiu
二维码需求
master

搜索帮助