StarOpt, cWorker, etc.
This commit is contained in:
@@ -39,6 +39,7 @@ 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.pnl.SuspendLayout()
|
||||
CType(Me.dgvEinarbeitung, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
@@ -63,6 +64,7 @@ Partial Class frmDYNachrichtenVerarbeitung
|
||||
'
|
||||
Me.pnl.BackColor = System.Drawing.Color.White
|
||||
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.pnl.Controls.Add(Me.lblTest)
|
||||
Me.pnl.Controls.Add(Me.dgvEinarbeitung)
|
||||
Me.pnl.Controls.Add(Me.Label9)
|
||||
Me.pnl.Controls.Add(Me.Button2)
|
||||
@@ -211,6 +213,16 @@ Partial Class frmDYNachrichtenVerarbeitung
|
||||
Me.Label1.TabIndex = 8
|
||||
Me.Label1.Text = "Einarbeitung:"
|
||||
'
|
||||
'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
|
||||
'
|
||||
'frmDYNachrichtenVerarbeitung
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -243,4 +255,5 @@ Partial Class frmDYNachrichtenVerarbeitung
|
||||
Friend WithEvents dgvEinarbeitung As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents clmnArt As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents lblTest As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user