279 lines
10 KiB
C#
279 lines
10 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 Livia.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")]
|
|
public 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("True")]
|
|
public bool UpgradeRequired {
|
|
get {
|
|
return ((bool)(this["UpgradeRequired"]));
|
|
}
|
|
set {
|
|
this["UpgradeRequired"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ApplicationQuitNormally {
|
|
get {
|
|
return ((bool)(this["ApplicationQuitNormally"]));
|
|
}
|
|
set {
|
|
this["ApplicationQuitNormally"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DefaultUserName {
|
|
get {
|
|
return ((string)(this["DefaultUserName"]));
|
|
}
|
|
set {
|
|
this["DefaultUserName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DeveloperMode {
|
|
get {
|
|
return ((bool)(this["DeveloperMode"]));
|
|
}
|
|
set {
|
|
this["DeveloperMode"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("astroke.cereflow.cn")]
|
|
public string ServerAddress {
|
|
get {
|
|
return ((string)(this["ServerAddress"]));
|
|
}
|
|
set {
|
|
this["ServerAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("443")]
|
|
public int ServerPort {
|
|
get {
|
|
return ((int)(this["ServerPort"]));
|
|
}
|
|
set {
|
|
this["ServerPort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool OpenReportOnFinish {
|
|
get {
|
|
return ((bool)(this["OpenReportOnFinish"]));
|
|
}
|
|
set {
|
|
this["OpenReportOnFinish"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowArchiveDownloadButton {
|
|
get {
|
|
return ((bool)(this["ShowArchiveDownloadButton"]));
|
|
}
|
|
set {
|
|
this["ShowArchiveDownloadButton"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoRefreshServerJobList {
|
|
get {
|
|
return ((bool)(this["AutoRefreshServerJobList"]));
|
|
}
|
|
set {
|
|
this["AutoRefreshServerJobList"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public int LastReadNoticeId {
|
|
get {
|
|
return ((int)(this["LastReadNoticeId"]));
|
|
}
|
|
set {
|
|
this["LastReadNoticeId"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowSelectReportModuleDialog {
|
|
get {
|
|
return ((bool)(this["ShowSelectReportModuleDialog"]));
|
|
}
|
|
set {
|
|
this["ShowSelectReportModuleDialog"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowPushToPacsButton {
|
|
get {
|
|
return ((bool)(this["ShowPushToPacsButton"]));
|
|
}
|
|
set {
|
|
this["ShowPushToPacsButton"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowDicomNodeTab {
|
|
get {
|
|
return ((bool)(this["ShowDicomNodeTab"]));
|
|
}
|
|
set {
|
|
this["ShowDicomNodeTab"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowReportModuleAalCheckbox {
|
|
get {
|
|
return ((bool)(this["ShowReportModuleAalCheckbox"]));
|
|
}
|
|
set {
|
|
this["ShowReportModuleAalCheckbox"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
|
public float LogoutAfter {
|
|
get {
|
|
return ((float)(this["LogoutAfter"]));
|
|
}
|
|
set {
|
|
this["LogoutAfter"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("zh-CN")]
|
|
public string Language {
|
|
get {
|
|
return ((string)(this["Language"]));
|
|
}
|
|
set {
|
|
this["Language"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string CultureInfo {
|
|
get {
|
|
return ((string)(this["CultureInfo"]));
|
|
}
|
|
set {
|
|
this["CultureInfo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AuthenticationKey {
|
|
get {
|
|
return ((string)(this["AuthenticationKey"]));
|
|
}
|
|
set {
|
|
this["AuthenticationKey"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("stable")]
|
|
public string UpdateChannel {
|
|
get {
|
|
return ((string)(this["UpdateChannel"]));
|
|
}
|
|
set {
|
|
this["UpdateChannel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowUpdateButton {
|
|
get {
|
|
return ((bool)(this["ShowUpdateButton"]));
|
|
}
|
|
set {
|
|
this["ShowUpdateButton"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowSortedDownloadButton {
|
|
get {
|
|
return ((bool)(this["ShowSortedDownloadButton"]));
|
|
}
|
|
set {
|
|
this["ShowSortedDownloadButton"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|