mirror of
https://github.com/XGudron/UA3REO-DDC-Transceiver.git
synced 2025-08-08 01:00:35 +03:00
51 lines
2.0 KiB
C#
51 lines
2.0 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Этот код создан программой.
|
|
// Исполняемая версия:4.0.30319.42000
|
|
//
|
|
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
|
// повторной генерации кода.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace UA3REO_WIFIClient.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.5.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("COM11")]
|
|
public string com_port {
|
|
get {
|
|
return ((string)(this["com_port"]));
|
|
}
|
|
set {
|
|
this["com_port"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("192.168.0.")]
|
|
public string address {
|
|
get {
|
|
return ((string)(this["address"]));
|
|
}
|
|
set {
|
|
this["address"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|