Dakosy Import try to fix
This commit is contained in:
@@ -42,8 +42,10 @@ Partial Class frmNachrichtenVerarbeitung_MDM_divers
|
||||
Me.btnOK = New System.Windows.Forms.Button()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label1 = 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
|
||||
@@ -66,6 +68,7 @@ Partial Class frmNachrichtenVerarbeitung_MDM_divers
|
||||
'
|
||||
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.lblFTP)
|
||||
Me.pnl.Controls.Add(Me.lblTestsystem)
|
||||
Me.pnl.Controls.Add(Me.lblDatenCnt)
|
||||
@@ -250,6 +253,15 @@ Partial Class frmNachrichtenVerarbeitung_MDM_divers
|
||||
Me.Label1.TabIndex = 8
|
||||
Me.Label1.Text = "Einarbeitung:"
|
||||
'
|
||||
'PictureBox1
|
||||
'
|
||||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(207, 4)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(22, 21)
|
||||
Me.PictureBox1.TabIndex = 23
|
||||
Me.PictureBox1.TabStop = False
|
||||
'
|
||||
'frmNachrichtenVerarbeitung_MDM_divers
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -264,6 +276,7 @@ Partial Class frmNachrichtenVerarbeitung_MDM_divers
|
||||
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
|
||||
@@ -285,4 +298,5 @@ Partial Class frmNachrichtenVerarbeitung_MDM_divers
|
||||
Friend WithEvents Column1 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents lblTestsystem As Label
|
||||
Friend WithEvents lblFTP As Label
|
||||
Friend WithEvents PictureBox1 As PictureBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user