Dakosy Import try to fix

This commit is contained in:
2026-08-20 10:23:04 +02:00
parent cca8d471af
commit cdc881a643
8 changed files with 106 additions and 31 deletions

View File

@@ -26,6 +26,7 @@ Partial Class frmDYNachrichtenVerarbeitung
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDYNachrichtenVerarbeitung))
Me.btn = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.lblTest = New System.Windows.Forms.Label()
Me.dgvEinarbeitung = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.clmnArt = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
@@ -39,9 +40,10 @@ Partial Class frmDYNachrichtenVerarbeitung
Me.btnOK = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.lblTest = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.pnl.SuspendLayout()
CType(Me.dgvEinarbeitung, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btn
@@ -64,6 +66,7 @@ Partial Class frmDYNachrichtenVerarbeitung
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.PictureBox1)
Me.pnl.Controls.Add(Me.lblTest)
Me.pnl.Controls.Add(Me.dgvEinarbeitung)
Me.pnl.Controls.Add(Me.Label9)
@@ -83,6 +86,16 @@ Partial Class frmDYNachrichtenVerarbeitung
Me.pnl.Size = New System.Drawing.Size(456, 319)
Me.pnl.TabIndex = 1
'
'lblTest
'
Me.lblTest.AutoSize = True
Me.lblTest.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTest.ForeColor = System.Drawing.Color.Red
Me.lblTest.Location = New System.Drawing.Point(260, 23)
Me.lblTest.Name = "lblTest"
Me.lblTest.Size = New System.Drawing.Size(0, 13)
Me.lblTest.TabIndex = 19
'
'dgvEinarbeitung
'
Me.dgvEinarbeitung.AKTUALISIERUNGS_INTERVALL = -1
@@ -213,15 +226,14 @@ Partial Class frmDYNachrichtenVerarbeitung
Me.Label1.TabIndex = 8
Me.Label1.Text = "Einarbeitung:"
'
'lblTest
'PictureBox1
'
Me.lblTest.AutoSize = True
Me.lblTest.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTest.ForeColor = System.Drawing.Color.Red
Me.lblTest.Location = New System.Drawing.Point(260, 23)
Me.lblTest.Name = "lblTest"
Me.lblTest.Size = New System.Drawing.Size(0, 13)
Me.lblTest.TabIndex = 19
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(269, 7)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(22, 29)
Me.PictureBox1.TabIndex = 20
Me.PictureBox1.TabStop = False
'
'frmDYNachrichtenVerarbeitung
'
@@ -237,6 +249,7 @@ Partial Class frmDYNachrichtenVerarbeitung
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
CType(Me.dgvEinarbeitung, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
@@ -256,4 +269,5 @@ Partial Class frmDYNachrichtenVerarbeitung
Friend WithEvents clmnArt As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents lblTest As Label
Friend WithEvents PictureBox1 As PictureBox
End Class