This commit is contained in:
2020-11-05 07:59:16 +01:00
parent 4f81004835
commit 24dd462073
20 changed files with 1240 additions and 564 deletions

View File

@@ -24,6 +24,14 @@ Partial Class frmAddAktenvermerkShort
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAddAktenvermerkShort))
Me.pnlAktenVermerk = New System.Windows.Forms.Panel()
Me.btnDEZollDIGITAL = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label24 = New System.Windows.Forms.Label()
Me.btnSBG = New System.Windows.Forms.Button()
Me.btnWAI = New System.Windows.Forms.Button()
Me.btnNKD = New System.Windows.Forms.Button()
Me.btnSFD = New System.Windows.Forms.Button()
Me.btnQS = New System.Windows.Forms.Button()
Me.txtFreigabeInfo = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.btnDispoangefordert = New System.Windows.Forms.Button()
@@ -45,21 +53,16 @@ Partial Class frmAddAktenvermerkShort
Me.btnVorgeschrieben = New System.Windows.Forms.Button()
Me.btnSpaetAvisiert = New System.Windows.Forms.Button()
Me.btnNichtAvisiert = New System.Windows.Forms.Button()
Me.btnQS = New System.Windows.Forms.Button()
Me.btnSFD = New System.Windows.Forms.Button()
Me.btnNKD = New System.Windows.Forms.Button()
Me.btnWAI = New System.Windows.Forms.Button()
Me.btnSBG = New System.Windows.Forms.Button()
Me.btnLKWStandzeitFeierteage = New System.Windows.Forms.Button()
Me.btnLKWStandzeitWE = New System.Windows.Forms.Button()
Me.btnZollDEEingereicht = New System.Windows.Forms.Button()
Me.btnZollATEingereicht = New System.Windows.Forms.Button()
Me.optKeineAuswahl = New System.Windows.Forms.RadioButton()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label24 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.pnlAktenVermerk.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
@@ -67,8 +70,11 @@ Partial Class frmAddAktenvermerkShort
'
Me.pnlAktenVermerk.BackColor = System.Drawing.Color.White
Me.pnlAktenVermerk.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlAktenVermerk.Controls.Add(Me.btnDEZollDIGITAL)
Me.pnlAktenVermerk.Controls.Add(Me.Panel1)
Me.pnlAktenVermerk.Controls.Add(Me.txtFreigabeInfo)
Me.pnlAktenVermerk.Controls.Add(Me.Label4)
Me.pnlAktenVermerk.Controls.Add(Me.btnSFD)
Me.pnlAktenVermerk.Controls.Add(Me.btnDispoangefordert)
Me.pnlAktenVermerk.Controls.Add(Me.Button3)
Me.pnlAktenVermerk.Controls.Add(Me.Label3)
@@ -80,31 +86,129 @@ Partial Class frmAddAktenvermerkShort
Me.pnlAktenVermerk.Controls.Add(Me.Button1)
Me.pnlAktenVermerk.Controls.Add(Me.pnl)
Me.pnlAktenVermerk.Controls.Add(Me.btnSpaetAvisiert)
Me.pnlAktenVermerk.Controls.Add(Me.btnNichtAvisiert)
Me.pnlAktenVermerk.Controls.Add(Me.btnQS)
Me.pnlAktenVermerk.Controls.Add(Me.btnSFD)
Me.pnlAktenVermerk.Controls.Add(Me.btnNKD)
Me.pnlAktenVermerk.Controls.Add(Me.btnWAI)
Me.pnlAktenVermerk.Controls.Add(Me.btnSBG)
Me.pnlAktenVermerk.Controls.Add(Me.btnLKWStandzeitFeierteage)
Me.pnlAktenVermerk.Controls.Add(Me.btnLKWStandzeitWE)
Me.pnlAktenVermerk.Controls.Add(Me.btnZollDEEingereicht)
Me.pnlAktenVermerk.Controls.Add(Me.btnZollATEingereicht)
Me.pnlAktenVermerk.Controls.Add(Me.optKeineAuswahl)
Me.pnlAktenVermerk.Controls.Add(Me.Label15)
Me.pnlAktenVermerk.Controls.Add(Me.Label24)
Me.pnlAktenVermerk.Controls.Add(Me.Label16)
Me.pnlAktenVermerk.Controls.Add(Me.Label14)
Me.pnlAktenVermerk.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlAktenVermerk.Location = New System.Drawing.Point(0, 0)
Me.pnlAktenVermerk.Name = "pnlAktenVermerk"
Me.pnlAktenVermerk.Size = New System.Drawing.Size(414, 534)
Me.pnlAktenVermerk.Size = New System.Drawing.Size(401, 482)
Me.pnlAktenVermerk.TabIndex = 0
'
'btnDEZollDIGITAL
'
Me.btnDEZollDIGITAL.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDEZollDIGITAL.Image = Global.AVISO.My.Resources.Resources.digitalerAkt_small
Me.btnDEZollDIGITAL.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnDEZollDIGITAL.Location = New System.Drawing.Point(205, 145)
Me.btnDEZollDIGITAL.Margin = New System.Windows.Forms.Padding(0)
Me.btnDEZollDIGITAL.Name = "btnDEZollDIGITAL"
Me.btnDEZollDIGITAL.Size = New System.Drawing.Size(89, 83)
Me.btnDEZollDIGITAL.TabIndex = 107
Me.btnDEZollDIGITAL.Text = "Zoll DE DIGITAL eingereicht"
Me.btnDEZollDIGITAL.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnDEZollDIGITAL.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Panel1.Controls.Add(Me.Label24)
Me.Panel1.Controls.Add(Me.btnSBG)
Me.Panel1.Controls.Add(Me.btnWAI)
Me.Panel1.Controls.Add(Me.btnNKD)
Me.Panel1.Controls.Add(Me.btnQS)
Me.Panel1.Controls.Add(Me.Label14)
Me.Panel1.Controls.Add(Me.btnNichtAvisiert)
Me.Panel1.Location = New System.Drawing.Point(308, 228)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(70, 25)
Me.Panel1.TabIndex = 106
Me.Panel1.Visible = False
'
'Label24
'
Me.Label24.AutoSize = True
Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label24.Location = New System.Drawing.Point(3, 0)
Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(151, 13)
Me.Label24.TabIndex = 8
Me.Label24.Text = "Akt / Aviso weitergeleitet"
'
'btnSBG
'
Me.btnSBG.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSBG.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSBG.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSBG.Location = New System.Drawing.Point(3, 16)
Me.btnSBG.Name = "btnSBG"
Me.btnSBG.Size = New System.Drawing.Size(182, 27)
Me.btnSBG.TabIndex = 88
Me.btnSBG.Text = "nach Salzburg"
Me.btnSBG.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSBG.UseVisualStyleBackColor = True
'
'btnWAI
'
Me.btnWAI.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnWAI.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnWAI.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnWAI.Location = New System.Drawing.Point(3, 74)
Me.btnWAI.Name = "btnWAI"
Me.btnWAI.Size = New System.Drawing.Size(182, 27)
Me.btnWAI.TabIndex = 88
Me.btnWAI.Text = "nach Waidhaus"
Me.btnWAI.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnWAI.UseVisualStyleBackColor = True
'
'btnNKD
'
Me.btnNKD.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNKD.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnNKD.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnNKD.Location = New System.Drawing.Point(3, 45)
Me.btnNKD.Name = "btnNKD"
Me.btnNKD.Size = New System.Drawing.Size(182, 27)
Me.btnNKD.TabIndex = 89
Me.btnNKD.Text = "nach Nickelsdorf"
Me.btnNKD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnNKD.UseVisualStyleBackColor = True
'
'btnSFD
'
Me.btnSFD.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSFD.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSFD.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSFD.Location = New System.Drawing.Point(11, 256)
Me.btnSFD.Name = "btnSFD"
Me.btnSFD.Size = New System.Drawing.Size(182, 27)
Me.btnSFD.TabIndex = 89
Me.btnSFD.Text = "nach Spielfeld (Lex)"
Me.btnSFD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSFD.UseVisualStyleBackColor = True
'
'btnQS
'
Me.btnQS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnQS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnQS.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnQS.Location = New System.Drawing.Point(3, 132)
Me.btnQS.Name = "btnQS"
Me.btnQS.Size = New System.Drawing.Size(182, 27)
Me.btnQS.TabIndex = 89
Me.btnQS.Text = "in die QS - Abteilung gegeben" & Global.Microsoft.VisualBasic.ChrW(10)
Me.btnQS.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnQS.UseVisualStyleBackColor = True
'
'txtFreigabeInfo
'
Me.txtFreigabeInfo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.txtFreigabeInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFreigabeInfo.Location = New System.Drawing.Point(11, 489)
Me.txtFreigabeInfo.Location = New System.Drawing.Point(11, 437)
Me.txtFreigabeInfo.Multiline = True
Me.txtFreigabeInfo.Name = "txtFreigabeInfo"
Me.txtFreigabeInfo.Size = New System.Drawing.Size(182, 40)
@@ -112,9 +216,10 @@ Partial Class frmAddAktenvermerkShort
'
'Label4
'
Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(11, 473)
Me.Label4.Location = New System.Drawing.Point(11, 421)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(86, 13)
Me.Label4.TabIndex = 104
@@ -122,10 +227,11 @@ Partial Class frmAddAktenvermerkShort
'
'btnDispoangefordert
'
Me.btnDispoangefordert.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnDispoangefordert.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDispoangefordert.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnDispoangefordert.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnDispoangefordert.Location = New System.Drawing.Point(216, 285)
Me.btnDispoangefordert.Location = New System.Drawing.Point(11, 318)
Me.btnDispoangefordert.Name = "btnDispoangefordert"
Me.btnDispoangefordert.Size = New System.Drawing.Size(182, 27)
Me.btnDispoangefordert.TabIndex = 103
@@ -135,10 +241,11 @@ Partial Class frmAddAktenvermerkShort
'
'Button3
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button3.Location = New System.Drawing.Point(216, 256)
Me.Button3.Location = New System.Drawing.Point(11, 289)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(182, 27)
Me.Button3.TabIndex = 102
@@ -148,9 +255,10 @@ Partial Class frmAddAktenvermerkShort
'
'Label3
'
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(11, 404)
Me.Label3.Location = New System.Drawing.Point(11, 352)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(66, 13)
Me.Label3.TabIndex = 101
@@ -158,8 +266,9 @@ Partial Class frmAddAktenvermerkShort
'
'txtSonstiges
'
Me.txtSonstiges.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.txtSonstiges.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSonstiges.Location = New System.Drawing.Point(11, 420)
Me.txtSonstiges.Location = New System.Drawing.Point(11, 368)
Me.txtSonstiges.Multiline = True
Me.txtSonstiges.Name = "txtSonstiges"
Me.txtSonstiges.Size = New System.Drawing.Size(137, 46)
@@ -167,10 +276,11 @@ Partial Class frmAddAktenvermerkShort
'
'btnSonstiges
'
Me.btnSonstiges.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnSonstiges.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSonstiges.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSonstiges.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSonstiges.Location = New System.Drawing.Point(154, 420)
Me.btnSonstiges.Location = New System.Drawing.Point(154, 368)
Me.btnSonstiges.Name = "btnSonstiges"
Me.btnSonstiges.Size = New System.Drawing.Size(39, 46)
Me.btnSonstiges.TabIndex = 99
@@ -228,7 +338,7 @@ Partial Class frmAddAktenvermerkShort
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.Color.White
Me.Button1.Location = New System.Drawing.Point(358, 0)
Me.Button1.Location = New System.Drawing.Point(346, 0)
Me.Button1.Name = "Button1"
Me.Button1.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.Button1.Size = New System.Drawing.Size(54, 20)
@@ -247,9 +357,9 @@ Partial Class frmAddAktenvermerkShort
Me.pnl.Controls.Add(Me.btnErfasst)
Me.pnl.Controls.Add(Me.btnVorbereitet)
Me.pnl.Controls.Add(Me.btnVorgeschrieben)
Me.pnl.Location = New System.Drawing.Point(216, 343)
Me.pnl.Location = New System.Drawing.Point(212, 256)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(197, 190)
Me.pnl.Size = New System.Drawing.Size(197, 225)
Me.pnl.TabIndex = 93
'
'btnNichtEingetroffen
@@ -358,7 +468,7 @@ Partial Class frmAddAktenvermerkShort
Me.btnSpaetAvisiert.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSpaetAvisiert.Image = Global.AVISO.My.Resources.Resources.LateAviso_s
Me.btnSpaetAvisiert.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSpaetAvisiert.Location = New System.Drawing.Point(309, 33)
Me.btnSpaetAvisiert.Location = New System.Drawing.Point(282, 495)
Me.btnSpaetAvisiert.Margin = New System.Windows.Forms.Padding(0)
Me.btnSpaetAvisiert.Name = "btnSpaetAvisiert"
Me.btnSpaetAvisiert.Size = New System.Drawing.Size(89, 83)
@@ -369,10 +479,11 @@ Partial Class frmAddAktenvermerkShort
'
'btnNichtAvisiert
'
Me.btnNichtAvisiert.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnNichtAvisiert.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNichtAvisiert.Image = Global.AVISO.My.Resources.Resources.noAviso_s1
Me.btnNichtAvisiert.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnNichtAvisiert.Location = New System.Drawing.Point(216, 33)
Me.btnNichtAvisiert.Location = New System.Drawing.Point(32, 16)
Me.btnNichtAvisiert.Margin = New System.Windows.Forms.Padding(0)
Me.btnNichtAvisiert.Name = "btnNichtAvisiert"
Me.btnNichtAvisiert.Size = New System.Drawing.Size(89, 83)
@@ -381,77 +492,12 @@ Partial Class frmAddAktenvermerkShort
Me.btnNichtAvisiert.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnNichtAvisiert.UseVisualStyleBackColor = True
'
'btnQS
'
Me.btnQS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnQS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnQS.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnQS.Location = New System.Drawing.Point(11, 372)
Me.btnQS.Name = "btnQS"
Me.btnQS.Size = New System.Drawing.Size(182, 27)
Me.btnQS.TabIndex = 89
Me.btnQS.Text = "in die QS - Abteilung gegeben" & Global.Microsoft.VisualBasic.ChrW(10)
Me.btnQS.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnQS.UseVisualStyleBackColor = True
'
'btnSFD
'
Me.btnSFD.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSFD.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSFD.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSFD.Location = New System.Drawing.Point(11, 343)
Me.btnSFD.Name = "btnSFD"
Me.btnSFD.Size = New System.Drawing.Size(182, 27)
Me.btnSFD.TabIndex = 89
Me.btnSFD.Text = "nach Spielfeld (Lex)"
Me.btnSFD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSFD.UseVisualStyleBackColor = True
'
'btnNKD
'
Me.btnNKD.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNKD.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnNKD.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnNKD.Location = New System.Drawing.Point(11, 285)
Me.btnNKD.Name = "btnNKD"
Me.btnNKD.Size = New System.Drawing.Size(182, 27)
Me.btnNKD.TabIndex = 89
Me.btnNKD.Text = "nach Nickelsdorf"
Me.btnNKD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnNKD.UseVisualStyleBackColor = True
'
'btnWAI
'
Me.btnWAI.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnWAI.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnWAI.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnWAI.Location = New System.Drawing.Point(11, 314)
Me.btnWAI.Name = "btnWAI"
Me.btnWAI.Size = New System.Drawing.Size(182, 27)
Me.btnWAI.TabIndex = 88
Me.btnWAI.Text = "nach Waidhaus"
Me.btnWAI.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnWAI.UseVisualStyleBackColor = True
'
'btnSBG
'
Me.btnSBG.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSBG.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSBG.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSBG.Location = New System.Drawing.Point(11, 256)
Me.btnSBG.Name = "btnSBG"
Me.btnSBG.Size = New System.Drawing.Size(182, 27)
Me.btnSBG.TabIndex = 88
Me.btnSBG.Text = "nach Salzburg"
Me.btnSBG.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSBG.UseVisualStyleBackColor = True
'
'btnLKWStandzeitFeierteage
'
Me.btnLKWStandzeitFeierteage.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnLKWStandzeitFeierteage.Image = CType(resources.GetObject("btnLKWStandzeitFeierteage.Image"), System.Drawing.Image)
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(104, 145)
Me.btnLKWStandzeitFeierteage.Location = New System.Drawing.Point(298, 33)
Me.btnLKWStandzeitFeierteage.Margin = New System.Windows.Forms.Padding(0)
Me.btnLKWStandzeitFeierteage.Name = "btnLKWStandzeitFeierteage"
Me.btnLKWStandzeitFeierteage.Size = New System.Drawing.Size(89, 83)
@@ -465,7 +511,7 @@ 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(11, 145)
Me.btnLKWStandzeitWE.Location = New System.Drawing.Point(205, 33)
Me.btnLKWStandzeitWE.Margin = New System.Windows.Forms.Padding(0)
Me.btnLKWStandzeitWE.Name = "btnLKWStandzeitWE"
Me.btnLKWStandzeitWE.Size = New System.Drawing.Size(89, 83)
@@ -479,7 +525,7 @@ Partial Class frmAddAktenvermerkShort
Me.btnZollDEEingereicht.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnZollDEEingereicht.Image = CType(resources.GetObject("btnZollDEEingereicht.Image"), System.Drawing.Image)
Me.btnZollDEEingereicht.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnZollDEEingereicht.Location = New System.Drawing.Point(309, 145)
Me.btnZollDEEingereicht.Location = New System.Drawing.Point(104, 145)
Me.btnZollDEEingereicht.Margin = New System.Windows.Forms.Padding(0)
Me.btnZollDEEingereicht.Name = "btnZollDEEingereicht"
Me.btnZollDEEingereicht.Size = New System.Drawing.Size(89, 83)
@@ -493,7 +539,7 @@ Partial Class frmAddAktenvermerkShort
Me.btnZollATEingereicht.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnZollATEingereicht.Image = CType(resources.GetObject("btnZollATEingereicht.Image"), System.Drawing.Image)
Me.btnZollATEingereicht.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnZollATEingereicht.Location = New System.Drawing.Point(216, 145)
Me.btnZollATEingereicht.Location = New System.Drawing.Point(11, 145)
Me.btnZollATEingereicht.Margin = New System.Windows.Forms.Padding(0)
Me.btnZollATEingereicht.Name = "btnZollATEingereicht"
Me.btnZollATEingereicht.Size = New System.Drawing.Size(89, 83)
@@ -519,28 +565,18 @@ Partial Class frmAddAktenvermerkShort
Me.Label15.AutoSize = True
Me.Label15.BackColor = System.Drawing.Color.Transparent
Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.Location = New System.Drawing.Point(213, 129)
Me.Label15.Location = New System.Drawing.Point(8, 129)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(28, 13)
Me.Label15.TabIndex = 3
Me.Label15.Text = "Zoll"
'
'Label24
'
Me.Label24.AutoSize = True
Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label24.Location = New System.Drawing.Point(11, 240)
Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(151, 13)
Me.Label24.TabIndex = 8
Me.Label24.Text = "Akt / Aviso weitergeleitet"
'
'Label16
'
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(8, 129)
Me.Label16.Location = New System.Drawing.Point(202, 20)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(60, 13)
Me.Label16.TabIndex = 9
@@ -548,10 +584,11 @@ Partial Class frmAddAktenvermerkShort
'
'Label14
'
Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label14.AutoSize = True
Me.Label14.BackColor = System.Drawing.Color.Transparent
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.Location = New System.Drawing.Point(213, 17)
Me.Label14.Location = New System.Drawing.Point(29, 0)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(38, 13)
Me.Label14.TabIndex = 2
@@ -561,7 +598,7 @@ Partial Class frmAddAktenvermerkShort
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(414, 534)
Me.ClientSize = New System.Drawing.Size(401, 482)
Me.Controls.Add(Me.pnlAktenVermerk)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
@@ -571,6 +608,8 @@ Partial Class frmAddAktenvermerkShort
Me.Text = "Aktenvermerk"
Me.pnlAktenVermerk.ResumeLayout(False)
Me.pnlAktenVermerk.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
@@ -612,4 +651,6 @@ Partial Class frmAddAktenvermerkShort
Friend WithEvents btnDispoangefordert As Button
Friend WithEvents txtFreigabeInfo As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents btnDEZollDIGITAL As Button
Friend WithEvents Panel1 As Panel
End Class