This commit is contained in:
2026-07-19 23:32:31 +02:00
parent 252a74a93a
commit c3ac192533
2 changed files with 50 additions and 0 deletions

View File

@@ -179,6 +179,8 @@ Partial Class usrctlProcedures
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Button55 = New System.Windows.Forms.Button()
Me.Button56 = New System.Windows.Forms.Button()
Me.Button57 = New System.Windows.Forms.Button()
Me.Button58 = New System.Windows.Forms.Button()
Me.tbTRStat.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.TabPage1.SuspendLayout()
@@ -1698,10 +1700,30 @@ Partial Class usrctlProcedures
Me.Button56.Text = "KARACA"
Me.Button56.UseVisualStyleBackColor = True
'
'Button57
'
Me.Button57.Location = New System.Drawing.Point(414, 79)
Me.Button57.Name = "Button57"
Me.Button57.Size = New System.Drawing.Size(77, 49)
Me.Button57.TabIndex = 69
Me.Button57.Text = "Kontaktdaten"
Me.Button57.UseVisualStyleBackColor = True
'
'Button58
'
Me.Button58.Location = New System.Drawing.Point(497, 81)
Me.Button58.Name = "Button58"
Me.Button58.Size = New System.Drawing.Size(77, 49)
Me.Button58.TabIndex = 70
Me.Button58.Text = "Allg"
Me.Button58.UseVisualStyleBackColor = True
'
'usrctlProcedures
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button58)
Me.Controls.Add(Me.Button57)
Me.Controls.Add(Me.Button56)
Me.Controls.Add(Me.Button55)
Me.Controls.Add(Me.Button99)
@@ -1941,4 +1963,6 @@ Partial Class usrctlProcedures
Friend WithEvents cbxCD_Overwrite As CheckBox
Friend WithEvents Button55 As Button
Friend WithEvents Button56 As Button
Friend WithEvents Button57 As Button
Friend WithEvents Button58 As Button
End Class