//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace IStation.WinFrmUI.Basic.ChartDisp
|
{
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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("Tahoma, 9pt")]
|
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, 9pt")]
|
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, 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("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("225, 0, 225")]
|
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("HotTrack")]
|
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("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("Silver")]
|
public global::System.Drawing.Color LxpSpectrumColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["LxpSpectrumColor"]));
|
}
|
set
|
{
|
this["LxpSpectrumColor"] = 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("255, 128, 0")]
|
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("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("LimeGreen")]
|
public global::System.Drawing.Color DispColorEquipCurve
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["DispColorEquipCurve"]));
|
}
|
set
|
{
|
this["DispColorEquipCurve"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("128, 255, 128")]
|
public global::System.Drawing.Color DispColorWorkRegion
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["DispColorWorkRegion"]));
|
}
|
set
|
{
|
this["DispColorWorkRegion"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 10pt")]
|
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("Microsoft Sans Serif, 10pt")]
|
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("Microsoft Sans Serif, 10pt")]
|
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("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-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-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("225, 0, 225")]
|
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("255, 128, 0")]
|
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("HotTrack")]
|
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("1")]
|
public int PointKindQH
|
{
|
get
|
{
|
return ((int)(this["PointKindQH"]));
|
}
|
set
|
{
|
this["PointKindQH"] = 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("4")]
|
public int PointKindQP
|
{
|
get
|
{
|
return ((int)(this["PointKindQP"]));
|
}
|
set
|
{
|
this["PointKindQP"] = 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("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("True")]
|
public bool StartUpIsDispSelDlg
|
{
|
get
|
{
|
return ((bool)(this["StartUpIsDispSelDlg"]));
|
}
|
set
|
{
|
this["StartUpIsDispSelDlg"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
public int DefaultEnterModule
|
{
|
get
|
{
|
return ((int)(this["DefaultEnterModule"]));
|
}
|
set
|
{
|
this["DefaultEnterModule"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 10pt")]
|
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("Blue")]
|
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("Blue")]
|
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("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("10")]
|
public int PointSizeNPSH
|
{
|
get
|
{
|
return ((int)(this["PointSizeNPSH"]));
|
}
|
set
|
{
|
this["PointSizeNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
public int PointKindNPSH
|
{
|
get
|
{
|
return ((int)(this["PointKindNPSH"]));
|
}
|
set
|
{
|
this["PointKindNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Purple")]
|
public global::System.Drawing.Color NpshLineColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["NpshLineColor"]));
|
}
|
set
|
{
|
this["NpshLineColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Red")]
|
public global::System.Drawing.Color NpshCriticalHColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["NpshCriticalHColor"]));
|
}
|
set
|
{
|
this["NpshCriticalHColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Red")]
|
public global::System.Drawing.Color NpshCriticalVColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["NpshCriticalVColor"]));
|
}
|
set
|
{
|
this["NpshCriticalVColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("宋体, 14.25pt")]
|
public global::System.Drawing.Font NpshNoticeFont
|
{
|
get
|
{
|
return ((global::System.Drawing.Font)(this["NpshNoticeFont"]));
|
}
|
set
|
{
|
this["NpshNoticeFont"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("192, 0, 0")]
|
public global::System.Drawing.Color NpshNoticeColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["NpshNoticeColor"]));
|
}
|
set
|
{
|
this["NpshNoticeColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("225, 0, 225")]
|
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("255, 128, 0")]
|
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("HotTrack")]
|
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("Blue")]
|
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("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("Tahoma, 9pt")]
|
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, 9pt")]
|
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 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, 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("Yellow")]
|
public global::System.Drawing.Color EquipmentCurveColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["EquipmentCurveColor"]));
|
}
|
set
|
{
|
this["EquipmentCurveColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("气蚀")]
|
public string AnnoTextNPSH
|
{
|
get
|
{
|
return ((string)(this["AnnoTextNPSH"]));
|
}
|
set
|
{
|
this["AnnoTextNPSH"] = 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 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 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 RatedLineColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["RatedLineColor"]));
|
}
|
set
|
{
|
this["RatedLineColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
public int RatedLineWidth
|
{
|
get
|
{
|
return ((int)(this["RatedLineWidth"]));
|
}
|
set
|
{
|
this["RatedLineWidth"] = 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("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("225, 0, 225")]
|
public global::System.Drawing.Color AnnoColorQH
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["AnnoColorQH"]));
|
}
|
set
|
{
|
this["AnnoColorQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("255, 128, 0")]
|
public global::System.Drawing.Color AnnoColorQE
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["AnnoColorQE"]));
|
}
|
set
|
{
|
this["AnnoColorQE"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("HotTrack")]
|
public global::System.Drawing.Color AnnoColorQP
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["AnnoColorQP"]));
|
}
|
set
|
{
|
this["AnnoColorQP"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("192, 0, 0")]
|
public global::System.Drawing.Color AnnoColorNPSH
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["AnnoColorNPSH"]));
|
}
|
set
|
{
|
this["AnnoColorNPSH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Blue")]
|
public global::System.Drawing.Color CoordColorTemp
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["CoordColorTemp"]));
|
}
|
set
|
{
|
this["CoordColorTemp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 9pt")]
|
public global::System.Drawing.Font AxisLabelFontTemp
|
{
|
get
|
{
|
return ((global::System.Drawing.Font)(this["AxisLabelFontTemp"]));
|
}
|
set
|
{
|
this["AxisLabelFontTemp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Tahoma, 9pt")]
|
public global::System.Drawing.Font AxisTitleFontTemp
|
{
|
get
|
{
|
return ((global::System.Drawing.Font)(this["AxisTitleFontTemp"]));
|
}
|
set
|
{
|
this["AxisTitleFontTemp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Fuchsia")]
|
public global::System.Drawing.Color TempLineColor
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["TempLineColor"]));
|
}
|
set
|
{
|
this["TempLineColor"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("Blue")]
|
public global::System.Drawing.Color PointColorTemp
|
{
|
get
|
{
|
return ((global::System.Drawing.Color)(this["PointColorTemp"]));
|
}
|
set
|
{
|
this["PointColorTemp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
public int PointSizeTemp
|
{
|
get
|
{
|
return ((int)(this["PointSizeTemp"]));
|
}
|
set
|
{
|
this["PointSizeTemp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
public int PointKindTemp
|
{
|
get
|
{
|
return ((int)(this["PointKindTemp"]));
|
}
|
set
|
{
|
this["PointKindTemp"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("192, 255, 192")]
|
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("192, 255, 192")]
|
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("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("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 CurveWidthQH
|
{
|
get
|
{
|
return ((int)(this["CurveWidthQH"]));
|
}
|
set
|
{
|
this["CurveWidthQH"] = value;
|
}
|
}
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Configuration.DefaultSettingValueAttribute("64, 64, 64")]
|
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("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("2")]
|
public int CurveWidthEquipCurve
|
{
|
get
|
{
|
return ((int)(this["CurveWidthEquipCurve"]));
|
}
|
set
|
{
|
this["CurveWidthEquipCurve"] = value;
|
}
|
}
|
}
|
}
|