This commit is contained in:
2026-01-14 08:55:07 +01:00
13 changed files with 388 additions and 135 deletions

View File

@@ -369,6 +369,7 @@ Partial Class frmStartOptions
Me.Label56 = New System.Windows.Forms.Label()
Me.Label57 = New System.Windows.Forms.Label()
Me.Label58 = New System.Windows.Forms.Label()
Me.Button29 = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -1164,6 +1165,7 @@ Partial Class frmStartOptions
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.Button29)
Me.TabPage1.Controls.Add(Me.LinkLabel68)
Me.TabPage1.Controls.Add(Me.PictureBox26)
Me.TabPage1.Controls.Add(Me.cbxGestellungspeichern)
@@ -5351,4 +5353,5 @@ Partial Class frmStartOptions
Friend WithEvents Label56 As Label
Friend WithEvents Label58 As Label
Friend WithEvents Label57 As Label
Friend WithEvents Button29 As Button
End Class