neu 3.5.5.5

This commit is contained in:
2020-10-21 07:40:55 +02:00
parent ff29a8d491
commit 4f81004835
8 changed files with 649 additions and 474 deletions

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.5.5.3")> <Assembly: AssemblyVersion("3.5.5.5")>
<Assembly: AssemblyFileVersion("3.5.5.3")> <Assembly: AssemblyFileVersion("3.5.5.5")>

View File

@@ -1429,7 +1429,7 @@ Namespace My.Resources
End Property End Property
'''<summary> '''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die 3.5.5.3 ähnelt. ''' Sucht eine lokalisierte Zeichenfolge, die 3.5.5.5 ähnelt.
'''</summary> '''</summary>
Friend ReadOnly Property Version() As String Friend ReadOnly Property Version() As String
Get Get

View File

@@ -536,7 +536,7 @@
<value>..\Resources\plus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\plus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Version" xml:space="preserve"> <data name="Version" xml:space="preserve">
<value>3.5.5.3</value> <value>3.5.5.5</value>
</data> </data>
<data name="statusBtn_vorgeschrieben_Aktiv" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="statusBtn_vorgeschrieben_Aktiv" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\statusBtn_vorgeschrieben_Aktiv.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\statusBtn_vorgeschrieben_Aktiv.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

View File

@@ -71,6 +71,8 @@ Partial Class frmAvisoWeiterleiten
Me.btnUNIPED = New System.Windows.Forms.Button() Me.btnUNIPED = New System.Windows.Forms.Button()
Me.btnIMEX = New System.Windows.Forms.Button() Me.btnIMEX = New System.Windows.Forms.Button()
Me.btnFrontoffice = New System.Windows.Forms.Button() Me.btnFrontoffice = New System.Windows.Forms.Button()
Me.btnVERIMEX = New System.Windows.Forms.Button()
Me.btnAMBAR = New System.Windows.Forms.Button()
Me.Panel5 = New System.Windows.Forms.Panel() Me.Panel5 = New System.Windows.Forms.Panel()
Me.Label6 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label()
Me.dgvAnmhaenge = New System.Windows.Forms.DataGridView() Me.dgvAnmhaenge = New System.Windows.Forms.DataGridView()
@@ -79,7 +81,6 @@ Partial Class frmAvisoWeiterleiten
Me.Button1 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button()
Me.Label5 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label()
Me.rtbVermerk = New System.Windows.Forms.RichTextBox() Me.rtbVermerk = New System.Windows.Forms.RichTextBox()
Me.btnVERIMEX = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout() Me.pnl.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel2.SuspendLayout() Me.Panel2.SuspendLayout()
@@ -108,8 +109,9 @@ Partial Class frmAvisoWeiterleiten
Me.pnl.Controls.Add(Me.Button3) Me.pnl.Controls.Add(Me.Button3)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.pnl.Name = "pnl" Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(854, 37) Me.pnl.Size = New System.Drawing.Size(1469, 57)
Me.pnl.TabIndex = 0 Me.pnl.TabIndex = 0
' '
'Label3 'Label3
@@ -117,9 +119,10 @@ Partial Class frmAvisoWeiterleiten
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label3.AutoSize = True Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!) Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
Me.Label3.Location = New System.Drawing.Point(697, 7) Me.Label3.Location = New System.Drawing.Point(1234, 11)
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label3.Name = "Label3" Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(109, 24) Me.Label3.Size = New System.Drawing.Size(167, 32)
Me.Label3.TabIndex = 8 Me.Label3.TabIndex = 8
Me.Label3.Text = "Weiterleiten" Me.Label3.Text = "Weiterleiten"
' '
@@ -127,18 +130,20 @@ Partial Class frmAvisoWeiterleiten
' '
Me.pic.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pic.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.pic.Image = Global.AVISO.My.Resources.Resources.weiterleiten_small1 Me.pic.Image = Global.AVISO.My.Resources.Resources.weiterleiten_small1
Me.pic.Location = New System.Drawing.Point(810, 3) Me.pic.Location = New System.Drawing.Point(1403, 5)
Me.pic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.pic.Name = "pic" Me.pic.Name = "pic"
Me.pic.Size = New System.Drawing.Size(44, 32) Me.pic.Size = New System.Drawing.Size(66, 49)
Me.pic.TabIndex = 7 Me.pic.TabIndex = 7
Me.pic.TabStop = False Me.pic.TabStop = False
' '
'lbl 'lbl
' '
Me.lbl.AutoSize = True Me.lbl.AutoSize = True
Me.lbl.Location = New System.Drawing.Point(12, 9) Me.lbl.Location = New System.Drawing.Point(18, 14)
Me.lbl.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lbl.Name = "lbl" Me.lbl.Name = "lbl"
Me.lbl.Size = New System.Drawing.Size(207, 13) Me.lbl.Size = New System.Drawing.Size(309, 20)
Me.lbl.TabIndex = 0 Me.lbl.TabIndex = 0
Me.lbl.Text = "Bitte geben Sie das Weiterleitungs-Ziel an:" Me.lbl.Text = "Bitte geben Sie das Weiterleitungs-Ziel an:"
' '
@@ -146,9 +151,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button3.Location = New System.Drawing.Point(397, 106) Me.Button3.Location = New System.Drawing.Point(596, 163)
Me.Button3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button3.Name = "Button3" Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(191, 42) Me.Button3.Size = New System.Drawing.Size(286, 65)
Me.Button3.TabIndex = 6 Me.Button3.TabIndex = 6
Me.Button3.Text = "UNISPED" Me.Button3.Text = "UNISPED"
Me.Button3.UseVisualStyleBackColor = True Me.Button3.UseVisualStyleBackColor = True
@@ -162,9 +168,10 @@ Partial Class frmAvisoWeiterleiten
Me.Panel2.Controls.Add(Me.dgvMitarbeiter) Me.Panel2.Controls.Add(Me.dgvMitarbeiter)
Me.Panel2.Controls.Add(Me.MyTextBox1) Me.Panel2.Controls.Add(Me.MyTextBox1)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left
Me.Panel2.Location = New System.Drawing.Point(0, 37) Me.Panel2.Location = New System.Drawing.Point(0, 57)
Me.Panel2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Panel2.Name = "Panel2" Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(320, 599) Me.Panel2.Size = New System.Drawing.Size(479, 921)
Me.Panel2.TabIndex = 17 Me.Panel2.TabIndex = 17
' '
'btnTeam 'btnTeam
@@ -173,9 +180,10 @@ Partial Class frmAvisoWeiterleiten
Me.btnTeam.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.btnTeam.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnTeam.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnTeam.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnTeam.ForeColor = System.Drawing.Color.White Me.btnTeam.ForeColor = System.Drawing.Color.White
Me.btnTeam.Location = New System.Drawing.Point(161, 540) Me.btnTeam.Location = New System.Drawing.Point(242, 831)
Me.btnTeam.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnTeam.Name = "btnTeam" Me.btnTeam.Name = "btnTeam"
Me.btnTeam.Size = New System.Drawing.Size(140, 42) Me.btnTeam.Size = New System.Drawing.Size(210, 65)
Me.btnTeam.TabIndex = 14 Me.btnTeam.TabIndex = 14
Me.btnTeam.Text = "senden an" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "TEAM" Me.btnTeam.Text = "senden an" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "TEAM"
Me.btnTeam.UseVisualStyleBackColor = False Me.btnTeam.UseVisualStyleBackColor = False
@@ -186,9 +194,10 @@ Partial Class frmAvisoWeiterleiten
Me.btnBenutzer.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.btnBenutzer.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnBenutzer.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnBenutzer.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnBenutzer.ForeColor = System.Drawing.Color.White Me.btnBenutzer.ForeColor = System.Drawing.Color.White
Me.btnBenutzer.Location = New System.Drawing.Point(15, 540) Me.btnBenutzer.Location = New System.Drawing.Point(22, 831)
Me.btnBenutzer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnBenutzer.Name = "btnBenutzer" Me.btnBenutzer.Name = "btnBenutzer"
Me.btnBenutzer.Size = New System.Drawing.Size(140, 42) Me.btnBenutzer.Size = New System.Drawing.Size(210, 65)
Me.btnBenutzer.TabIndex = 13 Me.btnBenutzer.TabIndex = 13
Me.btnBenutzer.Text = "senden an" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "BENUTZER" Me.btnBenutzer.Text = "senden an" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "BENUTZER"
Me.btnBenutzer.UseVisualStyleBackColor = False Me.btnBenutzer.UseVisualStyleBackColor = False
@@ -196,9 +205,10 @@ Partial Class frmAvisoWeiterleiten
'Label2 'Label2
' '
Me.Label2.AutoSize = True Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 9) Me.Label2.Location = New System.Drawing.Point(18, 14)
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label2.Name = "Label2" Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 13) Me.Label2.Size = New System.Drawing.Size(59, 20)
Me.Label2.TabIndex = 11 Me.Label2.TabIndex = 11
Me.Label2.Text = "Suche:" Me.Label2.Text = "Suche:"
' '
@@ -210,12 +220,13 @@ Partial Class frmAvisoWeiterleiten
Me.dgvMitarbeiter.AllowUserToResizeRows = False Me.dgvMitarbeiter.AllowUserToResizeRows = False
Me.dgvMitarbeiter.BackgroundColor = System.Drawing.Color.White Me.dgvMitarbeiter.BackgroundColor = System.Drawing.Color.White
Me.dgvMitarbeiter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvMitarbeiter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvMitarbeiter.Location = New System.Drawing.Point(15, 48) Me.dgvMitarbeiter.Location = New System.Drawing.Point(22, 74)
Me.dgvMitarbeiter.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.dgvMitarbeiter.MultiSelect = False Me.dgvMitarbeiter.MultiSelect = False
Me.dgvMitarbeiter.Name = "dgvMitarbeiter" Me.dgvMitarbeiter.Name = "dgvMitarbeiter"
Me.dgvMitarbeiter.RowHeadersVisible = False Me.dgvMitarbeiter.RowHeadersVisible = False
Me.dgvMitarbeiter.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvMitarbeiter.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvMitarbeiter.Size = New System.Drawing.Size(286, 486) Me.dgvMitarbeiter.Size = New System.Drawing.Size(429, 748)
Me.dgvMitarbeiter.TabIndex = 10 Me.dgvMitarbeiter.TabIndex = 10
' '
'MyTextBox1 'MyTextBox1
@@ -231,12 +242,13 @@ Partial Class frmAvisoWeiterleiten
Me.MyTextBox1._Waehrung = False Me.MyTextBox1._Waehrung = False
Me.MyTextBox1._WaehrungZeichen = True Me.MyTextBox1._WaehrungZeichen = True
Me.MyTextBox1.ForeColor = System.Drawing.Color.Black Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
Me.MyTextBox1.Location = New System.Drawing.Point(15, 25) Me.MyTextBox1.Location = New System.Drawing.Point(22, 38)
Me.MyTextBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyTextBox1.MaxLineLength = -1 Me.MyTextBox1.MaxLineLength = -1
Me.MyTextBox1.MaxLines_Warning = "" Me.MyTextBox1.MaxLines_Warning = ""
Me.MyTextBox1.MaxLines_Warning_Label = Nothing Me.MyTextBox1.MaxLines_Warning_Label = Nothing
Me.MyTextBox1.Name = "MyTextBox1" Me.MyTextBox1.Name = "MyTextBox1"
Me.MyTextBox1.Size = New System.Drawing.Size(286, 20) Me.MyTextBox1.Size = New System.Drawing.Size(427, 26)
Me.MyTextBox1.TabIndex = 9 Me.MyTextBox1.TabIndex = 9
' '
'Panel4 'Panel4
@@ -247,9 +259,10 @@ Partial Class frmAvisoWeiterleiten
Me.Panel4.Controls.Add(Me.MyFlowLayoutPanel1) Me.Panel4.Controls.Add(Me.MyFlowLayoutPanel1)
Me.Panel4.Controls.Add(Me.Panel5) Me.Panel4.Controls.Add(Me.Panel5)
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel4.Location = New System.Drawing.Point(320, 37) Me.Panel4.Location = New System.Drawing.Point(479, 57)
Me.Panel4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Panel4.Name = "Panel4" Me.Panel4.Name = "Panel4"
Me.Panel4.Size = New System.Drawing.Size(534, 599) Me.Panel4.Size = New System.Drawing.Size(990, 921)
Me.Panel4.TabIndex = 20 Me.Panel4.TabIndex = 20
' '
'Panel1 'Panel1
@@ -259,17 +272,19 @@ Partial Class frmAvisoWeiterleiten
Me.Panel1.Controls.Add(Me.Panel3) Me.Panel1.Controls.Add(Me.Panel3)
Me.Panel1.Controls.Add(Me.MyFlowLayoutPanel2) Me.Panel1.Controls.Add(Me.MyFlowLayoutPanel2)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
Me.Panel1.Location = New System.Drawing.Point(200, 57) Me.Panel1.Location = New System.Drawing.Point(299, 88)
Me.Panel1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Panel1.Name = "Panel1" Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(325, 365) Me.Panel1.Size = New System.Drawing.Size(672, 562)
Me.Panel1.TabIndex = 20 Me.Panel1.TabIndex = 20
' '
'flpFirma 'flpFirma
' '
Me.flpFirma.Dock = System.Windows.Forms.DockStyle.Fill Me.flpFirma.Dock = System.Windows.Forms.DockStyle.Fill
Me.flpFirma.Location = New System.Drawing.Point(0, 28) Me.flpFirma.Location = New System.Drawing.Point(0, 43)
Me.flpFirma.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.flpFirma.Name = "flpFirma" Me.flpFirma.Name = "flpFirma"
Me.flpFirma.Size = New System.Drawing.Size(323, 335) Me.flpFirma.Size = New System.Drawing.Size(670, 517)
Me.flpFirma.TabIndex = 1 Me.flpFirma.TabIndex = 1
' '
'Panel3 'Panel3
@@ -279,25 +294,28 @@ Partial Class frmAvisoWeiterleiten
Me.Panel3.Controls.Add(Me.MyFlowLayoutPanel4) Me.Panel3.Controls.Add(Me.MyFlowLayoutPanel4)
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel3.Location = New System.Drawing.Point(0, 0) Me.Panel3.Location = New System.Drawing.Point(0, 0)
Me.Panel3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Panel3.Name = "Panel3" Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(323, 28) Me.Panel3.Size = New System.Drawing.Size(670, 43)
Me.Panel3.TabIndex = 2 Me.Panel3.TabIndex = 2
' '
'Label1 'Label1
' '
Me.Label1.AutoSize = True Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold) Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold)
Me.Label1.Location = New System.Drawing.Point(3, 6) Me.Label1.Location = New System.Drawing.Point(4, 9)
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label1.Name = "Label1" Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 17) Me.Label1.Size = New System.Drawing.Size(73, 25)
Me.Label1.TabIndex = 2 Me.Label1.TabIndex = 2
Me.Label1.Text = "Firma:" Me.Label1.Text = "Firma:"
' '
'MyFlowLayoutPanel3 'MyFlowLayoutPanel3
' '
Me.MyFlowLayoutPanel3.Location = New System.Drawing.Point(170, 93) Me.MyFlowLayoutPanel3.Location = New System.Drawing.Point(255, 143)
Me.MyFlowLayoutPanel3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyFlowLayoutPanel3.Name = "MyFlowLayoutPanel3" Me.MyFlowLayoutPanel3.Name = "MyFlowLayoutPanel3"
Me.MyFlowLayoutPanel3.Size = New System.Drawing.Size(593, 431) Me.MyFlowLayoutPanel3.Size = New System.Drawing.Size(890, 663)
Me.MyFlowLayoutPanel3.TabIndex = 1 Me.MyFlowLayoutPanel3.TabIndex = 1
' '
'MyFlowLayoutPanel4 'MyFlowLayoutPanel4
@@ -306,18 +324,20 @@ Partial Class frmAvisoWeiterleiten
Me.MyFlowLayoutPanel4.Controls.Add(Me.Button11) Me.MyFlowLayoutPanel4.Controls.Add(Me.Button11)
Me.MyFlowLayoutPanel4.Controls.Add(Me.Button12) Me.MyFlowLayoutPanel4.Controls.Add(Me.Button12)
Me.MyFlowLayoutPanel4.Controls.Add(Me.Button13) Me.MyFlowLayoutPanel4.Controls.Add(Me.Button13)
Me.MyFlowLayoutPanel4.Location = New System.Drawing.Point(57, 265) Me.MyFlowLayoutPanel4.Location = New System.Drawing.Point(86, 408)
Me.MyFlowLayoutPanel4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyFlowLayoutPanel4.Name = "MyFlowLayoutPanel4" Me.MyFlowLayoutPanel4.Name = "MyFlowLayoutPanel4"
Me.MyFlowLayoutPanel4.Size = New System.Drawing.Size(200, 431) Me.MyFlowLayoutPanel4.Size = New System.Drawing.Size(300, 663)
Me.MyFlowLayoutPanel4.TabIndex = 1 Me.MyFlowLayoutPanel4.TabIndex = 1
' '
'Button10 'Button10
' '
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button10.Location = New System.Drawing.Point(3, 3) Me.Button10.Location = New System.Drawing.Point(4, 5)
Me.Button10.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button10.Name = "Button10" Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(191, 42) Me.Button10.Size = New System.Drawing.Size(286, 65)
Me.Button10.TabIndex = 3 Me.Button10.TabIndex = 3
Me.Button10.Text = "TEAM" Me.Button10.Text = "TEAM"
Me.Button10.UseVisualStyleBackColor = True Me.Button10.UseVisualStyleBackColor = True
@@ -326,9 +346,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button11.Location = New System.Drawing.Point(3, 51) Me.Button11.Location = New System.Drawing.Point(4, 80)
Me.Button11.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button11.Name = "Button11" Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(191, 42) Me.Button11.Size = New System.Drawing.Size(286, 65)
Me.Button11.TabIndex = 1 Me.Button11.TabIndex = 1
Me.Button11.Text = "NIEDERLASSUNG" Me.Button11.Text = "NIEDERLASSUNG"
Me.Button11.UseVisualStyleBackColor = True Me.Button11.UseVisualStyleBackColor = True
@@ -337,9 +358,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button12.Location = New System.Drawing.Point(3, 99) Me.Button12.Location = New System.Drawing.Point(4, 155)
Me.Button12.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button12.Name = "Button12" Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(191, 42) Me.Button12.Size = New System.Drawing.Size(286, 65)
Me.Button12.TabIndex = 2 Me.Button12.TabIndex = 2
Me.Button12.Text = "ABTEILUNG" Me.Button12.Text = "ABTEILUNG"
Me.Button12.UseVisualStyleBackColor = True Me.Button12.UseVisualStyleBackColor = True
@@ -349,9 +371,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button13.Location = New System.Drawing.Point(3, 147) Me.Button13.Location = New System.Drawing.Point(4, 230)
Me.Button13.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button13.Name = "Button13" Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(191, 42) Me.Button13.Size = New System.Drawing.Size(286, 65)
Me.Button13.TabIndex = 4 Me.Button13.TabIndex = 4
Me.Button13.Text = "FIRMA" Me.Button13.Text = "FIRMA"
Me.Button13.UseVisualStyleBackColor = True Me.Button13.UseVisualStyleBackColor = True
@@ -362,18 +385,20 @@ Partial Class frmAvisoWeiterleiten
Me.MyFlowLayoutPanel2.Controls.Add(Me.Button4) Me.MyFlowLayoutPanel2.Controls.Add(Me.Button4)
Me.MyFlowLayoutPanel2.Controls.Add(Me.Button5) Me.MyFlowLayoutPanel2.Controls.Add(Me.Button5)
Me.MyFlowLayoutPanel2.Controls.Add(Me.Button7) Me.MyFlowLayoutPanel2.Controls.Add(Me.Button7)
Me.MyFlowLayoutPanel2.Location = New System.Drawing.Point(57, 265) Me.MyFlowLayoutPanel2.Location = New System.Drawing.Point(86, 408)
Me.MyFlowLayoutPanel2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyFlowLayoutPanel2.Name = "MyFlowLayoutPanel2" Me.MyFlowLayoutPanel2.Name = "MyFlowLayoutPanel2"
Me.MyFlowLayoutPanel2.Size = New System.Drawing.Size(200, 431) Me.MyFlowLayoutPanel2.Size = New System.Drawing.Size(300, 663)
Me.MyFlowLayoutPanel2.TabIndex = 1 Me.MyFlowLayoutPanel2.TabIndex = 1
' '
'Button6 'Button6
' '
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button6.Location = New System.Drawing.Point(3, 3) Me.Button6.Location = New System.Drawing.Point(4, 5)
Me.Button6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button6.Name = "Button6" Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(191, 42) Me.Button6.Size = New System.Drawing.Size(286, 65)
Me.Button6.TabIndex = 3 Me.Button6.TabIndex = 3
Me.Button6.Text = "TEAM" Me.Button6.Text = "TEAM"
Me.Button6.UseVisualStyleBackColor = True Me.Button6.UseVisualStyleBackColor = True
@@ -382,9 +407,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button4.Location = New System.Drawing.Point(3, 51) Me.Button4.Location = New System.Drawing.Point(4, 80)
Me.Button4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button4.Name = "Button4" Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(191, 42) Me.Button4.Size = New System.Drawing.Size(286, 65)
Me.Button4.TabIndex = 1 Me.Button4.TabIndex = 1
Me.Button4.Text = "NIEDERLASSUNG" Me.Button4.Text = "NIEDERLASSUNG"
Me.Button4.UseVisualStyleBackColor = True Me.Button4.UseVisualStyleBackColor = True
@@ -393,9 +419,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button5.Location = New System.Drawing.Point(3, 99) Me.Button5.Location = New System.Drawing.Point(4, 155)
Me.Button5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button5.Name = "Button5" Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(191, 42) Me.Button5.Size = New System.Drawing.Size(286, 65)
Me.Button5.TabIndex = 2 Me.Button5.TabIndex = 2
Me.Button5.Text = "ABTEILUNG" Me.Button5.Text = "ABTEILUNG"
Me.Button5.UseVisualStyleBackColor = True Me.Button5.UseVisualStyleBackColor = True
@@ -405,9 +432,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button7.Location = New System.Drawing.Point(3, 147) Me.Button7.Location = New System.Drawing.Point(4, 230)
Me.Button7.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button7.Name = "Button7" Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(191, 42) Me.Button7.Size = New System.Drawing.Size(286, 65)
Me.Button7.TabIndex = 4 Me.Button7.TabIndex = 4
Me.Button7.Text = "FIRMA" Me.Button7.Text = "FIRMA"
Me.Button7.UseVisualStyleBackColor = True Me.Button7.UseVisualStyleBackColor = True
@@ -419,17 +447,19 @@ Partial Class frmAvisoWeiterleiten
Me.Panel7.Controls.Add(Me.Panel8) Me.Panel7.Controls.Add(Me.Panel8)
Me.Panel7.Controls.Add(Me.MyFlowLayoutPanel16) Me.Panel7.Controls.Add(Me.MyFlowLayoutPanel16)
Me.Panel7.Dock = System.Windows.Forms.DockStyle.Left Me.Panel7.Dock = System.Windows.Forms.DockStyle.Left
Me.Panel7.Location = New System.Drawing.Point(0, 57) Me.Panel7.Location = New System.Drawing.Point(0, 88)
Me.Panel7.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Panel7.Name = "Panel7" Me.Panel7.Name = "Panel7"
Me.Panel7.Size = New System.Drawing.Size(200, 365) Me.Panel7.Size = New System.Drawing.Size(299, 562)
Me.Panel7.TabIndex = 19 Me.Panel7.TabIndex = 19
' '
'flpTeams 'flpTeams
' '
Me.flpTeams.Dock = System.Windows.Forms.DockStyle.Fill Me.flpTeams.Dock = System.Windows.Forms.DockStyle.Fill
Me.flpTeams.Location = New System.Drawing.Point(0, 28) Me.flpTeams.Location = New System.Drawing.Point(0, 43)
Me.flpTeams.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.flpTeams.Name = "flpTeams" Me.flpTeams.Name = "flpTeams"
Me.flpTeams.Size = New System.Drawing.Size(198, 335) Me.flpTeams.Size = New System.Drawing.Size(297, 517)
Me.flpTeams.TabIndex = 1 Me.flpTeams.TabIndex = 1
' '
'Panel8 'Panel8
@@ -439,25 +469,28 @@ Partial Class frmAvisoWeiterleiten
Me.Panel8.Controls.Add(Me.MyFlowLayoutPanel15) Me.Panel8.Controls.Add(Me.MyFlowLayoutPanel15)
Me.Panel8.Dock = System.Windows.Forms.DockStyle.Top Me.Panel8.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel8.Location = New System.Drawing.Point(0, 0) Me.Panel8.Location = New System.Drawing.Point(0, 0)
Me.Panel8.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Panel8.Name = "Panel8" Me.Panel8.Name = "Panel8"
Me.Panel8.Size = New System.Drawing.Size(198, 28) Me.Panel8.Size = New System.Drawing.Size(297, 43)
Me.Panel8.TabIndex = 2 Me.Panel8.TabIndex = 2
' '
'Label4 'Label4
' '
Me.Label4.AutoSize = True Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold) Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold)
Me.Label4.Location = New System.Drawing.Point(3, 6) Me.Label4.Location = New System.Drawing.Point(4, 9)
Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label4.Name = "Label4" Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(53, 17) Me.Label4.Size = New System.Drawing.Size(74, 25)
Me.Label4.TabIndex = 2 Me.Label4.TabIndex = 2
Me.Label4.Text = "Team:" Me.Label4.Text = "Team:"
' '
'MyFlowLayoutPanel14 'MyFlowLayoutPanel14
' '
Me.MyFlowLayoutPanel14.Location = New System.Drawing.Point(170, 93) Me.MyFlowLayoutPanel14.Location = New System.Drawing.Point(255, 143)
Me.MyFlowLayoutPanel14.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyFlowLayoutPanel14.Name = "MyFlowLayoutPanel14" Me.MyFlowLayoutPanel14.Name = "MyFlowLayoutPanel14"
Me.MyFlowLayoutPanel14.Size = New System.Drawing.Size(593, 431) Me.MyFlowLayoutPanel14.Size = New System.Drawing.Size(890, 663)
Me.MyFlowLayoutPanel14.TabIndex = 1 Me.MyFlowLayoutPanel14.TabIndex = 1
' '
'MyFlowLayoutPanel15 'MyFlowLayoutPanel15
@@ -466,18 +499,20 @@ Partial Class frmAvisoWeiterleiten
Me.MyFlowLayoutPanel15.Controls.Add(Me.Button31) Me.MyFlowLayoutPanel15.Controls.Add(Me.Button31)
Me.MyFlowLayoutPanel15.Controls.Add(Me.Button32) Me.MyFlowLayoutPanel15.Controls.Add(Me.Button32)
Me.MyFlowLayoutPanel15.Controls.Add(Me.Button33) Me.MyFlowLayoutPanel15.Controls.Add(Me.Button33)
Me.MyFlowLayoutPanel15.Location = New System.Drawing.Point(57, 265) Me.MyFlowLayoutPanel15.Location = New System.Drawing.Point(86, 408)
Me.MyFlowLayoutPanel15.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyFlowLayoutPanel15.Name = "MyFlowLayoutPanel15" Me.MyFlowLayoutPanel15.Name = "MyFlowLayoutPanel15"
Me.MyFlowLayoutPanel15.Size = New System.Drawing.Size(200, 431) Me.MyFlowLayoutPanel15.Size = New System.Drawing.Size(300, 663)
Me.MyFlowLayoutPanel15.TabIndex = 1 Me.MyFlowLayoutPanel15.TabIndex = 1
' '
'Button30 'Button30
' '
Me.Button30.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button30.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button30.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button30.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button30.Location = New System.Drawing.Point(3, 3) Me.Button30.Location = New System.Drawing.Point(4, 5)
Me.Button30.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button30.Name = "Button30" Me.Button30.Name = "Button30"
Me.Button30.Size = New System.Drawing.Size(191, 42) Me.Button30.Size = New System.Drawing.Size(286, 65)
Me.Button30.TabIndex = 3 Me.Button30.TabIndex = 3
Me.Button30.Text = "TEAM" Me.Button30.Text = "TEAM"
Me.Button30.UseVisualStyleBackColor = True Me.Button30.UseVisualStyleBackColor = True
@@ -486,9 +521,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button31.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button31.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button31.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button31.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button31.Location = New System.Drawing.Point(3, 51) Me.Button31.Location = New System.Drawing.Point(4, 80)
Me.Button31.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button31.Name = "Button31" Me.Button31.Name = "Button31"
Me.Button31.Size = New System.Drawing.Size(191, 42) Me.Button31.Size = New System.Drawing.Size(286, 65)
Me.Button31.TabIndex = 1 Me.Button31.TabIndex = 1
Me.Button31.Text = "NIEDERLASSUNG" Me.Button31.Text = "NIEDERLASSUNG"
Me.Button31.UseVisualStyleBackColor = True Me.Button31.UseVisualStyleBackColor = True
@@ -497,9 +533,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button32.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button32.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button32.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button32.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button32.Location = New System.Drawing.Point(3, 99) Me.Button32.Location = New System.Drawing.Point(4, 155)
Me.Button32.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button32.Name = "Button32" Me.Button32.Name = "Button32"
Me.Button32.Size = New System.Drawing.Size(191, 42) Me.Button32.Size = New System.Drawing.Size(286, 65)
Me.Button32.TabIndex = 2 Me.Button32.TabIndex = 2
Me.Button32.Text = "ABTEILUNG" Me.Button32.Text = "ABTEILUNG"
Me.Button32.UseVisualStyleBackColor = True Me.Button32.UseVisualStyleBackColor = True
@@ -509,9 +546,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button33.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button33.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button33.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button33.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button33.Location = New System.Drawing.Point(3, 147) Me.Button33.Location = New System.Drawing.Point(4, 230)
Me.Button33.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button33.Name = "Button33" Me.Button33.Name = "Button33"
Me.Button33.Size = New System.Drawing.Size(191, 42) Me.Button33.Size = New System.Drawing.Size(286, 65)
Me.Button33.TabIndex = 4 Me.Button33.TabIndex = 4
Me.Button33.Text = "FIRMA" Me.Button33.Text = "FIRMA"
Me.Button33.UseVisualStyleBackColor = True Me.Button33.UseVisualStyleBackColor = True
@@ -522,18 +560,20 @@ Partial Class frmAvisoWeiterleiten
Me.MyFlowLayoutPanel16.Controls.Add(Me.Button35) Me.MyFlowLayoutPanel16.Controls.Add(Me.Button35)
Me.MyFlowLayoutPanel16.Controls.Add(Me.Button36) Me.MyFlowLayoutPanel16.Controls.Add(Me.Button36)
Me.MyFlowLayoutPanel16.Controls.Add(Me.Button37) Me.MyFlowLayoutPanel16.Controls.Add(Me.Button37)
Me.MyFlowLayoutPanel16.Location = New System.Drawing.Point(57, 265) Me.MyFlowLayoutPanel16.Location = New System.Drawing.Point(86, 408)
Me.MyFlowLayoutPanel16.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyFlowLayoutPanel16.Name = "MyFlowLayoutPanel16" Me.MyFlowLayoutPanel16.Name = "MyFlowLayoutPanel16"
Me.MyFlowLayoutPanel16.Size = New System.Drawing.Size(200, 431) Me.MyFlowLayoutPanel16.Size = New System.Drawing.Size(300, 663)
Me.MyFlowLayoutPanel16.TabIndex = 1 Me.MyFlowLayoutPanel16.TabIndex = 1
' '
'Button34 'Button34
' '
Me.Button34.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button34.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button34.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button34.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button34.Location = New System.Drawing.Point(3, 3) Me.Button34.Location = New System.Drawing.Point(4, 5)
Me.Button34.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button34.Name = "Button34" Me.Button34.Name = "Button34"
Me.Button34.Size = New System.Drawing.Size(191, 42) Me.Button34.Size = New System.Drawing.Size(286, 65)
Me.Button34.TabIndex = 3 Me.Button34.TabIndex = 3
Me.Button34.Text = "TEAM" Me.Button34.Text = "TEAM"
Me.Button34.UseVisualStyleBackColor = True Me.Button34.UseVisualStyleBackColor = True
@@ -542,9 +582,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button35.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button35.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button35.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button35.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button35.Location = New System.Drawing.Point(3, 51) Me.Button35.Location = New System.Drawing.Point(4, 80)
Me.Button35.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button35.Name = "Button35" Me.Button35.Name = "Button35"
Me.Button35.Size = New System.Drawing.Size(191, 42) Me.Button35.Size = New System.Drawing.Size(286, 65)
Me.Button35.TabIndex = 1 Me.Button35.TabIndex = 1
Me.Button35.Text = "NIEDERLASSUNG" Me.Button35.Text = "NIEDERLASSUNG"
Me.Button35.UseVisualStyleBackColor = True Me.Button35.UseVisualStyleBackColor = True
@@ -553,9 +594,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button36.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button36.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button36.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button36.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button36.Location = New System.Drawing.Point(3, 99) Me.Button36.Location = New System.Drawing.Point(4, 155)
Me.Button36.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button36.Name = "Button36" Me.Button36.Name = "Button36"
Me.Button36.Size = New System.Drawing.Size(191, 42) Me.Button36.Size = New System.Drawing.Size(286, 65)
Me.Button36.TabIndex = 2 Me.Button36.TabIndex = 2
Me.Button36.Text = "ABTEILUNG" Me.Button36.Text = "ABTEILUNG"
Me.Button36.UseVisualStyleBackColor = True Me.Button36.UseVisualStyleBackColor = True
@@ -565,9 +607,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.Button37.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button37.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button37.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button37.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button37.Location = New System.Drawing.Point(3, 147) Me.Button37.Location = New System.Drawing.Point(4, 230)
Me.Button37.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button37.Name = "Button37" Me.Button37.Name = "Button37"
Me.Button37.Size = New System.Drawing.Size(191, 42) Me.Button37.Size = New System.Drawing.Size(286, 65)
Me.Button37.TabIndex = 4 Me.Button37.TabIndex = 4
Me.Button37.Text = "FIRMA" Me.Button37.Text = "FIRMA"
Me.Button37.UseVisualStyleBackColor = True Me.Button37.UseVisualStyleBackColor = True
@@ -580,19 +623,22 @@ Partial Class frmAvisoWeiterleiten
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnIMEX) Me.MyFlowLayoutPanel1.Controls.Add(Me.btnIMEX)
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnFrontoffice) Me.MyFlowLayoutPanel1.Controls.Add(Me.btnFrontoffice)
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnVERIMEX) Me.MyFlowLayoutPanel1.Controls.Add(Me.btnVERIMEX)
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnAMBAR)
Me.MyFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top Me.MyFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 0) Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 0)
Me.MyFlowLayoutPanel1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1" Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(532, 57) Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(988, 88)
Me.MyFlowLayoutPanel1.TabIndex = 21 Me.MyFlowLayoutPanel1.TabIndex = 21
' '
'btnVERAG 'btnVERAG
' '
Me.btnVERAG.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.btnVERAG.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnVERAG.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnVERAG.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnVERAG.Location = New System.Drawing.Point(3, 3) Me.btnVERAG.Location = New System.Drawing.Point(4, 5)
Me.btnVERAG.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnVERAG.Name = "btnVERAG" Me.btnVERAG.Name = "btnVERAG"
Me.btnVERAG.Size = New System.Drawing.Size(86, 43) Me.btnVERAG.Size = New System.Drawing.Size(129, 66)
Me.btnVERAG.TabIndex = 4 Me.btnVERAG.TabIndex = 4
Me.btnVERAG.Text = "VERAG" Me.btnVERAG.Text = "VERAG"
Me.btnVERAG.UseVisualStyleBackColor = True Me.btnVERAG.UseVisualStyleBackColor = True
@@ -601,9 +647,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.btnUNIPED.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.btnUNIPED.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnUNIPED.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnUNIPED.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnUNIPED.Location = New System.Drawing.Point(95, 3) Me.btnUNIPED.Location = New System.Drawing.Point(141, 5)
Me.btnUNIPED.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnUNIPED.Name = "btnUNIPED" Me.btnUNIPED.Name = "btnUNIPED"
Me.btnUNIPED.Size = New System.Drawing.Size(86, 43) Me.btnUNIPED.Size = New System.Drawing.Size(129, 66)
Me.btnUNIPED.TabIndex = 7 Me.btnUNIPED.TabIndex = 7
Me.btnUNIPED.Text = "UNISPED" Me.btnUNIPED.Text = "UNISPED"
Me.btnUNIPED.UseVisualStyleBackColor = True Me.btnUNIPED.UseVisualStyleBackColor = True
@@ -612,9 +659,10 @@ Partial Class frmAvisoWeiterleiten
' '
Me.btnIMEX.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.btnIMEX.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnIMEX.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnIMEX.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnIMEX.Location = New System.Drawing.Point(187, 3) Me.btnIMEX.Location = New System.Drawing.Point(278, 5)
Me.btnIMEX.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnIMEX.Name = "btnIMEX" Me.btnIMEX.Name = "btnIMEX"
Me.btnIMEX.Size = New System.Drawing.Size(86, 43) Me.btnIMEX.Size = New System.Drawing.Size(129, 66)
Me.btnIMEX.TabIndex = 5 Me.btnIMEX.TabIndex = 5
Me.btnIMEX.Text = "IMEX" Me.btnIMEX.Text = "IMEX"
Me.btnIMEX.UseVisualStyleBackColor = True Me.btnIMEX.UseVisualStyleBackColor = True
@@ -623,13 +671,38 @@ Partial Class frmAvisoWeiterleiten
' '
Me.btnFrontoffice.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.btnFrontoffice.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnFrontoffice.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.btnFrontoffice.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnFrontoffice.Location = New System.Drawing.Point(279, 3) Me.btnFrontoffice.Location = New System.Drawing.Point(415, 5)
Me.btnFrontoffice.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnFrontoffice.Name = "btnFrontoffice" Me.btnFrontoffice.Name = "btnFrontoffice"
Me.btnFrontoffice.Size = New System.Drawing.Size(120, 43) Me.btnFrontoffice.Size = New System.Drawing.Size(180, 66)
Me.btnFrontoffice.TabIndex = 8 Me.btnFrontoffice.TabIndex = 8
Me.btnFrontoffice.Text = "FRONTOFFICE" Me.btnFrontoffice.Text = "FRONTOFFICE"
Me.btnFrontoffice.UseVisualStyleBackColor = True Me.btnFrontoffice.UseVisualStyleBackColor = True
' '
'btnVERIMEX
'
Me.btnVERIMEX.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnVERIMEX.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnVERIMEX.Location = New System.Drawing.Point(603, 5)
Me.btnVERIMEX.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnVERIMEX.Name = "btnVERIMEX"
Me.btnVERIMEX.Size = New System.Drawing.Size(180, 66)
Me.btnVERIMEX.TabIndex = 9
Me.btnVERIMEX.Text = "VERIMEX" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Istanbul)"
Me.btnVERIMEX.UseVisualStyleBackColor = True
'
'btnAMBAR
'
Me.btnAMBAR.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnAMBAR.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnAMBAR.Location = New System.Drawing.Point(791, 5)
Me.btnAMBAR.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.btnAMBAR.Name = "btnAMBAR"
Me.btnAMBAR.Size = New System.Drawing.Size(180, 66)
Me.btnAMBAR.TabIndex = 10
Me.btnAMBAR.Text = "AMBAR"
Me.btnAMBAR.UseVisualStyleBackColor = True
'
'Panel5 'Panel5
' '
Me.Panel5.BackColor = System.Drawing.Color.SeaShell Me.Panel5.BackColor = System.Drawing.Color.SeaShell
@@ -639,17 +712,19 @@ Partial Class frmAvisoWeiterleiten
Me.Panel5.Controls.Add(Me.Label5) Me.Panel5.Controls.Add(Me.Label5)
Me.Panel5.Controls.Add(Me.rtbVermerk) Me.Panel5.Controls.Add(Me.rtbVermerk)
Me.Panel5.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel5.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel5.Location = New System.Drawing.Point(0, 422) Me.Panel5.Location = New System.Drawing.Point(0, 650)
Me.Panel5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Panel5.Name = "Panel5" Me.Panel5.Name = "Panel5"
Me.Panel5.Size = New System.Drawing.Size(532, 175) Me.Panel5.Size = New System.Drawing.Size(988, 269)
Me.Panel5.TabIndex = 22 Me.Panel5.TabIndex = 22
' '
'Label6 'Label6
' '
Me.Label6.AutoSize = True Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(2, 90) Me.Label6.Location = New System.Drawing.Point(3, 138)
Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label6.Name = "Label6" Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(53, 13) Me.Label6.Size = New System.Drawing.Size(78, 20)
Me.Label6.TabIndex = 18 Me.Label6.TabIndex = 18
Me.Label6.Text = "Anhänge:" Me.Label6.Text = "Anhänge:"
' '
@@ -662,13 +737,14 @@ Partial Class frmAvisoWeiterleiten
Me.dgvAnmhaenge.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvAnmhaenge.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvAnmhaenge.ColumnHeadersVisible = False Me.dgvAnmhaenge.ColumnHeadersVisible = False
Me.dgvAnmhaenge.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnAnhFilePath, Me.clmnAnhFileName}) Me.dgvAnmhaenge.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnAnhFilePath, Me.clmnAnhFileName})
Me.dgvAnmhaenge.Location = New System.Drawing.Point(61, 90) Me.dgvAnmhaenge.Location = New System.Drawing.Point(92, 138)
Me.dgvAnmhaenge.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.dgvAnmhaenge.MultiSelect = False Me.dgvAnmhaenge.MultiSelect = False
Me.dgvAnmhaenge.Name = "dgvAnmhaenge" Me.dgvAnmhaenge.Name = "dgvAnmhaenge"
Me.dgvAnmhaenge.ReadOnly = True Me.dgvAnmhaenge.ReadOnly = True
Me.dgvAnmhaenge.RowHeadersVisible = False Me.dgvAnmhaenge.RowHeadersVisible = False
Me.dgvAnmhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvAnmhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvAnmhaenge.Size = New System.Drawing.Size(375, 70) Me.dgvAnmhaenge.Size = New System.Drawing.Size(562, 108)
Me.dgvAnmhaenge.TabIndex = 17 Me.dgvAnmhaenge.TabIndex = 17
' '
'clmnAnhFilePath 'clmnAnhFilePath
@@ -691,9 +767,10 @@ Partial Class frmAvisoWeiterleiten
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.ForeColor = System.Drawing.Color.White
Me.Button1.Location = New System.Drawing.Point(442, 118) Me.Button1.Location = New System.Drawing.Point(663, 182)
Me.Button1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button1.Name = "Button1" Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(82, 42) Me.Button1.Size = New System.Drawing.Size(123, 65)
Me.Button1.TabIndex = 15 Me.Button1.TabIndex = 15
Me.Button1.Text = "+ Anhang" Me.Button1.Text = "+ Anhang"
Me.Button1.UseVisualStyleBackColor = False Me.Button1.UseVisualStyleBackColor = False
@@ -701,43 +778,35 @@ Partial Class frmAvisoWeiterleiten
'Label5 'Label5
' '
Me.Label5.AutoSize = True Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(2, 16) Me.Label5.Location = New System.Drawing.Point(3, 25)
Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label5.Name = "Label5" Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(49, 13) Me.Label5.Size = New System.Drawing.Size(73, 20)
Me.Label5.TabIndex = 1 Me.Label5.TabIndex = 1
Me.Label5.Text = "Vermerk:" Me.Label5.Text = "Vermerk:"
' '
'rtbVermerk 'rtbVermerk
' '
Me.rtbVermerk.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.rtbVermerk.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.rtbVermerk.Location = New System.Drawing.Point(60, 16) Me.rtbVermerk.Location = New System.Drawing.Point(90, 25)
Me.rtbVermerk.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.rtbVermerk.MaxLength = 500 Me.rtbVermerk.MaxLength = 500
Me.rtbVermerk.Name = "rtbVermerk" Me.rtbVermerk.Name = "rtbVermerk"
Me.rtbVermerk.Size = New System.Drawing.Size(465, 71) Me.rtbVermerk.Size = New System.Drawing.Size(696, 107)
Me.rtbVermerk.TabIndex = 0 Me.rtbVermerk.TabIndex = 0
Me.rtbVermerk.Text = "" Me.rtbVermerk.Text = ""
' '
'btnVERIMEX
'
Me.btnVERIMEX.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnVERIMEX.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnVERIMEX.Location = New System.Drawing.Point(405, 3)
Me.btnVERIMEX.Name = "btnVERIMEX"
Me.btnVERIMEX.Size = New System.Drawing.Size(120, 43)
Me.btnVERIMEX.TabIndex = 9
Me.btnVERIMEX.Text = "VERIMEX" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Istanbul)"
Me.btnVERIMEX.UseVisualStyleBackColor = True
'
'frmAvisoWeiterleiten 'frmAvisoWeiterleiten
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(854, 636) Me.ClientSize = New System.Drawing.Size(1469, 978)
Me.Controls.Add(Me.Panel4) Me.Controls.Add(Me.Panel4)
Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.pnl) Me.Controls.Add(Me.pnl)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Name = "frmAvisoWeiterleiten" Me.Name = "frmAvisoWeiterleiten"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Weiterleiten" Me.Text = "Weiterleiten"
@@ -822,4 +891,5 @@ Partial Class frmAvisoWeiterleiten
Friend WithEvents clmnAnhFilePath As DataGridViewTextBoxColumn Friend WithEvents clmnAnhFilePath As DataGridViewTextBoxColumn
Friend WithEvents clmnAnhFileName As DataGridViewTextBoxColumn Friend WithEvents clmnAnhFileName As DataGridViewTextBoxColumn
Friend WithEvents btnVERIMEX As Button Friend WithEvents btnVERIMEX As Button
Friend WithEvents btnAMBAR As Button
End Class End Class

View File

@@ -198,7 +198,7 @@ Public Class frmAvisoWeiterleiten
' initButtons(sender) ' initButtons(sender)
'End Sub 'End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnVERAG.Click, btnIMEX.Click, btnUNIPED.Click, btnFrontoffice.Click, btnVERIMEX.Click Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnVERAG.Click, btnIMEX.Click, btnUNIPED.Click, btnFrontoffice.Click, btnVERIMEX.Click, btnAMBAR.Click
'flpAbteilung.Controls.Clear() 'flpAbteilung.Controls.Clear()
flpTeams.Controls.Clear() flpTeams.Controls.Clear()
' flpNiederlassung.Controls.Clear() ' flpNiederlassung.Controls.Clear()
@@ -237,6 +237,9 @@ Public Class frmAvisoWeiterleiten
ElseIf sender Is btnVERIMEX Then ElseIf sender Is btnVERIMEX Then
addBtn(flpFirma, "F", "VERIMEX", "VERIMEX", True) addBtn(flpFirma, "F", "VERIMEX", "VERIMEX", True)
ElseIf sender Is btnAMBAR Then
addBtn(flpFirma, "F", "AMBAR", "AMBAR", True)
End If End If
initButtonsTop(sender) initButtonsTop(sender)
@@ -344,4 +347,5 @@ Public Class frmAvisoWeiterleiten
dgvAnmhaenge.ClearSelection() dgvAnmhaenge.ClearSelection()
End Sub End Sub
End Class End Class

View File

@@ -1577,7 +1577,7 @@ Public Class frmEintragAviso
Label1.Visible = (cboGrenzstelle.Text = "WAI" Or VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "IMEX" Or VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "UNISPED") Label1.Visible = (cboGrenzstelle.Text = "WAI" Or VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "IMEX" Or VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "UNISPED")
Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
Case "VERAG", "FRONTOFFICE", "UNISPED", "IMEX" Case "VERAG", "FRONTOFFICE", "UNISPED", "IMEX", "AMBAR"
If cboGrenzstelle.Text = "???" Then If cboGrenzstelle.Text = "???" Then
txtBestimmungszollstelle.initSearchBox(Me.FindForm, "[basncd_dstnr] ,[basncd_dstnr] +' - ' + [basncd_name] +' (' +[basncd_alpha]+')' as displayPARAM,[basncd_dstnr] as Nr,[basncd_name] as Dienststelle,[basncd_alpha] as Land FROM basncd", {" [basncd_dstnr]", "basncd_name"}, " [basncd_gbdat] >= getdate() ", " basncd_alpha,[basncd_name]", "basncd_dstnr", "displayPARAM", "ATLAS", , 400, 200, {"displayPARAM", "basncd_dstnr"}) txtBestimmungszollstelle.initSearchBox(Me.FindForm, "[basncd_dstnr] ,[basncd_dstnr] +' - ' + [basncd_name] +' (' +[basncd_alpha]+')' as displayPARAM,[basncd_dstnr] as Nr,[basncd_name] as Dienststelle,[basncd_alpha] as Land FROM basncd", {" [basncd_dstnr]", "basncd_name"}, " [basncd_gbdat] >= getdate() ", " basncd_alpha,[basncd_name]", "basncd_dstnr", "displayPARAM", "ATLAS", , 400, 200, {"displayPARAM", "basncd_dstnr"})

File diff suppressed because it is too large Load Diff

View File

@@ -581,6 +581,9 @@ Public Class usrcntlAktDetails
Case "5601" Case "5601"
r.Cells("FilialenNr").Style.BackColor = Color.Red r.Cells("FilialenNr").Style.BackColor = Color.Red
r.Cells("FilialenNr").Style.ForeColor = r.Cells("FilialenNr").Style.BackColor r.Cells("FilialenNr").Style.ForeColor = r.Cells("FilialenNr").Style.BackColor
Case "5701"
r.Cells("FilialenNr").Style.BackColor = Color.SkyBlue
r.Cells("FilialenNr").Style.ForeColor = r.Cells("FilialenNr").Style.BackColor
Case Else Case Else
r.Cells("FilialenNr").Style.BackColor = Color.White r.Cells("FilialenNr").Style.BackColor = Color.White
End Select End Select