//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace IStation.WinFrmUI.Curve.Cookie {
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")]
|
internal sealed partial class ChartDisp : global::System.Configuration.ApplicationSettingsBase {
|
|
private static ChartDisp defaultInstance = ((ChartDisp)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new ChartDisp())));
|
|
public static ChartDisp Default {
|
get {
|
return defaultInstance;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisLabelFontX {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisLabelFontX"]));
|
}
|
set {
|
this["AxisLabelFontX"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisLabelFontY {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisLabelFontY"]));
|
}
|
set {
|
this["AxisLabelFontY"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisTitleFontX {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisTitleFontX"]));
|
}
|
set {
|
this["AxisTitleFontX"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisTitleFontY {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisTitleFontY"]));
|
}
|
set {
|
this["AxisTitleFontY"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("DodgerBlue")]
|
public global::System.Drawing.Color CurveColorQH {
|
get {
|
return ((global::System.Drawing.Color)(this["CurveColorQH"]));
|
}
|
set {
|
this["CurveColorQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Maroon")]
|
public global::System.Drawing.Color CurveColorQP {
|
get {
|
return ((global::System.Drawing.Color)(this["CurveColorQP"]));
|
}
|
set {
|
this["CurveColorQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Peru")]
|
public global::System.Drawing.Color CurveColorNPSH {
|
get {
|
return ((global::System.Drawing.Color)(this["CurveColorNPSH"]));
|
}
|
set {
|
this["CurveColorNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Silver")]
|
public global::System.Drawing.Color GridLinesColorX {
|
get {
|
return ((global::System.Drawing.Color)(this["GridLinesColorX"]));
|
}
|
set {
|
this["GridLinesColorX"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Silver")]
|
public global::System.Drawing.Color GridLinesColorY {
|
get {
|
return ((global::System.Drawing.Color)(this["GridLinesColorY"]));
|
}
|
set {
|
this["GridLinesColorY"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Yellow")]
|
public global::System.Drawing.Color SpectrumColorLxp {
|
get {
|
return ((global::System.Drawing.Color)(this["SpectrumColorLxp"]));
|
}
|
set {
|
this["SpectrumColorLxp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("5")]
|
public int MinorCountQ {
|
get {
|
return ((int)(this["MinorCountQ"]));
|
}
|
set {
|
this["MinorCountQ"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
public int MinorCountH {
|
get {
|
return ((int)(this["MinorCountH"]));
|
}
|
set {
|
this["MinorCountH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
public int MinorCountE {
|
get {
|
return ((int)(this["MinorCountE"]));
|
}
|
set {
|
this["MinorCountE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
public int MinorCountP {
|
get {
|
return ((int)(this["MinorCountP"]));
|
}
|
set {
|
this["MinorCountP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
public int MinorCountNPSH {
|
get {
|
return ((int)(this["MinorCountNPSH"]));
|
}
|
set {
|
this["MinorCountNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Green")]
|
public global::System.Drawing.Color CurveColorQE {
|
get {
|
return ((global::System.Drawing.Color)(this["CurveColorQE"]));
|
}
|
set {
|
this["CurveColorQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
public bool IsDispMinorLineY {
|
get {
|
return ((bool)(this["IsDispMinorLineY"]));
|
}
|
set {
|
this["IsDispMinorLineY"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Yellow")]
|
public global::System.Drawing.Color SpectrumColorZlp {
|
get {
|
return ((global::System.Drawing.Color)(this["SpectrumColorZlp"]));
|
}
|
set {
|
this["SpectrumColorZlp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("DeepPink")]
|
public global::System.Drawing.Color CurveColorEquipCurve {
|
get {
|
return ((global::System.Drawing.Color)(this["CurveColorEquipCurve"]));
|
}
|
set {
|
this["CurveColorEquipCurve"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("128, 255, 128")]
|
public global::System.Drawing.Color RegionColorPreferred {
|
get {
|
return ((global::System.Drawing.Color)(this["RegionColorPreferred"]));
|
}
|
set {
|
this["RegionColorPreferred"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("192, 255, 192")]
|
public global::System.Drawing.Color RegionColorAllowable {
|
get {
|
return ((global::System.Drawing.Color)(this["RegionColorAllowable"]));
|
}
|
set {
|
this["RegionColorAllowable"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("SandyBrown")]
|
public global::System.Drawing.Color CurveColorEqualE {
|
get {
|
return ((global::System.Drawing.Color)(this["CurveColorEqualE"]));
|
}
|
set {
|
this["CurveColorEqualE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("宋体, 12pt")]
|
public global::System.Drawing.Font AnnoFontQH {
|
get {
|
return ((global::System.Drawing.Font)(this["AnnoFontQH"]));
|
}
|
set {
|
this["AnnoFontQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("宋体, 12pt")]
|
public global::System.Drawing.Font AnnoFontQE {
|
get {
|
return ((global::System.Drawing.Font)(this["AnnoFontQE"]));
|
}
|
set {
|
this["AnnoFontQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("宋体, 12pt")]
|
public global::System.Drawing.Font AnnoFontQP {
|
get {
|
return ((global::System.Drawing.Font)(this["AnnoFontQP"]));
|
}
|
set {
|
this["AnnoFontQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("宋体, 12pt")]
|
public global::System.Drawing.Font AnnoFontNPSH {
|
get {
|
return ((global::System.Drawing.Font)(this["AnnoFontNPSH"]));
|
}
|
set {
|
this["AnnoFontNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int AnnoConnTypeQE {
|
get {
|
return ((int)(this["AnnoConnTypeQE"]));
|
}
|
set {
|
this["AnnoConnTypeQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int AnnoConnTypeQH {
|
get {
|
return ((int)(this["AnnoConnTypeQH"]));
|
}
|
set {
|
this["AnnoConnTypeQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int AnnoConnTypeQP {
|
get {
|
return ((int)(this["AnnoConnTypeQP"]));
|
}
|
set {
|
this["AnnoConnTypeQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int AnnoConnTypeQNPSH {
|
get {
|
return ((int)(this["AnnoConnTypeQNPSH"]));
|
}
|
set {
|
this["AnnoConnTypeQNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Black")]
|
public global::System.Drawing.Color CoordColorQ {
|
get {
|
return ((global::System.Drawing.Color)(this["CoordColorQ"]));
|
}
|
set {
|
this["CoordColorQ"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Navy")]
|
public global::System.Drawing.Color CoordColorH {
|
get {
|
return ((global::System.Drawing.Color)(this["CoordColorH"]));
|
}
|
set {
|
this["CoordColorH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Green")]
|
public global::System.Drawing.Color CoordColorE {
|
get {
|
return ((global::System.Drawing.Color)(this["CoordColorE"]));
|
}
|
set {
|
this["CoordColorE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Peru")]
|
public global::System.Drawing.Color CoordColorNPSH {
|
get {
|
return ((global::System.Drawing.Color)(this["CoordColorNPSH"]));
|
}
|
set {
|
this["CoordColorNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisLabelFontQ {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisLabelFontQ"]));
|
}
|
set {
|
this["AxisLabelFontQ"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisLabelFontH {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisLabelFontH"]));
|
}
|
set {
|
this["AxisLabelFontH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisLabelFontE {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisLabelFontE"]));
|
}
|
set {
|
this["AxisLabelFontE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisLabelFontNPSH {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisLabelFontNPSH"]));
|
}
|
set {
|
this["AxisLabelFontNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 8pt")]
|
public global::System.Drawing.Font AxisLabelFontP {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisLabelFontP"]));
|
}
|
set {
|
this["AxisLabelFontP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 9pt")]
|
public global::System.Drawing.Font AxisTitleFontQ {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisTitleFontQ"]));
|
}
|
set {
|
this["AxisTitleFontQ"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 9pt")]
|
public global::System.Drawing.Font AxisTitleFontH {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisTitleFontH"]));
|
}
|
set {
|
this["AxisTitleFontH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 9pt")]
|
public global::System.Drawing.Font AxisTitleFontE {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisTitleFontE"]));
|
}
|
set {
|
this["AxisTitleFontE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 9pt")]
|
public global::System.Drawing.Font AxisTitleFontP {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisTitleFontP"]));
|
}
|
set {
|
this["AxisTitleFontP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 9pt")]
|
public global::System.Drawing.Font AxisTitleFontNPSH {
|
get {
|
return ((global::System.Drawing.Font)(this["AxisTitleFontNPSH"]));
|
}
|
set {
|
this["AxisTitleFontNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Maroon")]
|
public global::System.Drawing.Color CoordColorP {
|
get {
|
return ((global::System.Drawing.Color)(this["CoordColorP"]));
|
}
|
set {
|
this["CoordColorP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Q-NPSH")]
|
public string AnnoTextNPSH {
|
get {
|
return ((string)(this["AnnoTextNPSH"]));
|
}
|
set {
|
this["AnnoTextNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Q-E")]
|
public string AnnoTextQE {
|
get {
|
return ((string)(this["AnnoTextQE"]));
|
}
|
set {
|
this["AnnoTextQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Q-H")]
|
public string AnnoTextQH {
|
get {
|
return ((string)(this["AnnoTextQH"]));
|
}
|
set {
|
this["AnnoTextQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Q-P")]
|
public string AnnoTextQP {
|
get {
|
return ((string)(this["AnnoTextQP"]));
|
}
|
set {
|
this["AnnoTextQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
public bool IsDispMinorLineX {
|
get {
|
return ((bool)(this["IsDispMinorLineX"]));
|
}
|
set {
|
this["IsDispMinorLineX"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int GridLineTypeY {
|
get {
|
return ((int)(this["GridLineTypeY"]));
|
}
|
set {
|
this["GridLineTypeY"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int GridLineTypeX {
|
get {
|
return ((int)(this["GridLineTypeX"]));
|
}
|
set {
|
this["GridLineTypeX"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("128, 255, 128")]
|
public global::System.Drawing.Color RegionColorWork {
|
get {
|
return ((global::System.Drawing.Color)(this["RegionColorWork"]));
|
}
|
set {
|
this["RegionColorWork"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Green")]
|
public global::System.Drawing.Color PointColorQE {
|
get {
|
return ((global::System.Drawing.Color)(this["PointColorQE"]));
|
}
|
set {
|
this["PointColorQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Navy")]
|
public global::System.Drawing.Color PointColorQH {
|
get {
|
return ((global::System.Drawing.Color)(this["PointColorQH"]));
|
}
|
set {
|
this["PointColorQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Maroon")]
|
public global::System.Drawing.Color PointColorQP {
|
get {
|
return ((global::System.Drawing.Color)(this["PointColorQP"]));
|
}
|
set {
|
this["PointColorQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
public int PointSizeQP {
|
get {
|
return ((int)(this["PointSizeQP"]));
|
}
|
set {
|
this["PointSizeQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
public int PointSizeQH {
|
get {
|
return ((int)(this["PointSizeQH"]));
|
}
|
set {
|
this["PointSizeQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
public int PointSizeQE {
|
get {
|
return ((int)(this["PointSizeQE"]));
|
}
|
set {
|
this["PointSizeQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
public int PointKindQP {
|
get {
|
return ((int)(this["PointKindQP"]));
|
}
|
set {
|
this["PointKindQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
public int PointKindQE {
|
get {
|
return ((int)(this["PointKindQE"]));
|
}
|
set {
|
this["PointKindQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
public int PointKindQH {
|
get {
|
return ((int)(this["PointKindQH"]));
|
}
|
set {
|
this["PointKindQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("90")]
|
public int SpectrumAlfaLxp {
|
get {
|
return ((int)(this["SpectrumAlfaLxp"]));
|
}
|
set {
|
this["SpectrumAlfaLxp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 10pt")]
|
public global::System.Drawing.Font AnnoCurveName {
|
get {
|
return ((global::System.Drawing.Font)(this["AnnoCurveName"]));
|
}
|
set {
|
this["AnnoCurveName"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("75")]
|
public int AllowableRegionMinDefault {
|
get {
|
return ((int)(this["AllowableRegionMinDefault"]));
|
}
|
set {
|
this["AllowableRegionMinDefault"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("120")]
|
public int AllowableRegionMaxDefault {
|
get {
|
return ((int)(this["AllowableRegionMaxDefault"]));
|
}
|
set {
|
this["AllowableRegionMaxDefault"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("80")]
|
public int PreferredRegionMinDefault {
|
get {
|
return ((int)(this["PreferredRegionMinDefault"]));
|
}
|
set {
|
this["PreferredRegionMinDefault"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("110")]
|
public int PreferredRegionMaxDefault {
|
get {
|
return ((int)(this["PreferredRegionMaxDefault"]));
|
}
|
set {
|
this["PreferredRegionMaxDefault"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("85")]
|
public int SpectrumAlfaZlp {
|
get {
|
return ((int)(this["SpectrumAlfaZlp"]));
|
}
|
set {
|
this["SpectrumAlfaZlp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
public int CurveWidthQH {
|
get {
|
return ((int)(this["CurveWidthQH"]));
|
}
|
set {
|
this["CurveWidthQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
public int CurveWidthQE {
|
get {
|
return ((int)(this["CurveWidthQE"]));
|
}
|
set {
|
this["CurveWidthQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
public int CurveWidthQP {
|
get {
|
return ((int)(this["CurveWidthQP"]));
|
}
|
set {
|
this["CurveWidthQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
public int CurveWidthNPSH {
|
get {
|
return ((int)(this["CurveWidthNPSH"]));
|
}
|
set {
|
this["CurveWidthNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int CurveWidthEqualE {
|
get {
|
return ((int)(this["CurveWidthEqualE"]));
|
}
|
set {
|
this["CurveWidthEqualE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int CurveWidthEquipCurve {
|
get {
|
return ((int)(this["CurveWidthEquipCurve"]));
|
}
|
set {
|
this["CurveWidthEquipCurve"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Peru")]
|
public global::System.Drawing.Color PointColorNPSH {
|
get {
|
return ((global::System.Drawing.Color)(this["PointColorNPSH"]));
|
}
|
set {
|
this["PointColorNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("White")]
|
public global::System.Drawing.Color ChartBackColor {
|
get {
|
return ((global::System.Drawing.Color)(this["ChartBackColor"]));
|
}
|
set {
|
this["ChartBackColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Black")]
|
public global::System.Drawing.Color ChartChartTitle {
|
get {
|
return ((global::System.Drawing.Color)(this["ChartChartTitle"]));
|
}
|
set {
|
this["ChartChartTitle"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Black")]
|
public global::System.Drawing.Color ChartAnnotationTextColor {
|
get {
|
return ((global::System.Drawing.Color)(this["ChartAnnotationTextColor"]));
|
}
|
set {
|
this["ChartAnnotationTextColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
public string DesignPointDisplayStyle {
|
get {
|
return ((string)(this["DesignPointDisplayStyle"]));
|
}
|
set {
|
this["DesignPointDisplayStyle"] = value;
|
}
|
}
|
}
|
}
|