This commit is contained in:
2023-04-18 13:19:16 +02:00
9 changed files with 307 additions and 304 deletions

View File

@@ -1070,7 +1070,6 @@ Public Class frmSendungAnhangImport
cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Vorpapier", "Vorpapier")) cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Vorpapier", "Vorpapier"))
cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Packliste", "Packliste")) cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Packliste", "Packliste"))
cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Auftrag", "Auftrag")) cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Auftrag", "Auftrag"))
cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Auftrag", "Auftrag"))
cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Dispoliste", "Dispoliste")) cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Dispoliste", "Dispoliste"))
cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Vorkasse", "Vorkasse")) cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Vorkasse", "Vorkasse"))
cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Überweisungsbeleg", "Überweisungsbeleg")) cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Überweisungsbeleg", "Überweisungsbeleg"))

View File

@@ -53,7 +53,7 @@ Public Class usrctlStatVERIMEX
" & whereFiliale & " " & whereFiliale & "
group by mit_vname,mit_nname" group by mit_vname,mit_nname"
'früher: Datum statt tblSnd_AbfertigungTR 'früher: Datum statt tblSnd_AbfertigungTR
' MsgBox(sqlstr) ' MsgBox(sqlstr)
dgvAbfertigungTR.DataSource = SQL.loadDgvBySql(sqlstr, "AVISO") dgvAbfertigungTR.DataSource = SQL.loadDgvBySql(sqlstr, "AVISO")
End With End With

View File

@@ -108,7 +108,7 @@
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<AssemblyOriginatorKeyFile>LME.pfx</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>Aviso_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Accessibility" /> <Reference Include="Accessibility" />
@@ -1538,7 +1538,9 @@
<None Include="Resources\pdfprint1.png" /> <None Include="Resources\pdfprint1.png" />
<None Include="Resources\pdfprint.png" /> <None Include="Resources\pdfprint.png" />
<None Include="Resources\Unisped_logo.jpg" /> <None Include="Resources\Unisped_logo.jpg" />
<None Include="Resources\ambar_simple.png" /> <None Include="Resources\ambar_simple.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Resources\docAllgemein.png" /> <None Include="Resources\docAllgemein.png" />
<None Include="Resources\license.elic.xml" /> <None Include="Resources\license.elic.xml" />
<None Include="Resources\scanner.png" /> <None Include="Resources\scanner.png" />

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben: ' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.8.7.8")> <Assembly: AssemblyVersion("3.8.8.1")>
<Assembly: AssemblyFileVersion("3.8.7.8")> <Assembly: AssemblyFileVersion("3.8.8.1")>

View File

@@ -1295,7 +1295,7 @@ Public Class frmHauptfenster
" else 1 " & " else 1 " &
" END, VoraussichtlichesEintreffen, Grenzstelle,Ankunft " & If(cbx_My_LKW.Checked, "", ",tblSnd_SendungID") " END, VoraussichtlichesEintreffen, Grenzstelle,Ankunft " & If(cbx_My_LKW.Checked, "", ",tblSnd_SendungID")
End If End If
' MsgBox(sqlStr)
'Dim sqlStr As String = " SELECT AvisoID, [Status],CASE WHEN LetzterMitarbeiterId=@maId then '0' ELSE '1' END as [statVorb], LKW_Nr, Dauer, Datum, AvisoEingang, Ankunft, Grenzstelle, Freigabe, LetzterMitarbeiterId AS maId, CASE WHEN LetzterMitarbeiterId=@maId then '0' ELSE '1' END as Vorbereitung,LetzterMitarbeiter,CASE WHEN [LKW_fertig] = 1 THEN 'OK' ELSE '' END AS [LKW_fertig],AvisoTVHinweis " & 'Dim sqlStr As String = " SELECT AvisoID, [Status],CASE WHEN LetzterMitarbeiterId=@maId then '0' ELSE '1' END as [statVorb], LKW_Nr, Dauer, Datum, AvisoEingang, Ankunft, Grenzstelle, Freigabe, LetzterMitarbeiterId AS maId, CASE WHEN LetzterMitarbeiterId=@maId then '0' ELSE '1' END as Vorbereitung,LetzterMitarbeiter,CASE WHEN [LKW_fertig] = 1 THEN 'OK' ELSE '' END AS [LKW_fertig],AvisoTVHinweis " &
' " FROM Aviso " & ' " FROM Aviso " &
' " WHERE ( Status IN (0, 3, 4, 5) OR ( Status = 1 AND [Abgeschlossen] = 0 )) " & ' " WHERE ( Status IN (0, 3, 4, 5) OR ( Status = 1 AND [Abgeschlossen] = 0 )) " &

View File

@@ -99,6 +99,7 @@ Public Class frmLaufzettel
VERAG_PROG_ALLGEMEIN.cAvisoAnhaenge.LOAD_LIST_ByAviso(ANH_LIST, AvisoID) 'LÄDT alle Aviso-Anhänge VERAG_PROG_ALLGEMEIN.cAvisoAnhaenge.LOAD_LIST_ByAviso(ANH_LIST, AvisoID) 'LÄDT alle Aviso-Anhänge
For Each ll In ANH_LIST For Each ll In ANH_LIST
If ll.anh_LaufzettelDruck Then If ll.anh_LaufzettelDruck Then
dgvDigitalMailanfügen.Rows.Add(ll.anh_id, ll.anh_Name, ll.anh_docId, ll.anh_Typ)
dgvLaufzettelDruck.Rows.Add(ll.anh_id, ll.anh_Name, ll.anh_docId, ll.anh_Typ) dgvLaufzettelDruck.Rows.Add(ll.anh_id, ll.anh_Name, ll.anh_docId, ll.anh_Typ)
'Select Case ll.anh_Typ 'Select Case ll.anh_Typ
' Case "PDF" : VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaSpirePDF({VERAG_PROG_ALLGEMEIN.cDATENSERVER.GET_PDFPath_BY_DocID(ll.anh_docId)}) ' Case "PDF" : VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaSpirePDF({VERAG_PROG_ALLGEMEIN.cDATENSERVER.GET_PDFPath_BY_DocID(ll.anh_docId)})

