VK_Fremdwährung

This commit is contained in:
2023-08-21 16:32:35 +02:00
parent 15e732c8f4
commit 382fd7b46a
8 changed files with 1336 additions and 46 deletions

View File

@@ -73,6 +73,7 @@ Partial Class usrcntlVorauskasse
Me.Label40 = New System.Windows.Forms.Label()
Me.Label41 = New System.Windows.Forms.Label()
Me.pnlBottom = New System.Windows.Forms.Panel()
Me.btnFremdWaehrungBerechnen = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label44 = New System.Windows.Forms.Label()
@@ -629,6 +630,7 @@ Partial Class usrcntlVorauskasse
'
'pnlBottom
'
Me.pnlBottom.Controls.Add(Me.btnFremdWaehrungBerechnen)
Me.pnlBottom.Controls.Add(Me.Button4)
Me.pnlBottom.Controls.Add(Me.cboFiliale)
Me.pnlBottom.Controls.Add(Me.Label44)
@@ -670,6 +672,16 @@ Partial Class usrcntlVorauskasse
Me.pnlBottom.Size = New System.Drawing.Size(1000, 354)
Me.pnlBottom.TabIndex = 49
'
'btnFremdWaehrungBerechnen
'
Me.btnFremdWaehrungBerechnen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnFremdWaehrungBerechnen.Location = New System.Drawing.Point(396, 19)
Me.btnFremdWaehrungBerechnen.Name = "btnFremdWaehrungBerechnen"
Me.btnFremdWaehrungBerechnen.Size = New System.Drawing.Size(100, 23)
Me.btnFremdWaehrungBerechnen.TabIndex = 35
Me.btnFremdWaehrungBerechnen.Text = "aus Fremdwähr."
Me.btnFremdWaehrungBerechnen.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
@@ -2488,4 +2500,5 @@ Partial Class usrcntlVorauskasse
Friend WithEvents lblWaehrung As Label
Friend WithEvents Label17 As Label
Friend WithEvents cboSprache As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents btnFremdWaehrungBerechnen As Button
End Class