This commit is contained in:
2020-11-27 22:58:30 +01:00
parent 3b532b0a10
commit 0be9927381
62 changed files with 6974 additions and 349 deletions

View File

@@ -488,15 +488,6 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die ähnelt.
'''</summary>
Friend ReadOnly Property dsfsdfsd4fsdfsdfsfffd() As String
Get
Return ResourceManager.GetString("dsfsdfsd4fsdfsdfsfffd", resourceCulture)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>
@@ -2161,7 +2152,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die 1.1.7.9 ähnelt.
''' Sucht eine lokalisierte Zeichenfolge, die 1.1.8.2 ähnelt.
'''</summary>
Friend ReadOnly Property Version() As String
Get

View File

@@ -629,7 +629,7 @@
<value>..\Resources\email.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Version" xml:space="preserve">
<value>1.1.7.9</value>
<value>1.1.8.2</value>
</data>
<data name="axxes1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\axxes.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -781,9 +781,6 @@
<data name="FA_Graz_EV_Veranlagung_Muster" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\FA_Graz_EV-Veranlagung_Muster.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="dsfsdfsd4fsdfsdfsfffd" xml:space="preserve">
<value />
</data>
<data name="RG_ZF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\RG_ZF.xlsx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>

View File

@@ -86,20 +86,30 @@ Namespace My
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl), _
Global.System.Configuration.DefaultSettingValueAttribute("http://ec.europa.eu/taxation_customs/vies/services/checkVatService")> _
Public ReadOnly Property SDL_eu_europa_ec_checkVatService() As String
Global.System.Configuration.DefaultSettingValueAttribute("http://ec.europa.eu/taxation_customs/dds2/eos/validation/services/validation")> _
Public ReadOnly Property SDL_EORI_validation() As String
Get
Return CType(Me("SDL_eu_europa_ec_checkVatService"),String)
Return CType(Me("SDL_EORI_validation"),String)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl), _
Global.System.Configuration.DefaultSettingValueAttribute("http://ec.europa.eu/taxation_customs/dds2/eos/validation/services/validation")> _
Public ReadOnly Property SDL_EORI_validation() As String
Global.System.Configuration.DefaultSettingValueAttribute("https://ec.europa.eu/taxation_customs/dds2/eos/validation/services/validation")> _
Public ReadOnly Property SDL_eu_europa_ec1_validation() As String
Get
Return CType(Me("SDL_EORI_validation"),String)
Return CType(Me("SDL_eu_europa_ec1_validation"),String)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl), _
Global.System.Configuration.DefaultSettingValueAttribute("http://ec.europa.eu/taxation_customs/vies/services/checkVatService")> _
Public ReadOnly Property SDL_eu_europa_ec_checkVatService() As String
Get
Return CType(Me("SDL_eu_europa_ec_checkVatService"),String)
End Get
End Property
End Class

View File

@@ -11,11 +11,14 @@
<Setting Name="EU_UID_Pruefung" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://ec.europa.eu/taxation_customs/vies/services/checkVatService</Value>
</Setting>
<Setting Name="SDL_eu_europa_ec_checkVatService" Type="(Web Service URL)" Scope="Application">
<Value Profile="(Default)">http://ec.europa.eu/taxation_customs/vies/services/checkVatService</Value>
</Setting>
<Setting Name="SDL_EORI_validation" Type="(Web Service URL)" Scope="Application">
<Value Profile="(Default)">http://ec.europa.eu/taxation_customs/dds2/eos/validation/services/validation</Value>
</Setting>
<Setting Name="SDL_eu_europa_ec1_validation" Type="(Web Service URL)" Scope="Application">
<Value Profile="(Default)">https://ec.europa.eu/taxation_customs/dds2/eos/validation/services/validation</Value>
</Setting>
<Setting Name="SDL_eu_europa_ec_checkVatService" Type="(Web Service URL)" Scope="Application">
<Value Profile="(Default)">http://ec.europa.eu/taxation_customs/vies/services/checkVatService</Value>
</Setting>
</Settings>
</SettingsFile>