div, Änderungen, etc.

This commit is contained in:
2026-07-27 18:00:05 +02:00
parent 4e8ddb8afc
commit 1317f09cb7
6 changed files with 201 additions and 65 deletions

View File

@@ -181,6 +181,7 @@ Partial Class usrctlProcedures
Me.Button56 = New System.Windows.Forms.Button()
Me.Button57 = New System.Windows.Forms.Button()
Me.Button58 = New System.Windows.Forms.Button()
Me.Button59 = New System.Windows.Forms.Button()
Me.tbTRStat.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.TabPage1.SuspendLayout()
@@ -1665,7 +1666,7 @@ Partial Class usrctlProcedures
'
'Button99
'
Me.Button99.Location = New System.Drawing.Point(741, 654)
Me.Button99.Location = New System.Drawing.Point(618, 660)
Me.Button99.Name = "Button99"
Me.Button99.Size = New System.Drawing.Size(75, 23)
Me.Button99.TabIndex = 66
@@ -1718,10 +1719,20 @@ Partial Class usrctlProcedures
Me.Button58.Text = "Allg"
Me.Button58.UseVisualStyleBackColor = True
'
'Button59
'
Me.Button59.Location = New System.Drawing.Point(789, 660)
Me.Button59.Name = "Button59"
Me.Button59.Size = New System.Drawing.Size(95, 23)
Me.Button59.TabIndex = 71
Me.Button59.Text = "Firmenlogo in DB"
Me.Button59.UseVisualStyleBackColor = True
'
'usrctlProcedures
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button59)
Me.Controls.Add(Me.Button58)
Me.Controls.Add(Me.Button57)
Me.Controls.Add(Me.Button56)
@@ -1965,4 +1976,5 @@ Partial Class usrctlProcedures
Friend WithEvents Button56 As Button
Friend WithEvents Button57 As Button
Friend WithEvents Button58 As Button
Friend WithEvents Button59 As Button
End Class