ATEZ Änderungen

This commit is contained in:
2023-10-18 09:39:50 +02:00
parent 8b8c0b8e3b
commit e411886523
2 changed files with 46 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ Partial Class frmATEZ_NCTS
Me.dgvAnhaenge = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.lblAnh = New System.Windows.Forms.Label()
Me.Button3 = New System.Windows.Forms.Button()
Me.pnlHead.SuspendLayout()
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -97,6 +98,7 @@ Partial Class frmATEZ_NCTS
'
Me.pnlHead.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.pnlHead.BackColor = System.Drawing.Color.White
Me.pnlHead.Controls.Add(Me.Button3)
Me.pnlHead.Controls.Add(Me.Label2)
Me.pnlHead.Controls.Add(Me.cboProzedur)
Me.pnlHead.Controls.Add(Me.lblInfo)
@@ -959,6 +961,15 @@ Partial Class frmATEZ_NCTS
Me.lblAnh.TabIndex = 151
Me.lblAnh.Visible = False
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(470, 575)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(111, 23)
Me.Button3.TabIndex = 152
Me.Button3.Text = "alle Anh. selekt."
Me.Button3.UseVisualStyleBackColor = True
'
'frmATEZ_NCTS
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1028,4 +1039,5 @@ Partial Class frmATEZ_NCTS
Friend WithEvents Label2 As Label
Friend WithEvents cboProzedur As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents lblAnh As Label
Friend WithEvents Button3 As Button
End Class