bug fixes

This commit is contained in:
chudov
2010-04-16 04:30:51 +00:00
parent a866b79341
commit 08722c0255
46 changed files with 1990 additions and 420 deletions

View File

@@ -60,6 +60,13 @@ namespace CUEPlayer.Properties {
}
}
internal static System.Drawing.Bitmap cog {
get {
object obj = ResourceManager.GetObject("cog", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap control_eject {
get {
object obj = ResourceManager.GetObject("control_eject", resourceCulture);
@@ -143,5 +150,26 @@ namespace CUEPlayer.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap sound {
get {
object obj = ResourceManager.GetObject("sound", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap sound_mute {
get {
object obj = ResourceManager.GetObject("sound_mute", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap transmit_blue {
get {
object obj = ResourceManager.GetObject("transmit_blue", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}