Monitorin - MRN Storno

This commit is contained in:
2022-09-21 10:19:23 +02:00
parent 4bc0e5f33e
commit 1e7312208e
11 changed files with 2155 additions and 64 deletions

View File

@@ -22,6 +22,7 @@ Partial Class frmKtoStandAkt
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKtoStandAkt))
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label1 = New System.Windows.Forms.Label()
Me.btnClose = New System.Windows.Forms.Button()
@@ -166,7 +167,9 @@ Partial Class frmKtoStandAkt
Me.Controls.Add(Me.txtKto)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.btnSave)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmKtoStandAkt"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Kontostand aktualisieren"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()