- Se traslada versión a git desde tfs
This commit is contained in:
14
Informes/TabHeaderPrintInfoControl.xaml
Normal file
14
Informes/TabHeaderPrintInfoControl.xaml
Normal file
@@ -0,0 +1,14 @@
|
||||
<UserControl x:Class="Controles.TabHeaderPrintInfoControl"
|
||||
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:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
|
||||
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="300" d:DesignWidth="300">
|
||||
<Grid VerticalAlignment="Center">
|
||||
<ProgressBar Background="{x:Null}" Margin="-9,-2,-25,-3" BorderThickness="0" x:Name="progress" />
|
||||
<TextBlock Margin="0,1,0,1" x:Name="tabNameTextBlock" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user