<ItemGroup>\r
<Folder Include="Model\" />\r
</ItemGroup>\r
+ <ItemGroup>\r
+ <Resource Include="Views\Images\ActivityWindow.png" />\r
+ </ItemGroup>\r
+ <ItemGroup>\r
+ <Resource Include="Views\Images\ActivityWindow_small.png" />\r
+ <Resource Include="Views\Images\copy.png" />\r
+ <Resource Include="Views\Images\disc_small.png" />\r
+ <Resource Include="Views\Images\Output_Small.png" />\r
+ <Resource Include="Views\Images\Pref_Small.png" />\r
+ <Resource Include="Views\Images\Queue.png" />\r
+ <Resource Include="Views\Images\Queue_Small.png" />\r
+ <Resource Include="Views\Images\stop.png" />\r
+ <Resource Include="Views\Images\save.png" />\r
+ <Resource Include="Views\Images\Play_small.png" />\r
+ <Resource Include="Views\Images\Play.png" />\r
+ <Resource Include="Views\Images\picture.png" />\r
+ <Resource Include="Views\Images\Pause.png" />\r
+ <Resource Include="Views\Images\Movies.png" />\r
+ <Resource Include="Views\Images\logo64.png" />\r
+ <Resource Include="Views\Images\logo128.png" />\r
+ <Resource Include="Views\Images\info16.png" />\r
+ <Resource Include="Views\Images\Help16.png" />\r
+ <Resource Include="Views\Images\hb32.png" />\r
+ <Resource Include="Views\Images\hb16.png" />\r
+ <Resource Include="Views\Images\General Preferences.png" />\r
+ <Resource Include="Views\Images\folder.png" />\r
+ <Resource Include="Views\Images\ErrorX.png" />\r
+ <Resource Include="Views\Images\download.png" />\r
+ <Resource Include="Views\Images\AddToQueue_small.png" />\r
+ <Resource Include="Views\Images\AddToQueue.png" />\r
+ <Resource Include="Views\Images\window.png" />\r
+ </ItemGroup>\r
+ <ItemGroup>\r
+ <ProjectReference Include="..\HandBrake.ApplicationServices\HandBrake.ApplicationServices.csproj">\r
+ <Project>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</Project>\r
+ <Name>HandBrake.ApplicationServices</Name>\r
+ </ProjectReference>\r
+ </ItemGroup>\r
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
Other similar extension points exist, see Microsoft.Common.targets.\r
<Window x:Class="HandBrakeWPF.Views.MainView"\r
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"\r
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"\r
- Title="{Binding Path=WindowTitle}" Height="300" Width="300">\r
+ Title="{Binding Path=WindowTitle}" Height="645" Width="1015" FontSize="11">\r
+ \r
<Grid>\r
- <TextBlock Text="{Binding Path=WindowTitle}" /> \r
+ <Grid.RowDefinitions>\r
+ <RowDefinition Height="Auto" />\r
+ <RowDefinition Height="Auto" />\r
+ <RowDefinition Height="Auto" />\r
+ <RowDefinition Height="Auto" />\r
+ <RowDefinition Height="Auto" />\r
+ <RowDefinition Height="Auto" />\r
+ <RowDefinition Height="*" />\r
+ <RowDefinition Height="Auto" />\r
+ </Grid.RowDefinitions>\r
+ \r
+ <!-- Main Menu -->\r
+ <Menu Height="23" Grid.Row="0" VerticalAlignment="Top" HorizontalAlignment="Stretch">\r
+ <MenuItem Header="File">\r
+ <MenuItem Header="Cancel Scan" />\r
+ <MenuItem Header="Exit" />\r
+ </MenuItem>\r
+\r
+ <MenuItem Header="Tools">\r
+ <MenuItem Header="Show Queue" />\r
+ <MenuItem Header="Activity Window" />\r
+ </MenuItem>\r
+\r
+ <MenuItem Header="Presets">\r
+ <MenuItem Header="Reset Built-in Presets" />\r
+ <MenuItem Header="Delete Built-in Presets" />\r
+ <Separator />\r
+ <MenuItem Header="Save As New Preset" />\r
+ <MenuItem Header="Import" />\r
+ <MenuItem Header="Export" />\r
+ <MenuItem Header="Set as Default" />\r
+ </MenuItem>\r
+\r
+ <MenuItem Header="Help">\r
+ <MenuItem Header="HandBrake User Guide" />\r
+ <Separator />\r
+ <MenuItem Header="Check for Updates" />\r
+ <Separator />\r
+ <MenuItem Header="About..." />\r
+ </MenuItem>\r
+ </Menu>\r
+ \r
+ <!-- ToolBar -->\r
+ <ToolBar Grid.Row="1" Name="mainToolBar" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" SnapsToDevicePixels="False">\r
+\r
+ <Button Name="Source">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Image Source="Images/Movies.png" Height="32" Width="32" />\r
+ <Label Content="Source" Margin="8,0,0,0" VerticalAlignment="Center" />\r
+ </StackPanel>\r
+ </Button>\r
+ \r
+ <Separator />\r
+ \r
+ <Button Name="Start">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Image Source="Images/Play.png" Height="32" Width="32" />\r
+ <Label Content="Start" Margin="8,0,0,0" VerticalAlignment="Center" />\r
+ </StackPanel>\r
+ </Button>\r
+ <Button Name="AddToQueue">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Image Source="Images/AddToQueue.png" Height="32" Width="32" />\r
+ <Label Content="Add To Queue" Margin="8,0,0,0" VerticalAlignment="Center" />\r
+ </StackPanel>\r
+ </Button>\r
+\r
+ <Button Name="ShowQueue">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Image Source="Images/Queue.png" Height="32" Width="32" />\r
+ <Label Content="Show Queue" Margin="8,0,0,0" VerticalAlignment="Center" />\r
+ </StackPanel>\r
+ </Button>\r
+\r
+ <Separator />\r
+ \r
+ <Button Name="Preview">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Image Source="Images/window.png" Height="32" Width="32" />\r
+ <Label Content="Preview" Margin="8,0,0,0" VerticalAlignment="Center" />\r
+ </StackPanel>\r
+ </Button>\r
+ <Button Name="ActivityWindow">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Image Source="Images/ActivityWindow.png" Height="32" Width="32" />\r
+ <Label Content="Activity Window" Margin="8,0,0,0" VerticalAlignment="Center" />\r
+ </StackPanel>\r
+ </Button>\r
+ </ToolBar>\r
+ \r
+ <!-- Source -->\r
+ <StackPanel Grid.Row="2" Margin="10,5,10,5" MaxWidth="725" Width="725" HorizontalAlignment="Left">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Label Content="Source" FontWeight="Bold" />\r
+ <Label Content="Select 'Source' to continue" />\r
+ </StackPanel>\r
+ \r
+ <StackPanel Orientation="Horizontal">\r
+ <Label Content="Title" Margin="8,0,0,0" />\r
+ <ComboBox Name="Titles" Margin="8,0,0,0" MinWidth="100" />\r
+\r
+ <Label Content="Angle" Margin="8,0,0,0" />\r
+ <ComboBox Name="Angles" Margin="8,0,0,0" MinWidth="60"/>\r
+\r
+ <ComboBox Name="PointToPointMode" Margin="8,0,0,0" MinWidth="80" />\r
+ <ComboBox Name="StartPoint" Margin="8,0,0,0" MinWidth="60" />\r
+ <Label Content="through" Margin="8,0,0,0" />\r
+ <ComboBox Name="EndPoint" Margin="8,0,0,0" MinWidth="60" />\r
+ <Label Content="Duration" Margin="8,0,0,0" />\r
+ <Label Content="--:--:--" Margin="8,0,0,0" />\r
+ </StackPanel>\r
+ </StackPanel>\r
+ \r
+ <!-- Destination -->\r
+ <StackPanel Grid.Row="3" Margin="10,5,10,5" MaxWidth="725" Width="725" HorizontalAlignment="Left">\r
+ <Label Content="Destination" FontWeight="Bold" />\r
+ <StackPanel Orientation="Horizontal">\r
+ <Label Content="File" Margin="8,0,0,0" />\r
+ <TextBox Name="Destination" Margin="8,0,0,0" Width="600" />\r
+ <Button Name="DestinationBrowser" Margin="8,0,0,0" Padding="8,0,8,0" Content="Browse" />\r
+ </StackPanel>\r
+ </StackPanel>\r
+\r
+ <!-- Output Options -->\r
+ <StackPanel Grid.Row="4" Margin="10,5,10,5" MaxWidth="725" Width="725" HorizontalAlignment="Left">\r
+ <Label Content="Output Settings (Preset: None)" FontWeight="Bold" />\r
+ <StackPanel Orientation="Horizontal">\r
+ <Label Content="Container" Margin="8,0,0,0" />\r
+ <ComboBox Name="Container" Margin="8,0,0,0" MinWidth="100" />\r
+\r
+ <CheckBox Name="LargeFileMp4" Content="Large File Size" VerticalAlignment="Center" Margin="8,0,0,0" />\r
+ <CheckBox Name="WebOptimized" Content="Web Optimized" VerticalAlignment="Center" Margin="8,0,0,0" />\r
+ <CheckBox Name="iPod5G" Content="iPod 5G Support" VerticalAlignment="Center" Margin="8,0,0,0" />\r
+ </StackPanel>\r
+ </StackPanel>\r
+\r
+ <!-- Tab Control -->\r
+ <TabControl HorizontalAlignment="Left" VerticalAlignment="Stretch" Width="725" Height="330" Grid.Row="5" Margin="10,10,10,10" Name="tabControl" >\r
+ <TabItem Header="Picture" Name="pictureTab">\r
+ <Grid />\r
+ </TabItem>\r
+ <TabItem Header="Video Filters" Name="filtersTab">\r
+ <Grid />\r
+ </TabItem>\r
+ <TabItem Header="Video" Name="videoTab">\r
+ <Grid />\r
+ </TabItem>\r
+ <TabItem Header="Audio" Name="audioTab">\r
+ <Grid />\r
+ </TabItem>\r
+ <TabItem Header="Chapters" Name="chaptersTab">\r
+ <Grid />\r
+ </TabItem>\r
+ <TabItem Header="Advanced" Name="advancedTab">\r
+ <Grid />\r
+ </TabItem>\r
+ </TabControl>\r
+ \r
+ <!-- Status Bar -->\r
+ <StatusBar Grid.Row="6" Height="30" VerticalAlignment="Bottom">\r
+ <Label Content="Ready" FontSize="11" />\r
+ </StatusBar>\r
+ \r
</Grid>\r
</Window>\r