This commit is contained in:
2023-11-23 15:47:35 +01:00
parent c9aad69b94
commit 518a2ecaa7
6 changed files with 272 additions and 203 deletions

View File

@@ -41,6 +41,7 @@ Partial Class frmAsfinag_NachrichtenVerabeitung
Me.dgvEinarbeitung = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.clmnArt = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.lblFTP = New System.Windows.Forms.Label()
Me.pnl.SuspendLayout()
CType(Me.dgvEinarbeitung, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -65,6 +66,7 @@ Partial Class frmAsfinag_NachrichtenVerabeitung
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.lblFTP)
Me.pnl.Controls.Add(Me.lblTestsystem)
Me.pnl.Controls.Add(Me.lblDatenCnt)
Me.pnl.Controls.Add(Me.dgvEinarbeitung)
@@ -135,9 +137,9 @@ Partial Class frmAsfinag_NachrichtenVerabeitung
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(8, 34)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(134, 13)
Me.Label7.Size = New System.Drawing.Size(107, 13)
Me.Label7.TabIndex = 13
Me.Label7.Text = "Daten vom FTP laden:"
Me.Label7.Text = "Daten laden vom:"
'
'ListBox3
'
@@ -238,6 +240,16 @@ Partial Class frmAsfinag_NachrichtenVerabeitung
Me.Column1.HeaderText = "Status"
Me.Column1.Name = "Column1"
'
'lblFTP
'
Me.lblFTP.AutoSize = True
Me.lblFTP.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblFTP.ForeColor = System.Drawing.Color.Red
Me.lblFTP.Location = New System.Drawing.Point(121, 34)
Me.lblFTP.Name = "lblFTP"
Me.lblFTP.Size = New System.Drawing.Size(0, 13)
Me.lblFTP.TabIndex = 21
'
'frmAsfinag_NachrichtenVerabeitung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -272,4 +284,5 @@ Partial Class frmAsfinag_NachrichtenVerabeitung
Friend WithEvents clmnArt As DataGridViewTextBoxColumn
Friend WithEvents Column1 As DataGridViewTextBoxColumn
Friend WithEvents lblTestsystem As Label
Friend WithEvents lblFTP As Label
End Class