|
5 | 5 | xmlns:HandBrakeControls="clr-namespace:VidCoder.Controls" |
6 | 6 | xmlns:model="clr-namespace:HandBrake.Interop;assembly=HandBrakeInterop" |
7 | 7 | xmlns:converters="clr-namespace:VidCoder.Converters" |
| 8 | + xmlns:resx="clr-namespace:VidCoder.Properties" |
8 | 9 | Title="{Binding WindowTitle}" Width="671" Height="467" MinWidth="588" MinHeight="467" |
9 | 10 | Style="{StaticResource NormalWindow}" WindowStartupLocation="CenterOwner" |
10 | 11 | Closing="Window_Closing" |
|
173 | 174 | <RadioButton Height="16" Margin="221.422,56,0,0" Name="radioButton4" VerticalAlignment="Top" HorizontalAlignment="Left" Width="53.578" |
174 | 175 | IsChecked="{Binding PreferredExtension, Converter={StaticResource EnumBoolConverter}, ConverterParameter=M4v}" |
175 | 176 | Visibility="{Binding ShowMp4Choices, Converter={StaticResource VisibilityConverter}}">.m4v</RadioButton> |
176 | | - <CheckBox Margin="277.093,41,0,0" Visibility="{Binding ShowMp4Choices, Converter={StaticResource VisibilityConverter}}" |
177 | | - IsChecked="{Binding LargeFile}" HorizontalAlignment="Left" Width="98.907" Height="16" VerticalAlignment="Top">Large file size</CheckBox> |
178 | | - <CheckBox Height="16" Margin="277,59,0,0" VerticalAlignment="Top" Visibility="{Binding ShowMp4Choices, Converter={StaticResource VisibilityConverter}}" |
179 | | - IsChecked="{Binding Optimize}" HorizontalAlignment="Left" Width="111">Web optimized</CheckBox> |
| 177 | + <CheckBox |
| 178 | + Content="Large file size" ToolTip="{x:Static resx:Resources.LargeFileSizeToolTip}" |
| 179 | + Margin="277.093,41,0,0" HorizontalAlignment="Left" Width="98.907" Height="16" VerticalAlignment="Top" |
| 180 | + Visibility="{Binding ShowMp4Choices, Converter={StaticResource VisibilityConverter}}" |
| 181 | + IsChecked="{Binding LargeFile}" /> |
| 182 | + <CheckBox |
| 183 | + Content="Web optimized" ToolTip="{x:Static resx:Resources.WebOptimizedToolTip}" |
| 184 | + Height="16" Margin="277,59,0,0" VerticalAlignment="Top" Visibility="{Binding ShowMp4Choices, Converter={StaticResource VisibilityConverter}}" |
| 185 | + IsChecked="{Binding Optimize}" HorizontalAlignment="Left" Width="111" /> |
180 | 186 | <Grid Height="35" HorizontalAlignment="Left" Margin="385.995,41,0,0" VerticalAlignment="Top" Width="150"> |
181 | 187 | <StackPanel Orientation="Vertical" VerticalAlignment="Center"> |
182 | | - <CheckBox Height="18" VerticalAlignment="Center" |
| 188 | + <CheckBox |
| 189 | + Content="iPod 5G support" ToolTip="{x:Static resx:Resources.IPod5GSupportToolTip}" |
| 190 | + Height="18" VerticalAlignment="Center" |
183 | 191 | Visibility="{Binding ShowMp4Choices, Converter={StaticResource VisibilityConverter}}" |
184 | | - IsChecked="{Binding IPod5GSupport}">iPod 5G support</CheckBox> |
| 192 | + IsChecked="{Binding IPod5GSupport}" /> |
185 | 193 | <CheckBox |
| 194 | + Content="Include chapter markers" ToolTip="{x:Static resx:Resources.IncludeChapterMarkersToolTip}" |
186 | 195 | VerticalAlignment="Center" |
187 | | - IsChecked="{Binding IncludeChapterMarkers}">Include chapter markers</CheckBox> |
| 196 | + IsChecked="{Binding IncludeChapterMarkers}" /> |
188 | 197 | </StackPanel> |
189 | 198 | </Grid> |
190 | 199 |
|
|
473 | 482 | Text="{Binding QualitySliderLeftText}"/> |
474 | 483 | <TextBlock Height="21" HorizontalAlignment="Right" Margin="0,149,6,0" VerticalAlignment="Top" Width="93" TextAlignment="Right" |
475 | 484 | Text="{Binding QualitySliderRightText}"/> |
476 | | - <!--<Label Margin="280.2,149,0,0" Name="label14" Height="28.04" VerticalAlignment="Top" HorizontalAlignment="Left" Width="89">High Quality</Label> |
477 | | - <Label HorizontalAlignment="Right" Margin="0,149,6,0" Name="label15" Width="90" Height="28.04" VerticalAlignment="Top" HorizontalContentAlignment="Right">Low Quality</Label>--> |
478 | 485 | </Grid> |
479 | 486 | </TabItem> |
480 | 487 | <TabItem Header="Audio"> |
|
0 commit comments