11 lines
580 B
Plaintext
11 lines
580 B
Plaintext
|
|
<UserControl x:Class="EngineeringSync.Setup.Views.Pages.InstallItem"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
Margin="0,2">
|
||
|
|
<StackPanel Orientation="Horizontal">
|
||
|
|
<TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="10"
|
||
|
|
Foreground="#107C10" Margin="0,0,8,0" VerticalAlignment="Center"/>
|
||
|
|
<TextBlock x:Name="ItemText" FontFamily="Consolas" FontSize="12" Foreground="#1A1A1A"/>
|
||
|
|
</StackPanel>
|
||
|
|
</UserControl>
|