|
@@ -93,6 +93,12 @@
|
|
</Grid>
|
|
</Grid>
|
|
</Border>
|
|
</Border>
|
|
<StackPanel Orientation="Vertical" Margin="3,0,5,0">
|
|
<StackPanel Orientation="Vertical" Margin="3,0,5,0">
|
|
|
|
+ <userControls1:EditableTextBlock
|
|
|
|
+ x:Name="editableTextBlock"
|
|
|
|
+ d:Text="New Folder" FontSize="14"
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
|
+ Text="{Binding Folder.NameBindable, ElementName=folderControl, Mode=TwoWay}" />
|
|
|
|
+
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<TextBlock d:Text="100" Foreground="White">
|
|
<TextBlock d:Text="100" Foreground="White">
|
|
<TextBlock.Text>
|
|
<TextBlock.Text>
|
|
@@ -110,12 +116,6 @@
|
|
Foreground="White"
|
|
Foreground="White"
|
|
Text="{Binding Folder.BlendModeBindable, ElementName=folderControl, Converter={converters:BlendModeToStringConverter}}"/>
|
|
Text="{Binding Folder.BlendModeBindable, ElementName=folderControl, Converter={converters:BlendModeToStringConverter}}"/>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
- <userControls1:EditableTextBlock
|
|
|
|
- x:Name="editableTextBlock"
|
|
|
|
- d:Text="New Folder"
|
|
|
|
- FontSize="12"
|
|
|
|
- VerticalAlignment="Center"
|
|
|
|
- Text="{Binding Folder.NameBindable, ElementName=folderControl, Mode=TwoWay}" />
|
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<Image Source="/Images/Folder.png" Height="20" Margin="0,0,10,0" HorizontalAlignment="Right"/>
|
|
<Image Source="/Images/Folder.png" Height="20" Margin="0,0,10,0" HorizontalAlignment="Right"/>
|