This commit is contained in:
2025-11-06 16:56:43 +01:00
parent 1a8fea634e
commit cf8a116685
3 changed files with 81 additions and 6 deletions

View File

@@ -95,6 +95,7 @@ Partial Class usrctlProcedures
Me.Button50 = New System.Windows.Forms.Button()
Me.Button49 = New System.Windows.Forms.Button()
Me.TabPage7 = New System.Windows.Forms.TabPage()
Me.Button53 = New System.Windows.Forms.Button()
Me.Label22 = New System.Windows.Forms.Label()
Me.dtpbis = New System.Windows.Forms.DateTimePicker()
Me.lblDakosyImport = New System.Windows.Forms.Label()
@@ -874,6 +875,7 @@ Partial Class usrctlProcedures
'
'TabPage7
'
Me.TabPage7.Controls.Add(Me.Button53)
Me.TabPage7.Controls.Add(Me.Label22)
Me.TabPage7.Controls.Add(Me.dtpbis)
Me.TabPage7.Controls.Add(Me.lblDakosyImport)
@@ -889,6 +891,15 @@ Partial Class usrctlProcedures
Me.TabPage7.Text = "Dakosy Import"
Me.TabPage7.UseVisualStyleBackColor = True
'
'Button53
'
Me.Button53.Location = New System.Drawing.Point(18, 115)
Me.Button53.Name = "Button53"
Me.Button53.Size = New System.Drawing.Size(145, 41)
Me.Button53.TabIndex = 73
Me.Button53.Text = "Ursprungsland ISO2 einfügen"
Me.Button53.UseVisualStyleBackColor = True
'
'Label22
'
Me.Label22.Location = New System.Drawing.Point(279, 19)
@@ -1652,4 +1663,5 @@ Partial Class usrctlProcedures
Friend WithEvents Button52 As Button
Friend WithEvents Label22 As Label
Friend WithEvents dtpbis As DateTimePicker
Friend WithEvents Button53 As Button
End Class