Added Peripherals Panel to main window (buttons have no function yet... coming soon)

This commit is contained in:
IceStormNG
2023-07-23 11:57:44 +02:00
parent c1900e75ec
commit 18384bbddc
4 changed files with 441 additions and 213 deletions

View File

@@ -916,6 +916,15 @@ namespace GHelper.Properties {
return ResourceManager.GetString("NoNewUpdates", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Not Connected ähnelt.
/// </summary>
internal static string NotConnected {
get {
return ResourceManager.GetString("NotConnected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open G-Helper window.
@@ -980,6 +989,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Peripherals ähnelt.
/// </summary>
internal static string Peripherals {
get {
return ResourceManager.GetString("Peripherals", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Picture / Gif.
/// </summary>