|
|
@ -27,10 +27,10 @@
|
|
|
|
Orientation="Horizontal">
|
|
|
|
Orientation="Horizontal">
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="{DynamicResource VideoFilePath}" />
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="{DynamicResource VideoFilePath}" />
|
|
|
|
<TextBox
|
|
|
|
<TextBox
|
|
|
|
Width="300"
|
|
|
|
Width="600"
|
|
|
|
Height="50"
|
|
|
|
Height="65"
|
|
|
|
Margin="0,10,10,10"
|
|
|
|
Margin="0,10,10,10"
|
|
|
|
VerticalContentAlignment="Center"
|
|
|
|
VerticalContentAlignment="Top"
|
|
|
|
IsReadOnly="True"
|
|
|
|
IsReadOnly="True"
|
|
|
|
Text="{Binding VideoPathsStr, Mode=TwoWay}" />
|
|
|
|
Text="{Binding VideoPathsStr, Mode=TwoWay}" />
|
|
|
|
|
|
|
|
|
|
|
|