diff options
Diffstat (limited to 'ShiftOS/obj/Release/ShiftOS 0.0.8 Beta 1.1.xml')
| -rw-r--r-- | ShiftOS/obj/Release/ShiftOS 0.0.8 Beta 1.1.xml | 1361 |
1 files changed, 1361 insertions, 0 deletions
diff --git a/ShiftOS/obj/Release/ShiftOS 0.0.8 Beta 1.1.xml b/ShiftOS/obj/Release/ShiftOS 0.0.8 Beta 1.1.xml new file mode 100644 index 0000000..ab2064d --- /dev/null +++ b/ShiftOS/obj/Release/ShiftOS 0.0.8 Beta 1.1.xml @@ -0,0 +1,1361 @@ +<?xml version="1.0"?>
+<doc>
+<assembly>
+<name>
+ShiftOS0.0.8Beta1.1
+</name>
+</assembly>
+<members>
+<member name="F:ShiftOS.Window.SWP.SynchronousWindowPosition">
+ <summary>If the calling thread and the thread that owns the window are attached to different input queues,
+ the system posts the request to the thread that owns the window. This prevents the calling thread from
+ blocking its execution while other threads process the request.</summary>
+ <remarks>SWP_ASYNCWINDOWPOS</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DeferErase">
+ <summary>Prevents generation of the WM_SYNCPAINT message.</summary>
+ <remarks>SWP_DEFERERASE</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DrawFrame">
+ <summary>Draws a frame (defined in the window's class description) around the window.</summary>
+ <remarks>SWP_DRAWFRAME</remarks>
+</member><member name="F:ShiftOS.Window.SWP.FrameChanged">
+ <summary>Applies new frame styles set using the SetWindowLong function. Sends a WM_NCCALCSIZE message to
+ the window, even if the window's size is not being changed. If this flag is not specified, WM_NCCALCSIZE
+ is sent only when the window's size is being changed.</summary>
+ <remarks>SWP_FRAMECHANGED</remarks>
+</member><member name="F:ShiftOS.Window.SWP.HideWindow">
+ <summary>Hides the window.</summary>
+ <remarks>SWP_HIDEWINDOW</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DoNotActivate">
+ <summary>Does not activate the window. If this flag is not set, the window is activated and moved to the
+ top of either the topmost or non-topmost group (depending on the setting of the hWndInsertAfter
+ parameter).</summary>
+ <remarks>SWP_NOACTIVATE</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DoNotCopyBits">
+ <summary>Discards the entire contents of the client area. If this flag is not specified, the valid
+ contents of the client area are saved and copied back into the client area after the window is sized or
+ repositioned.</summary>
+ <remarks>SWP_NOCOPYBITS</remarks>
+</member><member name="F:ShiftOS.Window.SWP.IgnoreMove">
+ <summary>Retains the current position (ignores X and Y parameters).</summary>
+ <remarks>SWP_NOMOVE</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DoNotChangeOwnerZOrder">
+ <summary>Does not change the owner window's position in the Z order.</summary>
+ <remarks>SWP_NOOWNERZORDER</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DoNotRedraw">
+ <summary>Does not redraw changes. If this flag is set, no repainting of any kind occurs. This applies to
+ the client area, the nonclient area (including the title bar and scroll bars), and any part of the parent
+ window uncovered as a result of the window being moved. When this flag is set, the application must
+ explicitly invalidate or redraw any parts of the window and parent window that need redrawing.</summary>
+ <remarks>SWP_NOREDRAW</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DoNotReposition">
+ <summary>Same as the SWP_NOOWNERZORDER flag.</summary>
+ <remarks>SWP_NOREPOSITION</remarks>
+</member><member name="F:ShiftOS.Window.SWP.DoNotSendChangingEvent">
+ <summary>Prevents the window from receiving the WM_WINDOWPOSCHANGING message.</summary>
+ <remarks>SWP_NOSENDCHANGING</remarks>
+</member><member name="F:ShiftOS.Window.SWP.IgnoreResize">
+ <summary>Retains the current size (ignores the cx and cy parameters).</summary>
+ <remarks>SWP_NOSIZE</remarks>
+</member><member name="F:ShiftOS.Window.SWP.IgnoreZOrder">
+ <summary>Retains the current Z order (ignores the hWndInsertAfter parameter).</summary>
+ <remarks>SWP_NOZORDER</remarks>
+</member><member name="F:ShiftOS.Window.SWP.ShowWindow">
+ <summary>Displays the window.</summary>
+ <remarks>SWP_SHOWWINDOW</remarks>
+</member><member name="F:ShiftOS.Window.RedrawFlags.Invalidate">
+ <summary>
+ Invalidates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
+ You can set only one of these parameters to a non-NULL value. If both are NULL, RDW_INVALIDATE invalidates the entire window.
+ </summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.InternalPaint">
+ <summary>Causes the OS to post a WM_PAINT message to the window regardless of whether a portion of the window is invalid.</summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.Erase">
+ <summary>
+ Causes the window to receive a WM_ERASEBKGND message when the window is repainted.
+ Specify this value in combination with the RDW_INVALIDATE value; otherwise, RDW_ERASE has no effect.
+ </summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.Validate">
+ <summary>
+ Validates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
+ You can set only one of these parameters to a non-NULL value. If both are NULL, RDW_VALIDATE validates the entire window.
+ This value does not affect internal WM_PAINT messages.
+ </summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.NoErase">
+ <summary>Suppresses any pending WM_ERASEBKGND messages.</summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.NoChildren">
+ <summary>Excludes child windows, if any, from the repainting operation.</summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.AllChildren">
+ <summary>Includes child windows, if any, in the repainting operation.</summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.UpdateNow">
+ <summary>Causes the affected windows, which you specify by setting the RDW_ALLCHILDREN and RDW_NOCHILDREN values, to receive WM_ERASEBKGND and WM_PAINT messages before the RedrawWindow returns, if necessary.</summary>
+</member><member name="F:ShiftOS.Window.RedrawFlags.EraseNow">
+ <summary>
+ Causes the affected windows, which you specify by setting the RDW_ALLCHILDREN and RDW_NOCHILDREN values, to receive WM_ERASEBKGND messages before RedrawWindow returns, if necessary.
+ The affected windows receive WM_PAINT messages at the ordinary time.
+ </summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ResourceManager">
+ <summary>
+ Returns the cached ResourceManager instance used by this class.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.Culture">
+ <summary>
+ Overrides the current thread's CurrentUICulture property for all
+ resource lookups using this strongly typed resource class.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources._3beepvirus">
+ <summary>
+ Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeaudioplayerbox">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeaudioplayerprice">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeaudioplayerpricepressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapecalculator">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapecalculatorprice">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapecalculatorpricepressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapedepositnowbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapedownloadbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfoaudioplayertext">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfoaudioplayervisualpreview">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfobackbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfobutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfobuttonpressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfobuybutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfocalculatortext">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfocalculatorvisualpreview">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfovideoplayertext">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfovideoplayervisualpreview">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfowebbrowsertext">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeinfowebbrowservisualpreview">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapemoresoftware">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapetitlebanner">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeundefinedprice">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapeundefinedpricepressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapevideoplayer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapevideoplayerprice">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapevideoplayerpricepressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapewebbrowser">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapewebbrowserprice">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapewebbrowserpricepressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.appscapewelcometoappscape">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadcirclerubber">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadcirclerubberselected">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPaderacer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadfloodfill">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadlinetool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadmagnify">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadnew">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadopen">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadOval">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadpaintbrush">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadpencil">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadpixelplacer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadpixelsetter">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadRectangle">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadredo">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadsave">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadsquarerubber">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadsquarerubberselected">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadtexttool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ArtPadundo">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.centrebutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.centrebuttonpressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.deletefile">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.deletefolder">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.dial_up_modem_02">
+ <summary>
+ Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.downarrow">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconArtpad">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconAudioPlayer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconBitnoteDigger">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconBitnoteWallet">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconCalculator">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconClock">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconColourPicker">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconDownloader">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconFileOpener">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconFileSaver">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconFileSkimmer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconGraphicPicker">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconIconManager">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconInfoBox">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconKnowledgeInput">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconNameChanger">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconPong">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconShifter">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconShiftnet">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconShiftorium">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconshutdown">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconSkinLoader">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconSkinShifter">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconTerminal">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconTextPad">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconVideoPlayer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.iconWebBrowser">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.infobox">
+ <summary>
+ Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.loadbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.newfolder">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.newicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.nextbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.openicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.pausebutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.playbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.previousbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ReceiveClicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.ReceiveUnclicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.rolldown">
+ <summary>
+ Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.rollup">
+ <summary>
+ Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.saveicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.SendClicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.SendUnclicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.skindownarrow">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.skinfile">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.skinuparrow">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.stopbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.stretchbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.stretchbuttonpressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.Symbolinfo">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.test">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.tilebutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.tilebuttonpressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.TotalBalanceClicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.TotalBalanceUnclicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.transactionsClicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.transactionsUnclicked">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.typesound">
+ <summary>
+ Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.uparrow">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.updatecustomcolourpallets">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradealartpad">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradealclock">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradealfileskimmer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradealpong">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradealshifter">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradealshiftorium">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradealtextpad">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeamandpm">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeanycolourshade">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeanycolourshade2">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeanycolourshade3">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeanycolourshade4">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeapplaunchermenu">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeapplaunchershutdown">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpad">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpad128colorpallets">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpad16colorpallets">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpad32colorpallets">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpad4colorpallets">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpad64colorpallets">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpad8colorpallets">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpaderaser">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadfilltool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadlimitlesspixels">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadlinetool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadload">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadnew">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadovaltool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpaintbrushtool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpenciltool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit1024">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit16">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit16384">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit256">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit4">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit4096">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit64">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit65536">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixellimit8">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixelplacer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadpixelplacermovementmode">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadrectangletool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadredo">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadsave">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadtexttool">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeartpadundo">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeautoscrollterminal">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeblue">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradebluecustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeblueshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeblueshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradebrown">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradebrowncustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradebrownshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradebrownshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeclock">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeclockicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeclosebutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradecolourpickericon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradecustomusername">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradedesktoppanel">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradedesktoppanelclock">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradedraggablewindows">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradefileskimmer">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradefileskimmerdelete">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradefileskimmericon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradefileskimmernew">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegray">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegraycustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegrayshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegrayshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegreen">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegreencustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegreenshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradegreenshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradehoursssincemidnight">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeinfoboxicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradekiaddons">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradekielements">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeknowledgeinput">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeknowledgeinputicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgrademinimizebutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgrademinimizecommand">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgrademinuteaccuracytime">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgrademinutesssincemidnight">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgrademoveablewindows">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgrademultitasking">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeorange">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeorangecustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeorangeshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeorangeshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepanelbuttons">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepink">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepinkcustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepinkshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepinkshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepong">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepongicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepurple">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepurplecustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepurpleshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradepurpleshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradered">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgraderedcustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgraderedshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgraderedshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgraderollupbutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgraderollupcommand">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradesecondssincemidnight">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradesgameconsoles">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftapplauncher">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftborders">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftbuttons">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftdesktop">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftdesktoppanel">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshifter">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftericon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftoriumicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftpanelbuttons">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshiftpanelclock">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshifttitlebar">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshifttitletext">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeshutdownicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeskicarbrands">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeskinning">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradesplitsecondaccuracy">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeterminalicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeterminalscrollbar">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradetextpad">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradetextpadicon">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradetextpadnew">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradetextpadopen">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradetextpadsave">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradetitlebar">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradetitletext">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeunitymode">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeusefulpanelbuttons">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradewindowborders">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradewindowedterminal">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradewindowsanywhere">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeyellow">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeyellowcustom">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeyellowshades">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.upgradeyellowshadeset">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.webback">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.webforward">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.webhome">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.writesound">
+ <summary>
+ Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.zoombutton">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="P:ShiftOS.My.Resources.Resources.zoombuttonpressed">
+ <summary>
+ Looks up a localized resource of type System.Drawing.Bitmap.
+</summary>
+</member><member name="T:ShiftOS.My.Resources.Resources">
+ <summary>
+ A strongly-typed resource class, for looking up localized strings, etc.
+</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.NORMAL">
+ <summary>default operation</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.SRCCOPY">
+ <summary>dest = source</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.SRCPAINT">
+ <summary>dest = source OR dest</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.SRCAND">
+ <summary>dest = source AND dest</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.SRCINVERT">
+ <summary>dest = source XOR dest</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.SRCERASE">
+ <summary>dest = source AND (NOT dest)</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.NOTSRCCOPY">
+ <summary>dest = (NOT source)</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.NOTSRCERASE">
+ <summary>dest = (NOT src) AND (NOT dest)</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.MERGECOPY">
+ <summary>dest = (source AND pattern)</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.MERGEPAINT">
+ <summary>dest = (NOT source) OR dest</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.PATCOPY">
+ <summary>dest = pattern</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.PATPAINT">
+ <summary>dest = DPSnoo</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.PATINVERT">
+ <summary>dest = pattern XOR dest</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.DSTINVERT">
+ <summary>dest = (NOT dest)</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.BLACKNESS">
+ <summary>dest = BLACK</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.WHITENESS">
+ <summary>dest = WHITE</summary>
+</member><member name="F:ShiftOS.API.DC.RasterOperation.CAPTUREBLT">
+ <summary>
+ Capture window as seen on screen. This includes layered windows
+ such as WPF windows with AllowsTransparency="true"
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.NONE">
+ <summary>
+ No SW command, default value.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.HIDE">
+ <summary>
+ Hides the window and activates another window.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.MAXIMIZE">
+ <summary>
+ Maximizes the specified window.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.MINIMIZE">
+ <summary>
+ Minimizes the specified window and activates the next top-level window in the z-order.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.RESTORE">
+ <summary>
+ Activates and displays the window. If the window is minimized or maximized, Windows restores it to its original size and position.
+ An application should specify this flag when restoring a minimized window.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOW">
+ <summary>
+ Activates the window and displays it in its current size and position.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOWDEFAULT">
+ <summary>
+ Sets the show state based on the SW_ flag specified in the STARTUPINFO structure passed to the CreateProcess function by the program that started the application.
+ An application should call ShowWindow with this flag to set the initial show state of its main window.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOWMAXIMIZED">
+ <summary>
+ Activates the window and displays it as a maximized window.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOWMINIMIZED">
+ <summary>
+ Activates the window and displays it as a minimized window.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOWMINNOACTIVE">
+ <summary>
+ Displays the window as a minimized window. The active window remains active.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOWNA">
+ <summary>
+ Displays the window in its current state. The active window remains active.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOWNOACTIVATE">
+ <summary>
+ Displays a window in its most recent size and position. The active window remains active.
+ </summary>
+</member><member name="F:ShiftOS.API.ShellExecuteInfo.SW.SHOWNORMAL">
+ <summary>
+ Activates and displays a window. If the window is minimized or maximized, Windows restores it to its original size and position.
+ An application should specify this flag when displaying the window for the first time.
+ </summary>
+</member><member name="F:ShiftOS.API.MAPVK.VK_TO_VSC">
+ <summary>uCode is a virtual-key code and is translated into a scan code.
+ If it is a virtual-key code that does not distinguish between left- and
+ right-hand keys, the left-hand scan code is returned.
+ If there is no translation, the function returns 0.
+ </summary>
+ <remarks></remarks>
+</member><member name="F:ShiftOS.API.MAPVK.VSC_TO_VK">
+ <summary>uCode is a scan code and is translated into a virtual-key code that
+ does not distinguish between left- and right-hand keys. If there is no
+ translation, the function returns 0.
+ </summary>
+ <remarks></remarks>
+</member><member name="F:ShiftOS.API.MAPVK.VK_TO_CHAR">
+ <summary>uCode is a virtual-key code and is translated into an unshifted
+ character value in the low-order word of the return value. Dead keys (diacritics)
+ are indicated by setting the top bit of the return value. If there is no
+ translation, the function returns 0.
+ </summary>
+ <remarks></remarks>
+</member><member name="F:ShiftOS.API.MAPVK.VSC_TO_VK_EX">
+ <summary>Windows NT/2000/XP: uCode is a scan code and is translated into a
+ virtual-key code that distinguishes between left- and right-hand keys. If
+ there is no translation, the function returns 0.
+ </summary>
+ <remarks></remarks>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.Move">
+ <summary>
+ Moves the cursor with the offset dx and dy
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.MoveScreen">
+ <summary>
+ Places the cursor at the screen coordinates dx and dy
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.MoveAbsolute">
+ <summary>
+ Places the cursor at the screen using dx and dy ranging from 0 (left/top) to 65535 (right/bottom)
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.MoveVirtualDesktop">
+ <summary>
+ Places the cursor at the desktop using dx and dy ranging from 0 (left/top) to 65535 (right/bottom)
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.LeftDown">
+ <summary>
+ Press the left mouse button
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.LeftUp">
+ <summary>
+ Release the left mouse button
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.RightDown">
+ <summary>
+ Press the right mouse button
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.RightUp">
+ <summary>
+ Release the right mouse button
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.MiddleDown">
+ <summary>
+ Press the middle mouse button
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.MiddleUp">
+ <summary>
+ Release the middle mouse button
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.XDown">
+ <summary>
+ Press the XButton specified in the data member
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.XUp">
+ <summary>
+ Release the XButton specified in the data member
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.MouseVWheel">
+ <summary>
+ Scroll the vertical mousewheel with the delta count of the data member
+ </summary>
+</member><member name="F:ShiftOS.API.Input.MouseEvent.MouseHWheel">
+ <summary>
+ Scroll the horizontal mousewheel with the delta count of the data member
+ </summary>
+</member>
+</members>
+</doc>
\ No newline at end of file |
