<ItemGroup>\r
<Resource Include="Views\Images\Movies_small.png" />\r
</ItemGroup>\r
+ <ItemGroup>\r
+ <Resource Include="Views\Images\Presets2.png" />\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
}\r
\r
/// <summary>\r
- /// Looks up a localized string similar to Show Queue{0}.\r
+ /// Looks up a localized string similar to Queue{0}.\r
/// </summary>\r
public static string Main_QueueLabel {\r
get {\r
The Activity log may have further information.</value>\r
</data>\r
<data name="Main_QueueLabel" xml:space="preserve">\r
- <value>Show Queue{0}</value>\r
+ <value>Queue{0}</value>\r
</data>\r
<data name="Main_Start" xml:space="preserve">\r
<value>Start Encode</value>\r
}\r
\r
/// <summary>\r
- /// Looks up a localized string similar to Show Preview.\r
+ /// Looks up a localized string similar to Preview.\r
/// </summary>\r
public static string MainView_ShowPreview {\r
get {\r
}\r
\r
/// <summary>\r
- /// Looks up a localized string similar to Show Queue.\r
+ /// Looks up a localized string similar to Queue.\r
/// </summary>\r
public static string MainView_ShowQueue {\r
get {\r
<value>Remove</value>\r
</data>\r
<data name="MainView_ShowQueue" xml:space="preserve">\r
- <value>Show Queue</value>\r
+ <value>Queue</value>\r
</data>\r
<data name="MainView_Source" xml:space="preserve">\r
<value>Source:</value>\r
<value>Save New Preset</value>\r
</data>\r
<data name="MainView_ShowPreview" xml:space="preserve">\r
- <value>Show Preview</value>\r
+ <value>Preview</value>\r
</data>\r
</root>
\ No newline at end of file
}\r
}\r
\r
+ public void ShowPresetPane()\r
+ {\r
+ this.IsPresetPanelShowing = !this.IsPresetPanelShowing;\r
+ }\r
+\r
/// <summary>\r
/// Launch the Help pages.\r
/// </summary>\r
\r
<Separator />\r
\r
- <Button Name="ShowQueue" AutomationProperties.Name="Show Queue" cal:Message.Attach="[Event Click] = [Action OpenQueueWindow]">\r
+ <Button Name="ShowQueue" AutomationProperties.Name="Queue" cal:Message.Attach="[Event Click] = [Action OpenQueueWindow]">\r
<StackPanel Orientation="Horizontal">\r
<Image Width="32"\r
Height="32"\r
Content="Activity Log"/>\r
</StackPanel>\r
</Button>\r
+\r
+\r
+ <Button Name="PresetPane" AutomationProperties.Name="Show Preset Pane" cal:Message.Attach="[Event Click] = [Action ShowPresetPane]">\r
+ <StackPanel Orientation="Horizontal">\r
+ <Image Width="32"\r
+ Height="32"\r
+ Source="Images/Presets2.png"/>\r
+ <Label Margin="8,0,0,0"\r
+ VerticalAlignment="Center"\r
+ Content="Presets"/>\r
+ </StackPanel>\r
+ </Button>\r
</ToolBar>\r
</StackPanel>\r
\r