mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 10:21:16 +00:00
v1.0
This commit is contained in:
@@ -22,341 +22,5 @@ namespace JetFrames.AppleJobs.Editor.Properties {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public double Grid01LayoutX {
|
||||
get {
|
||||
return ((double)(this["Grid01LayoutX"]));
|
||||
}
|
||||
set {
|
||||
this["Grid01LayoutX"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public double Grid01LayoutY {
|
||||
get {
|
||||
return ((double)(this["Grid01LayoutY"]));
|
||||
}
|
||||
set {
|
||||
this["Grid01LayoutY"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid01LayoutWidth {
|
||||
get {
|
||||
return ((double)(this["Grid01LayoutWidth"]));
|
||||
}
|
||||
set {
|
||||
this["Grid01LayoutWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid01LayoutHeight {
|
||||
get {
|
||||
return ((double)(this["Grid01LayoutHeight"]));
|
||||
}
|
||||
set {
|
||||
this["Grid01LayoutHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("100")]
|
||||
public double Grid02LayoutX {
|
||||
get {
|
||||
return ((double)(this["Grid02LayoutX"]));
|
||||
}
|
||||
set {
|
||||
this["Grid02LayoutX"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("200")]
|
||||
public double Grid03LayoutX {
|
||||
get {
|
||||
return ((double)(this["Grid03LayoutX"]));
|
||||
}
|
||||
set {
|
||||
this["Grid03LayoutX"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("300")]
|
||||
public double Grid04LayoutX {
|
||||
get {
|
||||
return ((double)(this["Grid04LayoutX"]));
|
||||
}
|
||||
set {
|
||||
this["Grid04LayoutX"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("100")]
|
||||
public double Grid02LayoutY {
|
||||
get {
|
||||
return ((double)(this["Grid02LayoutY"]));
|
||||
}
|
||||
set {
|
||||
this["Grid02LayoutY"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("200")]
|
||||
public double Grid03LayoutY {
|
||||
get {
|
||||
return ((double)(this["Grid03LayoutY"]));
|
||||
}
|
||||
set {
|
||||
this["Grid03LayoutY"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("300")]
|
||||
public double Grid04LayoutY {
|
||||
get {
|
||||
return ((double)(this["Grid04LayoutY"]));
|
||||
}
|
||||
set {
|
||||
this["Grid04LayoutY"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid02LayoutWidth {
|
||||
get {
|
||||
return ((double)(this["Grid02LayoutWidth"]));
|
||||
}
|
||||
set {
|
||||
this["Grid02LayoutWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid03LayoutWidth {
|
||||
get {
|
||||
return ((double)(this["Grid03LayoutWidth"]));
|
||||
}
|
||||
set {
|
||||
this["Grid03LayoutWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid04LayoutWidth {
|
||||
get {
|
||||
return ((double)(this["Grid04LayoutWidth"]));
|
||||
}
|
||||
set {
|
||||
this["Grid04LayoutWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid02LayoutHeight {
|
||||
get {
|
||||
return ((double)(this["Grid02LayoutHeight"]));
|
||||
}
|
||||
set {
|
||||
this["Grid02LayoutHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid03LayoutHeight {
|
||||
get {
|
||||
return ((double)(this["Grid03LayoutHeight"]));
|
||||
}
|
||||
set {
|
||||
this["Grid03LayoutHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid04LayoutHeight {
|
||||
get {
|
||||
return ((double)(this["Grid04LayoutHeight"]));
|
||||
}
|
||||
set {
|
||||
this["Grid04LayoutHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool Grid01Expanded {
|
||||
get {
|
||||
return ((bool)(this["Grid01Expanded"]));
|
||||
}
|
||||
set {
|
||||
this["Grid01Expanded"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool Grid02Expanded {
|
||||
get {
|
||||
return ((bool)(this["Grid02Expanded"]));
|
||||
}
|
||||
set {
|
||||
this["Grid02Expanded"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool Grid03Expanded {
|
||||
get {
|
||||
return ((bool)(this["Grid03Expanded"]));
|
||||
}
|
||||
set {
|
||||
this["Grid03Expanded"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool Grid04Expanded {
|
||||
get {
|
||||
return ((bool)(this["Grid04Expanded"]));
|
||||
}
|
||||
set {
|
||||
this["Grid04Expanded"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public double ZoomPadX {
|
||||
get {
|
||||
return ((double)(this["ZoomPadX"]));
|
||||
}
|
||||
set {
|
||||
this["ZoomPadX"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public double ZoomPadY {
|
||||
get {
|
||||
return ((double)(this["ZoomPadY"]));
|
||||
}
|
||||
set {
|
||||
this["ZoomPadY"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
||||
public double Zoom {
|
||||
get {
|
||||
return ((double)(this["Zoom"]));
|
||||
}
|
||||
set {
|
||||
this["Zoom"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool Grid05Expanded {
|
||||
get {
|
||||
return ((bool)(this["Grid05Expanded"]));
|
||||
}
|
||||
set {
|
||||
this["Grid05Expanded"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("400")]
|
||||
public double Grid05LayoutX {
|
||||
get {
|
||||
return ((double)(this["Grid05LayoutX"]));
|
||||
}
|
||||
set {
|
||||
this["Grid05LayoutX"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public double Grid05LayoutY {
|
||||
get {
|
||||
return ((double)(this["Grid05LayoutY"]));
|
||||
}
|
||||
set {
|
||||
this["Grid05LayoutY"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid05LayoutWidth {
|
||||
get {
|
||||
return ((double)(this["Grid05LayoutWidth"]));
|
||||
}
|
||||
set {
|
||||
this["Grid05LayoutWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double Grid05LayoutHeight {
|
||||
get {
|
||||
return ((double)(this["Grid05LayoutHeight"]));
|
||||
}
|
||||
set {
|
||||
this["Grid05LayoutHeight"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,90 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="JetFrames.AppleJobs.Editor.Properties" GeneratedClassName="Settings">
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="Grid01LayoutX" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid01LayoutY" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid01LayoutWidth" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid01LayoutHeight" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid02LayoutX" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">100</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid03LayoutX" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">200</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid04LayoutX" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">300</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid02LayoutY" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">100</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid03LayoutY" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">200</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid04LayoutY" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">300</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid02LayoutWidth" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid03LayoutWidth" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid04LayoutWidth" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid02LayoutHeight" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid03LayoutHeight" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid04LayoutHeight" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid01Expanded" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid02Expanded" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid03Expanded" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid04Expanded" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="ZoomPadX" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="ZoomPadY" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="Zoom" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">1</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid05Expanded" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid05LayoutX" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">400</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid05LayoutY" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid05LayoutWidth" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
<Setting Name="Grid05LayoutHeight" Type="System.Double" Scope="User">
|
||||
<Value Profile="(Default)">NaN</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user