MS GerneratorID

This commit is contained in:
2020-08-24 14:11:45 +02:00
parent f803b39d0c
commit c075475cdc
7 changed files with 73 additions and 69 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.0.0")>
<Assembly: AssemblyVersion("2.1.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>

View File

@@ -15,7 +15,7 @@ Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0"), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
@@ -164,6 +164,15 @@ Namespace My
Return CType(Me("YDistance"),Integer)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("01")> _
Public ReadOnly Property GEN_ID() As String
Get
Return CType(Me("GEN_ID"),String)
End Get
End Property
End Class
End Namespace

View File

@@ -40,5 +40,8 @@
<Setting Name="YDistance" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">720</Value>
</Setting>
<Setting Name="GEN_ID" Type="System.String" Scope="Application">
<Value Profile="(Default)">01</Value>
</Setting>
</Settings>
</SettingsFile>