diff options
| author | Michael <[email protected]> | 2017-05-13 15:51:19 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-13 15:51:19 -0400 |
| commit | b1cace7807f28deff51f06665d544a4246879a82 (patch) | |
| tree | 4d5cc480d8af931e65052c40b04fbdd7f4290a5a /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | c0f0e99f9d2a092209e710107c1f061fc8a2eaca (diff) | |
| download | shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.tar.gz shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.tar.bz2 shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.zip | |
Newer notification system (PANEL ICONS :D)
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 0152be8..3e83c3f 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -1051,6 +1051,16 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap notestate_connection_full { + get { + object obj = ResourceManager.GetObject("notestate_connection_full", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap RegularDesktopGlyph { get { object obj = ResourceManager.GetObject("RegularDesktopGlyph", resourceCulture); |
