diff options
| author | Michael <[email protected]> | 2017-02-13 09:05:25 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-13 09:05:25 -0500 |
| commit | e8dfafa17a492bdba99151379d5d4926c267dde5 (patch) | |
| tree | bdc21f8c028e03f987920d581c0aaad3b1168938 /ShiftOS.Wpf/Applications/TextPad.xaml | |
| parent | 14bd25bab6dbed116c194d392e887c68a90c4d73 (diff) | |
| download | shiftos_thereturn-e8dfafa17a492bdba99151379d5d4926c267dde5.tar.gz shiftos_thereturn-e8dfafa17a492bdba99151379d5d4926c267dde5.tar.bz2 shiftos_thereturn-e8dfafa17a492bdba99151379d5d4926c267dde5.zip | |
ugh more debugging
Diffstat (limited to 'ShiftOS.Wpf/Applications/TextPad.xaml')
| -rw-r--r-- | ShiftOS.Wpf/Applications/TextPad.xaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ShiftOS.Wpf/Applications/TextPad.xaml b/ShiftOS.Wpf/Applications/TextPad.xaml deleted file mode 100644 index 2097be3..0000000 --- a/ShiftOS.Wpf/Applications/TextPad.xaml +++ /dev/null @@ -1,17 +0,0 @@ -<UserControl x:Class="ShiftOS.Wpf.Applications.TextPad" - 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:ShiftOS.Wpf.Applications" - mc:Ignorable="d" - Height="400" Width="600"> - <DockPanel LastChildFill="True"> - <WrapPanel Style="{DynamicResource Toolbar}" DockPanel.Dock="Top"> - <Button x:Name="btnnew" Click="btnnew_Click" Style="{DynamicResource ToolbarButton}">New</Button> - <Button x:Name="btnopen" Click="btnopen_Click" Style="{DynamicResource ToolbarButton}">Open</Button> - <Button x:Name="btnsave" Click="btnsave_Click" Style="{DynamicResource ToolbarButton}">Save</Button> - </WrapPanel> - <TextBox AcceptsReturn="True" x:Name="txtbody"></TextBox> - </DockPanel> -</UserControl> |
