Neuhaus VW Ablauf

This commit is contained in:
2024-11-04 15:13:17 +01:00
parent 044348dcd6
commit 631b988378
8 changed files with 686 additions and 424 deletions

View File

@@ -66,6 +66,8 @@ Partial Class frmAddAktenvermerkShort
Me.Label16 = New System.Windows.Forms.Label()
Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.XXXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.btnVerwahrung = New System.Windows.Forms.Button()
Me.Label5 = New System.Windows.Forms.Label()
Me.pnlAktenVermerk.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.pnl.SuspendLayout()
@@ -76,6 +78,8 @@ Partial Class frmAddAktenvermerkShort
'
Me.pnlAktenVermerk.BackColor = System.Drawing.Color.White
Me.pnlAktenVermerk.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlAktenVermerk.Controls.Add(Me.Label5)
Me.pnlAktenVermerk.Controls.Add(Me.btnVerwahrung)
Me.pnlAktenVermerk.Controls.Add(Me.btnLKWUmmelden)
Me.pnlAktenVermerk.Controls.Add(Me.btnLKWumgemeldet)
Me.pnlAktenVermerk.Controls.Add(Me.btnDEZollDIGITAL)
@@ -542,12 +546,11 @@ Partial Class frmAddAktenvermerkShort
'btnLKWStandzeitFeierteage
'
Me.btnLKWStandzeitFeierteage.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnLKWStandzeitFeierteage.Image = Global.AVISO.My.Resources.Resources.android_clock_s
Me.btnLKWStandzeitFeierteage.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnLKWStandzeitFeierteage.Location = New System.Drawing.Point(298, 33)
Me.btnLKWStandzeitFeierteage.Location = New System.Drawing.Point(298, 100)
Me.btnLKWStandzeitFeierteage.Margin = New System.Windows.Forms.Padding(0)
Me.btnLKWStandzeitFeierteage.Name = "btnLKWStandzeitFeierteage"
Me.btnLKWStandzeitFeierteage.Size = New System.Drawing.Size(89, 83)
Me.btnLKWStandzeitFeierteage.Size = New System.Drawing.Size(89, 36)
Me.btnLKWStandzeitFeierteage.TabIndex = 87
Me.btnLKWStandzeitFeierteage.Text = "LKW Standzeit Feiertag(e)"
Me.btnLKWStandzeitFeierteage.TextAlign = System.Drawing.ContentAlignment.BottomCenter
@@ -558,12 +561,12 @@ Partial Class frmAddAktenvermerkShort
Me.btnLKWStandzeitWE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnLKWStandzeitWE.Image = CType(resources.GetObject("btnLKWStandzeitWE.Image"), System.Drawing.Image)
Me.btnLKWStandzeitWE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnLKWStandzeitWE.Location = New System.Drawing.Point(205, 33)
Me.btnLKWStandzeitWE.Location = New System.Drawing.Point(298, 33)
Me.btnLKWStandzeitWE.Margin = New System.Windows.Forms.Padding(0)
Me.btnLKWStandzeitWE.Name = "btnLKWStandzeitWE"
Me.btnLKWStandzeitWE.Size = New System.Drawing.Size(89, 83)
Me.btnLKWStandzeitWE.TabIndex = 86
Me.btnLKWStandzeitWE.Text = "LKW Standzeit Wochenende"
Me.btnLKWStandzeitWE.Text = "StZt.Wochenende"
Me.btnLKWStandzeitWE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnLKWStandzeitWE.UseVisualStyleBackColor = True
'
@@ -623,7 +626,7 @@ Partial Class frmAddAktenvermerkShort
Me.Label16.AutoSize = True
Me.Label16.BackColor = System.Drawing.Color.Transparent
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label16.Location = New System.Drawing.Point(202, 20)
Me.Label16.Location = New System.Drawing.Point(295, 20)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(60, 13)
Me.Label16.TabIndex = 9
@@ -641,6 +644,32 @@ Partial Class frmAddAktenvermerkShort
Me.XXXToolStripMenuItem.Size = New System.Drawing.Size(95, 22)
Me.XXXToolStripMenuItem.Text = "XXX"
'
'btnVerwahrung
'
Me.btnVerwahrung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVerwahrung.Image = Global.AVISO.My.Resources.Resources.auftrag3
Me.btnVerwahrung.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnVerwahrung.Location = New System.Drawing.Point(205, 33)
Me.btnVerwahrung.Margin = New System.Windows.Forms.Padding(0)
Me.btnVerwahrung.Name = "btnVerwahrung"
Me.btnVerwahrung.Padding = New System.Windows.Forms.Padding(0, 8, 0, 0)
Me.btnVerwahrung.Size = New System.Drawing.Size(89, 83)
Me.btnVerwahrung.TabIndex = 110
Me.btnVerwahrung.Text = "Verwahrung Kontrolle OK"
Me.btnVerwahrung.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnVerwahrung.UseVisualStyleBackColor = True
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.BackColor = System.Drawing.Color.Transparent
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(202, 17)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(78, 13)
Me.Label5.TabIndex = 112
Me.Label5.Text = "Verwahrung:"
'
'frmAddAktenvermerkShort
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -705,4 +734,6 @@ Partial Class frmAddAktenvermerkShort
Friend WithEvents btnLKWUmmelden As Button
Friend WithEvents cntxt As ContextMenuStrip
Friend WithEvents XXXToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Label5 As Label
Friend WithEvents btnVerwahrung As Button
End Class