Enlarge header connection status badge and add localized tooltips
This commit is contained in:
18
Properties/Resources.Designer.cs
generated
18
Properties/Resources.Designer.cs
generated
@@ -285,6 +285,24 @@ namespace C4IT_CustomerPanel.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Connecting to server....
|
||||
/// </summary>
|
||||
public static string connectionStatusConnecting {
|
||||
get {
|
||||
return ResourceManager.GetString("connectionStatusConnecting", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Server connection unavailable.
|
||||
/// </summary>
|
||||
public static string connectionStatusOffline {
|
||||
get {
|
||||
return ResourceManager.GetString("connectionStatusOffline", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user