1 Star 0 Fork 1

杰克/OstrichPomoadoro

forked from Orchis/OstrichPomoadoro 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
InterruptDialog.xaml 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Orchis 提交于 2023-02-15 00:09 . 可以修改任务名
<ctl:OstrichDialog x:Class="OstrichPomoadoro.InterruptDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:OstrichPomoadoro"
xmlns:ctl="clr-namespace:OstrichPomoadoro.Controls"
mc:Ignorable="d" WindowStyle="None"
Height="50" Width="290">
<Grid>
<ctl:OstrichCanvas Grid.Row="0" HorizontalAlignment="Left" Width="289">
<Label x:Name="lblContext" Content="休息一会儿吧" FontSize="18" Canvas.Left="10" Canvas.Top="9" Foreground="#FF13FF00" HorizontalAlignment="Center" VerticalAlignment="Top"></Label>
<ctl:OstrichButton x:Name="btnContinue" Content="继续工作" Height="30" Width="67" Canvas.Right="10" Canvas.Top="10"
Click="btnContinue_Click" HorizontalAlignment="Left" Canvas.Left="144" VerticalAlignment="Center"></ctl:OstrichButton>
<ctl:OstrichButton x:Name="btnReset" Content="休息一下" Height="30" Width="67" Canvas.Right="10" Canvas.Top="10"
Click="btnReset_Click" Canvas.Left="216" HorizontalAlignment="Left" VerticalAlignment="Center"/>
</ctl:OstrichCanvas>
</Grid>
</ctl:OstrichDialog>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lonelyxmas/ostrich-pomoadoro.git
git@gitee.com:lonelyxmas/ostrich-pomoadoro.git
lonelyxmas
ostrich-pomoadoro
OstrichPomoadoro
master

搜索帮助