Files
OpenNest/OpenNest/Properties/Settings.Designer.cs
T
2026-04-15 21:49:31 -04:00

243 lines
9.1 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace OpenNest.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.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()]
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
public global::System.Drawing.Point MainWindowLocation {
get {
return ((global::System.Drawing.Point)(this["MainWindowLocation"]));
}
set {
this["MainWindowLocation"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
public global::System.Drawing.Size MainWindowSize {
get {
return ((global::System.Drawing.Size)(this["MainWindowSize"]));
}
set {
this["MainWindowSize"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Windows.Forms.FormWindowState MainWindowState {
get {
return ((global::System.Windows.Forms.FormWindowState)(this["MainWindowState"]));
}
set {
this["MainWindowState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool PlateViewDrawRapid {
get {
return ((bool)(this["PlateViewDrawRapid"]));
}
set {
this["PlateViewDrawRapid"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool PlateViewDrawBounds {
get {
return ((bool)(this["PlateViewDrawBounds"]));
}
set {
this["PlateViewDrawBounds"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool CreateNewNestOnOpen {
get {
return ((bool)(this["CreateNewNestOnOpen"]));
}
set {
this["CreateNewNestOnOpen"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0.5")]
public double AutoSizePlateFactor {
get {
return ((double)(this["AutoSizePlateFactor"]));
}
set {
this["AutoSizePlateFactor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
public int NestNumber {
get {
return ((int)(this["NestNumber"]));
}
set {
this["NestNumber"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Inches")]
public global::OpenNest.Units DefaultUnit {
get {
return ((global::OpenNest.Units)(this["DefaultUnit"]));
}
set {
this["DefaultUnit"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("275")]
public int SplitterDistance {
get {
return ((int)(this["SplitterDistance"]));
}
set {
this["SplitterDistance"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("04/08/2015 19:30:00")]
public global::System.DateTime LastNestCreatedDate {
get {
return ((global::System.DateTime)(this["LastNestCreatedDate"]));
}
set {
this["LastNestCreatedDate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string NestTemplatePath {
get {
return ((string)(this["NestTemplatePath"]));
}
set {
this["NestTemplatePath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
public decimal LastFeedrate {
get {
return ((decimal)(this["LastFeedrate"]));
}
set {
this["LastFeedrate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
public decimal LastRapidFeedrate {
get {
return ((decimal)(this["LastRapidFeedrate"]));
}
set {
this["LastRapidFeedrate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public decimal LastPierceTime {
get {
return ((decimal)(this["LastPierceTime"]));
}
set {
this["LastPierceTime"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string DisabledStrategies {
get {
return ((string)(this["DisabledStrategies"]));
}
set {
this["DisabledStrategies"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string CuttingParametersJson {
get {
return ((string)(this["CuttingParametersJson"]));
}
set {
this["CuttingParametersJson"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Classic")]
public string ActiveColorScheme {
get {
return ((string)(this["ActiveColorScheme"]));
}
set {
this["ActiveColorScheme"] = value;
}
}
}
}