1 Star 0 Fork 1

杰克/OstrichPomoadoro

forked from Orchis/OstrichPomoadoro 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AboutDialog.xaml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Orchis 提交于 2022-10-19 00:41 . 中断弹窗
<ctl:OstrichDialog x:Class="OstrichPomoadoro.AboutDialog"
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" Loaded="OstrichDialog_Loaded"
Height="50" Width="350">
<Grid>
<TextBox Name="textBox" IsReadOnly="True" BorderThickness="0,0,0,0" Margin="10,0,0,0" TextWrapping="Wrap" AcceptsReturn="True"
Background="{StaticResource BackgroudBrush}"
Foreground="{StaticResource LightForeBrush}"
KeyDown="TextBox_KeyDown"
Text="这是一个简单的番茄钟定时工具,是一个开源项目:https://gitee.com/orchis/ostrich-pomoadoro/"/>
</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

搜索帮助