mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
More icons.
This commit is contained in:
parent
a2219a0441
commit
982c575f9a
7 changed files with 7 additions and 2 deletions
|
@ -37,7 +37,7 @@ using API = ShiftOS.WinForms.Tools.ColorPickerDataBackend;
|
|||
|
||||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
[DefaultTitle("Choose color")]
|
||||
[DefaultTitle("Choose color")] [DefaultIcon("iconColourPicker")]
|
||||
public partial class ColorPicker : UserControl, IShiftOSWindow
|
||||
{
|
||||
public ColorPicker(Color oldcol, string ctc, Action<Color> callback)
|
||||
|
|
|
@ -36,6 +36,7 @@ using ShiftOS.Engine;
|
|||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
[DefaultTitle("Information")]
|
||||
[DefaultIcon("iconInfoBox")]
|
||||
public partial class Dialog : UserControl, IShiftOSWindow, IInfobox
|
||||
{
|
||||
public Dialog()
|
||||
|
|
|
@ -16,6 +16,7 @@ using ShiftOS.WinForms.Tools;
|
|||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
[Launcher("Downloader", false, null, "Networking")]
|
||||
[DefaultIcon("iconDownloader")]
|
||||
public partial class Downloader : UserControl, IShiftOSWindow
|
||||
{
|
||||
public Downloader()
|
||||
|
|
|
@ -42,6 +42,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
///
|
||||
/// </summary>
|
||||
[DefaultTitle("Choose file")]
|
||||
[DefaultIcon("iconFileSkimmer")]
|
||||
public partial class FileDialog : UserControl, IShiftOSWindow
|
||||
{
|
||||
public FileDialog(string[] filetypes, FileOpenerStyle style, Action<string> _callback)
|
||||
|
|
|
@ -43,6 +43,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
[RequiresUpgrade("file_skimmer")]
|
||||
[WinOpen("file_skimmer")]
|
||||
[DefaultTitle("File Skimmer")]
|
||||
[DefaultIcon("iconFileSkimmer")]
|
||||
public partial class FileSkimmer : UserControl, IShiftOSWindow
|
||||
{
|
||||
public FileSkimmer()
|
||||
|
|
|
@ -37,7 +37,7 @@ using ShiftOS.WinForms.Tools;
|
|||
|
||||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
[DefaultTitle("Choose graphic")]
|
||||
[DefaultTitle("Choose graphic")] [DefaultIcon("icongraphicpicker")]
|
||||
public partial class GraphicPicker : UserControl, IShiftOSWindow
|
||||
{
|
||||
public GraphicPicker(Image old, string name, ImageLayout layout, Action<byte[], Image, ImageLayout> cb)
|
||||
|
|
|
@ -42,6 +42,7 @@ namespace ShiftOS.WinForms.Applications {
|
|||
[RequiresUpgrade("name_changer")]
|
||||
[WinOpen("name_changer")]
|
||||
[DefaultTitle("Name Changer")]
|
||||
[DefaultIcon("iconNameChanger")]
|
||||
public partial class NameChanger : UserControl, IShiftOSWindow
|
||||
{
|
||||
public NameChanger()
|
||||
|
|
Loading…
Reference in a new issue