Update 29.8.22

This commit is contained in:
2022-08-29 07:59:12 +02:00
parent fa439c19c2
commit 1d75dbb15b
132 changed files with 719 additions and 643 deletions

View File

@@ -39,7 +39,7 @@ Partial Class frmZahlung
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnquit, Me.tsbtnSave})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(950, 27)
Me.ToolStrip1.Size = New System.Drawing.Size(1267, 27)
Me.ToolStrip1.TabIndex = 16
Me.ToolStrip1.Text = "ToolStrip1"
'
@@ -49,7 +49,7 @@ Partial Class frmZahlung
Me.tsbtnquit.Image = CType(resources.GetObject("tsbtnquit.Image"), System.Drawing.Image)
Me.tsbtnquit.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnquit.Name = "tsbtnquit"
Me.tsbtnquit.Size = New System.Drawing.Size(24, 24)
Me.tsbtnquit.Size = New System.Drawing.Size(29, 24)
Me.tsbtnquit.Text = "Schliessen"
'
'tsbtnSave
@@ -58,7 +58,7 @@ Partial Class frmZahlung
Me.tsbtnSave.Image = CType(resources.GetObject("tsbtnSave.Image"), System.Drawing.Image)
Me.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnSave.Name = "tsbtnSave"
Me.tsbtnSave.Size = New System.Drawing.Size(24, 24)
Me.tsbtnSave.Size = New System.Drawing.Size(29, 24)
Me.tsbtnSave.Text = "Zahlungsdatei öffnen und verarbeiten"
'
'OpenFileDialog1
@@ -68,11 +68,12 @@ Partial Class frmZahlung
'txtProtokoll
'
Me.txtProtokoll.Dock = System.Windows.Forms.DockStyle.Fill
Me.txtProtokoll.Location = New System.Drawing.Point(0, 40)
Me.txtProtokoll.Location = New System.Drawing.Point(0, 44)
Me.txtProtokoll.Margin = New System.Windows.Forms.Padding(4)
Me.txtProtokoll.Multiline = True
Me.txtProtokoll.Name = "txtProtokoll"
Me.txtProtokoll.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.txtProtokoll.Size = New System.Drawing.Size(950, 496)
Me.txtProtokoll.Size = New System.Drawing.Size(1267, 616)
Me.txtProtokoll.TabIndex = 17
'
'Label1
@@ -80,20 +81,22 @@ Partial Class frmZahlung
Me.Label1.AutoSize = True
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
Me.Label1.Location = New System.Drawing.Point(0, 27)
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(48, 13)
Me.Label1.Size = New System.Drawing.Size(63, 17)
Me.Label1.TabIndex = 18
Me.Label1.Text = "Protokoll"
'
'frmZahlung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(950, 536)
Me.ClientSize = New System.Drawing.Size(1267, 660)
Me.Controls.Add(Me.txtProtokoll)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.ToolStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "frmZahlung"
Me.Text = "Zahlungen verarbeiten"
Me.ToolStrip1.ResumeLayout(False)