UID und EORI markierbar
This commit is contained in:
55
Aviso/frmSendungsdetailsNEU.Designer.vb
generated
55
Aviso/frmSendungsdetailsNEU.Designer.vb
generated
@@ -47,13 +47,13 @@ Partial Class frmSendungsdetailsNEU
|
||||
Me.Button17 = New System.Windows.Forms.Button()
|
||||
Me.btnQuckScan = New System.Windows.Forms.Button()
|
||||
Me.Panel21 = New System.Windows.Forms.Panel()
|
||||
Me.txteori_Pruef = New System.Windows.Forms.TextBox()
|
||||
Me.txtUIDPruef = New System.Windows.Forms.TextBox()
|
||||
Me.Label53 = New System.Windows.Forms.Label()
|
||||
Me.btnEORIPruef = New System.Windows.Forms.Button()
|
||||
Me.btnUIDPruef = New System.Windows.Forms.Button()
|
||||
Me.Label45 = New System.Windows.Forms.Label()
|
||||
Me.Label49 = New System.Windows.Forms.Label()
|
||||
Me.lblUID_Pruef = New System.Windows.Forms.Label()
|
||||
Me.lbleori_Pruef = New System.Windows.Forms.Label()
|
||||
Me.btnPDFZusammenfueren = New System.Windows.Forms.Button()
|
||||
Me.btnMailVorlage = New System.Windows.Forms.Button()
|
||||
Me.btnOptionen = New System.Windows.Forms.Button()
|
||||
@@ -672,19 +672,42 @@ Partial Class frmSendungsdetailsNEU
|
||||
'Panel21
|
||||
'
|
||||
Me.Panel21.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.Panel21.Controls.Add(Me.txteori_Pruef)
|
||||
Me.Panel21.Controls.Add(Me.txtUIDPruef)
|
||||
Me.Panel21.Controls.Add(Me.Label53)
|
||||
Me.Panel21.Controls.Add(Me.btnEORIPruef)
|
||||
Me.Panel21.Controls.Add(Me.btnUIDPruef)
|
||||
Me.Panel21.Controls.Add(Me.Label45)
|
||||
Me.Panel21.Controls.Add(Me.Label49)
|
||||
Me.Panel21.Controls.Add(Me.lblUID_Pruef)
|
||||
Me.Panel21.Controls.Add(Me.lbleori_Pruef)
|
||||
Me.Panel21.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.Panel21.Location = New System.Drawing.Point(938, 0)
|
||||
Me.Panel21.Name = "Panel21"
|
||||
Me.Panel21.Size = New System.Drawing.Size(268, 45)
|
||||
Me.Panel21.TabIndex = 7
|
||||
'
|
||||
'txteori_Pruef
|
||||
'
|
||||
Me.txteori_Pruef.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txteori_Pruef.BorderStyle = System.Windows.Forms.BorderStyle.None
|
||||
Me.txteori_Pruef.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txteori_Pruef.Location = New System.Drawing.Point(37, 26)
|
||||
Me.txteori_Pruef.Name = "txteori_Pruef"
|
||||
Me.txteori_Pruef.ReadOnly = True
|
||||
Me.txteori_Pruef.Size = New System.Drawing.Size(136, 13)
|
||||
Me.txteori_Pruef.TabIndex = 66
|
||||
'
|
||||
'txtUIDPruef
|
||||
'
|
||||
Me.txtUIDPruef.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtUIDPruef.BorderStyle = System.Windows.Forms.BorderStyle.None
|
||||
Me.txtUIDPruef.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtUIDPruef.ForeColor = System.Drawing.SystemColors.WindowFrame
|
||||
Me.txtUIDPruef.Location = New System.Drawing.Point(37, 7)
|
||||
Me.txtUIDPruef.Name = "txtUIDPruef"
|
||||
Me.txtUIDPruef.ReadOnly = True
|
||||
Me.txtUIDPruef.Size = New System.Drawing.Size(144, 13)
|
||||
Me.txtUIDPruef.TabIndex = 65
|
||||
'
|
||||
'Label53
|
||||
'
|
||||
Me.Label53.AutoSize = True
|
||||
@@ -744,24 +767,6 @@ Partial Class frmSendungsdetailsNEU
|
||||
Me.Label49.Text = "EORI:"
|
||||
Me.Label49.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'lblUID_Pruef
|
||||
'
|
||||
Me.lblUID_Pruef.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblUID_Pruef.Location = New System.Drawing.Point(44, 7)
|
||||
Me.lblUID_Pruef.Name = "lblUID_Pruef"
|
||||
Me.lblUID_Pruef.Size = New System.Drawing.Size(205, 13)
|
||||
Me.lblUID_Pruef.TabIndex = 3
|
||||
Me.lblUID_Pruef.Text = "-"
|
||||
'
|
||||
'lbleori_Pruef
|
||||
'
|
||||
Me.lbleori_Pruef.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lbleori_Pruef.Location = New System.Drawing.Point(44, 26)
|
||||
Me.lbleori_Pruef.Name = "lbleori_Pruef"
|
||||
Me.lbleori_Pruef.Size = New System.Drawing.Size(205, 13)
|
||||
Me.lbleori_Pruef.TabIndex = 6
|
||||
Me.lbleori_Pruef.Text = "-"
|
||||
'
|
||||
'btnPDFZusammenfueren
|
||||
'
|
||||
Me.btnPDFZusammenfueren.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
@@ -5247,7 +5252,7 @@ Partial Class frmSendungsdetailsNEU
|
||||
Me.ctxtWeitereFormulare.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||||
Me.ctxtWeitereFormulare.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolGelangensbestätigung, Me.toolOriginalSendungsunterlagen, Me.LaufzettelDruckenToolStripMenuItem, Me.ZollstoppAMBARToolStripMenuItem, Me.ATANAKToolStripMenuItem, Me.AMBARZollbeschauToolStripMenuItem, Me.AMBARZollbeschauNEUToolStripMenuItem, Me.AntragQualitätskontrolleToolStripMenuItem})
|
||||
Me.ctxtWeitereFormulare.Name = "cntxt"
|
||||
Me.ctxtWeitereFormulare.Size = New System.Drawing.Size(263, 202)
|
||||
Me.ctxtWeitereFormulare.Size = New System.Drawing.Size(263, 180)
|
||||
'
|
||||
'toolGelangensbestätigung
|
||||
'
|
||||
@@ -5967,9 +5972,7 @@ Partial Class frmSendungsdetailsNEU
|
||||
Friend WithEvents picKdAtrNr_Empfänger As PictureBox
|
||||
Friend WithEvents picKdAtrNr_Auftraggeber As PictureBox
|
||||
Friend WithEvents picKdAtrNr_Avisierer As PictureBox
|
||||
Friend WithEvents lbleori_Pruef As Label
|
||||
Friend WithEvents Label49 As Label
|
||||
Friend WithEvents lblUID_Pruef As Label
|
||||
Friend WithEvents Label45 As Label
|
||||
Friend WithEvents btnEORIPruef As Button
|
||||
Friend WithEvents btnUIDPruef As Button
|
||||
@@ -6066,4 +6069,6 @@ Partial Class frmSendungsdetailsNEU
|
||||
Friend WithEvents btnLKWUmmelden As Button
|
||||
Friend WithEvents ContextMenuStrip3 As ContextMenuStrip
|
||||
Friend WithEvents XXXToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents txteori_Pruef As TextBox
|
||||
Friend WithEvents txtUIDPruef As TextBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user