1 Star 0 Fork 0

仲夏柠叶香/UFTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SelectSetPage.xaml 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
仲夏柠叶香 提交于 2021-10-12 23:11 . 完成基本功能
<Page
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:UFTools"
xmlns:hc="https://handyorg.github.io/handycontrol" x:Class="UFTools.SelectSetPage"
mc:Ignorable="d"
d:DesignHeight="350" d:DesignWidth="800"
Title="SelectSetPage">
<hc:TransitioningContentControl>
<Grid>
<ListView Height="280" VerticalAlignment="Top" Margin="0" Name="listView">
<ListView.View>
<GridView>
<GridViewColumn Width="80" Header="ID" DisplayMemberBinding="{Binding Id}"/>
<GridViewColumn Width="300" Header="账套名" DisplayMemberBinding="{Binding Name}"/>
<GridViewColumn Width="300" Header="路径" DisplayMemberBinding="{Binding Path}"/>
<GridViewColumn Width="80" Header="年份" DisplayMemberBinding="{Binding Year}"/>
</GridView>
</ListView.View>
</ListView>
<Grid HorizontalAlignment="Center" VerticalAlignment="Bottom" Width="200" Margin="0,0,0,20">
<Button Content="上一步" HorizontalAlignment="Left" VerticalAlignment="Center" Width="75" Style="{DynamicResource ButtonDashedPrimary}" Click="LastButton_Click"/>
<Button Content="确定" HorizontalAlignment="Right" VerticalAlignment="Center" Width="75" Style="{DynamicResource ButtonPrimary}" Click="OkButton_Click"/>
</Grid>
</Grid>
</hc:TransitioningContentControl>
</Page>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/Hook-shy/uftools.git
git@gitee.com:Hook-shy/uftools.git
Hook-shy
uftools
UFTools
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385