Add description text
This commit is contained in:
parent
9ecb32c3d2
commit
07d2c656fc
@ -273,51 +273,67 @@
|
|||||||
Label="Custom File Naming">
|
Label="Custom File Naming">
|
||||||
|
|
||||||
<Grid
|
<Grid
|
||||||
RowDefinitions="Auto,Auto,Auto,Auto"
|
RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto"
|
||||||
ColumnDefinitions="*,Auto">
|
ColumnDefinitions="*,Auto">
|
||||||
|
|
||||||
<TextBox
|
<TextBlock
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="0,10,10,10"
|
Margin="0,5,0,0"
|
||||||
|
Text="{Binding DownloadDecryptSettings.FolderTemplateText}" />
|
||||||
|
|
||||||
|
<TextBox
|
||||||
|
Grid.Row="1"
|
||||||
|
Grid.Column="0"
|
||||||
|
Margin="0,5,10,10"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
IsReadOnly="True"
|
IsReadOnly="True"
|
||||||
Text="{Binding DownloadDecryptSettings.FolderTemplate}" />
|
Text="{Binding DownloadDecryptSettings.FolderTemplate}" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
Grid.Row="0"
|
Grid.Row="1"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Content="Edit"
|
Content="Edit"
|
||||||
Height="30"
|
Height="30"
|
||||||
Padding="30,3,30,3"
|
Padding="30,3,30,3"
|
||||||
Click="EditFolderTemplateButton_Click" />
|
Click="EditFolderTemplateButton_Click" />
|
||||||
|
|
||||||
<TextBox
|
<TextBlock
|
||||||
Grid.Row="1"
|
Grid.Row="2"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="0,10,10,10"
|
Text="{Binding DownloadDecryptSettings.FileTemplateText}" />
|
||||||
|
|
||||||
|
<TextBox
|
||||||
|
Grid.Row="3"
|
||||||
|
Grid.Column="0"
|
||||||
|
Margin="0,5,10,10"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
IsReadOnly="True"
|
IsReadOnly="True"
|
||||||
Text="{Binding DownloadDecryptSettings.FileTemplate}" />
|
Text="{Binding DownloadDecryptSettings.FileTemplate}" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
Grid.Row="1"
|
Grid.Row="3"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Content="Edit"
|
Content="Edit"
|
||||||
Height="30"
|
Height="30"
|
||||||
Padding="30,3,30,3"
|
Padding="30,3,30,3"
|
||||||
Click="EditFileTemplateButton_Click" />
|
Click="EditFileTemplateButton_Click" />
|
||||||
|
|
||||||
<TextBox
|
<TextBlock
|
||||||
Grid.Row="2"
|
Grid.Row="4"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="0,10,10,10"
|
Text="{Binding DownloadDecryptSettings.ChapterFileTemplateText}" />
|
||||||
|
|
||||||
|
<TextBox
|
||||||
|
Grid.Row="5"
|
||||||
|
Grid.Column="0"
|
||||||
|
Margin="0,5,10,10"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
IsReadOnly="True"
|
IsReadOnly="True"
|
||||||
Text="{Binding DownloadDecryptSettings.ChapterFileTemplate}" />
|
Text="{Binding DownloadDecryptSettings.ChapterFileTemplate}" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
Grid.Row="2"
|
Grid.Row="5"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Content="Edit"
|
Content="Edit"
|
||||||
Height="30"
|
Height="30"
|
||||||
@ -325,7 +341,7 @@
|
|||||||
Click="EditChapterFileTemplateButton_Click" />
|
Click="EditChapterFileTemplateButton_Click" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
Grid.Row="3"
|
Grid.Row="6"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Content="{Binding DownloadDecryptSettings.EditCharReplacementText}"
|
Content="{Binding DownloadDecryptSettings.EditCharReplacementText}"
|
||||||
Height="30"
|
Height="30"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user