"
- TextHTMLtable &= "| Mitarbeiter | Montag | Dienstag | Mittwoch | Donnerstag | Freitag | Gebäude | Anmerkung |
"
+ TextHTMLtable &= "| Mitarbeiter | Montag | Dienstag | Mittwoch | Donnerstag | Freitag | Gebäude | Anmerkung | Firma |
"
If sender.Text = "Email" Then
@@ -469,6 +471,7 @@ Public Class frmEssensbestellungenAdministration
TextHTMLtable &= "" & row("Freitag") & " | "
TextHTMLtable &= "" & row("Gebaeude") & " | "
TextHTMLtable &= "" & row("Anmerkung") & " | "
+ TextHTMLtable &= "" & row("Firma") & " | "
TextHTMLtable &= ""
If row("ID") <> 0 Then
@@ -499,6 +502,7 @@ Public Class frmEssensbestellungenAdministration
TextHTMLtable &= "" & row.Cells("eb_freitag").Value & " | "
TextHTMLtable &= "" & row.Cells("eb_gebaeude").Value & " | "
TextHTMLtable &= "" & row.Cells("eb_anmerkung").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_firma").Value & " | "
TextHTMLtable &= ""
Next
@@ -614,7 +618,7 @@ Public Class frmEssensbestellungenAdministration
''LEFT([eb_kw],5)
Dim SQLStringBEstellungen As String = "SELECT [eb_mitname] as Name ,[eb_mitid] as ID , [eb_kw] as KW , [eb_gebaeude] as Gebaeude ,[eb_abteilung] as Abteilung ,[eb_montag] As Montag ,[eb_dienstag] As Dienstag,[eb_mittwoch] As Mittwoch,
- [eb_donnerstag] As Donnerstag , [eb_freitag] As Freitag, [eb_anmerkung] As Anmerkung , [eb_datum] As Datum , [eb_storniert] as Storniert
+ [eb_donnerstag] As Donnerstag , [eb_freitag] As Freitag, [eb_anmerkung] As Anmerkung , [eb_datum] As Datum , [eb_storniert] as Storniert, [eb_firma] as Firma
FROM
[tblEssensbestellungen] WHERE eb_kw = '" & cbxMailKW._value & "' AND eb_gebaeude = '" & cbxMailGebäude._value & "' AND ISNULL(eb_storniert,1)=0 Order by eb_datum"
@@ -704,6 +708,7 @@ Public Class frmEssensbestellungenAdministration
R("Anmerkung") = DBNull.Value
R("Datum") = DBNull.Value
R("Storniert") = DBNull.Value
+ R("Firma") = DBNull.Value
R("Montag") = String.Join(" ", resultMontag)
R("Dienstag") = String.Join(" ", resultDienstag)
R("Mittwoch") = String.Join(" ", resultMittwoch)
@@ -858,6 +863,7 @@ Public Class frmEssensbestellungenAdministration
drFirst.Item("eb_gebaeude") = " "
drFirst.Item("eb_abteilung") = " "
drFirst.Item("eb_preis") = 0
+ drFirst.Item("eb_firma") = " "
dt.Rows.InsertAt(drFirst, 0)
@@ -868,6 +874,7 @@ Public Class frmEssensbestellungenAdministration
drLast.Item("eb_gebaeude") = " "
drLast.Item("eb_abteilung") = " "
drLast.Item("eb_preis") = txtMarkierteDS.Text.Replace("€", "")
+ drLast.Item("eb_firma") = " "
dt.Rows.InsertAt(drLast, dt.Rows.Count)
dt.Columns.Remove("eb_mitid")
diff --git a/Aviso/frmHauptfenster.Designer.vb b/Aviso/frmHauptfenster.Designer.vb
index d45f935..84d5352 100644
--- a/Aviso/frmHauptfenster.Designer.vb
+++ b/Aviso/frmHauptfenster.Designer.vb
@@ -24,15 +24,15 @@ Partial Class frmHauptfenster
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHauptfenster))
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle26 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle27 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.mnuInfo = New System.Windows.Forms.ToolStripMenuItem()
Me.conÜbernehmen = New System.Windows.Forms.ToolStripMenuItem()
Me.conMenuAviso = New System.Windows.Forms.ContextMenuStrip(Me.components)
@@ -55,6 +55,7 @@ Partial Class frmHauptfenster
Me.OptionenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ZeilenInFarbeEinausToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.BerechtigungenNeuLadenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.FenstergrößeVariabelToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StandorteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AvisoTVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.InfoTextÄndernToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
@@ -229,7 +230,6 @@ Partial Class frmHauptfenster
Me.lblFimaAviso = New System.Windows.Forms.Label()
Me.Button11 = New System.Windows.Forms.Button()
Me.btnMAVerzeichnis = New System.Windows.Forms.Button()
- Me.btnMitarbeiterKonto = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
@@ -276,20 +276,16 @@ Partial Class frmHauptfenster
Me.cntxtAtilla = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripMenuItem17 = New System.Windows.Forms.ToolStripMenuItem()
Me.SplitContainer3 = New System.Windows.Forms.SplitContainer()
- Me.UsrCntlBenachrichtigungen1 = New AVISO.usrCntlBenachrichtigungen()
Me.pnl = New System.Windows.Forms.Panel()
Me.Button10 = New System.Windows.Forms.Button()
- Me.gridMyAviso = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Panel6 = New System.Windows.Forms.Panel()
Me.cbx_My_Brexit = New System.Windows.Forms.CheckBox()
Me.btnColor = New System.Windows.Forms.Button()
Me.lblMeineAviso = New System.Windows.Forms.Label()
- Me.cboMy_Grenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblMySnd_Grenzstelle = New System.Windows.Forms.Label()
Me.cbx_My_LKW = New System.Windows.Forms.CheckBox()
Me.cboMy_QS = New System.Windows.Forms.CheckBox()
Me.cboMy_VB = New System.Windows.Forms.CheckBox()
- Me.cboMyAvisoAnzeige = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblMySND_Anzeige = New System.Windows.Forms.Label()
Me.lblAkte = New System.Windows.Forms.Label()
Me.btnClose = New System.Windows.Forms.Button()
@@ -310,22 +306,16 @@ Partial Class frmHauptfenster
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.pnlDetailsLinks = New System.Windows.Forms.Panel()
Me.splitMain = New System.Windows.Forms.SplitContainer()
- Me.gridAviso = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Panel1 = New System.Windows.Forms.Panel()
- Me.txtBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.Label10 = New System.Windows.Forms.Label()
- Me.cboImEx = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label21 = New System.Windows.Forms.Label()
Me.cbxCluster = New System.Windows.Forms.CheckBox()
- Me.cboTeams = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblErweitereSuche = New System.Windows.Forms.LinkLabel()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.lblEintraege = New System.Windows.Forms.Label()
- Me.cboGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.pnlTime = New System.Windows.Forms.Panel()
- Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.pnlSearch = New System.Windows.Forms.Panel()
Me.lblAbsender = New System.Windows.Forms.Label()
Me.txtAbsender = New System.Windows.Forms.TextBox()
@@ -346,7 +336,6 @@ Partial Class frmHauptfenster
Me.Button4 = New System.Windows.Forms.Button()
Me.lblErwEmpfänger = New System.Windows.Forms.Label()
Me.txtEmpfänger = New System.Windows.Forms.TextBox()
- Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.txtAbfertigungsnummer = New System.Windows.Forms.TextBox()
Me.lblErwFilialePos = New System.Windows.Forms.Label()
Me.lblErwAuftraggeber = New System.Windows.Forms.Label()
@@ -378,10 +367,25 @@ Partial Class frmHauptfenster
Me.ToolStripMenuItem19 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem20 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem21 = New System.Windows.Forms.ToolStripMenuItem()
- Me.UsrCntlTestsystem1 = New VERAG_PROG_ALLGEMEIN.usrCntlTestsystem()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.Panel4 = New System.Windows.Forms.Panel()
- Me.FenstergrößeVariabelToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.UsrCntlTestsystem1 = New VERAG_PROG_ALLGEMEIN.usrCntlTestsystem()
+ Me.gridAviso = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
+ Me.txtBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
+ Me.cboImEx = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.cboTeams = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.cboGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.gridMyAviso = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
+ Me.cboMy_Grenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.cboMyAvisoAnzeige = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.btnMitarbeiterKonto = New VERAG_PROG_ALLGEMEIN.FlatButton()
+ Me.btnZertifikate = New System.Windows.Forms.Button()
+ Me.UsrCntlBenachrichtigungen1 = New AVISO.usrCntlBenachrichtigungen()
+ Me.cntVerag = New System.Windows.Forms.ContextMenuStrip(Me.components)
+ Me.ZertifikateToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.HomepageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.conMenuAviso.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
Me.pnlDetailsRechts.SuspendLayout()
@@ -401,7 +405,6 @@ Partial Class frmHauptfenster
Me.SplitContainer3.Panel2.SuspendLayout()
Me.SplitContainer3.SuspendLayout()
Me.pnl.SuspendLayout()
- CType(Me.gridMyAviso, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel6.SuspendLayout()
Me.tbcntrAviso.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -413,7 +416,6 @@ Partial Class frmHauptfenster
Me.splitMain.Panel1.SuspendLayout()
Me.splitMain.Panel2.SuspendLayout()
Me.splitMain.SuspendLayout()
- CType(Me.gridAviso, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.pnlTime.SuspendLayout()
Me.pnlSearch.SuspendLayout()
@@ -422,6 +424,9 @@ Partial Class frmHauptfenster
Me.ctxtFarben.SuspendLayout()
Me.Panel3.SuspendLayout()
Me.Panel4.SuspendLayout()
+ CType(Me.gridAviso, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.gridMyAviso, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.cntVerag.SuspendLayout()
Me.SuspendLayout()
'
'mnuInfo
@@ -565,6 +570,12 @@ Partial Class frmHauptfenster
Me.BerechtigungenNeuLadenToolStripMenuItem.Size = New System.Drawing.Size(213, 22)
Me.BerechtigungenNeuLadenToolStripMenuItem.Text = "Berechtigungen neu laden"
'
+ 'FenstergrößeVariabelToolStripMenuItem
+ '
+ Me.FenstergrößeVariabelToolStripMenuItem.Name = "FenstergrößeVariabelToolStripMenuItem"
+ Me.FenstergrößeVariabelToolStripMenuItem.Size = New System.Drawing.Size(213, 22)
+ Me.FenstergrößeVariabelToolStripMenuItem.Text = "Fenstergröße variabel"
+ '
'StandorteToolStripMenuItem
'
Me.StandorteToolStripMenuItem.Name = "StandorteToolStripMenuItem"
@@ -1744,24 +1755,6 @@ Partial Class frmHauptfenster
Me.btnMAVerzeichnis.UseVisualStyleBackColor = True
Me.btnMAVerzeichnis.Visible = False
'
- 'btnMitarbeiterKonto
- '
- Me.btnMitarbeiterKonto.allowBorder = False
- Me.btnMitarbeiterKonto.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.btnMitarbeiterKonto.BackColor = System.Drawing.Color.White
- Me.btnMitarbeiterKonto.FlatAppearance.BorderSize = 0
- Me.btnMitarbeiterKonto.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnMitarbeiterKonto.ForeColor = System.Drawing.Color.Black
- Me.btnMitarbeiterKonto.Image = Global.AVISO.My.Resources.Resources.mitarbeiter_s
- Me.btnMitarbeiterKonto.ImageAlign = System.Drawing.ContentAlignment.TopCenter
- Me.btnMitarbeiterKonto.Location = New System.Drawing.Point(1109, -6)
- Me.btnMitarbeiterKonto.Name = "btnMitarbeiterKonto"
- Me.btnMitarbeiterKonto.Size = New System.Drawing.Size(137, 61)
- Me.btnMitarbeiterKonto.TabIndex = 86
- Me.btnMitarbeiterKonto.Text = "Andreas Luxbauer"
- Me.btnMitarbeiterKonto.TextAlign = System.Drawing.ContentAlignment.BottomCenter
- Me.btnMitarbeiterKonto.UseVisualStyleBackColor = False
- '
'Button9
'
Me.Button9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -2016,7 +2009,7 @@ Partial Class frmHauptfenster
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button7.Location = New System.Drawing.Point(5, 21)
Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(121, 33)
+ Me.Button7.Size = New System.Drawing.Size(121, 25)
Me.Button7.TabIndex = 2
Me.Button7.TabStop = False
Me.Button7.Text = "Umrechnungskurse"
@@ -2029,9 +2022,9 @@ Partial Class frmHauptfenster
Me.btnZollwebseiten.ForeColor = System.Drawing.Color.Black
Me.btnZollwebseiten.Image = CType(resources.GetObject("btnZollwebseiten.Image"), System.Drawing.Image)
Me.btnZollwebseiten.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
- Me.btnZollwebseiten.Location = New System.Drawing.Point(5, 57)
+ Me.btnZollwebseiten.Location = New System.Drawing.Point(5, 52)
Me.btnZollwebseiten.Name = "btnZollwebseiten"
- Me.btnZollwebseiten.Size = New System.Drawing.Size(121, 33)
+ Me.btnZollwebseiten.Size = New System.Drawing.Size(121, 25)
Me.btnZollwebseiten.TabIndex = 0
Me.btnZollwebseiten.TabStop = False
Me.btnZollwebseiten.Text = "Zoll-Webseiten"
@@ -2237,6 +2230,7 @@ Partial Class frmHauptfenster
'
'Panel2
'
+ Me.Panel2.Controls.Add(Me.btnZertifikate)
Me.Panel2.Controls.Add(Me.Label7)
Me.Panel2.Controls.Add(Me.lblErrVermerk)
Me.Panel2.Controls.Add(Me.Button7)
@@ -2371,15 +2365,6 @@ Partial Class frmHauptfenster
Me.SplitContainer3.SplitterDistance = 158
Me.SplitContainer3.TabIndex = 3
'
- 'UsrCntlBenachrichtigungen1
- '
- Me.UsrCntlBenachrichtigungen1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.UsrCntlBenachrichtigungen1.Location = New System.Drawing.Point(0, 0)
- Me.UsrCntlBenachrichtigungen1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
- Me.UsrCntlBenachrichtigungen1.Name = "UsrCntlBenachrichtigungen1"
- Me.UsrCntlBenachrichtigungen1.Size = New System.Drawing.Size(158, 300)
- Me.UsrCntlBenachrichtigungen1.TabIndex = 0
- '
'pnl
'
Me.pnl.Controls.Add(Me.Button10)
@@ -2405,50 +2390,6 @@ Partial Class frmHauptfenster
Me.Button10.Text = "<"
Me.Button10.UseVisualStyleBackColor = False
'
- 'gridMyAviso
- '
- Me.gridMyAviso.AKTUALISIERUNGS_INTERVALL = -1
- Me.gridMyAviso.AllowUserToAddRows = False
- Me.gridMyAviso.AllowUserToDeleteRows = False
- Me.gridMyAviso.AllowUserToOrderColumns = True
- Me.gridMyAviso.AllowUserToResizeRows = False
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure
- Me.gridMyAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.gridMyAviso.BackgroundColor = System.Drawing.Color.White
- DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
- DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.gridMyAviso.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
- Me.gridMyAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.gridMyAviso.DefaultCellStyle = DataGridViewCellStyle3
- Me.gridMyAviso.Dock = System.Windows.Forms.DockStyle.Fill
- Me.gridMyAviso.Location = New System.Drawing.Point(0, 21)
- Me.gridMyAviso.Name = "gridMyAviso"
- Me.gridMyAviso.ReadOnly = True
- DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.gridMyAviso.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
- Me.gridMyAviso.RowHeadersVisible = False
- Me.gridMyAviso.RowHeadersWidth = 62
- Me.gridMyAviso.Size = New System.Drawing.Size(488, 279)
- Me.gridMyAviso.TabIndex = 0
- '
'Panel6
'
Me.Panel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
@@ -2504,23 +2445,6 @@ Partial Class frmHauptfenster
Me.lblMeineAviso.TabIndex = 0
Me.lblMeineAviso.Text = "Meine Sendungen:"
'
- 'cboMy_Grenzstelle
- '
- Me.cboMy_Grenzstelle._allowedValuesFreiText = Nothing
- Me.cboMy_Grenzstelle._allowFreiText = False
- Me.cboMy_Grenzstelle._value = ""
- Me.cboMy_Grenzstelle.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.cboMy_Grenzstelle.BackColor = System.Drawing.Color.WhiteSmoke
- Me.cboMy_Grenzstelle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboMy_Grenzstelle.DropDownWidth = 120
- Me.cboMy_Grenzstelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboMy_Grenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
- Me.cboMy_Grenzstelle.FormattingEnabled = True
- Me.cboMy_Grenzstelle.Location = New System.Drawing.Point(113, 1)
- Me.cboMy_Grenzstelle.Name = "cboMy_Grenzstelle"
- Me.cboMy_Grenzstelle.Size = New System.Drawing.Size(64, 21)
- Me.cboMy_Grenzstelle.TabIndex = 26
- '
'lblMySnd_Grenzstelle
'
Me.lblMySnd_Grenzstelle.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -2572,22 +2496,6 @@ Partial Class frmHauptfenster
Me.cboMy_VB.ThreeState = True
Me.cboMy_VB.UseVisualStyleBackColor = True
'
- 'cboMyAvisoAnzeige
- '
- Me.cboMyAvisoAnzeige._allowedValuesFreiText = Nothing
- Me.cboMyAvisoAnzeige._allowFreiText = False
- Me.cboMyAvisoAnzeige._value = ""
- Me.cboMyAvisoAnzeige.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.cboMyAvisoAnzeige.BackColor = System.Drawing.Color.WhiteSmoke
- Me.cboMyAvisoAnzeige.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboMyAvisoAnzeige.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboMyAvisoAnzeige.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
- Me.cboMyAvisoAnzeige.FormattingEnabled = True
- Me.cboMyAvisoAnzeige.Location = New System.Drawing.Point(232, 1)
- Me.cboMyAvisoAnzeige.Name = "cboMyAvisoAnzeige"
- Me.cboMyAvisoAnzeige.Size = New System.Drawing.Size(127, 21)
- Me.cboMyAvisoAnzeige.TabIndex = 21
- '
'lblMySND_Anzeige
'
Me.lblMySND_Anzeige.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -2850,60 +2758,6 @@ Partial Class frmHauptfenster
Me.splitMain.SplitterDistance = 287
Me.splitMain.TabIndex = 0
'
- 'gridAviso
- '
- Me.gridAviso.AKTUALISIERUNGS_INTERVALL = -1
- Me.gridAviso.AllowUserToAddRows = False
- Me.gridAviso.AllowUserToDeleteRows = False
- Me.gridAviso.AllowUserToResizeRows = False
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.Azure
- DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.gridAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
- Me.gridAviso.BackgroundColor = System.Drawing.Color.DarkGray
- Me.gridAviso.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable
- DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle6.BackColor = System.Drawing.Color.LightBlue
- DataGridViewCellStyle6.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.gridAviso.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
- Me.gridAviso.ColumnHeadersHeight = 25
- Me.gridAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
- DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.gridAviso.DefaultCellStyle = DataGridViewCellStyle7
- Me.gridAviso.Dock = System.Windows.Forms.DockStyle.Fill
- Me.gridAviso.Location = New System.Drawing.Point(0, 248)
- Me.gridAviso.MultiSelect = False
- Me.gridAviso.Name = "gridAviso"
- Me.gridAviso.ReadOnly = True
- DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.gridAviso.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
- Me.gridAviso.RowHeadersVisible = False
- Me.gridAviso.RowHeadersWidth = 62
- Me.gridAviso.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
- DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.gridAviso.RowsDefaultCellStyle = DataGridViewCellStyle9
- Me.gridAviso.RowTemplate.ReadOnly = True
- Me.gridAviso.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
- Me.gridAviso.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.gridAviso.Size = New System.Drawing.Size(815, 39)
- Me.gridAviso.TabIndex = 1
- Me.gridAviso.TabStop = False
- '
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
@@ -2937,32 +2791,6 @@ Partial Class frmHauptfenster
Me.Panel1.Size = New System.Drawing.Size(815, 248)
Me.Panel1.TabIndex = 2
'
- 'txtBestimmungszollstelle
- '
- Me.txtBestimmungszollstelle._allowFreitext = False
- Me.txtBestimmungszollstelle._AllowSetValue = False
- Me.txtBestimmungszollstelle._allowSpaceAsSplitter = False
- Me.txtBestimmungszollstelle._autoSizeGross = False
- Me.txtBestimmungszollstelle._hideIfListEmpty = True
- Me.txtBestimmungszollstelle._value = Nothing
- Me.txtBestimmungszollstelle.conn_art = "FMZOLL"
- Me.txtBestimmungszollstelle.dgvpos = "LEFT"
- Me.txtBestimmungszollstelle.DISPLAY_PARAM = Nothing
- Me.txtBestimmungszollstelle.INVISIBLE_COLUMNS = Nothing
- Me.txtBestimmungszollstelle.key_visible = False
- Me.txtBestimmungszollstelle.KEYPARAM = Nothing
- Me.txtBestimmungszollstelle.Location = New System.Drawing.Point(379, 55)
- Me.txtBestimmungszollstelle.MaxLength = 50
- Me.txtBestimmungszollstelle.Name = "txtBestimmungszollstelle"
- Me.txtBestimmungszollstelle.searchActive = True
- Me.txtBestimmungszollstelle.Size = New System.Drawing.Size(211, 20)
- Me.txtBestimmungszollstelle.SQL_ORDER_BY = Nothing
- Me.txtBestimmungszollstelle.SQL_SELECT = Nothing
- Me.txtBestimmungszollstelle.SQL_WHERE = Nothing
- Me.txtBestimmungszollstelle.SQL_WhereParamList = Nothing
- Me.txtBestimmungszollstelle.TabIndex = 25
- Me.txtBestimmungszollstelle.usrcntl = Nothing
- '
'Label10
'
Me.Label10.AutoSize = True
@@ -2973,22 +2801,6 @@ Partial Class frmHauptfenster
Me.Label10.TabIndex = 26
Me.Label10.Text = "Zollamt:"
'
- 'cboImEx
- '
- Me.cboImEx._allowedValuesFreiText = Nothing
- Me.cboImEx._allowFreiText = False
- Me.cboImEx._value = ""
- Me.cboImEx.BackColor = System.Drawing.Color.WhiteSmoke
- Me.cboImEx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboImEx.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboImEx.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboImEx.FormattingEnabled = True
- Me.cboImEx.Items.AddRange(New Object() {"ALLE", "SUB", "SBG", "WAI", "NKD"})
- Me.cboImEx.Location = New System.Drawing.Point(828, 3)
- Me.cboImEx.Name = "cboImEx"
- Me.cboImEx.Size = New System.Drawing.Size(78, 24)
- Me.cboImEx.TabIndex = 24
- '
'Label21
'
Me.Label21.AutoSize = True
@@ -3012,22 +2824,6 @@ Partial Class frmHauptfenster
Me.cbxCluster.Text = "Firmenverbund"
Me.cbxCluster.UseVisualStyleBackColor = True
'
- 'cboTeams
- '
- Me.cboTeams._allowedValuesFreiText = Nothing
- Me.cboTeams._allowFreiText = False
- Me.cboTeams._value = ""
- Me.cboTeams.BackColor = System.Drawing.Color.WhiteSmoke
- Me.cboTeams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboTeams.DropDownWidth = 200
- Me.cboTeams.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboTeams.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboTeams.FormattingEnabled = True
- Me.cboTeams.Location = New System.Drawing.Point(379, 3)
- Me.cboTeams.Name = "cboTeams"
- Me.cboTeams.Size = New System.Drawing.Size(107, 24)
- Me.cboTeams.TabIndex = 19
- '
'lblErweitereSuche
'
Me.lblErweitereSuche.AutoSize = True
@@ -3073,23 +2869,6 @@ Partial Class frmHauptfenster
Me.lblEintraege.Text = "0 Einträge"
Me.lblEintraege.TextAlign = System.Drawing.ContentAlignment.TopRight
'
- 'cboGrenzstelle
- '
- Me.cboGrenzstelle._allowedValuesFreiText = Nothing
- Me.cboGrenzstelle._allowFreiText = False
- Me.cboGrenzstelle._value = ""
- Me.cboGrenzstelle.BackColor = System.Drawing.Color.WhiteSmoke
- Me.cboGrenzstelle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboGrenzstelle.DropDownWidth = 200
- Me.cboGrenzstelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboGrenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboGrenzstelle.FormattingEnabled = True
- Me.cboGrenzstelle.Items.AddRange(New Object() {"ALLE", "SUB", "SBG", "WAI", "NKD", "NEU", "AMB", "???"})
- Me.cboGrenzstelle.Location = New System.Drawing.Point(379, 30)
- Me.cboGrenzstelle.Name = "cboGrenzstelle"
- Me.cboGrenzstelle.Size = New System.Drawing.Size(107, 24)
- Me.cboGrenzstelle.TabIndex = 13
- '
'Label4
'
Me.Label4.AutoSize = True
@@ -3117,22 +2896,6 @@ Partial Class frmHauptfenster
Me.pnlTime.Size = New System.Drawing.Size(437, 57)
Me.pnlTime.TabIndex = 12
'
- 'MyComboBox1
- '
- Me.MyComboBox1._allowedValuesFreiText = Nothing
- Me.MyComboBox1._allowFreiText = False
- Me.MyComboBox1._value = ""
- Me.MyComboBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
- Me.MyComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.MyComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
- Me.MyComboBox1.ForeColor = System.Drawing.Color.White
- Me.MyComboBox1.FormattingEnabled = True
- Me.MyComboBox1.Location = New System.Drawing.Point(46, 1)
- Me.MyComboBox1.MaxLength = 4
- Me.MyComboBox1.Name = "MyComboBox1"
- Me.MyComboBox1.Size = New System.Drawing.Size(98, 21)
- Me.MyComboBox1.TabIndex = 7
- '
'pnlSearch
'
Me.pnlSearch.Controls.Add(Me.lblAbsender)
@@ -3361,20 +3124,6 @@ Partial Class frmHauptfenster
Me.txtEmpfänger.Size = New System.Drawing.Size(236, 23)
Me.txtEmpfänger.TabIndex = 3
'
- 'cboFiliale
- '
- Me.cboFiliale._allowedValuesFreiText = Nothing
- Me.cboFiliale._allowFreiText = False
- Me.cboFiliale._value = ""
- Me.cboFiliale.DropDownWidth = 300
- Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboFiliale.FormattingEnabled = True
- Me.cboFiliale.Location = New System.Drawing.Point(389, 13)
- Me.cboFiliale.MaxLength = 4
- Me.cboFiliale.Name = "cboFiliale"
- Me.cboFiliale.Size = New System.Drawing.Size(70, 24)
- Me.cboFiliale.TabIndex = 3
- '
'txtAbfertigungsnummer
'
Me.txtAbfertigungsnummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -3617,17 +3366,6 @@ Partial Class frmHauptfenster
Me.ToolStripMenuItem21.Size = New System.Drawing.Size(121, 22)
Me.ToolStripMenuItem21.Text = "GELB"
'
- 'UsrCntlTestsystem1
- '
- Me.UsrCntlTestsystem1.BackColor = System.Drawing.Color.White
- Me.UsrCntlTestsystem1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.UsrCntlTestsystem1.ForeColor = System.Drawing.Color.Red
- Me.UsrCntlTestsystem1.Location = New System.Drawing.Point(632, -1)
- Me.UsrCntlTestsystem1.Margin = New System.Windows.Forms.Padding(5, 6, 5, 6)
- Me.UsrCntlTestsystem1.Name = "UsrCntlTestsystem1"
- Me.UsrCntlTestsystem1.Size = New System.Drawing.Size(152, 28)
- Me.UsrCntlTestsystem1.TabIndex = 8
- '
'Panel3
'
Me.Panel3.Controls.Add(Me.Panel4)
@@ -3649,11 +3387,312 @@ Partial Class frmHauptfenster
Me.Panel4.Size = New System.Drawing.Size(170, 25)
Me.Panel4.TabIndex = 4
'
- 'FenstergrößeVariabelToolStripMenuItem
+ 'UsrCntlTestsystem1
'
- Me.FenstergrößeVariabelToolStripMenuItem.Name = "FenstergrößeVariabelToolStripMenuItem"
- Me.FenstergrößeVariabelToolStripMenuItem.Size = New System.Drawing.Size(213, 22)
- Me.FenstergrößeVariabelToolStripMenuItem.Text = "Fenstergröße variabel"
+ Me.UsrCntlTestsystem1.BackColor = System.Drawing.Color.White
+ Me.UsrCntlTestsystem1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.UsrCntlTestsystem1.ForeColor = System.Drawing.Color.Red
+ Me.UsrCntlTestsystem1.Location = New System.Drawing.Point(632, -1)
+ Me.UsrCntlTestsystem1.Margin = New System.Windows.Forms.Padding(5, 6, 5, 6)
+ Me.UsrCntlTestsystem1.Name = "UsrCntlTestsystem1"
+ Me.UsrCntlTestsystem1.Size = New System.Drawing.Size(152, 28)
+ Me.UsrCntlTestsystem1.TabIndex = 8
+ '
+ 'gridAviso
+ '
+ Me.gridAviso.AKTUALISIERUNGS_INTERVALL = -1
+ Me.gridAviso.AllowUserToAddRows = False
+ Me.gridAviso.AllowUserToDeleteRows = False
+ Me.gridAviso.AllowUserToResizeRows = False
+ DataGridViewCellStyle19.BackColor = System.Drawing.Color.Azure
+ DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.gridAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle19
+ Me.gridAviso.BackgroundColor = System.Drawing.Color.DarkGray
+ Me.gridAviso.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable
+ DataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle20.BackColor = System.Drawing.Color.LightBlue
+ DataGridViewCellStyle20.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.gridAviso.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle20
+ Me.gridAviso.ColumnHeadersHeight = 25
+ Me.gridAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
+ DataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Window
+ DataGridViewCellStyle21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.ControlText
+ DataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.gridAviso.DefaultCellStyle = DataGridViewCellStyle21
+ Me.gridAviso.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.gridAviso.Location = New System.Drawing.Point(0, 248)
+ Me.gridAviso.MultiSelect = False
+ Me.gridAviso.Name = "gridAviso"
+ Me.gridAviso.ReadOnly = True
+ DataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.gridAviso.RowHeadersDefaultCellStyle = DataGridViewCellStyle22
+ Me.gridAviso.RowHeadersVisible = False
+ Me.gridAviso.RowHeadersWidth = 62
+ Me.gridAviso.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
+ DataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.gridAviso.RowsDefaultCellStyle = DataGridViewCellStyle23
+ Me.gridAviso.RowTemplate.ReadOnly = True
+ Me.gridAviso.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.gridAviso.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.gridAviso.Size = New System.Drawing.Size(815, 39)
+ Me.gridAviso.TabIndex = 1
+ Me.gridAviso.TabStop = False
+ '
+ 'txtBestimmungszollstelle
+ '
+ Me.txtBestimmungszollstelle._allowFreitext = False
+ Me.txtBestimmungszollstelle._AllowSetValue = False
+ Me.txtBestimmungszollstelle._allowSpaceAsSplitter = False
+ Me.txtBestimmungszollstelle._autoSizeGross = False
+ Me.txtBestimmungszollstelle._hideIfListEmpty = True
+ Me.txtBestimmungszollstelle._value = Nothing
+ Me.txtBestimmungszollstelle.conn_art = "FMZOLL"
+ Me.txtBestimmungszollstelle.dgvpos = "LEFT"
+ Me.txtBestimmungszollstelle.DISPLAY_PARAM = Nothing
+ Me.txtBestimmungszollstelle.INVISIBLE_COLUMNS = Nothing
+ Me.txtBestimmungszollstelle.key_visible = False
+ Me.txtBestimmungszollstelle.KEYPARAM = Nothing
+ Me.txtBestimmungszollstelle.Location = New System.Drawing.Point(379, 55)
+ Me.txtBestimmungszollstelle.MaxLength = 50
+ Me.txtBestimmungszollstelle.Name = "txtBestimmungszollstelle"
+ Me.txtBestimmungszollstelle.searchActive = True
+ Me.txtBestimmungszollstelle.Size = New System.Drawing.Size(211, 20)
+ Me.txtBestimmungszollstelle.SQL_ORDER_BY = Nothing
+ Me.txtBestimmungszollstelle.SQL_SELECT = Nothing
+ Me.txtBestimmungszollstelle.SQL_WHERE = Nothing
+ Me.txtBestimmungszollstelle.SQL_WhereParamList = Nothing
+ Me.txtBestimmungszollstelle.TabIndex = 25
+ Me.txtBestimmungszollstelle.usrcntl = Nothing
+ '
+ 'cboImEx
+ '
+ Me.cboImEx._allowedValuesFreiText = Nothing
+ Me.cboImEx._allowFreiText = False
+ Me.cboImEx._value = ""
+ Me.cboImEx.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.cboImEx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.cboImEx.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.cboImEx.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.cboImEx.FormattingEnabled = True
+ Me.cboImEx.Items.AddRange(New Object() {"ALLE", "SUB", "SBG", "WAI", "NKD"})
+ Me.cboImEx.Location = New System.Drawing.Point(828, 3)
+ Me.cboImEx.Name = "cboImEx"
+ Me.cboImEx.Size = New System.Drawing.Size(78, 24)
+ Me.cboImEx.TabIndex = 24
+ '
+ 'cboTeams
+ '
+ Me.cboTeams._allowedValuesFreiText = Nothing
+ Me.cboTeams._allowFreiText = False
+ Me.cboTeams._value = ""
+ Me.cboTeams.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.cboTeams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.cboTeams.DropDownWidth = 200
+ Me.cboTeams.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.cboTeams.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.cboTeams.FormattingEnabled = True
+ Me.cboTeams.Location = New System.Drawing.Point(379, 3)
+ Me.cboTeams.Name = "cboTeams"
+ Me.cboTeams.Size = New System.Drawing.Size(107, 24)
+ Me.cboTeams.TabIndex = 19
+ '
+ 'cboGrenzstelle
+ '
+ Me.cboGrenzstelle._allowedValuesFreiText = Nothing
+ Me.cboGrenzstelle._allowFreiText = False
+ Me.cboGrenzstelle._value = ""
+ Me.cboGrenzstelle.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.cboGrenzstelle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.cboGrenzstelle.DropDownWidth = 200
+ Me.cboGrenzstelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.cboGrenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.cboGrenzstelle.FormattingEnabled = True
+ Me.cboGrenzstelle.Items.AddRange(New Object() {"ALLE", "SUB", "SBG", "WAI", "NKD", "NEU", "AMB", "???"})
+ Me.cboGrenzstelle.Location = New System.Drawing.Point(379, 30)
+ Me.cboGrenzstelle.Name = "cboGrenzstelle"
+ Me.cboGrenzstelle.Size = New System.Drawing.Size(107, 24)
+ Me.cboGrenzstelle.TabIndex = 13
+ '
+ 'MyComboBox1
+ '
+ Me.MyComboBox1._allowedValuesFreiText = Nothing
+ Me.MyComboBox1._allowFreiText = False
+ Me.MyComboBox1._value = ""
+ Me.MyComboBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
+ Me.MyComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.MyComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
+ Me.MyComboBox1.ForeColor = System.Drawing.Color.White
+ Me.MyComboBox1.FormattingEnabled = True
+ Me.MyComboBox1.Location = New System.Drawing.Point(46, 1)
+ Me.MyComboBox1.MaxLength = 4
+ Me.MyComboBox1.Name = "MyComboBox1"
+ Me.MyComboBox1.Size = New System.Drawing.Size(98, 21)
+ Me.MyComboBox1.TabIndex = 7
+ '
+ 'cboFiliale
+ '
+ Me.cboFiliale._allowedValuesFreiText = Nothing
+ Me.cboFiliale._allowFreiText = False
+ Me.cboFiliale._value = ""
+ Me.cboFiliale.DropDownWidth = 300
+ Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.cboFiliale.FormattingEnabled = True
+ Me.cboFiliale.Location = New System.Drawing.Point(389, 13)
+ Me.cboFiliale.MaxLength = 4
+ Me.cboFiliale.Name = "cboFiliale"
+ Me.cboFiliale.Size = New System.Drawing.Size(70, 24)
+ Me.cboFiliale.TabIndex = 3
+ '
+ 'gridMyAviso
+ '
+ Me.gridMyAviso.AKTUALISIERUNGS_INTERVALL = -1
+ Me.gridMyAviso.AllowUserToAddRows = False
+ Me.gridMyAviso.AllowUserToDeleteRows = False
+ Me.gridMyAviso.AllowUserToOrderColumns = True
+ Me.gridMyAviso.AllowUserToResizeRows = False
+ DataGridViewCellStyle24.BackColor = System.Drawing.Color.Azure
+ Me.gridMyAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle24
+ Me.gridMyAviso.BackgroundColor = System.Drawing.Color.White
+ DataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
+ DataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.gridMyAviso.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle25
+ Me.gridMyAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ DataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle26.BackColor = System.Drawing.SystemColors.Window
+ DataGridViewCellStyle26.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle26.ForeColor = System.Drawing.SystemColors.ControlText
+ DataGridViewCellStyle26.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle26.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.gridMyAviso.DefaultCellStyle = DataGridViewCellStyle26
+ Me.gridMyAviso.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.gridMyAviso.Location = New System.Drawing.Point(0, 21)
+ Me.gridMyAviso.Name = "gridMyAviso"
+ Me.gridMyAviso.ReadOnly = True
+ DataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle27.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.gridMyAviso.RowHeadersDefaultCellStyle = DataGridViewCellStyle27
+ Me.gridMyAviso.RowHeadersVisible = False
+ Me.gridMyAviso.RowHeadersWidth = 62
+ Me.gridMyAviso.Size = New System.Drawing.Size(488, 279)
+ Me.gridMyAviso.TabIndex = 0
+ '
+ 'cboMy_Grenzstelle
+ '
+ Me.cboMy_Grenzstelle._allowedValuesFreiText = Nothing
+ Me.cboMy_Grenzstelle._allowFreiText = False
+ Me.cboMy_Grenzstelle._value = ""
+ Me.cboMy_Grenzstelle.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.cboMy_Grenzstelle.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.cboMy_Grenzstelle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.cboMy_Grenzstelle.DropDownWidth = 120
+ Me.cboMy_Grenzstelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.cboMy_Grenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
+ Me.cboMy_Grenzstelle.FormattingEnabled = True
+ Me.cboMy_Grenzstelle.Location = New System.Drawing.Point(113, 1)
+ Me.cboMy_Grenzstelle.Name = "cboMy_Grenzstelle"
+ Me.cboMy_Grenzstelle.Size = New System.Drawing.Size(64, 21)
+ Me.cboMy_Grenzstelle.TabIndex = 26
+ '
+ 'cboMyAvisoAnzeige
+ '
+ Me.cboMyAvisoAnzeige._allowedValuesFreiText = Nothing
+ Me.cboMyAvisoAnzeige._allowFreiText = False
+ Me.cboMyAvisoAnzeige._value = ""
+ Me.cboMyAvisoAnzeige.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.cboMyAvisoAnzeige.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.cboMyAvisoAnzeige.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.cboMyAvisoAnzeige.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.cboMyAvisoAnzeige.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
+ Me.cboMyAvisoAnzeige.FormattingEnabled = True
+ Me.cboMyAvisoAnzeige.Location = New System.Drawing.Point(232, 1)
+ Me.cboMyAvisoAnzeige.Name = "cboMyAvisoAnzeige"
+ Me.cboMyAvisoAnzeige.Size = New System.Drawing.Size(127, 21)
+ Me.cboMyAvisoAnzeige.TabIndex = 21
+ '
+ 'btnMitarbeiterKonto
+ '
+ Me.btnMitarbeiterKonto.allowBorder = False
+ Me.btnMitarbeiterKonto.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.btnMitarbeiterKonto.BackColor = System.Drawing.Color.White
+ Me.btnMitarbeiterKonto.FlatAppearance.BorderSize = 0
+ Me.btnMitarbeiterKonto.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btnMitarbeiterKonto.ForeColor = System.Drawing.Color.Black
+ Me.btnMitarbeiterKonto.Image = Global.AVISO.My.Resources.Resources.mitarbeiter_s
+ Me.btnMitarbeiterKonto.ImageAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.btnMitarbeiterKonto.Location = New System.Drawing.Point(1109, -6)
+ Me.btnMitarbeiterKonto.Name = "btnMitarbeiterKonto"
+ Me.btnMitarbeiterKonto.Size = New System.Drawing.Size(137, 61)
+ Me.btnMitarbeiterKonto.TabIndex = 86
+ Me.btnMitarbeiterKonto.Text = "Andreas Luxbauer"
+ Me.btnMitarbeiterKonto.TextAlign = System.Drawing.ContentAlignment.BottomCenter
+ Me.btnMitarbeiterKonto.UseVisualStyleBackColor = False
+ '
+ 'btnZertifikate
+ '
+ Me.btnZertifikate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btnZertifikate.ForeColor = System.Drawing.Color.Black
+ Me.btnZertifikate.Image = CType(resources.GetObject("btnZertifikate.Image"), System.Drawing.Image)
+ Me.btnZertifikate.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
+ Me.btnZertifikate.Location = New System.Drawing.Point(3, 83)
+ Me.btnZertifikate.Name = "btnZertifikate"
+ Me.btnZertifikate.Size = New System.Drawing.Size(121, 25)
+ Me.btnZertifikate.TabIndex = 5
+ Me.btnZertifikate.TabStop = False
+ Me.btnZertifikate.Text = "Zertifikate"
+ Me.btnZertifikate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.btnZertifikate.UseVisualStyleBackColor = True
+ '
+ 'UsrCntlBenachrichtigungen1
+ '
+ Me.UsrCntlBenachrichtigungen1.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.UsrCntlBenachrichtigungen1.Location = New System.Drawing.Point(0, 0)
+ Me.UsrCntlBenachrichtigungen1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.UsrCntlBenachrichtigungen1.Name = "UsrCntlBenachrichtigungen1"
+ Me.UsrCntlBenachrichtigungen1.Size = New System.Drawing.Size(158, 300)
+ Me.UsrCntlBenachrichtigungen1.TabIndex = 0
+ '
+ 'cntVerag
+ '
+ Me.cntVerag.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZertifikateToolStripMenuItem, Me.HomepageToolStripMenuItem})
+ Me.cntVerag.Name = "cntVerag"
+ Me.cntVerag.Size = New System.Drawing.Size(134, 48)
+ '
+ 'ZertifikateToolStripMenuItem
+ '
+ Me.ZertifikateToolStripMenuItem.Name = "ZertifikateToolStripMenuItem"
+ Me.ZertifikateToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
+ Me.ZertifikateToolStripMenuItem.Text = "Zertifikate"
+ '
+ 'HomepageToolStripMenuItem
+ '
+ Me.HomepageToolStripMenuItem.Name = "HomepageToolStripMenuItem"
+ Me.HomepageToolStripMenuItem.Size = New System.Drawing.Size(133, 22)
+ Me.HomepageToolStripMenuItem.Text = "Homepage"
'
'frmHauptfenster
'
@@ -3695,7 +3734,6 @@ Partial Class frmHauptfenster
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer3.ResumeLayout(False)
Me.pnl.ResumeLayout(False)
- CType(Me.gridMyAviso, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel6.ResumeLayout(False)
Me.Panel6.PerformLayout()
Me.tbcntrAviso.ResumeLayout(False)
@@ -3710,7 +3748,6 @@ Partial Class frmHauptfenster
Me.splitMain.Panel2.ResumeLayout(False)
CType(Me.splitMain, System.ComponentModel.ISupportInitialize).EndInit()
Me.splitMain.ResumeLayout(False)
- CType(Me.gridAviso, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.pnlTime.ResumeLayout(False)
@@ -3723,6 +3760,9 @@ Partial Class frmHauptfenster
Me.Panel3.ResumeLayout(False)
Me.Panel3.PerformLayout()
Me.Panel4.ResumeLayout(False)
+ CType(Me.gridAviso, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.gridMyAviso, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.cntVerag.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -4076,4 +4116,8 @@ Partial Class frmHauptfenster
Friend WithEvents lblAbsender As Label
Friend WithEvents txtAbsender As TextBox
Friend WithEvents FenstergrößeVariabelToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents btnZertifikate As Button
+ Friend WithEvents cntVerag As ContextMenuStrip
+ Friend WithEvents ZertifikateToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents HomepageToolStripMenuItem As ToolStripMenuItem
End Class
diff --git a/Aviso/frmHauptfenster.resx b/Aviso/frmHauptfenster.resx
index 1b1c7ab..0f96f3e 100644
--- a/Aviso/frmHauptfenster.resx
+++ b/Aviso/frmHauptfenster.resx
@@ -171,6 +171,21 @@
598, 17
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABGdBTUEAALGPC/xhBQAAAhBJREFUSEvt
+ 1k1LVFEcgPE7hLYoKQva+Q2ibbve1pL0AYzIXCVIpbVJaqHSJxCswLULKXeBIFRgqwJDJTNQsY0YtdLE
+ 0Hye8dzLdTgz4zQt58CPOXPO/2XUO56TMH7iNC5jCZv4gRFcwCkcRwHlhnvGGGuOudaw1ldcgXuuJXtY
+ gIHncR/r+IPdQqHwl9eX8AO14hjS4dy1S3gRYndhrjUewJrWnsNeYlAI/I1JtOMp3mIN20gbD+EiTgTO
+ h3KNjP2Od7CGtV5jK+uTTkKSCZ/wCNfxGG/gp02bzqA3+BDWbGaMsQPowEN8xPahHvk32eJB8jju4AbG
+ 8AUb+FXCNfeMMdYcc9ejtWOLKZJW8AQW6sQzjOJ54Nw194wxdjlWK1WxoShg02604Cpu4lbg/BpOwp9s
+ JVYjr2pDUWgYZzGIabwPnPsgncFgLLdUrQ0nsJNb38ErNBpmGg2LKNZo2GiYIS5Zi23kEfNfGhLj+Zrc
+ xVIsIMV+3Q3Z/4YeJE3wP/18LFDs1dWQPa8wnjjNKA6Pl9uYLZPwzw1Z/4wu2OPQ8DLkQTqFjZKkmhvy
+ 3puAtTwzrR0dXuW8gXnGLeaSa2rIfBHWsJY1Kw5/z224h+LDxOuRG/Lqw+FV0xrZ36za8GJ7Dn3winGk
+ hlhFP8ytdHEuO7yRe93zq1OtoTFeL82pa3iF96vjKNfQYYyxFUaS7APsTyl69HfqsQAAAABJRU5ErkJg
+ gg==
+
+
1217, 11
@@ -263,7 +278,7 @@
1557, 17
- 17, 56
+ 1773, 17
diff --git a/Aviso/frmHauptfenster.vb b/Aviso/frmHauptfenster.vb
index 81dd462..28a693a 100644
--- a/Aviso/frmHauptfenster.vb
+++ b/Aviso/frmHauptfenster.vb
@@ -4531,6 +4531,10 @@ Public Class frmHauptfenster
End If
End Sub
+
+ Private Sub btnZertifikate_Click(sender As Object, e As EventArgs) Handles btnZertifikate.Click
+ Process.Start("https://verag.ag/de/about-us")
+ End Sub
End Class
Public Class AvisoStatusFunctions
@@ -4886,6 +4890,7 @@ Public Class AvisoStatusFunctions
End Sub
+
Shared Sub Email_senden(art, AVISO, EMails, EMails_CC, EMails_BCC, KundenNr, Optional ForceMail = "")
'art = 1 : Ankunft
'art = 2 : Freigabe
diff --git a/Aviso/frmSendungsdetailsNEU.vb b/Aviso/frmSendungsdetailsNEU.vb
index ee71e69..a8fcfd3 100644
--- a/Aviso/frmSendungsdetailsNEU.vb
+++ b/Aviso/frmSendungsdetailsNEU.vb
@@ -6344,7 +6344,11 @@ Public Class frmSendungsdetailsNEU
Dim SND As VERAG_PROG_ALLGEMEIN.cSendungen = SENDUNG_LIST(CURRENT_INDEX)
Dim frmAttilaATEZNCTS = New frmATEZ_NCTS(AVISO, SND, Now.ToString("yy"), dgvATEZNCTS)
frmAttilaATEZNCTS.Show(Me)
- initdgvATEZ()
+
+ AddHandler frmAttilaATEZNCTS.FormClosing, Function()
+ initdgvATEZ()
+ Me.BringToFront()
+ End Function
End If
Catch ex As Exception
@@ -6434,7 +6438,10 @@ Public Class frmSendungsdetailsNEU
Dim frmAttilaATEZNCTS = New frmATEZ_NCTS(dgvATEZNCTS.SelectedRows(0).Cells("Id").Value, AVISO, SND, Now.ToString("yy"))
frmAttilaATEZNCTS.Show(Me)
Me.Refresh()
- initdgvATEZ()
+ AddHandler frmAttilaATEZNCTS.FormClosing, Function()
+ initdgvATEZ()
+ Me.BringToFront()
+ End Function
End If
@@ -6454,7 +6461,7 @@ Public Class frmSendungsdetailsNEU
MsgBox("Bereits gesendete Request können nicht gelöscht werden!")
Exit Sub
End If
- If vbYes = MsgBox("Möchten Sie diesen Request wirklich löschen?", vbYesNoCancel) Then
+ If vbYes = MsgBox("Möchten Sie den Request " & dgvATEZNCTS.SelectedRows(0).Cells("BezugsNr").Value & " wirklich löschen?", vbYesNoCancel) Then
Dim atez As New cATEZ_NCTS_DATA(dgvATEZNCTS.SelectedRows(0).Cells("Id").Value)
atez.delete()
initdgvATEZ()
diff --git a/Aviso/usrcntlAktDetailsATILLANeu.vb b/Aviso/usrcntlAktDetailsATILLANeu.vb
index 836344f..d84c1c0 100644
--- a/Aviso/usrcntlAktDetailsATILLANeu.vb
+++ b/Aviso/usrcntlAktDetailsATILLANeu.vb
@@ -1655,8 +1655,14 @@ Public Class usrcntlAktDetailsATILLANeu
frmAttilaATEZNCTS.Show(Me)
Me.Refresh()
+ AddHandler frmAttilaATEZNCTS.FormClosing, Function()
+ initdgvATEZ()
+ Me.BringToFront()
+ End Function
End If
+
+
Catch ex As Exception
MsgBox(ex.Message & ex.StackTrace)
End Try
@@ -1678,7 +1684,12 @@ Public Class usrcntlAktDetailsATILLANeu
Dim frmAttilaATEZNCTS = New frmATEZ_NCTS(dgvATEZNCTS.SelectedRows(0).Cells("Id").Value, AVISO, SND, Now.ToString("yy"))
frmAttilaATEZNCTS.Show(Me)
Me.Refresh()
- initdgvATEZ()
+
+ AddHandler frmAttilaATEZNCTS.FormClosing, Function()
+ initdgvATEZ()
+ Me.BringToFront()
+ End Function
+
End If
@@ -1696,7 +1707,7 @@ Public Class usrcntlAktDetailsATILLANeu
MsgBox("Bereits gesendete Request können nicht gelöscht werden!")
Exit Sub
End If
- If vbYes = MsgBox("Möchten Sie diesen Request wirklich löschen?", vbYesNoCancel) Then
+ If vbYes = MsgBox("Möchten Sie den Request " & dgvATEZNCTS.SelectedRows(0).Cells("BezugsNr").Value & " wirklich löschen?", vbYesNoCancel) Then
Dim atez As New cATEZ_NCTS_DATA(dgvATEZNCTS.SelectedRows(0).Cells("Id").Value)
atez.delete()
initdgvATEZ()
diff --git a/Gemeinsames/Gemeinsames.vbproj b/Gemeinsames/Gemeinsames.vbproj
index 4158eac..43b8767 100644
--- a/Gemeinsames/Gemeinsames.vbproj
+++ b/Gemeinsames/Gemeinsames.vbproj
@@ -82,11 +82,17 @@
x64
- bin\x64\Debug\
+ bin\Debug\
x64
- bin\x64\Release\
+ bin\Release\
+
+
+ false
+
+
+ Gemeinsames_TemporaryKey.pfx
@@ -123,10 +129,6 @@
-
- False
- ..\..\..\SDL\SDL\VERAG_PROG_ALLGEMEIN\bin\Debug\VERAG_PROG_ALLGEMEIN.dll
-
@@ -307,6 +309,10 @@
{50e8e49b-4fd9-4dd4-b159-bdc2b7d0e94f}
DAKOSY_Worker_lib
+
+ {a3b497bd-842c-4a2b-b398-ed1976849df1}
+ VERAG_PROG_ALLGEMEIN
+