View File

@@ -23,27 +23,27 @@ Partial Class usrcntlAktDetailsATILLANeu
<System.Diagnostics.DebuggerStepThrough()> _ <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent() Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container() Me.components = New System.ComponentModel.Container()
Dim DataGridViewCellStyle66 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle67 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle68 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle69 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle70 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle71 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle72 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle73 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle74 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle75 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle76 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle77 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle78 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle79 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle80 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrcntlAktDetailsATILLANeu)) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrcntlAktDetailsATILLANeu))
Dim DataGridViewCellStyle61 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle62 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle63 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle64 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle65 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.pnlDetailsRechts = New System.Windows.Forms.Panel() Me.pnlDetailsRechts = New System.Windows.Forms.Panel()
Me.Panel3 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel()
Me.SplitContainer = New System.Windows.Forms.SplitContainer() Me.SplitContainer = New System.Windows.Forms.SplitContainer()
@@ -105,20 +105,26 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.Panel9 = New System.Windows.Forms.Panel() Me.Panel9 = New System.Windows.Forms.Panel()
Me.btnErfasst = New System.Windows.Forms.Button() Me.btnErfasst = New System.Windows.Forms.Button()
Me.lblTimeErfasst = New System.Windows.Forms.Label() Me.lblTimeErfasst = New System.Windows.Forms.Label()
Me.Panel6 = New System.Windows.Forms.Panel()
Me.btnVERIMEX = New System.Windows.Forms.Button()
Me.Label7 = New System.Windows.Forms.Label()
Me.Panel13 = New System.Windows.Forms.Panel() Me.Panel13 = New System.Windows.Forms.Panel()
Me.btnVorgeschrieben = New System.Windows.Forms.Button() Me.btnVorgeschrieben = New System.Windows.Forms.Button()
Me.lblTimeVorgeschreiben = New System.Windows.Forms.Label() Me.lblTimeVorgeschreiben = New System.Windows.Forms.Label()
Me.Panel11 = New System.Windows.Forms.Panel() Me.Panel11 = New System.Windows.Forms.Panel()
Me.btnAnkunft = New System.Windows.Forms.Button() Me.btnAnkunft = New System.Windows.Forms.Button()
Me.lblTimeAnkunft = New System.Windows.Forms.Label() Me.lblTimeAnkunft = New System.Windows.Forms.Label()
Me.Panel14 = New System.Windows.Forms.Panel()
Me.btnAnVerimex = New System.Windows.Forms.Button()
Me.Label8 = New System.Windows.Forms.Label()
Me.Panel15 = New System.Windows.Forms.Panel()
Me.btnAnIndonesien = New System.Windows.Forms.Button()
Me.Label11 = New System.Windows.Forms.Label()
Me.Panel12 = New System.Windows.Forms.Panel() Me.Panel12 = New System.Windows.Forms.Panel()
Me.btnFreigabe = New System.Windows.Forms.Button() Me.btnFreigabe = New System.Windows.Forms.Button()
Me.lblTimeFreigabe = New System.Windows.Forms.Label() Me.lblTimeFreigabe = New System.Windows.Forms.Label()
Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel()
Me.btnNichtEingetroffen = New System.Windows.Forms.Button() Me.btnNichtEingetroffen = New System.Windows.Forms.Button()
Me.Panel6 = New System.Windows.Forms.Panel()
Me.btnVERIMEX = New System.Windows.Forms.Button()
Me.Label7 = New System.Windows.Forms.Label()
Me.lblInfoAviso = New System.Windows.Forms.Label() Me.lblInfoAviso = New System.Windows.Forms.Label()
Me.pnl = New System.Windows.Forms.Panel() Me.pnl = New System.Windows.Forms.Panel()
Me.txtLKW_Nr = New System.Windows.Forms.TextBox() Me.txtLKW_Nr = New System.Windows.Forms.TextBox()
@@ -140,12 +146,6 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.UmbenennenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.UmbenennenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.LöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.LöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AusZwischenablageEinfügenPasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.AusZwischenablageEinfügenPasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Panel14 = New System.Windows.Forms.Panel()
Me.btnAnVerimex = New System.Windows.Forms.Button()
Me.Label8 = New System.Windows.Forms.Label()
Me.Panel15 = New System.Windows.Forms.Panel()
Me.btnAnIndonesien = New System.Windows.Forms.Button()
Me.Label11 = New System.Windows.Forms.Label()
Me.pnlDetailsRechts.SuspendLayout() Me.pnlDetailsRechts.SuspendLayout()
Me.Panel3.SuspendLayout() Me.Panel3.SuspendLayout()
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -172,19 +172,19 @@ Partial Class usrcntlAktDetailsATILLANeu
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.FlowLayoutPanel.SuspendLayout() Me.FlowLayoutPanel.SuspendLayout()
Me.Panel9.SuspendLayout() Me.Panel9.SuspendLayout()
Me.Panel6.SuspendLayout()
Me.Panel13.SuspendLayout() Me.Panel13.SuspendLayout()
Me.Panel11.SuspendLayout() Me.Panel11.SuspendLayout()
Me.Panel14.SuspendLayout()
Me.Panel15.SuspendLayout()
Me.Panel12.SuspendLayout() Me.Panel12.SuspendLayout()
Me.Panel2.SuspendLayout() Me.Panel2.SuspendLayout()
Me.Panel6.SuspendLayout()
Me.pnl.SuspendLayout() Me.pnl.SuspendLayout()
Me.pnlStatus.SuspendLayout() Me.pnlStatus.SuspendLayout()
Me.conMenuVermerke.SuspendLayout() Me.conMenuVermerke.SuspendLayout()
Me.cntxtFormulare.SuspendLayout() Me.cntxtFormulare.SuspendLayout()
Me.cntxtZollantrag.SuspendLayout() Me.cntxtZollantrag.SuspendLayout()
Me.cntxt.SuspendLayout() Me.cntxt.SuspendLayout()
Me.Panel14.SuspendLayout()
Me.Panel15.SuspendLayout()
Me.SuspendLayout() Me.SuspendLayout()
' '
'pnlDetailsRechts 'pnlDetailsRechts
@@ -277,7 +277,7 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.tbZollanmeldungen.Controls.Add(Me.Panel1) Me.tbZollanmeldungen.Controls.Add(Me.Panel1)
Me.tbZollanmeldungen.Location = New System.Drawing.Point(4, 22) Me.tbZollanmeldungen.Location = New System.Drawing.Point(4, 22)
Me.tbZollanmeldungen.Name = "tbZollanmeldungen" Me.tbZollanmeldungen.Name = "tbZollanmeldungen"
Me.tbZollanmeldungen.Size = New System.Drawing.Size(567, 181) Me.tbZollanmeldungen.Size = New System.Drawing.Size(567, 157)
Me.tbZollanmeldungen.TabIndex = 2 Me.tbZollanmeldungen.TabIndex = 2
Me.tbZollanmeldungen.Text = "Zollanmeldungen" Me.tbZollanmeldungen.Text = "Zollanmeldungen"
Me.tbZollanmeldungen.UseVisualStyleBackColor = True Me.tbZollanmeldungen.UseVisualStyleBackColor = True
@@ -290,7 +290,7 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1" Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(567, 181) Me.Panel1.Size = New System.Drawing.Size(567, 157)
Me.Panel1.TabIndex = 0 Me.Panel1.TabIndex = 0
' '
'dgvZollAnmeldungen 'dgvZollAnmeldungen
@@ -298,51 +298,51 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.dgvZollAnmeldungen.AllowUserToAddRows = False Me.dgvZollAnmeldungen.AllowUserToAddRows = False
Me.dgvZollAnmeldungen.AllowUserToDeleteRows = False Me.dgvZollAnmeldungen.AllowUserToDeleteRows = False
Me.dgvZollAnmeldungen.AllowUserToResizeRows = False Me.dgvZollAnmeldungen.AllowUserToResizeRows = False
DataGridViewCellStyle66.BackColor = System.Drawing.Color.Azure DataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure
DataGridViewCellStyle66.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvZollAnmeldungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle66 Me.dgvZollAnmeldungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.dgvZollAnmeldungen.BackgroundColor = System.Drawing.Color.White Me.dgvZollAnmeldungen.BackgroundColor = System.Drawing.Color.White
DataGridViewCellStyle67.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle67.BackColor = System.Drawing.Color.LightBlue DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightBlue
DataGridViewCellStyle67.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle67.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle67.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle67.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle67.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvZollAnmeldungen.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle67 Me.dgvZollAnmeldungen.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
Me.dgvZollAnmeldungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing Me.dgvZollAnmeldungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
DataGridViewCellStyle68.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle68.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle68.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle68.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle68.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle68.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle68.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvZollAnmeldungen.DefaultCellStyle = DataGridViewCellStyle68 Me.dgvZollAnmeldungen.DefaultCellStyle = DataGridViewCellStyle3
Me.dgvZollAnmeldungen.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvZollAnmeldungen.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvZollAnmeldungen.Location = New System.Drawing.Point(0, 31) Me.dgvZollAnmeldungen.Location = New System.Drawing.Point(0, 31)
Me.dgvZollAnmeldungen.MultiSelect = False Me.dgvZollAnmeldungen.MultiSelect = False
Me.dgvZollAnmeldungen.Name = "dgvZollAnmeldungen" Me.dgvZollAnmeldungen.Name = "dgvZollAnmeldungen"
Me.dgvZollAnmeldungen.ReadOnly = True Me.dgvZollAnmeldungen.ReadOnly = True
DataGridViewCellStyle69.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle69.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle69.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle69.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle69.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle69.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle69.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvZollAnmeldungen.RowHeadersDefaultCellStyle = DataGridViewCellStyle69 Me.dgvZollAnmeldungen.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
Me.dgvZollAnmeldungen.RowHeadersVisible = False Me.dgvZollAnmeldungen.RowHeadersVisible = False
Me.dgvZollAnmeldungen.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing Me.dgvZollAnmeldungen.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
DataGridViewCellStyle70.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvZollAnmeldungen.RowsDefaultCellStyle = DataGridViewCellStyle70 Me.dgvZollAnmeldungen.RowsDefaultCellStyle = DataGridViewCellStyle5
Me.dgvZollAnmeldungen.RowTemplate.Height = 20 Me.dgvZollAnmeldungen.RowTemplate.Height = 20
Me.dgvZollAnmeldungen.RowTemplate.ReadOnly = True Me.dgvZollAnmeldungen.RowTemplate.ReadOnly = True
Me.dgvZollAnmeldungen.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvZollAnmeldungen.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvZollAnmeldungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvZollAnmeldungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvZollAnmeldungen.ShowCellErrors = False Me.dgvZollAnmeldungen.ShowCellErrors = False
Me.dgvZollAnmeldungen.ShowRowErrors = False Me.dgvZollAnmeldungen.ShowRowErrors = False
Me.dgvZollAnmeldungen.Size = New System.Drawing.Size(565, 148) Me.dgvZollAnmeldungen.Size = New System.Drawing.Size(565, 124)
Me.dgvZollAnmeldungen.TabIndex = 102 Me.dgvZollAnmeldungen.TabIndex = 102
Me.dgvZollAnmeldungen.TabStop = False Me.dgvZollAnmeldungen.TabStop = False
' '
@@ -387,7 +387,7 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.tbSpedBuch.Location = New System.Drawing.Point(4, 22) Me.tbSpedBuch.Location = New System.Drawing.Point(4, 22)
Me.tbSpedBuch.Name = "tbSpedBuch" Me.tbSpedBuch.Name = "tbSpedBuch"
Me.tbSpedBuch.Padding = New System.Windows.Forms.Padding(3) Me.tbSpedBuch.Padding = New System.Windows.Forms.Padding(3)
Me.tbSpedBuch.Size = New System.Drawing.Size(567, 181) Me.tbSpedBuch.Size = New System.Drawing.Size(567, 157)
Me.tbSpedBuch.TabIndex = 1 Me.tbSpedBuch.TabIndex = 1
Me.tbSpedBuch.Text = "Speditionsbuch" Me.tbSpedBuch.Text = "Speditionsbuch"
Me.tbSpedBuch.UseVisualStyleBackColor = True Me.tbSpedBuch.UseVisualStyleBackColor = True
@@ -397,51 +397,51 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.dgvSpeditionsbuch.AllowUserToAddRows = False Me.dgvSpeditionsbuch.AllowUserToAddRows = False
Me.dgvSpeditionsbuch.AllowUserToDeleteRows = False Me.dgvSpeditionsbuch.AllowUserToDeleteRows = False
Me.dgvSpeditionsbuch.AllowUserToResizeRows = False Me.dgvSpeditionsbuch.AllowUserToResizeRows = False
DataGridViewCellStyle71.BackColor = System.Drawing.Color.Azure DataGridViewCellStyle6.BackColor = System.Drawing.Color.Azure
DataGridViewCellStyle71.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvSpeditionsbuch.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle71 Me.dgvSpeditionsbuch.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
Me.dgvSpeditionsbuch.BackgroundColor = System.Drawing.Color.White Me.dgvSpeditionsbuch.BackgroundColor = System.Drawing.Color.White
DataGridViewCellStyle72.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle72.BackColor = System.Drawing.Color.LightBlue DataGridViewCellStyle7.BackColor = System.Drawing.Color.LightBlue
DataGridViewCellStyle72.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle7.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle72.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle72.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle72.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle72.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvSpeditionsbuch.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle72 Me.dgvSpeditionsbuch.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
Me.dgvSpeditionsbuch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing Me.dgvSpeditionsbuch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
DataGridViewCellStyle73.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle73.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle73.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle73.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle73.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle73.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle73.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvSpeditionsbuch.DefaultCellStyle = DataGridViewCellStyle73 Me.dgvSpeditionsbuch.DefaultCellStyle = DataGridViewCellStyle8
Me.dgvSpeditionsbuch.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvSpeditionsbuch.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvSpeditionsbuch.Location = New System.Drawing.Point(3, 34) Me.dgvSpeditionsbuch.Location = New System.Drawing.Point(3, 34)
Me.dgvSpeditionsbuch.MultiSelect = False Me.dgvSpeditionsbuch.MultiSelect = False
Me.dgvSpeditionsbuch.Name = "dgvSpeditionsbuch" Me.dgvSpeditionsbuch.Name = "dgvSpeditionsbuch"
Me.dgvSpeditionsbuch.ReadOnly = True Me.dgvSpeditionsbuch.ReadOnly = True
DataGridViewCellStyle74.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle74.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle74.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle74.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle74.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle74.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle74.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvSpeditionsbuch.RowHeadersDefaultCellStyle = DataGridViewCellStyle74 Me.dgvSpeditionsbuch.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
Me.dgvSpeditionsbuch.RowHeadersVisible = False Me.dgvSpeditionsbuch.RowHeadersVisible = False
Me.dgvSpeditionsbuch.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing Me.dgvSpeditionsbuch.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
DataGridViewCellStyle75.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvSpeditionsbuch.RowsDefaultCellStyle = DataGridViewCellStyle75 Me.dgvSpeditionsbuch.RowsDefaultCellStyle = DataGridViewCellStyle10
Me.dgvSpeditionsbuch.RowTemplate.Height = 20 Me.dgvSpeditionsbuch.RowTemplate.Height = 20
Me.dgvSpeditionsbuch.RowTemplate.ReadOnly = True Me.dgvSpeditionsbuch.RowTemplate.ReadOnly = True
Me.dgvSpeditionsbuch.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvSpeditionsbuch.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvSpeditionsbuch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvSpeditionsbuch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvSpeditionsbuch.ShowCellErrors = False Me.dgvSpeditionsbuch.ShowCellErrors = False
Me.dgvSpeditionsbuch.ShowRowErrors = False Me.dgvSpeditionsbuch.ShowRowErrors = False
Me.dgvSpeditionsbuch.Size = New System.Drawing.Size(561, 144) Me.dgvSpeditionsbuch.Size = New System.Drawing.Size(561, 120)
Me.dgvSpeditionsbuch.TabIndex = 101 Me.dgvSpeditionsbuch.TabIndex = 101
Me.dgvSpeditionsbuch.TabStop = False Me.dgvSpeditionsbuch.TabStop = False
' '
@@ -486,7 +486,7 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.tbAnhaenge.Location = New System.Drawing.Point(4, 22) Me.tbAnhaenge.Location = New System.Drawing.Point(4, 22)
Me.tbAnhaenge.Name = "tbAnhaenge" Me.tbAnhaenge.Name = "tbAnhaenge"
Me.tbAnhaenge.Padding = New System.Windows.Forms.Padding(3) Me.tbAnhaenge.Padding = New System.Windows.Forms.Padding(3)
Me.tbAnhaenge.Size = New System.Drawing.Size(567, 181) Me.tbAnhaenge.Size = New System.Drawing.Size(567, 157)
Me.tbAnhaenge.TabIndex = 3 Me.tbAnhaenge.TabIndex = 3
Me.tbAnhaenge.Text = "Anhänge" Me.tbAnhaenge.Text = "Anhänge"
Me.tbAnhaenge.UseVisualStyleBackColor = True Me.tbAnhaenge.UseVisualStyleBackColor = True
@@ -496,50 +496,50 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.dgvanhaenge.AllowUserToAddRows = False Me.dgvanhaenge.AllowUserToAddRows = False
Me.dgvanhaenge.AllowUserToDeleteRows = False Me.dgvanhaenge.AllowUserToDeleteRows = False
Me.dgvanhaenge.AllowUserToResizeRows = False Me.dgvanhaenge.AllowUserToResizeRows = False
DataGridViewCellStyle76.BackColor = System.Drawing.Color.Azure DataGridViewCellStyle11.BackColor = System.Drawing.Color.Azure
DataGridViewCellStyle76.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvanhaenge.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle76 Me.dgvanhaenge.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
Me.dgvanhaenge.BackgroundColor = System.Drawing.Color.White Me.dgvanhaenge.BackgroundColor = System.Drawing.Color.White
DataGridViewCellStyle77.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle77.BackColor = System.Drawing.Color.LightBlue DataGridViewCellStyle12.BackColor = System.Drawing.Color.LightBlue
DataGridViewCellStyle77.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle12.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle77.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle77.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle77.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle77.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvanhaenge.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle77 Me.dgvanhaenge.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle12
Me.dgvanhaenge.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing Me.dgvanhaenge.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
DataGridViewCellStyle78.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle78.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle78.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle78.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle78.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle78.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle78.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvanhaenge.DefaultCellStyle = DataGridViewCellStyle78 Me.dgvanhaenge.DefaultCellStyle = DataGridViewCellStyle13
Me.dgvanhaenge.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvanhaenge.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvanhaenge.Location = New System.Drawing.Point(3, 3) Me.dgvanhaenge.Location = New System.Drawing.Point(3, 3)
Me.dgvanhaenge.Name = "dgvanhaenge" Me.dgvanhaenge.Name = "dgvanhaenge"
Me.dgvanhaenge.ReadOnly = True Me.dgvanhaenge.ReadOnly = True
DataGridViewCellStyle79.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle79.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle79.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle79.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle79.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle79.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle79.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvanhaenge.RowHeadersDefaultCellStyle = DataGridViewCellStyle79 Me.dgvanhaenge.RowHeadersDefaultCellStyle = DataGridViewCellStyle14
Me.dgvanhaenge.RowHeadersVisible = False Me.dgvanhaenge.RowHeadersVisible = False
Me.dgvanhaenge.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing Me.dgvanhaenge.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
DataGridViewCellStyle80.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvanhaenge.RowsDefaultCellStyle = DataGridViewCellStyle80 Me.dgvanhaenge.RowsDefaultCellStyle = DataGridViewCellStyle15
Me.dgvanhaenge.RowTemplate.Height = 30 Me.dgvanhaenge.RowTemplate.Height = 30
Me.dgvanhaenge.RowTemplate.ReadOnly = True Me.dgvanhaenge.RowTemplate.ReadOnly = True
Me.dgvanhaenge.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvanhaenge.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvanhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvanhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvanhaenge.ShowCellErrors = False Me.dgvanhaenge.ShowCellErrors = False
Me.dgvanhaenge.ShowRowErrors = False Me.dgvanhaenge.ShowRowErrors = False
Me.dgvanhaenge.Size = New System.Drawing.Size(561, 137) Me.dgvanhaenge.Size = New System.Drawing.Size(561, 113)
Me.dgvanhaenge.TabIndex = 102 Me.dgvanhaenge.TabIndex = 102
Me.dgvanhaenge.TabStop = False Me.dgvanhaenge.TabStop = False
' '
@@ -550,7 +550,7 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.Panel5.Controls.Add(Me.Button4) Me.Panel5.Controls.Add(Me.Button4)
Me.Panel5.Controls.Add(Me.Button10) Me.Panel5.Controls.Add(Me.Button10)
Me.Panel5.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel5.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel5.Location = New System.Drawing.Point(3, 140) Me.Panel5.Location = New System.Drawing.Point(3, 116)
Me.Panel5.Name = "Panel5" Me.Panel5.Name = "Panel5"
Me.Panel5.Size = New System.Drawing.Size(561, 38) Me.Panel5.Size = New System.Drawing.Size(561, 38)
Me.Panel5.TabIndex = 112 Me.Panel5.TabIndex = 112
@@ -627,44 +627,44 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.gridVermerke.AllowUserToAddRows = False Me.gridVermerke.AllowUserToAddRows = False
Me.gridVermerke.AllowUserToDeleteRows = False Me.gridVermerke.AllowUserToDeleteRows = False
Me.gridVermerke.AllowUserToResizeRows = False Me.gridVermerke.AllowUserToResizeRows = False
DataGridViewCellStyle61.BackColor = System.Drawing.Color.Azure DataGridViewCellStyle16.BackColor = System.Drawing.Color.Azure
DataGridViewCellStyle61.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle61 Me.gridVermerke.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
Me.gridVermerke.BackgroundColor = System.Drawing.Color.White Me.gridVermerke.BackgroundColor = System.Drawing.Color.White
DataGridViewCellStyle62.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle62.BackColor = System.Drawing.Color.LightBlue DataGridViewCellStyle17.BackColor = System.Drawing.Color.LightBlue
DataGridViewCellStyle62.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle17.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle62.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle62.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle62.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle62.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle62 Me.gridVermerke.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle17
Me.gridVermerke.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing Me.gridVermerke.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
DataGridViewCellStyle63.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle63.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle63.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle63.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle63.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle63.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle63.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.gridVermerke.DefaultCellStyle = DataGridViewCellStyle63 Me.gridVermerke.DefaultCellStyle = DataGridViewCellStyle18
Me.gridVermerke.Dock = System.Windows.Forms.DockStyle.Fill Me.gridVermerke.Dock = System.Windows.Forms.DockStyle.Fill
Me.gridVermerke.Location = New System.Drawing.Point(0, 29) Me.gridVermerke.Location = New System.Drawing.Point(0, 29)
Me.gridVermerke.MultiSelect = False Me.gridVermerke.MultiSelect = False
Me.gridVermerke.Name = "gridVermerke" Me.gridVermerke.Name = "gridVermerke"
Me.gridVermerke.ReadOnly = True Me.gridVermerke.ReadOnly = True
DataGridViewCellStyle64.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle64.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle64.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle64.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle64.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle64.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle64.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.RowHeadersDefaultCellStyle = DataGridViewCellStyle64 Me.gridVermerke.RowHeadersDefaultCellStyle = DataGridViewCellStyle19
Me.gridVermerke.RowHeadersVisible = False Me.gridVermerke.RowHeadersVisible = False
Me.gridVermerke.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing Me.gridVermerke.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
DataGridViewCellStyle65.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.RowsDefaultCellStyle = DataGridViewCellStyle65 Me.gridVermerke.RowsDefaultCellStyle = DataGridViewCellStyle20
Me.gridVermerke.RowTemplate.Height = 20 Me.gridVermerke.RowTemplate.Height = 20
Me.gridVermerke.RowTemplate.ReadOnly = True Me.gridVermerke.RowTemplate.ReadOnly = True
Me.gridVermerke.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False] Me.gridVermerke.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
@@ -1184,46 +1184,6 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.lblTimeErfasst.Text = "-" Me.lblTimeErfasst.Text = "-"
Me.lblTimeErfasst.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.lblTimeErfasst.TextAlign = System.Drawing.ContentAlignment.TopCenter
' '
'Panel6
'
Me.Panel6.AutoSize = True
Me.Panel6.Controls.Add(Me.btnVERIMEX)
Me.Panel6.Controls.Add(Me.Label7)
Me.Panel6.Location = New System.Drawing.Point(75, 84)
Me.Panel6.Name = "Panel6"
Me.Panel6.Size = New System.Drawing.Size(111, 74)
Me.Panel6.TabIndex = 19
Me.Panel6.Visible = False
'
'btnVERIMEX
'
Me.btnVERIMEX.AutoSize = True
Me.btnVERIMEX.BackColor = System.Drawing.Color.DarkOrange
Me.btnVERIMEX.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnVERIMEX.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnVERIMEX.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVERIMEX.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
Me.btnVERIMEX.ForeColor = System.Drawing.Color.White
Me.btnVERIMEX.Location = New System.Drawing.Point(0, 0)
Me.btnVERIMEX.Margin = New System.Windows.Forms.Padding(0)
Me.btnVERIMEX.MinimumSize = New System.Drawing.Size(100, 0)
Me.btnVERIMEX.Name = "btnVERIMEX"
Me.btnVERIMEX.Size = New System.Drawing.Size(111, 62)
Me.btnVERIMEX.TabIndex = 12
Me.btnVERIMEX.Text = "2. " & Global.Microsoft.VisualBasic.ChrW(10) & "VERIMEX/IND."
Me.btnVERIMEX.UseVisualStyleBackColor = False
'
'Label7
'
Me.Label7.Dock = System.Windows.Forms.DockStyle.Bottom
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(0, 62)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(111, 12)
Me.Label7.TabIndex = 0
Me.Label7.Text = "-"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Panel13 'Panel13
' '
Me.Panel13.AutoSize = True Me.Panel13.AutoSize = True
@@ -1304,6 +1264,88 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.lblTimeAnkunft.Text = "-" Me.lblTimeAnkunft.Text = "-"
Me.lblTimeAnkunft.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.lblTimeAnkunft.TextAlign = System.Drawing.ContentAlignment.TopCenter
' '
'Panel14
'
Me.Panel14.AutoSize = True
Me.Panel14.Controls.Add(Me.btnAnVerimex)
Me.Panel14.Controls.Add(Me.Label8)
Me.Panel14.Location = New System.Drawing.Point(293, 3)
Me.Panel14.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
Me.Panel14.Name = "Panel14"
Me.Panel14.Size = New System.Drawing.Size(80, 75)
Me.Panel14.TabIndex = 20
Me.Panel14.Visible = False
'
'btnAnVerimex
'
Me.btnAnVerimex.AutoSize = True
Me.btnAnVerimex.BackColor = System.Drawing.Color.SteelBlue
Me.btnAnVerimex.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnAnVerimex.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnAnVerimex.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAnVerimex.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
Me.btnAnVerimex.ForeColor = System.Drawing.Color.White
Me.btnAnVerimex.Location = New System.Drawing.Point(0, 0)
Me.btnAnVerimex.Margin = New System.Windows.Forms.Padding(0)
Me.btnAnVerimex.MinimumSize = New System.Drawing.Size(80, 0)
Me.btnAnVerimex.Name = "btnAnVerimex"
Me.btnAnVerimex.Size = New System.Drawing.Size(80, 62)
Me.btnAnVerimex.TabIndex = 12
Me.btnAnVerimex.Text = "An:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "VERIMEX"
Me.btnAnVerimex.UseVisualStyleBackColor = False
'
'Label8
'
Me.Label8.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(0, 62)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(80, 13)
Me.Label8.TabIndex = 0
Me.Label8.Text = "-"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Panel15
'
Me.Panel15.AutoSize = True
Me.Panel15.Controls.Add(Me.btnAnIndonesien)
Me.Panel15.Controls.Add(Me.Label11)
Me.Panel15.Location = New System.Drawing.Point(377, 3)
Me.Panel15.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
Me.Panel15.Name = "Panel15"
Me.Panel15.Size = New System.Drawing.Size(94, 75)
Me.Panel15.TabIndex = 21
Me.Panel15.Visible = False
'
'btnAnIndonesien
'
Me.btnAnIndonesien.AutoSize = True
Me.btnAnIndonesien.BackColor = System.Drawing.Color.SteelBlue
Me.btnAnIndonesien.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnAnIndonesien.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnAnIndonesien.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAnIndonesien.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
Me.btnAnIndonesien.ForeColor = System.Drawing.Color.White
Me.btnAnIndonesien.Location = New System.Drawing.Point(0, 0)
Me.btnAnIndonesien.Margin = New System.Windows.Forms.Padding(0)
Me.btnAnIndonesien.MinimumSize = New System.Drawing.Size(80, 0)
Me.btnAnIndonesien.Name = "btnAnIndonesien"
Me.btnAnIndonesien.Size = New System.Drawing.Size(94, 62)
Me.btnAnIndonesien.TabIndex = 12
Me.btnAnIndonesien.Text = "An:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "INDONESIEN"
Me.btnAnIndonesien.UseVisualStyleBackColor = False
'
'Label11
'
Me.Label11.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(0, 62)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(94, 13)
Me.Label11.TabIndex = 0
Me.Label11.Text = "-"
Me.Label11.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Panel12 'Panel12
' '
Me.Panel12.AutoSize = True Me.Panel12.AutoSize = True
@@ -1371,6 +1413,46 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.btnNichtEingetroffen.UseVisualStyleBackColor = False Me.btnNichtEingetroffen.UseVisualStyleBackColor = False
Me.btnNichtEingetroffen.Visible = False Me.btnNichtEingetroffen.Visible = False
' '
'Panel6
'
Me.Panel6.AutoSize = True
Me.Panel6.Controls.Add(Me.btnVERIMEX)
Me.Panel6.Controls.Add(Me.Label7)
Me.Panel6.Location = New System.Drawing.Point(75, 84)
Me.Panel6.Name = "Panel6"
Me.Panel6.Size = New System.Drawing.Size(111, 74)
Me.Panel6.TabIndex = 19
Me.Panel6.Visible = False
'
'btnVERIMEX
'
Me.btnVERIMEX.AutoSize = True
Me.btnVERIMEX.BackColor = System.Drawing.Color.DarkOrange
Me.btnVERIMEX.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnVERIMEX.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnVERIMEX.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVERIMEX.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
Me.btnVERIMEX.ForeColor = System.Drawing.Color.White
Me.btnVERIMEX.Location = New System.Drawing.Point(0, 0)
Me.btnVERIMEX.Margin = New System.Windows.Forms.Padding(0)
Me.btnVERIMEX.MinimumSize = New System.Drawing.Size(100, 0)
Me.btnVERIMEX.Name = "btnVERIMEX"
Me.btnVERIMEX.Size = New System.Drawing.Size(111, 62)
Me.btnVERIMEX.TabIndex = 12
Me.btnVERIMEX.Text = "2. " & Global.Microsoft.VisualBasic.ChrW(10) & "VERIMEX/IND."
Me.btnVERIMEX.UseVisualStyleBackColor = False
'
'Label7
'
Me.Label7.Dock = System.Windows.Forms.DockStyle.Bottom
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(0, 62)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(111, 12)
Me.Label7.TabIndex = 0
Me.Label7.Text = "-"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'lblInfoAviso 'lblInfoAviso
' '
Me.lblInfoAviso.AutoSize = True Me.lblInfoAviso.AutoSize = True
@@ -1539,88 +1621,6 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.AusZwischenablageEinfügenPasteToolStripMenuItem.Size = New System.Drawing.Size(279, 30) Me.AusZwischenablageEinfügenPasteToolStripMenuItem.Size = New System.Drawing.Size(279, 30)
Me.AusZwischenablageEinfügenPasteToolStripMenuItem.Text = "Aus Zwischenablage einfügen (Paste)" Me.AusZwischenablageEinfügenPasteToolStripMenuItem.Text = "Aus Zwischenablage einfügen (Paste)"
' '
'Panel14
'
Me.Panel14.AutoSize = True
Me.Panel14.Controls.Add(Me.btnAnVerimex)
Me.Panel14.Controls.Add(Me.Label8)
Me.Panel14.Location = New System.Drawing.Point(293, 3)
Me.Panel14.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
Me.Panel14.Name = "Panel14"
Me.Panel14.Size = New System.Drawing.Size(80, 75)
Me.Panel14.TabIndex = 20
Me.Panel14.Visible = False
'
'btnAnVerimex
'
Me.btnAnVerimex.AutoSize = True
Me.btnAnVerimex.BackColor = System.Drawing.Color.SteelBlue
Me.btnAnVerimex.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnAnVerimex.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnAnVerimex.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAnVerimex.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
Me.btnAnVerimex.ForeColor = System.Drawing.Color.White
Me.btnAnVerimex.Location = New System.Drawing.Point(0, 0)
Me.btnAnVerimex.Margin = New System.Windows.Forms.Padding(0)
Me.btnAnVerimex.MinimumSize = New System.Drawing.Size(80, 0)
Me.btnAnVerimex.Name = "btnAnVerimex"
Me.btnAnVerimex.Size = New System.Drawing.Size(80, 62)
Me.btnAnVerimex.TabIndex = 12
Me.btnAnVerimex.Text = "An:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "VERIMEX"
Me.btnAnVerimex.UseVisualStyleBackColor = False
'
'Label8
'
Me.Label8.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(0, 62)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(80, 13)
Me.Label8.TabIndex = 0
Me.Label8.Text = "-"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Panel15
'
Me.Panel15.AutoSize = True
Me.Panel15.Controls.Add(Me.btnAnIndonesien)
Me.Panel15.Controls.Add(Me.Label11)
Me.Panel15.Location = New System.Drawing.Point(377, 3)
Me.Panel15.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
Me.Panel15.Name = "Panel15"
Me.Panel15.Size = New System.Drawing.Size(94, 75)
Me.Panel15.TabIndex = 21
Me.Panel15.Visible = False
'
'btnAnIndonesien
'
Me.btnAnIndonesien.AutoSize = True
Me.btnAnIndonesien.BackColor = System.Drawing.Color.SteelBlue
Me.btnAnIndonesien.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnAnIndonesien.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnAnIndonesien.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAnIndonesien.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
Me.btnAnIndonesien.ForeColor = System.Drawing.Color.White
Me.btnAnIndonesien.Location = New System.Drawing.Point(0, 0)
Me.btnAnIndonesien.Margin = New System.Windows.Forms.Padding(0)
Me.btnAnIndonesien.MinimumSize = New System.Drawing.Size(80, 0)
Me.btnAnIndonesien.Name = "btnAnIndonesien"
Me.btnAnIndonesien.Size = New System.Drawing.Size(94, 62)
Me.btnAnIndonesien.TabIndex = 12
Me.btnAnIndonesien.Text = "An:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "INDONESIEN"
Me.btnAnIndonesien.UseVisualStyleBackColor = False
'
'Label11
'
Me.Label11.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(0, 62)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(94, 13)
Me.Label11.TabIndex = 0
Me.Label11.Text = "-"
Me.Label11.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'usrcntlAktDetailsATILLANeu 'usrcntlAktDetailsATILLANeu
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1662,16 +1662,20 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.FlowLayoutPanel.PerformLayout() Me.FlowLayoutPanel.PerformLayout()
Me.Panel9.ResumeLayout(False) Me.Panel9.ResumeLayout(False)
Me.Panel9.PerformLayout() Me.Panel9.PerformLayout()
Me.Panel6.ResumeLayout(False)
Me.Panel6.PerformLayout()
Me.Panel13.ResumeLayout(False) Me.Panel13.ResumeLayout(False)
Me.Panel13.PerformLayout() Me.Panel13.PerformLayout()
Me.Panel11.ResumeLayout(False) Me.Panel11.ResumeLayout(False)
Me.Panel11.PerformLayout() Me.Panel11.PerformLayout()
Me.Panel14.ResumeLayout(False)
Me.Panel14.PerformLayout()
Me.Panel15.ResumeLayout(False)
Me.Panel15.PerformLayout()
Me.Panel12.ResumeLayout(False) Me.Panel12.ResumeLayout(False)
Me.Panel12.PerformLayout() Me.Panel12.PerformLayout()
Me.Panel2.ResumeLayout(False) Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout() Me.Panel2.PerformLayout()
Me.Panel6.ResumeLayout(False)
Me.Panel6.PerformLayout()
Me.pnl.ResumeLayout(False) Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout() Me.pnl.PerformLayout()
Me.pnlStatus.ResumeLayout(False) Me.pnlStatus.ResumeLayout(False)
@@ -1679,10 +1683,6 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.cntxtFormulare.ResumeLayout(False) Me.cntxtFormulare.ResumeLayout(False)
Me.cntxtZollantrag.ResumeLayout(False) Me.cntxtZollantrag.ResumeLayout(False)
Me.cntxt.ResumeLayout(False) Me.cntxt.ResumeLayout(False)
Me.Panel14.ResumeLayout(False)
Me.Panel14.PerformLayout()
Me.Panel15.ResumeLayout(False)
Me.Panel15.PerformLayout()
Me.ResumeLayout(False) Me.ResumeLayout(False)
Me.PerformLayout() Me.PerformLayout()

