(MainWindow) 1. Add pause functionality 2. playback for multiple-selected files.

This commit is contained in:
andylinpersonal
2018-02-10 00:46:15 +08:00
parent aa72c6f8b6
commit 44a90b3fed
4 changed files with 430 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ namespace GARbro.GUI.Strings {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class guiStrings {
@@ -159,6 +159,42 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Looping....
/// </summary>
public static string CtxMenuAudioLoopAll {
get {
return ResourceManager.GetString("CtxMenuAudioLoopAll", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Continue / Pause.
/// </summary>
public static string CtxMenuAudioPauseContinue {
get {
return ResourceManager.GetString("CtxMenuAudioPauseContinue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Playing....
/// </summary>
public static string CtxMenuAudioPlayAll {
get {
return ResourceManager.GetString("CtxMenuAudioPlayAll", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stop playing....
/// </summary>
public static string CtxMenuAudioStopAll {
get {
return ResourceManager.GetString("CtxMenuAudioStopAll", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to _Close.
/// </summary>
@@ -834,6 +870,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Now Playing: {0}.
/// </summary>
public static string MsgNowPlaying {
get {
return ResourceManager.GetString("MsgNowPlaying", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File {0}
///already exists.
@@ -846,6 +891,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Paused: {0}.
/// </summary>
public static string MsgPaused {
get {
return ResourceManager.GetString("MsgPaused", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Playing {0} / {3} / {2}bps / {1}Hz.
/// </summary>
@@ -864,6 +918,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to GARBro is running....
/// </summary>
public static string MsgRunning {
get {
return ResourceManager.GetString("MsgRunning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} file added to selection.
/// </summary>