use AlertControl for search popup, show clipboard contents in popup,

This commit is contained in:
Jonathan Jenne
2021-03-25 13:59:59 +01:00
parent 8cce81b19a
commit 286b61e687
9 changed files with 112 additions and 59 deletions

View File

@@ -1215,7 +1215,7 @@ Partial Class frmAdministration
'CheckEdit3
'
Me.CheckEdit3.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ACTIVE", True))
Me.CheckEdit3.Location = New System.Drawing.Point(-8, 12)
Me.CheckEdit3.Location = New System.Drawing.Point(12, 12)
Me.CheckEdit3.Name = "CheckEdit3"
Me.CheckEdit3.Properties.Caption = "Suche Aktiv"
Me.CheckEdit3.Size = New System.Drawing.Size(286, 18)
@@ -1225,7 +1225,7 @@ Partial Class frmAdministration
'TextEdit17
'
Me.TextEdit17.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHO", True))
Me.TextEdit17.Location = New System.Drawing.Point(0, 218)
Me.TextEdit17.Location = New System.Drawing.Point(20, 218)
Me.TextEdit17.Name = "TextEdit17"
Me.TextEdit17.Properties.ReadOnly = True
Me.TextEdit17.Size = New System.Drawing.Size(125, 20)
@@ -1235,7 +1235,7 @@ Partial Class frmAdministration
'TextEdit15
'
Me.TextEdit15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHEN", True))
Me.TextEdit15.Location = New System.Drawing.Point(145, 218)
Me.TextEdit15.Location = New System.Drawing.Point(165, 218)
Me.TextEdit15.Name = "TextEdit15"
Me.TextEdit15.Properties.ReadOnly = True
Me.TextEdit15.Size = New System.Drawing.Size(125, 20)
@@ -1245,7 +1245,7 @@ Partial Class frmAdministration
'TextEdit18
'
Me.TextEdit18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHEN", True))
Me.TextEdit18.Location = New System.Drawing.Point(145, 274)
Me.TextEdit18.Location = New System.Drawing.Point(165, 274)
Me.TextEdit18.Name = "TextEdit18"
Me.TextEdit18.Properties.ReadOnly = True
Me.TextEdit18.Size = New System.Drawing.Size(125, 20)
@@ -1255,7 +1255,7 @@ Partial Class frmAdministration
'CHANGED_WHOTextBox2
'
Me.CHANGED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(0, 274)
Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(20, 274)
Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2"
Me.CHANGED_WHOTextBox2.Properties.ReadOnly = True
Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(125, 20)
@@ -1266,7 +1266,7 @@ Partial Class frmAdministration
'
Me.txtDocSearchName.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "TAB_TITLE", True))
Me.txtDocSearchName.EditValue = ""
Me.txtDocSearchName.Location = New System.Drawing.Point(128, 82)
Me.txtDocSearchName.Location = New System.Drawing.Point(148, 82)
Me.txtDocSearchName.Name = "txtDocSearchName"
Me.txtDocSearchName.Size = New System.Drawing.Size(142, 20)
Me.txtDocSearchName.StyleController = Me.LayoutControlDocs
@@ -1275,7 +1275,7 @@ Partial Class frmAdministration
'LookUpEdit1
'
Me.LookUpEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CONN_ID", True))
Me.LookUpEdit1.Location = New System.Drawing.Point(128, 162)
Me.LookUpEdit1.Location = New System.Drawing.Point(148, 162)
Me.LookUpEdit1.Name = "LookUpEdit1"
Me.LookUpEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.LookUpEdit1.Properties.Columns.AddRange(New DevExpress.XtraEditors.Controls.LookUpColumnInfo() {New DevExpress.XtraEditors.Controls.LookUpColumnInfo("BEZEICHNUNG", "Verbindung", 80, DevExpress.Utils.FormatType.None, "", True, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.[Default])})
@@ -1297,29 +1297,29 @@ Partial Class frmAdministration
'MemoEdit5
'
Me.MemoEdit5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "SQL_COMMAND", True))
Me.MemoEdit5.Location = New System.Drawing.Point(282, 54)
Me.MemoEdit5.Location = New System.Drawing.Point(302, 54)
Me.MemoEdit5.Name = "MemoEdit5"
Me.MemoEdit5.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit5.Properties.Appearance.Options.UseFont = True
Me.MemoEdit5.Size = New System.Drawing.Size(620, 154)
Me.MemoEdit5.Size = New System.Drawing.Size(620, 248)
Me.MemoEdit5.StyleController = Me.LayoutControlDocs
Me.MemoEdit5.TabIndex = 12
'
'MemoEdit6
'
Me.MemoEdit6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "COUNT_COMMAND", True))
Me.MemoEdit6.Location = New System.Drawing.Point(282, 291)
Me.MemoEdit6.Location = New System.Drawing.Point(302, 385)
Me.MemoEdit6.Name = "MemoEdit6"
Me.MemoEdit6.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit6.Properties.Appearance.Options.UseFont = True
Me.MemoEdit6.Size = New System.Drawing.Size(620, 227)
Me.MemoEdit6.Size = New System.Drawing.Size(620, 133)
Me.MemoEdit6.StyleController = Me.LayoutControlDocs
Me.MemoEdit6.TabIndex = 13
'
'txtDOC_GUID
'
Me.txtDOC_GUID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "GUID", True))
Me.txtDOC_GUID.Location = New System.Drawing.Point(128, 42)
Me.txtDOC_GUID.Location = New System.Drawing.Point(148, 42)
Me.txtDOC_GUID.Name = "txtDOC_GUID"
Me.txtDOC_GUID.Properties.ReadOnly = True
Me.txtDOC_GUID.Size = New System.Drawing.Size(142, 20)
@@ -1329,7 +1329,7 @@ Partial Class frmAdministration
'TextEdit19
'
Me.TextEdit19.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROF_DOC_SEARCHBindingSource, "TAB_INDEX", True))
Me.TextEdit19.Location = New System.Drawing.Point(128, 122)
Me.TextEdit19.Location = New System.Drawing.Point(148, 122)
Me.TextEdit19.Name = "TextEdit19"
Me.TextEdit19.Properties.AutoHeight = False
Me.TextEdit19.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@@ -1351,7 +1351,7 @@ Partial Class frmAdministration
'
'ComboBoxEdit3
'
Me.ComboBoxEdit3.Location = New System.Drawing.Point(410, 12)
Me.ComboBoxEdit3.Location = New System.Drawing.Point(430, 12)
Me.ComboBoxEdit3.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit3.Name = "ComboBoxEdit3"
Me.ComboBoxEdit3.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@@ -1361,7 +1361,7 @@ Partial Class frmAdministration
'
'SimpleButton2
'
Me.SimpleButton2.Location = New System.Drawing.Point(843, 12)
Me.SimpleButton2.Location = New System.Drawing.Point(863, 12)
Me.SimpleButton2.Name = "SimpleButton2"
Me.SimpleButton2.Size = New System.Drawing.Size(59, 22)
Me.SimpleButton2.StyleController = Me.LayoutControlDocs
@@ -1370,7 +1370,7 @@ Partial Class frmAdministration
'
'ComboBoxEdit4
'
Me.ComboBoxEdit4.Location = New System.Drawing.Point(410, 249)
Me.ComboBoxEdit4.Location = New System.Drawing.Point(430, 343)
Me.ComboBoxEdit4.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit4.Name = "ComboBoxEdit4"
Me.ComboBoxEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@@ -1380,7 +1380,7 @@ Partial Class frmAdministration
'
'SimpleButton3
'
Me.SimpleButton3.Location = New System.Drawing.Point(843, 249)
Me.SimpleButton3.Location = New System.Drawing.Point(863, 343)
Me.SimpleButton3.Name = "SimpleButton3"
Me.SimpleButton3.Size = New System.Drawing.Size(59, 22)
Me.SimpleButton3.StyleController = Me.LayoutControlDocs
@@ -1477,9 +1477,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem33.Control = Me.MemoEdit6
Me.LayoutControlItem33.CustomizationFormText = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem33.Location = New System.Drawing.Point(290, 263)
Me.LayoutControlItem33.Location = New System.Drawing.Point(290, 357)
Me.LayoutControlItem33.Name = "LayoutControlItem33"
Me.LayoutControlItem33.Size = New System.Drawing.Size(624, 247)
Me.LayoutControlItem33.Size = New System.Drawing.Size(624, 153)
Me.LayoutControlItem33.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem33.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem33.TextSize = New System.Drawing.Size(125, 13)
@@ -1490,7 +1490,7 @@ Partial Class frmAdministration
Me.LayoutControlItem32.CustomizationFormText = "SQL für Suche:"
Me.LayoutControlItem32.Location = New System.Drawing.Point(290, 26)
Me.LayoutControlItem32.Name = "LayoutControlItem32"
Me.LayoutControlItem32.Size = New System.Drawing.Size(624, 174)
Me.LayoutControlItem32.Size = New System.Drawing.Size(624, 268)
Me.LayoutControlItem32.Text = "SQL für Suche:"
Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13)
@@ -1550,7 +1550,7 @@ Partial Class frmAdministration
'LayoutControlItem39
'
Me.LayoutControlItem39.Control = Me.ComboBoxEdit4
Me.LayoutControlItem39.Location = New System.Drawing.Point(290, 237)
Me.LayoutControlItem39.Location = New System.Drawing.Point(290, 331)
Me.LayoutControlItem39.Name = "LayoutControlItem39"
Me.LayoutControlItem39.Size = New System.Drawing.Size(561, 26)
Me.LayoutControlItem39.Text = "Platzhalter"
@@ -1559,7 +1559,7 @@ Partial Class frmAdministration
'LayoutControlItem40
'
Me.LayoutControlItem40.Control = Me.SimpleButton3
Me.LayoutControlItem40.Location = New System.Drawing.Point(851, 237)
Me.LayoutControlItem40.Location = New System.Drawing.Point(851, 331)
Me.LayoutControlItem40.Name = "LayoutControlItem40"
Me.LayoutControlItem40.Size = New System.Drawing.Size(63, 26)
Me.LayoutControlItem40.TextSize = New System.Drawing.Size(0, 0)
@@ -1569,7 +1569,7 @@ Partial Class frmAdministration
'
Me.SimpleLabelItem1.AllowHotTrack = False
Me.SimpleLabelItem1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleLabelItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SimpleLabelItem1.Location = New System.Drawing.Point(290, 200)
Me.SimpleLabelItem1.Location = New System.Drawing.Point(290, 294)
Me.SimpleLabelItem1.Name = "SimpleLabelItem1"
Me.SimpleLabelItem1.Size = New System.Drawing.Size(624, 36)
Me.SimpleLabelItem1.Text = "Die folgenden Spalten müssen existieren: DocId (Eindeutige Id), Name (Dateiname) " &
@@ -1580,7 +1580,7 @@ Partial Class frmAdministration
'SimpleSeparator2
'
Me.SimpleSeparator2.AllowHotTrack = False
Me.SimpleSeparator2.Location = New System.Drawing.Point(290, 236)
Me.SimpleSeparator2.Location = New System.Drawing.Point(290, 330)
Me.SimpleSeparator2.Name = "SimpleSeparator2"
Me.SimpleSeparator2.Size = New System.Drawing.Size(624, 1)
'
@@ -1748,19 +1748,19 @@ Partial Class frmAdministration
Me.MemoEdit3.Name = "MemoEdit3"
Me.MemoEdit3.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit3.Properties.Appearance.Options.UseFont = True
Me.MemoEdit3.Size = New System.Drawing.Size(523, 220)
Me.MemoEdit3.Size = New System.Drawing.Size(523, 248)
Me.MemoEdit3.StyleController = Me.LayoutControlData
Me.MemoEdit3.TabIndex = 12
'
'MemoEdit4
'
Me.MemoEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "COUNT_COMMAND", True))
Me.MemoEdit4.Location = New System.Drawing.Point(379, 320)
Me.MemoEdit4.Location = New System.Drawing.Point(379, 348)
Me.MemoEdit4.MenuManager = Me.RibbonControl2
Me.MemoEdit4.Name = "MemoEdit4"
Me.MemoEdit4.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit4.Properties.Appearance.Options.UseFont = True
Me.MemoEdit4.Size = New System.Drawing.Size(523, 215)
Me.MemoEdit4.Size = New System.Drawing.Size(523, 187)
Me.MemoEdit4.StyleController = Me.LayoutControlData
Me.MemoEdit4.TabIndex = 13
'
@@ -1815,7 +1815,7 @@ Partial Class frmAdministration
'
'ComboBoxEdit6
'
Me.ComboBoxEdit6.Location = New System.Drawing.Point(507, 278)
Me.ComboBoxEdit6.Location = New System.Drawing.Point(507, 306)
Me.ComboBoxEdit6.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit6.Name = "ComboBoxEdit6"
Me.ComboBoxEdit6.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@@ -1825,7 +1825,7 @@ Partial Class frmAdministration
'
'SimpleButton5
'
Me.SimpleButton5.Location = New System.Drawing.Point(848, 278)
Me.SimpleButton5.Location = New System.Drawing.Point(848, 306)
Me.SimpleButton5.Name = "SimpleButton5"
Me.SimpleButton5.Size = New System.Drawing.Size(54, 22)
Me.SimpleButton5.StyleController = Me.LayoutControlData
@@ -1933,7 +1933,7 @@ Partial Class frmAdministration
Me.LayoutControlItem21.Control = Me.MemoEdit3
Me.LayoutControlItem21.Location = New System.Drawing.Point(367, 26)
Me.LayoutControlItem21.Name = "LayoutControlItem21"
Me.LayoutControlItem21.Size = New System.Drawing.Size(527, 240)
Me.LayoutControlItem21.Size = New System.Drawing.Size(527, 268)
Me.LayoutControlItem21.Text = "SQL für Suche:"
Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13)
@@ -1941,9 +1941,9 @@ Partial Class frmAdministration
'LayoutControlItem22
'
Me.LayoutControlItem22.Control = Me.MemoEdit4
Me.LayoutControlItem22.Location = New System.Drawing.Point(367, 292)
Me.LayoutControlItem22.Location = New System.Drawing.Point(367, 320)
Me.LayoutControlItem22.Name = "LayoutControlItem22"
Me.LayoutControlItem22.Size = New System.Drawing.Size(527, 235)
Me.LayoutControlItem22.Size = New System.Drawing.Size(527, 207)
Me.LayoutControlItem22.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem22.TextSize = New System.Drawing.Size(125, 13)
@@ -1987,7 +1987,7 @@ Partial Class frmAdministration
'LayoutControlItem43
'
Me.LayoutControlItem43.Control = Me.ComboBoxEdit6
Me.LayoutControlItem43.Location = New System.Drawing.Point(367, 266)
Me.LayoutControlItem43.Location = New System.Drawing.Point(367, 294)
Me.LayoutControlItem43.Name = "LayoutControlItem43"
Me.LayoutControlItem43.Size = New System.Drawing.Size(469, 26)
Me.LayoutControlItem43.Text = "Platzhalter"
@@ -1996,7 +1996,7 @@ Partial Class frmAdministration
'LayoutControlItem44
'
Me.LayoutControlItem44.Control = Me.SimpleButton5
Me.LayoutControlItem44.Location = New System.Drawing.Point(836, 266)
Me.LayoutControlItem44.Location = New System.Drawing.Point(836, 294)
Me.LayoutControlItem44.Name = "LayoutControlItem44"
Me.LayoutControlItem44.Size = New System.Drawing.Size(58, 26)
Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0)