VK Cbam Save, Vollm.ind.

This commit is contained in:
2026-02-24 13:54:29 +01:00
parent c6205619c6
commit 8fdf2b46d1
7 changed files with 212 additions and 13 deletions

View File

@@ -31,6 +31,7 @@ Partial Class frmVorlagen
Me.Label2 = New System.Windows.Forms.Label()
Me.lblCount = New System.Windows.Forms.Label()
Me.dgvVolagen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Button2 = New System.Windows.Forms.Button()
CType(Me.dgvVolagen, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
@@ -105,12 +106,23 @@ Partial Class frmVorlagen
Me.dgvVolagen.Size = New System.Drawing.Size(1094, 569)
Me.dgvVolagen.TabIndex = 9
'
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(833, 609)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(225, 44)
Me.Button2.TabIndex = 14
Me.Button2.Text = "Vorlage direkt öffnen"
Me.Button2.UseVisualStyleBackColor = True
'
'frmVorlagen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(1117, 665)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.lblCount)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtSuche)
@@ -134,4 +146,5 @@ Partial Class frmVorlagen
Friend WithEvents txtSuche As Windows.Forms.TextBox
Friend WithEvents Label2 As Windows.Forms.Label
Friend WithEvents lblCount As Windows.Forms.Label
Friend WithEvents Button2 As Windows.Forms.Button
End Class