This commit is contained in:
2022-03-21 09:19:52 +01:00
parent 4491b88deb
commit a4ad6cc8c8
68 changed files with 12141 additions and 6529 deletions

View File

@@ -30,10 +30,12 @@ Partial Class frmAddAktenvermerkShort
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.Label14 = New System.Windows.Forms.Label()
Me.btnNichtAvisiert = New System.Windows.Forms.Button()
Me.txtFreigabeInfo = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.btnSFD = New System.Windows.Forms.Button()
Me.btnDispoangefordert = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
@@ -52,7 +54,6 @@ Partial Class frmAddAktenvermerkShort
Me.btnVorbereitet = New System.Windows.Forms.Button()
Me.btnVorgeschrieben = New System.Windows.Forms.Button()
Me.btnSpaetAvisiert = New System.Windows.Forms.Button()
Me.btnNichtAvisiert = 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()
@@ -60,7 +61,7 @@ Partial Class frmAddAktenvermerkShort
Me.optKeineAuswahl = New System.Windows.Forms.RadioButton()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.btnLKWumgemeldet = New System.Windows.Forms.Button()
Me.pnlAktenVermerk.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.pnl.SuspendLayout()
@@ -70,6 +71,7 @@ Partial Class frmAddAktenvermerkShort
'
Me.pnlAktenVermerk.BackColor = System.Drawing.Color.White
Me.pnlAktenVermerk.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlAktenVermerk.Controls.Add(Me.btnLKWumgemeldet)
Me.pnlAktenVermerk.Controls.Add(Me.btnDEZollDIGITAL)
Me.pnlAktenVermerk.Controls.Add(Me.Panel1)
Me.pnlAktenVermerk.Controls.Add(Me.txtFreigabeInfo)
@@ -96,7 +98,7 @@ Partial Class frmAddAktenvermerkShort
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(401, 482)
Me.pnlAktenVermerk.Size = New System.Drawing.Size(401, 509)
Me.pnlAktenVermerk.TabIndex = 0
'
'btnDEZollDIGITAL
@@ -123,7 +125,7 @@ Partial Class frmAddAktenvermerkShort
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.Location = New System.Drawing.Point(308, 255)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(70, 25)
Me.Panel1.TabIndex = 106
@@ -178,19 +180,6 @@ Partial Class frmAddAktenvermerkShort
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
@@ -204,11 +193,38 @@ Partial Class frmAddAktenvermerkShort
Me.btnQS.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnQS.UseVisualStyleBackColor = True
'
'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(29, 0)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(38, 13)
Me.Label14.TabIndex = 2
Me.Label14.Text = "Aviso"
'
'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(32, 16)
Me.btnNichtAvisiert.Margin = New System.Windows.Forms.Padding(0)
Me.btnNichtAvisiert.Name = "btnNichtAvisiert"
Me.btnNichtAvisiert.Size = New System.Drawing.Size(89, 83)
Me.btnNichtAvisiert.TabIndex = 90
Me.btnNichtAvisiert.Text = "nicht" & Global.Microsoft.VisualBasic.ChrW(10) & "avisiert"
Me.btnNichtAvisiert.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnNichtAvisiert.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, 437)
Me.txtFreigabeInfo.Location = New System.Drawing.Point(11, 464)
Me.txtFreigabeInfo.Multiline = True
Me.txtFreigabeInfo.Name = "txtFreigabeInfo"
Me.txtFreigabeInfo.Size = New System.Drawing.Size(182, 40)
@@ -219,19 +235,32 @@ Partial Class frmAddAktenvermerkShort
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, 421)
Me.Label4.Location = New System.Drawing.Point(11, 448)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(86, 13)
Me.Label4.TabIndex = 104
Me.Label4.Text = "Freigabe Info:"
'
'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
'
'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(11, 318)
Me.btnDispoangefordert.Location = New System.Drawing.Point(11, 342)
Me.btnDispoangefordert.Name = "btnDispoangefordert"
Me.btnDispoangefordert.Size = New System.Drawing.Size(182, 27)
Me.btnDispoangefordert.TabIndex = 103
@@ -245,7 +274,7 @@ Partial Class frmAddAktenvermerkShort
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(11, 289)
Me.Button3.Location = New System.Drawing.Point(11, 316)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(182, 27)
Me.Button3.TabIndex = 102
@@ -258,7 +287,7 @@ Partial Class frmAddAktenvermerkShort
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, 352)
Me.Label3.Location = New System.Drawing.Point(11, 379)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(66, 13)
Me.Label3.TabIndex = 101
@@ -268,7 +297,7 @@ Partial Class frmAddAktenvermerkShort
'
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, 368)
Me.txtSonstiges.Location = New System.Drawing.Point(11, 395)
Me.txtSonstiges.Multiline = True
Me.txtSonstiges.Name = "txtSonstiges"
Me.txtSonstiges.Size = New System.Drawing.Size(137, 46)
@@ -280,7 +309,7 @@ Partial Class frmAddAktenvermerkShort
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, 368)
Me.btnSonstiges.Location = New System.Drawing.Point(154, 395)
Me.btnSonstiges.Name = "btnSonstiges"
Me.btnSonstiges.Size = New System.Drawing.Size(39, 46)
Me.btnSonstiges.TabIndex = 99
@@ -357,7 +386,7 @@ 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(212, 256)
Me.pnl.Location = New System.Drawing.Point(212, 283)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(197, 225)
Me.pnl.TabIndex = 93
@@ -477,21 +506,6 @@ Partial Class frmAddAktenvermerkShort
Me.btnSpaetAvisiert.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSpaetAvisiert.UseVisualStyleBackColor = True
'
'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(32, 16)
Me.btnNichtAvisiert.Margin = New System.Windows.Forms.Padding(0)
Me.btnNichtAvisiert.Name = "btnNichtAvisiert"
Me.btnNichtAvisiert.Size = New System.Drawing.Size(89, 83)
Me.btnNichtAvisiert.TabIndex = 90
Me.btnNichtAvisiert.Text = "nicht" & Global.Microsoft.VisualBasic.ChrW(10) & "avisiert"
Me.btnNichtAvisiert.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnNichtAvisiert.UseVisualStyleBackColor = True
'
'btnLKWStandzeitFeierteage
'
Me.btnLKWStandzeitFeierteage.FlatStyle = System.Windows.Forms.FlatStyle.Flat
@@ -582,23 +596,24 @@ Partial Class frmAddAktenvermerkShort
Me.Label16.TabIndex = 9
Me.Label16.Text = "Standzeit"
'
'Label14
'btnLKWumgemeldet
'
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(29, 0)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(38, 13)
Me.Label14.TabIndex = 2
Me.Label14.Text = "Aviso"
Me.btnLKWumgemeldet.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnLKWumgemeldet.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnLKWumgemeldet.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnLKWumgemeldet.Location = New System.Drawing.Point(11, 282)
Me.btnLKWumgemeldet.Name = "btnLKWumgemeldet"
Me.btnLKWumgemeldet.Size = New System.Drawing.Size(182, 27)
Me.btnLKWumgemeldet.TabIndex = 108
Me.btnLKWumgemeldet.Text = "LKW umgemeldet"
Me.btnLKWumgemeldet.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnLKWumgemeldet.UseVisualStyleBackColor = True
'
'frmAddAktenvermerkShort
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(401, 482)
Me.ClientSize = New System.Drawing.Size(401, 509)
Me.Controls.Add(Me.pnlAktenVermerk)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
@@ -653,4 +668,5 @@ Partial Class frmAddAktenvermerkShort
Friend WithEvents Label4 As Label
Friend WithEvents btnDEZollDIGITAL As Button
Friend WithEvents Panel1 As Panel
Friend WithEvents btnLKWumgemeldet As Button
End Class