mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-13 17:22:47 -05:00
Update test project with multiple independent windows for testing snapping
This commit is contained in:
44
TestWindow/Properties/Settings.Designer.cs
generated
44
TestWindow/Properties/Settings.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34014
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -26,12 +26,12 @@ namespace TestWindow.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string WindowSettings {
|
||||
public string WindowSettings1 {
|
||||
get {
|
||||
return ((string)(this["WindowSettings"]));
|
||||
return ((string)(this["WindowSettings1"]));
|
||||
}
|
||||
set {
|
||||
this["WindowSettings"] = value;
|
||||
this["WindowSettings1"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,5 +46,41 @@ namespace TestWindow.Properties {
|
||||
this["AutoStart"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string WindowSettings2 {
|
||||
get {
|
||||
return ((string)(this["WindowSettings2"]));
|
||||
}
|
||||
set {
|
||||
this["WindowSettings2"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string WindowSettings3 {
|
||||
get {
|
||||
return ((string)(this["WindowSettings3"]));
|
||||
}
|
||||
set {
|
||||
this["WindowSettings3"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string WindowSettings4 {
|
||||
get {
|
||||
return ((string)(this["WindowSettings4"]));
|
||||
}
|
||||
set {
|
||||
this["WindowSettings4"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user