1 Star 0 Fork 1

杰克/OstrichPomoadoro

forked from Orchis/OstrichPomoadoro 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NewTaskDialog.xaml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Orchis 提交于 2022-10-19 00:41 . 中断弹窗
<ctl:OstrichDialog x:Class="OstrichPomoadoro.NewTaskDialog"
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"
Height="30" Width="350">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="50"/>
</Grid.ColumnDefinitions>
<TextBox x:Name="txtBox" Grid.Column="0" VerticalContentAlignment="Center" KeyDown="txtBox_KeyDown"
Background="{StaticResource DarkBrush}" Foreground="{StaticResource LightForeBrush}" />
<ctl:OstrichNumBox x:Name="numBox" Grid.Column="1" MaxValue="99" MinHeight="0" Text="0" Margin="5,0,0,0"
VerticalContentAlignment="Center" HorizontalContentAlignment="Right"
EnterDownEvent="numBox_EnterDownEvent" EscDownEvent="numBox_EscDownEvent"
Foreground="{StaticResource LightForeBrush}"/>
</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

搜索帮助