View File

@@ -118,19 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="addVermerk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAAZ1JREFUOE+l
kTlLA0EYhvMTtLIyjbHzwsKI2rgeSSF4gUVEPIIgqIiCQSxsRJSYgC6mCBaKF4IW7tqYJsEjaFBEC0nU
WGoniKlMxNfMhFmS7BjdtXiGnW+/9+Fd1gBAN/GuCRDeO0Zv2Uy19FeIKDG/irf2EUSt/Tit60yOdQpD
oWtF9mDpw3FtB3bLGyGazF/cQC6ILBKJIhAI4r65F4GaNuyUCVg2mTFnrOCHfoLKwimZfOjD1vY+tksF
LBVVUZkmYUxuQDj8CL//DJJ8hI2tPTjdHjimZxUZ2eOGsyGy91MHntercSClZAuuFSpjsF1VOBsqO5mk
sidPJe6cJZh3ilwZISOcTXozJruaKcbJhJErI2Rc0onJgqrZJZGNG+EbLIBky0+uqXOqAYH3mbQZk3Xz
ZQTVQGm2pq0ZI+Pya7NfZATl4b/NGPTQ+wN40OPzwhtXNyvULCOkHoJevGwMJ/7TjGHA4dTX684Yzhd7
sDlu/WDNDmx5yff8UC4MTZYW3IgD2HW0wm0X4LLXJ/Q0Y1AhQRyySLwFbcDwDUJWbE0CgQrjAAAAAElF
TkSuQmCC
</value>
</data>
<data name="btnQuckScan.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnQuckScan.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
@@ -180,6 +167,19 @@
1q9bd3Hp0qWfE6i+kpLS3D+JP4ukpCQlLy9P0el0WbIeimS9GSSIXnBwsHlsbOyWrKys3Vwu9yCPx7MX 1q9bd3Hp0qWfE6i+kpLS3D+JP4ukpCQlLy9P0el0WbIeimS9GSSIXnBwsHlsbOyWrKys3Vwu9yCPx7MX
CARHhELhMT6ff7SiosJe1M9ms3fHxcVtJVNvTsDLra2tNczNzeWZTKbEvHnzXlNETFB/AFyHwBGvedXw CARHhELhMT6ff7SiosJe1M9ms3fHxcVtJVNvTsDLra2tNczNzeWZTKbEvHnzXlNETFB/AFyHwBGvedXw
AAAAAElFTkSuQmCC AAAAAElFTkSuQmCC
</value>
</data>
<data name="addVermerk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAAZ1JREFUOE+l
kTlLA0EYhvMTtLIyjbHzwsKI2rgeSSF4gUVEPIIgqIiCQSxsRJSYgC6mCBaKF4IW7tqYJsEjaFBEC0nU
WGoniKlMxNfMhFmS7BjdtXiGnW+/9+Fd1gBAN/GuCRDeO0Zv2Uy19FeIKDG/irf2EUSt/Tit60yOdQpD
oWtF9mDpw3FtB3bLGyGazF/cQC6ILBKJIhAI4r65F4GaNuyUCVg2mTFnrOCHfoLKwimZfOjD1vY+tksF
LBVVUZkmYUxuQDj8CL//DJJ8hI2tPTjdHjimZxUZ2eOGsyGy91MHntercSClZAuuFSpjsF1VOBsqO5mk
sidPJe6cJZh3ilwZISOcTXozJruaKcbJhJErI2Rc0onJgqrZJZGNG+EbLIBky0+uqXOqAYH3mbQZk3Xz
ZQTVQGm2pq0ZI+Pya7NfZATl4b/NGPTQ+wN40OPzwhtXNyvULCOkHoJevGwMJ/7TjGHA4dTX684Yzhd7
sDlu/WDNDmx5yff8UC4MTZYW3IgD2HW0wm0X4LLXJ/Q0Y1AhQRyySLwFbcDwDUJWbE0CgQrjAAAAAElF
TkSuQmCC
</value> </value>
</data> </data>
<data name="btnLöschen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnLöschen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@@ -1611,4 +1611,5 @@ Public Class usrcntlAktDetailsATILLANeu
frmHauptfenster.Details_anzeigen(VERAG_PROG_ALLGEMEIN.cGlobal.Aktive_ID) frmHauptfenster.Details_anzeigen(VERAG_PROG_ALLGEMEIN.cGlobal.Aktive_ID)
End If End If
End Sub End Sub
End Class End Class