diff --git a/GUIs.Common/Common.vbproj b/GUIs.Common/Common.vbproj
index 13150aac..e768182e 100644
--- a/GUIs.Common/Common.vbproj
+++ b/GUIs.Common/Common.vbproj
@@ -152,6 +152,12 @@
Form
+
+ frmNotification_Startup.vb
+
+
+ Form
+
frmSQLEditor.vb
@@ -227,6 +233,9 @@
frmFileFlow_Duplicate.vb
+
+ frmNotification_Startup.vb
+
frmSQLEditor.vb
diff --git a/GUIs.Common/My Project/AssemblyInfo.vb b/GUIs.Common/My Project/AssemblyInfo.vb
index 32a0f34a..8514e88c 100644
--- a/GUIs.Common/My Project/AssemblyInfo.vb
+++ b/GUIs.Common/My Project/AssemblyInfo.vb
@@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices
-
+
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
'
-
-
+
+
diff --git a/GUIs.Common/app.config b/GUIs.Common/app.config
index d5fed9f7..f5b66222 100644
--- a/GUIs.Common/app.config
+++ b/GUIs.Common/app.config
@@ -1,5 +1,50 @@
+
+
+
+
+
+
+
+
+ Skin/Office 2019 White
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GUIs.Common/frmFileFlow_Duplicate.Designer.vb b/GUIs.Common/frmFileFlow_Duplicate.Designer.vb
index b50d962f..ae867c4e 100644
--- a/GUIs.Common/frmFileFlow_Duplicate.Designer.vb
+++ b/GUIs.Common/frmFileFlow_Duplicate.Designer.vb
@@ -27,16 +27,16 @@ Partial Class frmFileFlow_Duplicate
Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
Me.LabelControlMessage = New DevExpress.XtraEditors.LabelControl()
- Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit()
Me.PanelControl2 = New DevExpress.XtraEditors.PanelControl()
Me.SimpleButton5 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton4 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton3 = New DevExpress.XtraEditors.SimpleButton()
+ Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit()
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.PanelControl1.SuspendLayout()
- CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.PanelControl2.SuspendLayout()
+ CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PanelControl1
@@ -98,18 +98,6 @@ Partial Class frmFileFlow_Duplicate
Me.LabelControlMessage.TabIndex = 1
Me.LabelControlMessage.Text = "Diese Datei ist doppelt....Text aus New"
'
- 'PictureEdit1
- '
- Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object)
- Me.PictureEdit1.Location = New System.Drawing.Point(12, 22)
- Me.PictureEdit1.Name = "PictureEdit1"
- Me.PictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.DarkRed
- Me.PictureEdit1.Properties.Appearance.Options.UseBackColor = True
- Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto]
- Me.PictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom
- Me.PictureEdit1.Size = New System.Drawing.Size(100, 96)
- Me.PictureEdit1.TabIndex = 0
- '
'PanelControl2
'
Me.PanelControl2.Appearance.BackColor = System.Drawing.SystemColors.Info
@@ -172,6 +160,18 @@ Partial Class frmFileFlow_Duplicate
Me.SimpleButton3.TabIndex = 1
Me.SimpleButton3.Text = "Datei anzeigen"
'
+ 'PictureEdit1
+ '
+ Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object)
+ Me.PictureEdit1.Location = New System.Drawing.Point(12, 22)
+ Me.PictureEdit1.Name = "PictureEdit1"
+ Me.PictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.DarkRed
+ Me.PictureEdit1.Properties.Appearance.Options.UseBackColor = True
+ Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto]
+ Me.PictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom
+ Me.PictureEdit1.Size = New System.Drawing.Size(100, 96)
+ Me.PictureEdit1.TabIndex = 0
+ '
'frmFileFlow_Duplicate
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
@@ -189,9 +189,9 @@ Partial Class frmFileFlow_Duplicate
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.PanelControl1.ResumeLayout(False)
Me.PanelControl1.PerformLayout()
- CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).EndInit()
Me.PanelControl2.ResumeLayout(False)
+ CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
diff --git a/GUIs.Common/frmNotification_Startup.Designer.vb b/GUIs.Common/frmNotification_Startup.Designer.vb
new file mode 100644
index 00000000..1b45f509
--- /dev/null
+++ b/GUIs.Common/frmNotification_Startup.Designer.vb
@@ -0,0 +1,163 @@
+
+Partial Class frmNotification_Startup
+ Inherits DevExpress.XtraBars.Ribbon.RibbonForm
+
+ 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
+
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Wird vom Windows Form-Designer benötigt.
+ Private components As System.ComponentModel.IContainer
+
+ 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
+ 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
+ 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
+
+ Private Sub InitializeComponent()
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNotification_Startup))
+ Me.ListBoxControl1 = New DevExpress.XtraEditors.ListBoxControl()
+ Me.RichEditControl1 = New DevExpress.XtraRichEdit.RichEditControl()
+ Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
+ Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
+ Me.bbtnitmMarkRead = New DevExpress.XtraBars.BarButtonItem()
+ Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
+ Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
+ Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
+ Me.DocumentViewer1 = New DigitalData.Controls.DocumentViewer.DocumentViewer()
+ Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
+ Me.BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem()
+ CType(Me.ListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SuspendLayout()
+ '
+ 'ListBoxControl1
+ '
+ Me.ListBoxControl1.Dock = System.Windows.Forms.DockStyle.Left
+ Me.ListBoxControl1.Location = New System.Drawing.Point(0, 158)
+ Me.ListBoxControl1.Name = "ListBoxControl1"
+ Me.ListBoxControl1.Size = New System.Drawing.Size(248, 559)
+ Me.ListBoxControl1.TabIndex = 0
+ '
+ 'RichEditControl1
+ '
+ Me.RichEditControl1.Location = New System.Drawing.Point(682, 211)
+ Me.RichEditControl1.MenuManager = Me.RibbonControl1
+ Me.RichEditControl1.Name = "RichEditControl1"
+ Me.RichEditControl1.Options.HorizontalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
+ Me.RichEditControl1.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
+ Me.RichEditControl1.Size = New System.Drawing.Size(269, 425)
+ Me.RichEditControl1.TabIndex = 1
+ Me.RichEditControl1.Visible = False
+ '
+ 'RibbonControl1
+ '
+ Me.RibbonControl1.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Green
+ Me.RibbonControl1.ExpandCollapseItem.Id = 0
+ Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.bbtnitmMarkRead, Me.BarStaticItem1})
+ Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
+ Me.RibbonControl1.MaxItemId = 5
+ Me.RibbonControl1.Name = "RibbonControl1"
+ Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
+ Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
+ Me.RibbonControl1.Size = New System.Drawing.Size(1134, 158)
+ Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
+ '
+ 'BarButtonItem1
+ '
+ Me.BarButtonItem1.Caption = "Hinweise schließen"
+ Me.BarButtonItem1.Id = 1
+ Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
+ Me.BarButtonItem1.Name = "BarButtonItem1"
+ '
+ 'bbtnitmMarkRead
+ '
+ Me.bbtnitmMarkRead.Caption = "Als gelesen markieren"
+ Me.bbtnitmMarkRead.Id = 3
+ Me.bbtnitmMarkRead.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitmMarkRead.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
+ Me.bbtnitmMarkRead.Name = "bbtnitmMarkRead"
+ Me.bbtnitmMarkRead.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
+ '
+ 'RibbonPage1
+ '
+ Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
+ Me.RibbonPage1.Name = "RibbonPage1"
+ Me.RibbonPage1.Text = "Start"
+ '
+ 'RibbonPageGroup1
+ '
+ Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
+ Me.RibbonPageGroup1.ItemLinks.Add(Me.bbtnitmMarkRead)
+ Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
+ Me.RibbonPageGroup1.Text = "Funktionen"
+ '
+ 'RibbonStatusBar1
+ '
+ Me.RibbonStatusBar1.ItemLinks.Add(Me.BarStaticItem1)
+ Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 717)
+ Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
+ Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
+ Me.RibbonStatusBar1.Size = New System.Drawing.Size(1134, 22)
+ '
+ 'DocumentViewer1
+ '
+ Me.DocumentViewer1.FileLoaded = False
+ Me.DocumentViewer1.Location = New System.Drawing.Point(312, 237)
+ Me.DocumentViewer1.Name = "DocumentViewer1"
+ Me.DocumentViewer1.Size = New System.Drawing.Size(305, 399)
+ Me.DocumentViewer1.TabIndex = 2
+ Me.DocumentViewer1.Visible = False
+ '
+ 'RibbonPage2
+ '
+ Me.RibbonPage2.Name = "RibbonPage2"
+ Me.RibbonPage2.Text = "RibbonPage2"
+ '
+ 'BarStaticItem1
+ '
+ Me.BarStaticItem1.Id = 4
+ Me.BarStaticItem1.Name = "BarStaticItem1"
+ '
+ 'frmNotification_Startup
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.ClientSize = New System.Drawing.Size(1134, 739)
+ Me.Controls.Add(Me.DocumentViewer1)
+ Me.Controls.Add(Me.RichEditControl1)
+ Me.Controls.Add(Me.ListBoxControl1)
+ Me.Controls.Add(Me.RibbonStatusBar1)
+ Me.Controls.Add(Me.RibbonControl1)
+ Me.IconOptions.SvgImage = CType(resources.GetObject("frmNotification_Startup.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
+ Me.Name = "frmNotification_Startup"
+ Me.Ribbon = Me.RibbonControl1
+ Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
+ Me.StatusBar = Me.RibbonStatusBar1
+ Me.Text = "Hinweise"
+ Me.TopMost = True
+ CType(Me.ListBoxControl1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.ResumeLayout(False)
+ Me.PerformLayout()
+
+ End Sub
+
+ Friend WithEvents ListBoxControl1 As DevExpress.XtraEditors.ListBoxControl
+ Friend WithEvents RichEditControl1 As DevExpress.XtraRichEdit.RichEditControl
+ Friend WithEvents DocumentViewer1 As Controls.DocumentViewer.DocumentViewer
+ Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
+ Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
+ Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
+ Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
+ Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
+ Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents bbtnitmMarkRead As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents BarStaticItem1 As DevExpress.XtraBars.BarStaticItem
+End Class
diff --git a/GUIs.Common/frmNotification_Startup.resx b/GUIs.Common/frmNotification_Startup.resx
new file mode 100644
index 00000000..ed04502c
--- /dev/null
+++ b/GUIs.Common/frmNotification_Startup.resx
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
+ LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAM0DAAAC77u/
+ PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
+ IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
+ MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
+ Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
+ MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlllbGxvd3tmaWxsOiNGRkIxMTU7fQoJ
+ LlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5HcmVlbntmaWxsOiMwMzlD
+ MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
+ Y2l0eTowLjU7fQoJLnN0MXtkaXNwbGF5Om5vbmU7fQoJLnN0MntkaXNwbGF5OmlubGluZTtmaWxsOiMw
+ MzlDMjM7fQoJLnN0M3tkaXNwbGF5OmlubGluZTtmaWxsOiNEMTFDMUM7fQoJLnN0NHtkaXNwbGF5Omlu
+ bGluZTtmaWxsOiM3MjcyNzI7fQo8L3N0eWxlPg0KICA8ZyBpZD0iQ2xvc2UiPg0KICAgIDxwYXRoIGQ9
+ Ik0xNiwyQzguMywyLDIsOC4zLDIsMTZzNi4zLDE0LDE0LDE0czE0LTYuMywxNC0xNFMyMy43LDIsMTYs
+ MnogTTIzLjcsMjEuN2MwLjQsMC40LDAuNCwxLDAsMS40bC0wLjYsMC42ICAgYy0wLjQsMC40LTEsMC40
+ LTEuNCwwTDE2LDE4bC01LjcsNS43Yy0wLjQsMC40LTEsMC40LTEuNCwwbC0wLjYtMC42Yy0wLjQtMC40
+ LTAuNC0xLDAtMS40TDE0LDE2bC01LjctNS43Yy0wLjQtMC40LTAuNC0xLDAtMS40ICAgbDAuNi0wLjZj
+ MC40LTAuNCwxLTAuNCwxLjQsMEwxNiwxNGw1LjctNS43YzAuNC0wLjQsMS0wLjQsMS40LDBsMC42LDAu
+ NmMwLjQsMC40LDAuNCwxLDAsMS40TDE4LDE2TDIzLjcsMjEuN3oiIGNsYXNzPSJSZWQiIC8+DQogIDwv
+ Zz4NCjwvc3ZnPgs=
+
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
+ LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAKMCAAAC77u/
+ PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
+ IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
+ MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
+ Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
+ MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku
+ WWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAz
+ OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
+ Y2l0eTowLjc1O30KCS5zdDF7b3BhY2l0eTowLjU7fQoJLnN0MntvcGFjaXR5OjAuMjU7fQo8L3N0eWxl
+ Pg0KICA8ZyBpZD0iQ2hlY2tCb3giPg0KICAgIDxwYXRoIGQ9Ik0yNyw0SDVDNC41LDQsNCw0LjUsNCw1
+ djIyYzAsMC41LDAuNSwxLDEsMWgyMmMwLjUsMCwxLTAuNSwxLTFWNUMyOCw0LjUsMjcuNSw0LDI3LDR6
+ IE0xNCwyMmwtNi02bDItMmw0LDQgICBsOC04bDIsMkwxNCwyMnoiIGNsYXNzPSJHcmVlbiIgLz4NCiAg
+ PC9nPg0KPC9zdmc+Cw==
+
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
+ LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAAkDAAAC77u/
+ PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
+ IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
+ MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
+ Y2U9InByZXNlcnZlIiBpZD0iQ29tcGF0aWJpbGl0eSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5l
+ dyAwIDAgMzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlllbGxvd3tmaWxsOiNGRkIx
+ MTU7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQo8L3N0eWxlPg0K
+ ICA8cGF0aCBkPSJNMTYuNCwxMS40YzAuNi0wLjksMS41LTEuNCwyLjYtMS40czIuMSwwLjUsMi42LDEu
+ NEwyMiwxMlY0SDNDMi40LDQsMiwzLjYsMiwzYzAtMC42LDAuNC0xLDEtMWgxOVYxICBjMC0wLjYtMC40
+ LTEtMS0xSDNDMS4zLDAsMCwxLjMsMCwzdjIwYzAsMS43LDEuMywzLDMsM2g0LjRMMTYuNCwxMS40eiIg
+ Y2xhc3M9IkJsdWUiIC8+DQogIDxwYXRoIGQ9Ik0xOC4xLDEyLjVMOC4xLDI4LjZDNy43LDI5LjIsOC4z
+ LDMwLDkuMSwzMGgxOS45YzAuOCwwLDEuMy0wLjgsMC45LTEuNGwtOS45LTE2LjEgIEMxOS41LDExLjgs
+ MTguNSwxMS44LDE4LjEsMTIuNXoiIGNsYXNzPSJZZWxsb3ciIC8+DQogIDxwYXRoIGQ9Ik0yMCwyNGgt
+ MnYtOGgyVjI0eiBNMjAsMjZoLTJ2MmgyVjI2eiIgY2xhc3M9IkJsYWNrIiAvPg0KPC9zdmc+Cw==
+
+
+
\ No newline at end of file
diff --git a/GUIs.Common/frmNotification_Startup.vb b/GUIs.Common/frmNotification_Startup.vb
new file mode 100644
index 00000000..21bae37c
--- /dev/null
+++ b/GUIs.Common/frmNotification_Startup.vb
@@ -0,0 +1,189 @@
+Imports System.Drawing
+Imports DigitalData.Modules.EDMI.API
+Imports DigitalData.Modules.Logging
+Imports DigitalData.Modules.ZooFlow
+Imports DigitalData.Modules.ZooFlow.Constants
+Public Class frmNotification_Startup
+ Private ReadOnly NotificationItems As New List(Of NotificationItem)
+ Private oDTNotifications As DataTable
+ Private ReadOnly Property LogConfig As LogConfig
+ Private ReadOnly Property Logger As Logger
+ Private ReadOnly Environment As Environment
+ Private GDPictureKey As String
+ Private MyCaption As String
+ Private NOTIFY_ID As Integer
+ Private Property OperationMode As OperationMode
+ Private Client As Client
+ Friend Class NotificationItem
+ Public Id As Integer
+ Public Title As String
+ Public MSGSTRING As String
+
+ Public Overrides Function ToString() As String
+ Return Title
+ End Function
+ End Class
+ Public Sub New(DTNotifications As DataTable, pLogConfig As LogConfig, pGDPictureKey As String, pCaption As String, pEnvironment As Environment)
+ oDTNotifications = DTNotifications
+ LogConfig = pLogConfig
+ Logger = pLogConfig.GetLogger()
+ GDPictureKey = pGDPictureKey
+ MyCaption = pCaption
+ Environment = pEnvironment
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Private Sub frmNotification_Startup_Load(sender As Object, e As EventArgs) Handles Me.Load
+ Try
+ DocumentViewer1.Init(LogConfig, GDPictureKey)
+ OperationMode = GetOperationMode()
+ Client = Environment.Service.Client
+ Me.Text = MyCaption
+ If oDTNotifications.Rows.Count = 1 Then
+ Me.ListBoxControl1.Visible = False
+ Load_Profile(oDTNotifications.Rows(0).Item("GUID"))
+ Else
+
+
+ For Each oRow As DataRow In oDTNotifications.Rows
+ NotificationItems.Add(New NotificationItem With {
+ .Id = CInt(oRow.Item("GUID")),
+ .Title = oRow.Item("TITLE").ToString
+ })
+ Next
+
+ ' ListBoxControl1.Items.Clear()
+ 'ListBoxControl1.Items.AddRange(NotificationItems)
+
+
+
+ ListBoxControl1.DataSource = oDTNotifications
+ ListBoxControl1.ValueMember = "GUID"
+ ListBoxControl1.DisplayMember = "TITLE"
+ End If
+ Catch ex As Exception
+ Dim oMsgBox As New frmDialog(ex.Message, "Unexpected Error loading form:", frmDialog.DialogType.Error)
+ oMsgBox.ShowDialog()
+ End Try
+ End Sub
+ Sub Load_Profile(oIndex As Integer)
+ Try
+ DocumentViewer1.Visible = False
+ RichEditControl1.Visible = False
+ Dim oType As String, oMSG_STRING As String, oMarkasRead As Boolean
+
+ If oDTNotifications.Rows.Count = 1 Then
+ oType = oDTNotifications.Rows(0).Item("DISPLAY_TYPE")
+ oMSG_STRING = oDTNotifications.Rows(0).Item("MSG_STRING")
+ oMarkasRead = oDTNotifications.Rows(0).Item("VALIDATE_READ")
+ NOTIFY_ID = oDTNotifications.Rows(0).Item("GUID")
+ Else
+ Dim oCount As Integer = 0
+ For Each orow As DataRow In oDTNotifications.Rows
+ If oIndex = oCount Then
+ oType = orow.Item("DISPLAY_TYPE")
+ oMSG_STRING = orow.Item("MSG_STRING")
+ oMarkasRead = orow.Item("VALIDATE_READ")
+ NOTIFY_ID = orow.Item("GUID")
+ Exit For
+ Else
+ oCount += 1
+ End If
+
+ Next
+ End If
+
+ If oType = "MESSAGE" Then
+ RichEditControl1.Text = oMSG_STRING
+ RichEditControl1.Visible = True
+ RichEditControl1.Dock = Windows.Forms.DockStyle.Fill
+ Else
+ If IO.File.Exists(oMSG_STRING) Then
+ DocumentViewer1.LoadFile(oMSG_STRING)
+ DocumentViewer1.Visible = True
+ DocumentViewer1.Dock = Windows.Forms.DockStyle.Fill
+ Else
+ Dim oMsgBox As New frmDialog("File not existing!", "Load Notification File", frmDialog.DialogType.Warning)
+ oMsgBox.ShowDialog()
+ End If
+ End If
+ If oMarkasRead = True Then
+ bbtnitmMarkRead.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
+ Else
+ bbtnitmMarkRead.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
+ End If
+
+ Catch ex As Exception
+ Dim oMsgBox As New frmDialog(ex.Message, "Unexpected Error loading Message:", frmDialog.DialogType.Error)
+ oMsgBox.ShowDialog()
+ End Try
+ End Sub
+
+ Private Sub ListBoxControl1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ListBoxControl1.SelectedValueChanged
+ If ListBoxControl1.SelectedIndex <> -1 Then
+ Try
+ Load_Profile(ListBoxControl1.SelectedIndex)
+ Catch ex As Exception
+ Dim oMsgBox As New frmDialog(ex.Message, "Unexpected Error switching Notifications:", frmDialog.DialogType.Error)
+ oMsgBox.ShowDialog()
+ End Try
+ End If
+ End Sub
+
+ Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
+ Me.Close()
+ End Sub
+
+ Private Sub bbtnitmMarkRead_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtnitmMarkRead.ItemClick
+ Dim oSuccess As Boolean = True
+ Try
+
+ Dim oInsert = $"INSERT INTO [dbo].[TBDD_NOTIFICATIONS_USER_HISTORY]
+ ([NOTIFY_ID]
+ ,[USR_ID])
+ VALUES
+ ({NOTIFY_ID}
+ ,{Environment.User.UserId})"
+ If OperationMode = OperationMode.ZooFlow Or OperationMode = OperationMode.WithAppServer Then
+ Dim oResponse = Client.ExecuteNonQueryFromECM(oInsert)
+ If Not oResponse.OK Then
+ oSuccess = False
+ End If
+ Else
+ oSuccess = Environment.Database.ExecuteNonQuery(oInsert)
+
+ End If
+ If oSuccess = False Then
+ BarStaticItem1.Caption = "Error while setting History!"
+ BarStaticItem1.ItemAppearance.Normal.BackColor = Color.Red
+ Else
+ BarStaticItem1.Caption = "History successfully saved!"
+ BarStaticItem1.ItemAppearance.Normal.BackColor = Color.Green
+ If oDTNotifications.Rows.Count = 1 Then
+ Me.Close()
+ End If
+ End If
+ Catch ex As Exception
+ Dim oMsgBox As New frmDialog(ex.Message, "Unexpected Error HistoryInsert:", frmDialog.DialogType.Error)
+ oMsgBox.ShowDialog()
+ oSuccess = False
+ End Try
+
+ End Sub
+ Private Function GetOperationMode() As OperationMode
+ Dim oOperationMode As OperationMode
+
+ If Environment.Service.Client.IsOnline AndAlso Environment.Service.Address <> String.Empty Then
+ oOperationMode = OperationMode.WithAppServer
+ Else
+ oOperationMode = OperationMode.NoAppServer
+ End If
+
+ Return oOperationMode
+ End Function
+End Class
\ No newline at end of file
diff --git a/GUIs.Monitor/My Project/licenses.licx b/GUIs.Monitor/My Project/licenses.licx
index e69de29b..ba8a25f1 100644
--- a/GUIs.Monitor/My Project/licenses.licx
+++ b/GUIs.Monitor/My Project/licenses.licx
@@ -0,0 +1,8 @@
+DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraTreeList.TreeList, DevExpress.XtraTreeList.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraRichEdit.RichEditControl, DevExpress.XtraRichEdit.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
diff --git a/GUIs.Monitor/frmMonitor.Designer.vb b/GUIs.Monitor/frmMonitor.Designer.vb
index 4d2070e4..58fb2a22 100644
--- a/GUIs.Monitor/frmMonitor.Designer.vb
+++ b/GUIs.Monitor/frmMonitor.Designer.vb
@@ -236,7 +236,7 @@ Partial Class frmMonitor
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControl1.Name = "LayoutControl1"
Me.LayoutControl1.Root = Me.Root
- Me.LayoutControl1.Size = New System.Drawing.Size(235, 561)
+ Me.LayoutControl1.Size = New System.Drawing.Size(235, 563)
Me.LayoutControl1.TabIndex = 0
Me.LayoutControl1.Text = "LayoutControl1"
'
@@ -277,7 +277,7 @@ Partial Class frmMonitor
Me.Root.GroupBordersVisible = False
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutItemSearchValue_Text, Me.LayoutControlItem2, Me.LayoutItemSearchValue_Date})
Me.Root.Name = "Root"
- Me.Root.Size = New System.Drawing.Size(235, 561)
+ Me.Root.Size = New System.Drawing.Size(235, 563)
Me.Root.TextVisible = False
'
'LayoutItemSearchValue_Text
@@ -289,7 +289,7 @@ Partial Class frmMonitor
Me.LayoutItemSearchValue_Text.Size = New System.Drawing.Size(215, 46)
Me.LayoutItemSearchValue_Text.Text = "Text Parameter"
Me.LayoutItemSearchValue_Text.TextLocation = DevExpress.Utils.Locations.Top
- Me.LayoutItemSearchValue_Text.TextSize = New System.Drawing.Size(88, 13)
+ Me.LayoutItemSearchValue_Text.TextSize = New System.Drawing.Size(84, 13)
'
'LayoutControlItem2
'
@@ -300,7 +300,7 @@ Partial Class frmMonitor
Me.LayoutControlItem2.Size = New System.Drawing.Size(215, 46)
Me.LayoutControlItem2.Text = "Suche nach"
Me.LayoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top
- Me.LayoutControlItem2.TextSize = New System.Drawing.Size(88, 13)
+ Me.LayoutControlItem2.TextSize = New System.Drawing.Size(84, 13)
'
'LayoutItemSearchValue_Date
'
@@ -308,10 +308,10 @@ Partial Class frmMonitor
Me.LayoutItemSearchValue_Date.Location = New System.Drawing.Point(0, 92)
Me.LayoutItemSearchValue_Date.Name = "LayoutItemSearchValue_Date"
Me.LayoutItemSearchValue_Date.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
- Me.LayoutItemSearchValue_Date.Size = New System.Drawing.Size(215, 449)
+ Me.LayoutItemSearchValue_Date.Size = New System.Drawing.Size(215, 451)
Me.LayoutItemSearchValue_Date.Text = "Datum Parameter"
Me.LayoutItemSearchValue_Date.TextLocation = DevExpress.Utils.Locations.Top
- Me.LayoutItemSearchValue_Date.TextSize = New System.Drawing.Size(88, 13)
+ Me.LayoutItemSearchValue_Date.TextSize = New System.Drawing.Size(84, 13)
Me.LayoutItemSearchValue_Date.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never
'
'XtraTabControl1
@@ -320,7 +320,7 @@ Partial Class frmMonitor
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageFile1
- Me.XtraTabControl1.Size = New System.Drawing.Size(409, 561)
+ Me.XtraTabControl1.Size = New System.Drawing.Size(409, 563)
Me.XtraTabControl1.TabIndex = 1
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageFile1, Me.XtraTabPageFile2, Me.XtraTabPageHtml1, Me.XtraTabPageHtml2})
'
@@ -328,7 +328,7 @@ Partial Class frmMonitor
'
Me.XtraTabPageFile1.Controls.Add(Me.DocumentViewer1)
Me.XtraTabPageFile1.Name = "XtraTabPageFile1"
- Me.XtraTabPageFile1.Size = New System.Drawing.Size(407, 536)
+ Me.XtraTabPageFile1.Size = New System.Drawing.Size(407, 540)
Me.XtraTabPageFile1.Text = "File 1"
'
'DocumentViewer1
@@ -337,14 +337,14 @@ Partial Class frmMonitor
Me.DocumentViewer1.FileLoaded = False
Me.DocumentViewer1.Location = New System.Drawing.Point(0, 0)
Me.DocumentViewer1.Name = "DocumentViewer1"
- Me.DocumentViewer1.Size = New System.Drawing.Size(407, 536)
+ Me.DocumentViewer1.Size = New System.Drawing.Size(407, 540)
Me.DocumentViewer1.TabIndex = 0
'
'XtraTabPageFile2
'
Me.XtraTabPageFile2.Controls.Add(Me.DocumentViewer2)
Me.XtraTabPageFile2.Name = "XtraTabPageFile2"
- Me.XtraTabPageFile2.Size = New System.Drawing.Size(407, 539)
+ Me.XtraTabPageFile2.Size = New System.Drawing.Size(407, 536)
Me.XtraTabPageFile2.Text = "File 2"
'
'DocumentViewer2
@@ -353,14 +353,14 @@ Partial Class frmMonitor
Me.DocumentViewer2.FileLoaded = False
Me.DocumentViewer2.Location = New System.Drawing.Point(0, 0)
Me.DocumentViewer2.Name = "DocumentViewer2"
- Me.DocumentViewer2.Size = New System.Drawing.Size(407, 539)
+ Me.DocumentViewer2.Size = New System.Drawing.Size(407, 536)
Me.DocumentViewer2.TabIndex = 1
'
'XtraTabPageHtml1
'
Me.XtraTabPageHtml1.Controls.Add(Me.RichEditControl1)
Me.XtraTabPageHtml1.Name = "XtraTabPageHtml1"
- Me.XtraTabPageHtml1.Size = New System.Drawing.Size(407, 539)
+ Me.XtraTabPageHtml1.Size = New System.Drawing.Size(407, 536)
Me.XtraTabPageHtml1.Text = "HTML 1"
'
'RichEditControl1
@@ -373,14 +373,14 @@ Partial Class frmMonitor
Me.RichEditControl1.Name = "RichEditControl1"
Me.RichEditControl1.Options.HorizontalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
Me.RichEditControl1.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
- Me.RichEditControl1.Size = New System.Drawing.Size(407, 539)
+ Me.RichEditControl1.Size = New System.Drawing.Size(407, 536)
Me.RichEditControl1.TabIndex = 0
'
'XtraTabPageHtml2
'
Me.XtraTabPageHtml2.Controls.Add(Me.RichEditControl2)
Me.XtraTabPageHtml2.Name = "XtraTabPageHtml2"
- Me.XtraTabPageHtml2.Size = New System.Drawing.Size(407, 539)
+ Me.XtraTabPageHtml2.Size = New System.Drawing.Size(407, 536)
Me.XtraTabPageHtml2.Text = "HTML 2"
'
'RichEditControl2
@@ -389,7 +389,7 @@ Partial Class frmMonitor
Me.RichEditControl2.Location = New System.Drawing.Point(0, 0)
Me.RichEditControl2.MenuManager = Me.RibbonControl1
Me.RichEditControl2.Name = "RichEditControl2"
- Me.RichEditControl2.Size = New System.Drawing.Size(407, 539)
+ Me.RichEditControl2.Size = New System.Drawing.Size(407, 536)
Me.RichEditControl2.TabIndex = 1
'
'GridControl1
@@ -399,7 +399,7 @@ Partial Class frmMonitor
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.MenuManager = Me.RibbonControl1
Me.GridControl1.Name = "GridControl1"
- Me.GridControl1.Size = New System.Drawing.Size(711, 348)
+ Me.GridControl1.Size = New System.Drawing.Size(711, 345)
Me.GridControl1.TabIndex = 0
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
'
@@ -446,7 +446,7 @@ Partial Class frmMonitor
'
Me.SplitContainerContent.Panel2.Controls.Add(Me.SplitContainerControl3)
Me.SplitContainerContent.Panel2.Text = "Panel2"
- Me.SplitContainerContent.Size = New System.Drawing.Size(958, 561)
+ Me.SplitContainerContent.Size = New System.Drawing.Size(958, 563)
Me.SplitContainerContent.SplitterPosition = 235
Me.SplitContainerContent.TabIndex = 9
'
@@ -467,7 +467,7 @@ Partial Class frmMonitor
'
Me.SplitContainerControl3.Panel2.Controls.Add(Me.XtraTabControl3)
Me.SplitContainerControl3.Panel2.Text = "Panel2"
- Me.SplitContainerControl3.Size = New System.Drawing.Size(713, 561)
+ Me.SplitContainerControl3.Size = New System.Drawing.Size(713, 563)
Me.SplitContainerControl3.SplitterPosition = 181
Me.SplitContainerControl3.TabIndex = 5
'
@@ -477,7 +477,7 @@ Partial Class frmMonitor
Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl3.Name = "XtraTabControl3"
Me.XtraTabControl3.SelectedTabPage = Me.XtraTabPageSQL1
- Me.XtraTabControl3.Size = New System.Drawing.Size(713, 370)
+ Me.XtraTabControl3.Size = New System.Drawing.Size(713, 372)
Me.XtraTabControl3.TabIndex = 0
Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageSQL1, Me.XtraTabPageSQL2, Me.XtraTabPageSQL3, Me.XtraTabPageSQL4})
'
@@ -485,7 +485,7 @@ Partial Class frmMonitor
'
Me.XtraTabPageSQL1.Controls.Add(Me.GridControl2)
Me.XtraTabPageSQL1.Name = "XtraTabPageSQL1"
- Me.XtraTabPageSQL1.Size = New System.Drawing.Size(711, 345)
+ Me.XtraTabPageSQL1.Size = New System.Drawing.Size(711, 349)
Me.XtraTabPageSQL1.Text = "SQL 1"
'
'GridControl2
@@ -495,7 +495,7 @@ Partial Class frmMonitor
Me.GridControl2.MainView = Me.GridView2
Me.GridControl2.MenuManager = Me.RibbonControl1
Me.GridControl2.Name = "GridControl2"
- Me.GridControl2.Size = New System.Drawing.Size(711, 345)
+ Me.GridControl2.Size = New System.Drawing.Size(711, 349)
Me.GridControl2.TabIndex = 1
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
'
@@ -508,7 +508,7 @@ Partial Class frmMonitor
'
Me.XtraTabPageSQL2.Controls.Add(Me.GridControl3)
Me.XtraTabPageSQL2.Name = "XtraTabPageSQL2"
- Me.XtraTabPageSQL2.Size = New System.Drawing.Size(711, 348)
+ Me.XtraTabPageSQL2.Size = New System.Drawing.Size(711, 345)
Me.XtraTabPageSQL2.Text = "SQL 2"
'
'GridControl3
@@ -518,7 +518,7 @@ Partial Class frmMonitor
Me.GridControl3.MainView = Me.GridView3
Me.GridControl3.MenuManager = Me.RibbonControl1
Me.GridControl3.Name = "GridControl3"
- Me.GridControl3.Size = New System.Drawing.Size(711, 348)
+ Me.GridControl3.Size = New System.Drawing.Size(711, 345)
Me.GridControl3.TabIndex = 1
Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3})
'
@@ -531,7 +531,7 @@ Partial Class frmMonitor
'
Me.XtraTabPageSQL3.Controls.Add(Me.GridControl4)
Me.XtraTabPageSQL3.Name = "XtraTabPageSQL3"
- Me.XtraTabPageSQL3.Size = New System.Drawing.Size(711, 348)
+ Me.XtraTabPageSQL3.Size = New System.Drawing.Size(711, 345)
Me.XtraTabPageSQL3.Text = "SQL 3"
'
'GridControl4
@@ -541,7 +541,7 @@ Partial Class frmMonitor
Me.GridControl4.MainView = Me.GridView4
Me.GridControl4.MenuManager = Me.RibbonControl1
Me.GridControl4.Name = "GridControl4"
- Me.GridControl4.Size = New System.Drawing.Size(711, 348)
+ Me.GridControl4.Size = New System.Drawing.Size(711, 345)
Me.GridControl4.TabIndex = 1
Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4})
'
@@ -554,7 +554,7 @@ Partial Class frmMonitor
'
Me.XtraTabPageSQL4.Controls.Add(Me.GridControl1)
Me.XtraTabPageSQL4.Name = "XtraTabPageSQL4"
- Me.XtraTabPageSQL4.Size = New System.Drawing.Size(711, 348)
+ Me.XtraTabPageSQL4.Size = New System.Drawing.Size(711, 345)
Me.XtraTabPageSQL4.Text = "SQL 4"
'
'SplitContainerMain
@@ -573,7 +573,7 @@ Partial Class frmMonitor
'
Me.SplitContainerMain.Panel2.Controls.Add(Me.XtraTabControl1)
Me.SplitContainerMain.Panel2.Text = "Panel2"
- Me.SplitContainerMain.Size = New System.Drawing.Size(1377, 561)
+ Me.SplitContainerMain.Size = New System.Drawing.Size(1377, 563)
Me.SplitContainerMain.SplitterPosition = 958
Me.SplitContainerMain.TabIndex = 10
'
@@ -593,7 +593,7 @@ Partial Class frmMonitor
Me.tabPageSearch.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.enablesearch
Me.tabPageSearch.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.tabPageSearch.Name = "tabPageSearch"
- Me.tabPageSearch.Size = New System.Drawing.Size(1377, 561)
+ Me.tabPageSearch.Size = New System.Drawing.Size(1377, 563)
Me.tabPageSearch.Text = "Suche"
'
'tabPageDashboard
@@ -601,7 +601,7 @@ Partial Class frmMonitor
Me.tabPageDashboard.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.bo_dashboard
Me.tabPageDashboard.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.tabPageDashboard.Name = "tabPageDashboard"
- Me.tabPageDashboard.Size = New System.Drawing.Size(1377, 562)
+ Me.tabPageDashboard.Size = New System.Drawing.Size(1377, 561)
Me.tabPageDashboard.Text = "Dashboard"
'
'XtraSaveFileDialog1