-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:local="clr-namespace:SubtitleRun" | ||
mc:Ignorable="d" WindowStartupLocation="CenterScreen" FontFamily=".\Fonts\#Maplestory" FontWeight="Normal" SizeToContent="WidthAndHeight" MinWidth="1024" MinHeight="720" ResizeMode="NoResize" Title="자막런 2.0.0"> | ||
mc:Ignorable="d" WindowStartupLocation="CenterScreen" FontFamily=".\Fonts\#Maplestory" FontWeight="Normal" SizeToContent="WidthAndHeight" MinWidth="1366" MinHeight="784" ResizeMode="NoResize" Title="자막런 2.0.0"> | ||
<Window.Resources> | ||
<DataTemplate x:Key="SelectableCell"> | ||
<StackPanel Orientation="Horizontal"> | ||
|
@@ -15,7 +15,7 @@ | |
<Window.Background> | ||
<ImageBrush ImageSource="/BG.jpg"/> | ||
</Window.Background> | ||
<Grid VerticalAlignment="Center" MinWidth="1366" MinHeight="730"> | ||
<Grid VerticalAlignment="Center" MinWidth="1366" MinHeight="768"> | ||
<Grid HorizontalAlignment="Left" VerticalAlignment="Stretch" MinWidth="600" MinHeight="600" Margin="20,20,0,0"> | ||
<ListView x:Name="videoFile_listView" AllowDrop="True" DragEnter="videoFile_listView_DragEnter" Drop="videoFile_listView_Drop" HorizontalAlignment="Left" Margin="0,40,0,0" VerticalAlignment="Top" FontFamily=".\Fonts\#Maplestory" Panel.ZIndex="-3" MinWidth="550" MinHeight="580" MaxWidth="550" MaxHeight="580"> | ||
<ListView.View> | ||
|
@@ -63,8 +63,8 @@ | |
<Button x:Name="moveSubtitleIndexBottomButton" Content="맨 아래로" HorizontalAlignment="Left" Margin="555,145,0,0" VerticalAlignment="Top" FontSize="20" MinWidth="90" MinHeight="30" Click="moveSubtitleIndexBottomButton_Click"/> | ||
|
||
</Grid> | ||
<Button x:Name="convertButton" Content="자막 파일명 바꾸기" VerticalAlignment="Bottom" FontFamily=".\Fonts\#Maplestory" FontSize="20" Click="convertButton_Click" MinWidth="200" MinHeight="65" Padding="1,1,1,1" HorizontalAlignment="Center" Margin="0,0,0,4"/> | ||
<CheckBox x:Name="autoMoveSubtitleFilesCheckBox" Content="동영상 파일 위치로 자동 이동" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="0,0,0,70" FontSize="15" Foreground="White" MinWidth="190" MinHeight="16" IsChecked="True"/> | ||
<Button x:Name="convertButton" Content="자막 파일명 바꾸기" VerticalAlignment="Bottom" FontFamily=".\Fonts\#Maplestory" FontSize="20" Click="convertButton_Click" MinWidth="200" MinHeight="75" Padding="1,1,1,1" HorizontalAlignment="Center" Margin="0,0,0,15"/> | ||
<CheckBox x:Name="autoMoveSubtitleFilesCheckBox" Content="동영상 파일 위치로 자동 이동" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="0,0,0,95" FontSize="16" Foreground="White" MinWidth="190" MinHeight="16" IsChecked="True"/> | ||
<Label Content="Developed By 허수영 ([email protected])" HorizontalAlignment="Right" VerticalAlignment="Bottom" Foreground="White"/> | ||
</Grid> | ||
</Window> |