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

@@ -55,7 +55,7 @@ Partial Class usrCntlOfferte
Me.lblLeistunAddErr2 = New System.Windows.Forms.Label()
Me.pnlEdit = New System.Windows.Forms.Panel()
Me.Label3 = New System.Windows.Forms.Label()
Me.CheckVatService1 = New SDL.eu.europa.ec.checkVatService()
'Me.CheckVatService1 = New SDL.eu.europa.ec.checkVatService()
Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.cbxAutoFakturierung = New System.Windows.Forms.CheckBox()
CType(Me.dgvOfferteDetails, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -494,9 +494,9 @@ Partial Class usrCntlOfferte
'
'CheckVatService1
'
Me.CheckVatService1.Credentials = Nothing
Me.CheckVatService1.Url = "http://ec.europa.eu/taxation_customs/vies/services/checkVatService"
Me.CheckVatService1.UseDefaultCredentials = False
'Me.CheckVatService1.Credentials = Nothing
'Me.CheckVatService1.Url = "http://ec.europa.eu/taxation_customs/vies/services/checkVatService"
'Me.CheckVatService1.UseDefaultCredentials = False
'
'FlatButton3
'
@@ -588,7 +588,7 @@ Partial Class usrCntlOfferte
Friend WithEvents Label2 As Label
Friend WithEvents lblLeistunAddErr2 As Label
Friend WithEvents pnlEdit As Panel
Friend WithEvents CheckVatService1 As eu.europa.ec.checkVatService
' Friend WithEvents CheckVatService1 As eu.europa.ec.checkVatService
Friend WithEvents Label3 As Label
Friend WithEvents FlatButton3 As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents cbxAutoFakturierung As CheckBox