'Pause' button

This commit is contained in:
chudov
2008-10-20 06:38:33 +00:00
parent 5b99fdef5b
commit c67c1510f0
10 changed files with 1249 additions and 1482 deletions

View File

@@ -60,6 +60,24 @@ namespace JDP.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to &amp;Go.
/// </summary>
internal static string Go {
get {
return ResourceManager.GetString("Go", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stop.
/// </summary>
internal static string Stop {
get {
return ResourceManager.GetString("Stop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Verify.
/// </summary>