Moved to .NET 4.0.

WindowsFormsAero library updated (for .NET 4.0).
This commit is contained in:
Lorenz Cuno Klopfenstein 2012-05-29 23:53:19 +02:00
parent 58be4f1f2d
commit a4b2baaa6e
12 changed files with 468 additions and 2514 deletions

View file

@ -5,3 +5,5 @@ glob:publish/*
glob:*Thumbs.db
glob:*.psd
glob:Installer/OnTopReplica-Setup.exe
syntax: glob
*.Designer.cs

Binary file not shown.

Binary file not shown.

View file

@ -4,102 +4,17 @@
<name>WindowsFormsAero</name>
</assembly>
<members>
<member name="T:WindowsFormsAero.TaskDialog.TaskDialogButton">
<summary>Common Task Dialog buttons. OK is the default button.</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.CustomButton">
<summary>Represents a custom button shown on a Task Dialog.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.CustomButton.#ctor(System.Int32,System.String)">
<summary>Instantiates a new custom button with an ID and a text.</summary>
<param name="id">Unique ID that will be returned by the Task Dialog if the button is clicked.
Use values greater than 8 to prevent conflicts with common buttons.</param>
<param name="text">Text label shown on the button. If you enable Command Links, a newline here
separates the upper from the lower string on the button.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.CustomButton.#ctor(WindowsFormsAero.TaskDialog.Result,System.String)">
<summary>Instantiates a new custom button with an ID and a text.</summary>
<param name="id">Common ID that will be returned by the Task Dialog if the button is clicked.</param>
<param name="text">Text label shown on the button. If you enable Command Links, a newline here
separates the upper from the lower string on the button.</param>
</member>
<member name="P:WindowsFormsAero.TaskDialog.CustomButton.Id">
<summary>Unique ID that will be returned by the Task Dialog if the button is clicked.</summary>
</member>
<member name="P:WindowsFormsAero.TaskDialog.CustomButton.Text">
<summary>Text label shown on the button. If you enable Command Links, a newline here
separates the upper from the lower string on the button.</summary>
</member>
<member name="M:WindowsFormsAero.Dwm.GlassHelper.HandleFormMovementOnGlass(System.Windows.Forms.Form,WindowsFormsAero.Dwm.Margins)">
<summary>
Adds a handler on the Form that enables the user to move the window around
by clicking on a glass margin (or the title bar, as usual).
</summary>
<param name="form">The form that will be controlled.</param>
<param name="margins">Margins of the glass sheet.</param>
<remarks>
Eventual UI elements on the glass sheet will prevent the handler from receiving events
(except the ThemeText control, which manually redirects mouse events to the form).
</remarks>
</member>
<member name="M:WindowsFormsAero.Dwm.GlassHelper.HandleBackgroundPainting(System.Windows.Forms.Form,WindowsFormsAero.Dwm.Margins)">
<summary>
Adds a handler on the Form that automatically paints the glass background black
</summary>
<param name="form">The form that will be controlled.</param>
<param name="margins">Margins of the glass sheet.</param>
</member>
<member name="T:WindowsFormsAero.Dwm.GlassHelper.HandleFormMovement">
<summary>
</summary>
<remarks>
Handler will be kept alive by the event references on the form.
As soon as the form is disposed, the handler will be disposed as well.
</remarks>
</member>
<member name="T:WindowsFormsAero.Dwm.GlassHelper.HandleBackground">
<summary>
</summary>
<remarks>
Handler will be kept alive by the event references on the form.
As soon as the form is disposed, the handler will be disposed as well.
</remarks>
</member>
<member name="T:WindowsFormsAero.NativeMethods">
<summary>
Control style and notification constants
</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Message">
<summary>Stores a Task Dialog message that will be sent to a dialog in order to update its state.</summary>
<member name="P:WindowsFormsAero.TextBox.CueBannerText">
<summary>Gets or sets the cue text that is displayed on the TextBox control.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,System.Int32)">
<summary>Simple int, int message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,System.Boolean)">
<summary>Simple int, bool message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Boolean,System.Boolean)">
<summary>Simple bool, bool message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Boolean,System.Int32)">
<summary>Simple bool, int message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,System.Int32,System.Int32)">
<summary>Simple int, long (hi word and lo word) message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,WindowsFormsAero.TaskDialog.Message.DialogElements,System.String)">
<summary>Text updating message.</summary>
<remarks>The string will be marshaled: the Message must be correctly disposed after use.</remarks>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogConfig)">
<summary>Navigation message.</summary>
<remarks>The config structure will be marshaled: must be correctly disposed after use.</remarks>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Message.DialogElements">
<summary>Text values that can be updated.</summary>
<member name="P:WindowsFormsAero.TextBox.ShowCueFocused">
<summary>Gets or sets whether the Cue text should be displyed even when the control has keybord focus.</summary>
<remarks>If true, the Cue text will disappear as soon as the user starts typing.</remarks>
</member>
<member name="T:WindowsFormsAero.SearchTextBox">
<summary>A standard WinForms text box presenting the common Vista "search" interface.
@ -120,6 +35,21 @@
the contents of this method with the code editor.
</summary>
</member>
<member name="E:WindowsFormsAero.SearchTextBox.TextChanged">
<summary>
Raised when the Text of the search box has changed.
</summary>
</member>
<member name="E:WindowsFormsAero.SearchTextBox.SearchStarted">
<summary>
Raised after an interval after the last user input.
</summary>
</member>
<member name="E:WindowsFormsAero.SearchTextBox.SearchCancelled">
<summary>
Raised when the user clicks on the X to cancel the search.
</summary>
</member>
<member name="P:WindowsFormsAero.SearchTextBox.HoverButtonColor">
<summary>Gets or sets the background Color of the button when the mouse hovers on it.</summary>
</member>
@ -152,30 +82,90 @@
<summary>Gets or sets the font used to write the "inactivity label" on top of the control when the user hasn't entered any text.</summary>
</member>
<member name="P:WindowsFormsAero.SearchTextBox.Font">
<summary>Overall Font property of the control. Property changes are forwarded to the ActiveFont property.</summary>
<summary>
Overall Font property of the control.
Property changes are forwarded to the ActiveFont and InactiveFont property.
</summary>
</member>
<member name="P:WindowsFormsAero.SearchTextBox.TextEntered">
<summary>Returns true if the user entered some text in the search textbox.</summary>
</member>
<member name="T:WindowsFormsAero.Resources.Pictures">
<member name="P:WindowsFormsAero.SearchTextBox.SearchTimer">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
Gets or sets the delay in milliseconds between when the text is edited
and the search event is raised.
</summary>
</member>
<member name="P:WindowsFormsAero.Resources.Pictures.ResourceManager">
<member name="P:WindowsFormsAero.SearchTextBox.StartSearchAfterDelay">
<summary>
Returns the cached ResourceManager instance used by this class.
Gets or sets whether the control raises a SearchStarted event after user input.
</summary>
</member>
<member name="P:WindowsFormsAero.Resources.Pictures.Culture">
<member name="P:WindowsFormsAero.SearchTextBox.StartSearchOnEnter">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Gets or sets whether the control raises a SearchStarted event when the user hits the Enter key.
</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Results">
<summary>Class that aggregates the results of an "indirect" Task Dialog.</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Result">
<summary>Results returned by Task Dialogs when closed by the user.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialog(System.IntPtr,System.IntPtr,System.String,System.String,System.String,System.Int32,System.IntPtr,System.Int32@)">
<summary>Direct Task Dialog call.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogIndirect(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)">
<summary>Indirect Task Dialog call. Allows complex dialogs with interaction logic (via callback).</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogConfig">
<summary>The Task Dialog config structure.</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogFlags">
<summary>Flags used in TaskDialogConfig struct.</summary>
<remarks>From CommCtrl.h.</remarks>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogNotification">
<summary>Notifications returned by Task Dialogs to the callback.</summary>
<remarks>From CommCtrl.h.</remarks>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages">
<summary>Messages that can be sent to Task Dialogs.</summary>
<remarks>From CommCtrl.h.</remarks>
</member>
<member name="T:WindowsFormsAero.TaskDialog.TaskDialog">
<summary>Displays a dialog box that can contain text, icons, buttons, command links, radio buttons and/or a progress bar.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String)">
<summary>Displays a task dialog that has a message.</summary>
<param name="text">The text to display.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String)">
<summary>Displays a task dialog that has a message and a title.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String,System.String)">
<summary>Displays a task dialog that has a message, a title and an instruction.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
<param name="instruction">The instruction shown below the main text.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String,System.String,WindowsFormsAero.TaskDialog.TaskDialogButton)">
<summary>Displays a task dialog that has a message, a title, an instruction and one or more buttons.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
<param name="instruction">The instruction shown below the main text.</param>
<param name="buttons">Value that specifies which button or buttons to display.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String,System.String,WindowsFormsAero.TaskDialog.TaskDialogButton,WindowsFormsAero.TaskDialog.TaskDialogIcon)">
<summary>Displays a task dialog that has a message, a title, an instruction, one or more buttons and an icon.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
<param name="instruction">The instruction shown below the main text.</param>
<param name="buttons">Value that specifies which button or buttons to display.</param>
<param name="icon">The icon to display.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.#ctor">
<summary>Initializes a new Task Dialog instance without text.</summary>
</member>
@ -275,36 +265,6 @@
<summary>Displays the task dialog with an explicit parent form.</summary>
<param name="owner">Instance of the dialog's parent form.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String)">
<summary>Displays a task dialog that has a message.</summary>
<param name="text">The text to display.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String)">
<summary>Displays a task dialog that has a message and a title.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String,System.String)">
<summary>Displays a task dialog that has a message, a title and an instruction.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
<param name="instruction">The instruction shown below the main text.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String,System.String,WindowsFormsAero.TaskDialog.TaskDialogButton)">
<summary>Displays a task dialog that has a message, a title, an instruction and one or more buttons.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
<param name="instruction">The instruction shown below the main text.</param>
<param name="buttons">Value that specifies which button or buttons to display.</param>
</member>
<member name="M:WindowsFormsAero.TaskDialog.TaskDialog.Show(System.String,System.String,System.String,WindowsFormsAero.TaskDialog.TaskDialogButton,WindowsFormsAero.TaskDialog.TaskDialogIcon)">
<summary>Displays a task dialog that has a message, a title, an instruction, one or more buttons and an icon.</summary>
<param name="text">The text to display.</param>
<param name="title">The title bar caption of the dialog.</param>
<param name="instruction">The instruction shown below the main text.</param>
<param name="buttons">Value that specifies which button or buttons to display.</param>
<param name="icon">The icon to display.</param>
</member>
<member name="P:WindowsFormsAero.TaskDialog.TaskDialog.IsShowing">
<summary>Is true if the task dialog is currently displayed.</summary>
</member>
@ -454,42 +414,6 @@
<member name="E:WindowsFormsAero.TaskDialog.TaskDialog.Expanding">
<summary>Occurs when the user clicks on the expand button of the dialog, before the dialog is expanded.</summary>
</member>
<member name="E:WindowsFormsAero.SplitButton.SplitClick">
<summary>Occurs when the split label is clicked.</summary>
</member>
<member name="E:WindowsFormsAero.SplitButton.SplitMenuOpening">
<summary>Occurs when the split label is clicked, but before the associated
context menu is displayed by the control.</summary>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenuStrip">
<summary>Gets or sets the associated context menu that is displayed when the split
glyph of the button is clicked.</summary>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenu">
<summary>Gets or sets the associated context menu that is displayed when the split
glyph of the button is clicked. Exposed for backward compatibility.</summary>
</member>
<member name="T:WindowsFormsAero.SplitButton.SplitMenuEventArgs">
<summary>Provides data for the clicking of split buttons and the opening
of context menus.</summary>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenuEventArgs.DrawArea">
<summary>Represents the bounding box of the clicked button.</summary>
<remarks>A menu should be opened, with top-left coordinates in the left-bottom point of
the rectangle and with width equal (or greater) than the width of the rectangle.</remarks>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenuEventArgs.PreventOpening">
<summary>Set to true if you want to prevent the menu from opening.</summary>
</member>
<member name="T:WindowsFormsAero.Dwm.Margins">
<summary>Margins structure for the Glass Sheet effect.</summary>
</member>
<member name="M:WindowsFormsAero.Dwm.Margins.IsOutsideMargins(System.Drawing.Point,System.Drawing.Size)">
<summary>
Returns whether a point in client coordinates is outside the margins defined by this instance.
</summary>
<param name="clientPoint">Point in client coordinates.</param>
</member>
<member name="T:WindowsFormsAero.Resources.ExceptionMessages">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
@ -546,6 +470,24 @@
Looks up a localized string similar to Failed to create TaskDialog..
</summary>
</member>
<member name="T:WindowsFormsAero.OsSupport">
<summary>
Static class providing information about the current support for Vista-only features.
</summary>
</member>
<member name="P:WindowsFormsAero.OsSupport.IsVistaOrBetter">
<summary>
Gets whether the running operating system is Windows Vista or a more recent version.
</summary>
</member>
<member name="P:WindowsFormsAero.OsSupport.IsSevenOrBetter">
<summary>
Gets whether the running operating system is Windows Seven or a more recent version.
</summary>
</member>
<member name="P:WindowsFormsAero.OsSupport.IsCompositionEnabled">
<summary>Is true if the DWM composition engine is currently enabled.</summary>
</member>
<member name="T:WindowsFormsAero.VerticalPanel">
<summary>
A vertical panel which resembles what is used for information and navigation in the Control Panel of Windows 7 and Vista.
@ -612,6 +554,85 @@
the glass surface of the form.
</remarks>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Message">
<summary>Stores a Task Dialog message that will be sent to a dialog in order to update its state.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,System.Int32)">
<summary>Simple int, int message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,System.Boolean)">
<summary>Simple int, bool message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Boolean,System.Boolean)">
<summary>Simple bool, bool message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Boolean,System.Int32)">
<summary>Simple bool, int message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,System.Int32,System.Int32)">
<summary>Simple int, long (hi word and lo word) message.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,WindowsFormsAero.TaskDialog.Message.DialogElements,System.String)">
<summary>Text updating message.</summary>
<remarks>The string will be marshaled: the Message must be correctly disposed after use.</remarks>
</member>
<member name="M:WindowsFormsAero.TaskDialog.Message.#ctor(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages,System.Int32,WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogConfig)">
<summary>Navigation message.</summary>
<remarks>The config structure will be marshaled: must be correctly disposed after use.</remarks>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Message.DialogElements">
<summary>Text values that can be updated.</summary>
</member>
<member name="T:WindowsFormsAero.AeroForm">
<summary>
Base form class that automatically sets its font according to the Windows UX guidelines.
</summary>
</member>
<member name="M:WindowsFormsAero.AeroForm.#ctor">
<summary>
Constructs a new Aero styled form.
</summary>
</member>
<member name="T:WindowsFormsAero.Dwm.Thumbnail">
<summary>Handle to a DWM Thumbnail.</summary>
</member>
<member name="M:WindowsFormsAero.Dwm.Thumbnail.Update(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Byte,System.Boolean,System.Boolean)">
<summary>Updates the thumbnail's display settings.</summary>
<param name="destination">Drawing region on destination window.</param>
<param name="source">Origin region from source window.</param>
<param name="opacity">Opacity. 0 is transparent, 255 opaque.</param>
<param name="visible">Visibility flag.</param>
<param name="onlyClientArea">If true, only the client area of the window will be rendered. Otherwise, the borders will be be rendered as well.</param>
</member>
<member name="M:WindowsFormsAero.Dwm.Thumbnail.Update(System.Drawing.Rectangle,System.Byte,System.Boolean,System.Boolean)">
<summary>Updates the thumbnail's display settings.</summary>
<param name="destination">Drawing region on destination window.</param>
<param name="opacity">Opacity. 0 is transparent, 255 opaque.</param>
<param name="visible">Visibility flag.</param>
<param name="onlyClientArea">If true, only the client area of the window will be rendered. Otherwise, the borders will be be rendered as well.</param>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.IsInvalid">
<summary>Returns true if the handle is valid, false if the handle has been closed or hasn't been initialized.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.Opacity">
<summary>Sets the thumbnail opacity value, from 0 to 255 (opaque).</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.ShowOnlyClientArea">
<summary>Sets whether only the client area of the thumbnailed window should be shown or
the entire window area.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.DestinationRectangle">
<summary>Area in the destination window on which the thumbnail should be drawn.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.SourceRectangle">
<summary>Region of the source window that should be drawn.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.Visible">
<summary>Sets whether the thumbnail should be drawn or not.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.SourceSize">
<summary>Gets the thumbnail's original size.</summary>
</member>
<member name="T:WindowsFormsAero.ThemeText.ThemedLabel">
<summary>
A Label containing some text that will be drawn with glowing border on top of the Glass Sheet effect.
@ -664,95 +685,6 @@
Excludes the window from Flip 3D and shows it above the animation.
</summary>
</member>
<member name="T:WindowsFormsAero.Dwm.Thumbnail">
<summary>Handle to a DWM Thumbnail.</summary>
</member>
<member name="M:WindowsFormsAero.Dwm.Thumbnail.Update(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Byte,System.Boolean,System.Boolean)">
<summary>Updates the thumbnail's display settings.</summary>
<param name="destination">Drawing region on destination window.</param>
<param name="source">Origin region from source window.</param>
<param name="opacity">Opacity. 0 is transparent, 255 opaque.</param>
<param name="visible">Visibility flag.</param>
<param name="onlyClientArea">If true, only the client area of the window will be rendered. Otherwise, the borders will be be rendered as well.</param>
</member>
<member name="M:WindowsFormsAero.Dwm.Thumbnail.Update(System.Drawing.Rectangle,System.Byte,System.Boolean,System.Boolean)">
<summary>Updates the thumbnail's display settings.</summary>
<param name="destination">Drawing region on destination window.</param>
<param name="opacity">Opacity. 0 is transparent, 255 opaque.</param>
<param name="visible">Visibility flag.</param>
<param name="onlyClientArea">If true, only the client area of the window will be rendered. Otherwise, the borders will be be rendered as well.</param>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.IsInvalid">
<summary>Returns true if the handle is valid, false if the handle has been closed or hasn't been initialized.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.Opacity">
<summary>Sets the thumbnail opacity value, from 0 to 255 (opaque).</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.ShowOnlyClientArea">
<summary>Sets whether only the client area of the thumbnailed window should be shown or
the entire window area.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.DestinationRectangle">
<summary>Area in the destination window on which the thumbnail should be drawn.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.SourceRectangle">
<summary>Region of the source window that should be drawn.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.Visible">
<summary>Sets whether the thumbnail should be drawn or not.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Thumbnail.SourceSize">
<summary>Gets the thumbnail's original size.</summary>
</member>
<member name="T:WindowsFormsAero.ThemeText.Options.GlowOption">
<summary>
Applies a glow on the themed text.
</summary>
</member>
<member name="F:WindowsFormsAero.ThemeText.Options.GlowOption.DefaultSize">
<summary>
Default glow size.
</summary>
</member>
<member name="F:WindowsFormsAero.ThemeText.Options.GlowOption.Word2007Size">
<summary>
Glow size used commonly by Office 2007 in titles.
</summary>
</member>
<member name="F:WindowsFormsAero.ThemeText.Options.GlowOption.PreciseGlow">
<summary>
Precise glow effect.
</summary>
</member>
<member name="M:WindowsFormsAero.ThemeText.Options.GlowOption.#ctor(System.Int32)">
<summary>
Instantiates a new glow effect for themed text.
</summary>
<param name="size">Size of the glow effect.</param>
</member>
<member name="P:WindowsFormsAero.ThemeText.Options.GlowOption.Size">
<summary>
Gets or sets the size of the glow effect.
</summary>
</member>
<member name="T:WindowsFormsAero.OsSupport">
<summary>
Static class providing information about the current support for Vista-only features.
</summary>
</member>
<member name="P:WindowsFormsAero.OsSupport.IsVistaOrBetter">
<summary>
Gets whether the running operating system is Windows Vista or a more recent version.
</summary>
</member>
<member name="P:WindowsFormsAero.OsSupport.IsSevenOrBetter">
<summary>
Gets whether the running operating system is Windows Seven or a more recent version.
</summary>
</member>
<member name="P:WindowsFormsAero.OsSupport.IsCompositionEnabled">
<summary>Is true if the DWM composition engine is currently enabled.</summary>
</member>
<member name="T:WindowsFormsAero.LabeledDivider">
<summary>
The labeled divider provides a Aero styled divider with an optional caption,
@ -811,58 +743,8 @@
The divider will be drawn below the text caption.
</summary>
</member>
<member name="P:WindowsFormsAero.TextBox.CueBannerText">
<summary>Gets or sets the cue text that is displayed on the TextBox control.</summary>
</member>
<member name="P:WindowsFormsAero.TextBox.ShowCueFocused">
<summary>Gets or sets whether the Cue text should be displyed even when the control has keybord focus.</summary>
<remarks>If true, the Cue text will disappear as soon as the user starts typing.</remarks>
</member>
<member name="M:WindowsFormsAero.Dwm.ThumbnailViewer.SetThumbnail(System.Windows.Forms.Form,System.Boolean)">
<summary>Sets the origin of the thumbnail and shows the thumbnail on the control.</summary>
<param name="originForm">The Form instance that will be thumbnailed.</param>
<param name="trackFormUpdates">True if the control should automatically update itself in case the thumbnailed
form changes size or is closed.</param>
</member>
<member name="M:WindowsFormsAero.Dwm.ThumbnailViewer.Update">
<summary>Forces and update of the thumbnail.</summary>
<remarks>Use this method if you know that the thumbnailed window has been resized and the thumbnail control should react to these changes.</remarks>
</member>
<member name="T:WindowsFormsAero.Dwm.Helpers.GlassForm">
<summary>
Form that automatically handles glass margins and mouse dragging.
</summary>
</member>
<member name="M:WindowsFormsAero.Dwm.Helpers.GlassForm.#ctor">
<summary>
Construct a new form without glass margins.
</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.GlassMargins">
<summary>Gets or sets the glass margins of the form.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.HandleMouseMove">
<summary>Gets or sets whether mouse dragging should be handled automatically.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.GlassEnabled">
<summary>Gets or sets whether the extended glass margin is enabled or not.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.HideTitle">
<summary>
Gets or sets whether the window title and icon should be hidden.
</summary>
<remarks>
The window caption will still be visible, but title text and icon will not be.
A form with a hidden title will look like an Explorer window on Windows Vista or Windows 7.
</remarks>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.HideCaption">
<summary>
Gets or sets whether the window caption should be hidden altogether.
</summary>
<remarks>
Should be set before handle creation.
</remarks>
<member name="T:WindowsFormsAero.TaskDialog.TaskDialogButton">
<summary>Common Task Dialog buttons. OK is the default button.</summary>
</member>
<member name="T:WindowsFormsAero.Dwm.DwmManager">
<summary>Main DWM class, provides Thumbnail registration, glass sheet effect and blur behind.</summary>
@ -941,38 +823,132 @@
<param name="excluded">Set to true to exlude the window from Aero Peek.</param>
<remarks>Is ignored on OSs that do not support Aero Peek.</remarks>
</member>
<member name="T:WindowsFormsAero.TaskDialog.TaskDialogIcon">
<summary>Common Task Dialog icons. Determine the look of the main instruction.</summary>
<member name="T:WindowsFormsAero.Resources.Pictures">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:WindowsFormsAero.Resources.Pictures.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:WindowsFormsAero.Resources.Pictures.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="M:WindowsFormsAero.Native.Windows.GetActiveWindow">
<summary>Returns the active windows on the current thread.</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Results">
<summary>Class that aggregates the results of an "indirect" Task Dialog.</summary>
<member name="M:WindowsFormsAero.Dwm.ThumbnailViewer.SetThumbnail(System.Windows.Forms.Form,System.Boolean)">
<summary>Sets the origin of the thumbnail and shows the thumbnail on the control.</summary>
<param name="originForm">The Form instance that will be thumbnailed.</param>
<param name="trackFormUpdates">True if the control should automatically update itself in case the thumbnailed
form changes size or is closed.</param>
</member>
<member name="T:WindowsFormsAero.TaskDialog.Result">
<summary>Results returned by Task Dialogs when closed by the user.</summary>
<member name="M:WindowsFormsAero.Dwm.ThumbnailViewer.Update">
<summary>Forces and update of the thumbnail.</summary>
<remarks>Use this method if you know that the thumbnailed window has been resized and the thumbnail control should react to these changes.</remarks>
</member>
<member name="M:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialog(System.IntPtr,System.IntPtr,System.String,System.String,System.String,System.Int32,System.IntPtr,System.Int32@)">
<summary>Direct Task Dialog call.</summary>
<member name="T:WindowsFormsAero.TaskDialog.CustomButton">
<summary>Represents a custom button shown on a Task Dialog.</summary>
</member>
<member name="M:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogIndirect(WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)">
<summary>Indirect Task Dialog call. Allows complex dialogs with interaction logic (via callback).</summary>
<member name="M:WindowsFormsAero.TaskDialog.CustomButton.#ctor(System.Int32,System.String)">
<summary>Instantiates a new custom button with an ID and a text.</summary>
<param name="id">Unique ID that will be returned by the Task Dialog if the button is clicked.
Use values greater than 8 to prevent conflicts with common buttons.</param>
<param name="text">Text label shown on the button. If you enable Command Links, a newline here
separates the upper from the lower string on the button.</param>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogConfig">
<summary>The Task Dialog config structure.</summary>
<member name="M:WindowsFormsAero.TaskDialog.CustomButton.#ctor(WindowsFormsAero.TaskDialog.Result,System.String)">
<summary>Instantiates a new custom button with an ID and a text.</summary>
<param name="id">Common ID that will be returned by the Task Dialog if the button is clicked.</param>
<param name="text">Text label shown on the button. If you enable Command Links, a newline here
separates the upper from the lower string on the button.</param>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogFlags">
<summary>Flags used in TaskDialogConfig struct.</summary>
<remarks>From CommCtrl.h.</remarks>
<member name="P:WindowsFormsAero.TaskDialog.CustomButton.Id">
<summary>Unique ID that will be returned by the Task Dialog if the button is clicked.</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogNotification">
<summary>Notifications returned by Task Dialogs to the callback.</summary>
<remarks>From CommCtrl.h.</remarks>
<member name="P:WindowsFormsAero.TaskDialog.CustomButton.Text">
<summary>Text label shown on the button. If you enable Command Links, a newline here
separates the upper from the lower string on the button.</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.NativeMethods.TaskDialogMessages">
<summary>Messages that can be sent to Task Dialogs.</summary>
<remarks>From CommCtrl.h.</remarks>
<member name="T:WindowsFormsAero.ThemeText.Options.GlowOption">
<summary>
Applies a glow on the themed text.
</summary>
</member>
<member name="F:WindowsFormsAero.ThemeText.Options.GlowOption.DefaultSize">
<summary>
Default glow size.
</summary>
</member>
<member name="F:WindowsFormsAero.ThemeText.Options.GlowOption.Word2007Size">
<summary>
Glow size used commonly by Office 2007 in titles.
</summary>
</member>
<member name="F:WindowsFormsAero.ThemeText.Options.GlowOption.PreciseGlow">
<summary>
Precise glow effect.
</summary>
</member>
<member name="M:WindowsFormsAero.ThemeText.Options.GlowOption.#ctor(System.Int32)">
<summary>
Instantiates a new glow effect for themed text.
</summary>
<param name="size">Size of the glow effect.</param>
</member>
<member name="P:WindowsFormsAero.ThemeText.Options.GlowOption.Size">
<summary>
Gets or sets the size of the glow effect.
</summary>
</member>
<member name="T:WindowsFormsAero.TaskDialog.TaskDialogIcon">
<summary>Common Task Dialog icons. Determine the look of the main instruction.</summary>
</member>
<member name="T:WindowsFormsAero.Dwm.Helpers.GlassForm">
<summary>
Form that automatically handles glass margins and mouse dragging.
</summary>
</member>
<member name="M:WindowsFormsAero.Dwm.Helpers.GlassForm.#ctor">
<summary>
Construct a new form without glass margins.
</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.GlassMargins">
<summary>Gets or sets the glass margins of the form.</summary>
<remarks>This property should be used when setting the margins from code.</remarks>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.GlassDesignerMargins">
<summary>Gets or sets the glass margins of the form.</summary>
<remarks>This property should be used when setting the margins through the designer.</remarks>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.HandleMouseMove">
<summary>Gets or sets whether mouse dragging should be handled automatically.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.GlassEnabled">
<summary>Gets or sets whether the extended glass margin is enabled or not.</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.HideTitle">
<summary>
Gets or sets whether the window title and icon should be hidden.
</summary>
<remarks>
The window caption will still be visible, but title text and icon will not be.
A form with a hidden title will look like an Explorer window on Windows Vista or Windows 7.
</remarks>
</member>
<member name="P:WindowsFormsAero.Dwm.Helpers.GlassForm.HideCaption">
<summary>
Gets or sets whether the window caption should be hidden altogether.
</summary>
<remarks>
Should be set before handle creation.
</remarks>
</member>
<member name="T:WindowsFormsAero.HorizontalPanel">
<summary>
@ -1040,5 +1016,103 @@
the glass surface of the form.
</remarks>
</member>
<member name="M:WindowsFormsAero.Dwm.GlassHelper.HandleFormMovementOnGlass(System.Windows.Forms.Form,WindowsFormsAero.Dwm.Margins)">
<summary>
Adds a handler on the Form that enables the user to move the window around
by clicking on a glass margin (or the title bar, as usual).
</summary>
<param name="form">The form that will be controlled.</param>
<param name="margins">Margins of the glass sheet.</param>
<remarks>
Eventual UI elements on the glass sheet will prevent the handler from receiving events
(except the ThemeText control, which manually redirects mouse events to the form).
</remarks>
</member>
<member name="M:WindowsFormsAero.Dwm.GlassHelper.HandleBackgroundPainting(System.Windows.Forms.Form,WindowsFormsAero.Dwm.Margins)">
<summary>
Adds a handler on the Form that automatically paints the glass background black
</summary>
<param name="form">The form that will be controlled.</param>
<param name="margins">Margins of the glass sheet.</param>
</member>
<member name="T:WindowsFormsAero.Dwm.GlassHelper.HandleFormMovement">
<summary>
</summary>
<remarks>
Handler will be kept alive by the event references on the form.
As soon as the form is disposed, the handler will be disposed as well.
</remarks>
</member>
<member name="T:WindowsFormsAero.Dwm.GlassHelper.HandleBackground">
<summary>
</summary>
<remarks>
Handler will be kept alive by the event references on the form.
As soon as the form is disposed, the handler will be disposed as well.
</remarks>
</member>
<member name="E:WindowsFormsAero.SplitButton.SplitClick">
<summary>Occurs when the split label is clicked.</summary>
</member>
<member name="E:WindowsFormsAero.SplitButton.SplitMenuOpening">
<summary>Occurs when the split label is clicked, but before the associated
context menu is displayed by the control.</summary>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenuStrip">
<summary>Gets or sets the associated context menu that is displayed when the split
glyph of the button is clicked.</summary>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenu">
<summary>Gets or sets the associated context menu that is displayed when the split
glyph of the button is clicked. Exposed for backward compatibility.</summary>
</member>
<member name="T:WindowsFormsAero.SplitButton.SplitMenuEventArgs">
<summary>Provides data for the clicking of split buttons and the opening
of context menus.</summary>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenuEventArgs.DrawArea">
<summary>Represents the bounding box of the clicked button.</summary>
<remarks>A menu should be opened, with top-left coordinates in the left-bottom point of
the rectangle and with width equal (or greater) than the width of the rectangle.</remarks>
</member>
<member name="P:WindowsFormsAero.SplitButton.SplitMenuEventArgs.PreventOpening">
<summary>Set to true if you want to prevent the menu from opening.</summary>
</member>
<member name="T:WindowsFormsAero.Dwm.Margins">
<summary>Margins structure for the Glass Sheet effect.</summary>
</member>
<member name="M:WindowsFormsAero.Dwm.Margins.IsOutsideMargins(System.Drawing.Point,System.Drawing.Size)">
<summary>
Returns whether a point in client coordinates is outside the margins defined by this instance.
</summary>
<param name="clientPoint">Point in client coordinates.</param>
</member>
<member name="M:WindowsFormsAero.Dwm.Margins.AsPadding">
<summary>
Gets the margins value as a padding instance.
</summary>
<returns></returns>
</member>
<member name="F:WindowsFormsAero.Dwm.Margins.Zero">
<summary>
Gets a static readonly 0-pixel margin.
This margin returns true on the IsNull property.
</summary>
</member>
<member name="P:WindowsFormsAero.Dwm.Margins.IsMarginless">
<summary>
Gets whether this margin represents a negative measure on each side.
</summary>
<remarks>
Used to specify non-existing margins on glass frames.
</remarks>
</member>
<member name="P:WindowsFormsAero.Dwm.Margins.IsNull">
<summary>
Gets whether this margin measures 0 pixels on each side.
</summary>
</member>
</members>
</doc>

View file

@ -115,7 +115,6 @@
this.menuWindows.Name = "menuWindows";
this.menuWindows.OwnerItem = this.menuContextWindows;
this.menuWindows.Size = new System.Drawing.Size(118, 26);
this.menuWindows.Opening += new System.ComponentModel.CancelEventHandler(this.Menu_Windows_opening);
//
// noneToolStripMenuItem
//

View file

@ -28,33 +28,6 @@ namespace OnTopReplica {
clickForwardingToolStripMenuItem.Enabled = showing;
}
private void Menu_Windows_opening(object sender, CancelEventArgs e) {
//_windowSeeker.Refresh();
//var menu = (ToolStrip)sender;
//menu.PopulateMenu(_windowSeeker, CurrentThumbnailWindowHandle, new EventHandler(Menu_Windows_itemclick));
}
void Menu_Windows_itemclick(object sender, EventArgs e) {
//Ensure the menu is closed
menuContext.Close();
menuFullscreenContext.Close();
menuWindows.Close();
//Get clicked item and window index from tag
ToolStripItem tsi = (ToolStripItem)sender;
//Handle special "none" window
if (tsi.Tag == null) {
UnsetThumbnail();
return;
}
var selectionData = (WindowListHelper.WindowSelectionData)tsi.Tag;
Rectangle? bounds = (selectionData.Region != null)
? (Rectangle?)selectionData.Region.Bounds : null;
SetThumbnail(selectionData.Handle, bounds);
}
private void Menu_Switch_click(object sender, EventArgs e) {
if (CurrentThumbnailWindowHandle == null)
return;

View file

@ -22,6 +22,10 @@ namespace OnTopReplica.Native {
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool EnumWindows(EnumWindowsProc lpEnumFunc, IntPtr lParam);
[DllImport("user32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool EnumChildWindows(IntPtr hWnd, EnumWindowsProc lpEnumFunc, IntPtr lParam);
[DllImport("user32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool IsWindowVisible(IntPtr hWnd);

View file

@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OnTopReplica</RootNamespace>
<AssemblyName>OnTopReplica</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ApplicationIcon>Assets\icon-new.ico</ApplicationIcon>
<IsWebBootstrapper>false</IsWebBootstrapper>
@ -29,6 +29,8 @@
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@ -138,6 +140,7 @@
<Compile Include="Native\HotKeyMethods.cs" />
<Compile Include="Native\HT.cs" />
<Compile Include="Platforms\DebugPlatform.cs" />
<Compile Include="PluginRegionLocator.cs" />
<Compile Include="SidePanelContainer.cs">
<SubType>Form</SubType>
</Compile>
@ -168,11 +171,66 @@
<Compile Include="SidePanels\GroupSwitchPanel.Designer.cs">
<DependentUpon>GroupSwitchPanel.cs</DependentUpon>
</Compile>
<Compile Include="Strings.cs.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.cs.resx</DependentUpon>
</Compile>
<Compile Include="Strings.da.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.da.resx</DependentUpon>
</Compile>
<Compile Include="Strings.de.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.de.resx</DependentUpon>
</Compile>
<Compile Include="Strings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
<Compile Include="Strings.es.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.es.resx</DependentUpon>
</Compile>
<Compile Include="Strings.fi.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.fi.resx</DependentUpon>
</Compile>
<Compile Include="Strings.it.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.it.resx</DependentUpon>
</Compile>
<Compile Include="Strings.no.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.no.resx</DependentUpon>
</Compile>
<Compile Include="Strings.pl.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.pl.resx</DependentUpon>
</Compile>
<Compile Include="Strings.pt-BR.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.pt-BR.resx</DependentUpon>
</Compile>
<Compile Include="Strings.pt.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.pt.resx</DependentUpon>
</Compile>
<Compile Include="Strings.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.ru.resx</DependentUpon>
</Compile>
<Compile Include="Tuples.cs" />
<Compile Include="WindowListMenuManager.cs" />
<Compile Include="WindowSeekers\BaseWindowSeeker.cs" />
@ -342,7 +400,6 @@
<Compile Include="Update\UpdateManager.cs" />
<Compile Include="Win32Helper.cs" />
<Compile Include="WindowHandle.cs" />
<Compile Include="WindowListHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Assets\windows.png" />

View file

@ -1,336 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.225
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace OnTopReplica.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OnTopReplica.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
internal static System.Drawing.Bitmap back {
get {
object obj = ResourceManager.GetObject("back", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap clickforwarding {
get {
object obj = ResourceManager.GetObject("clickforwarding", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap close_new {
get {
object obj = ResourceManager.GetObject("close_new", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap desktop {
get {
object obj = ResourceManager.GetObject("desktop", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap flag_czech {
get {
object obj = ResourceManager.GetObject("flag_czech", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap flag_danish {
get {
object obj = ResourceManager.GetObject("flag_danish", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap flag_germany {
get {
object obj = ResourceManager.GetObject("flag_germany", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap flag_ita {
get {
object obj = ResourceManager.GetObject("flag_ita", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap flag_poland {
get {
object obj = ResourceManager.GetObject("flag_poland", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap flag_spanish {
get {
object obj = ResourceManager.GetObject("flag_spanish", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap flag_usa {
get {
object obj = ResourceManager.GetObject("flag_usa", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap fullscreen {
get {
object obj = ResourceManager.GetObject("fullscreen", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap groupmode {
get {
object obj = ResourceManager.GetObject("groupmode", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap icon {
get {
object obj = ResourceManager.GetObject("icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Icon icon_new {
get {
object obj = ResourceManager.GetObject("icon_new", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
internal static System.Drawing.Bitmap list {
get {
object obj = ResourceManager.GetObject("list", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap pos_bottomleft {
get {
object obj = ResourceManager.GetObject("pos_bottomleft", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap pos_bottomright {
get {
object obj = ResourceManager.GetObject("pos_bottomright", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap pos_center {
get {
object obj = ResourceManager.GetObject("pos_center", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap pos_null {
get {
object obj = ResourceManager.GetObject("pos_null", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap pos_topleft {
get {
object obj = ResourceManager.GetObject("pos_topleft", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap pos_topright {
get {
object obj = ResourceManager.GetObject("pos_topright", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap reduce {
get {
object obj = ResourceManager.GetObject("reduce", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap refresh {
get {
object obj = ResourceManager.GetObject("refresh", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap regions {
get {
object obj = ResourceManager.GetObject("regions", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap window_border16 {
get {
object obj = ResourceManager.GetObject("window_border16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap window_multiple16 {
get {
object obj = ResourceManager.GetObject("window_multiple16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap window_opacity {
get {
object obj = ResourceManager.GetObject("window_opacity", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap window_switch {
get {
object obj = ResourceManager.GetObject("window_switch", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap window16 {
get {
object obj = ResourceManager.GetObject("window16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_add {
get {
object obj = ResourceManager.GetObject("xiao_add", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_arrow {
get {
object obj = ResourceManager.GetObject("xiao_arrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_component {
get {
object obj = ResourceManager.GetObject("xiao_component", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_delete {
get {
object obj = ResourceManager.GetObject("xiao_delete", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_down {
get {
object obj = ResourceManager.GetObject("xiao_down", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_help {
get {
object obj = ResourceManager.GetObject("xiao_help", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_ok {
get {
object obj = ResourceManager.GetObject("xiao_ok", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_up {
get {
object obj = ResourceManager.GetObject("xiao_up", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap xiao_wrench {
get {
object obj = ResourceManager.GetObject("xiao_wrench", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

View file

@ -1,229 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace OnTopReplica.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::OnTopReplica.StoredRegionArray SavedRegions {
get {
return ((global::OnTopReplica.StoredRegionArray)(this["SavedRegions"]));
}
set {
this["SavedRegions"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("255")]
public byte Opacity {
get {
return ((byte)(this["Opacity"]));
}
set {
this["Opacity"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("(Default)")]
public global::System.Globalization.CultureInfo Language {
get {
return ((global::System.Globalization.CultureInfo)(this["Language"]));
}
set {
this["Language"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool MustUpdate {
get {
return ((bool)(this["MustUpdate"]));
}
set {
this["MustUpdate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ClickThrough {
get {
return ((bool)(this["ClickThrough"]));
}
set {
this["ClickThrough"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool FirstTimeClickThrough {
get {
return ((bool)(this["FirstTimeClickThrough"]));
}
set {
this["FirstTimeClickThrough"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool FirstTimeClickForwarding {
get {
return ((bool)(this["FirstTimeClickForwarding"]));
}
set {
this["FirstTimeClickForwarding"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool FullscreenAlwaysOnTop {
get {
return ((bool)(this["FullscreenAlwaysOnTop"]));
}
set {
this["FullscreenAlwaysOnTop"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool RestoreSizeAndPosition {
get {
return ((bool)(this["RestoreSizeAndPosition"]));
}
set {
this["RestoreSizeAndPosition"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
public global::System.Drawing.Size RestoreLastSize {
get {
return ((global::System.Drawing.Size)(this["RestoreLastSize"]));
}
set {
this["RestoreLastSize"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
public global::System.Drawing.Point RestoreLastPosition {
get {
return ((global::System.Drawing.Point)(this["RestoreLastPosition"]));
}
set {
this["RestoreLastPosition"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool RestoreLastWindow {
get {
return ((bool)(this["RestoreLastWindow"]));
}
set {
this["RestoreLastWindow"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string RestoreLastWindowClass {
get {
return ((string)(this["RestoreLastWindowClass"]));
}
set {
this["RestoreLastWindowClass"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string RestoreLastWindowTitle {
get {
return ((string)(this["RestoreLastWindowTitle"]));
}
set {
this["RestoreLastWindowTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long RestoreLastWindowHwnd {
get {
return ((long)(this["RestoreLastWindowHwnd"]));
}
set {
this["RestoreLastWindowHwnd"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("[CTRL]+[SHIFT]+C")]
public string HotKeyCloneCurrent {
get {
return ((string)(this["HotKeyCloneCurrent"]));
}
set {
this["HotKeyCloneCurrent"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("[CTRL]+[SHIFT]+O")]
public string HotKeyShowHide {
get {
return ((string)(this["HotKeyShowHide"]));
}
set {
this["HotKeyShowHide"] = value;
}
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -41,10 +41,10 @@
<value>False</value>
</setting>
<setting name="RestoreLastWindowClass" serializeAs="String">
<value />
<value/>
</setting>
<setting name="RestoreLastWindowTitle" serializeAs="String">
<value />
<value/>
</setting>
<setting name="RestoreLastWindowHwnd" serializeAs="String">
<value>0</value>
@ -57,4 +57,4 @@
</setting>
</OnTopReplica.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>