From 35bdee53e3ad66b237dd97ea58ab1c7778b4fc39 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Thu, 22 Jan 2026 10:06:46 +0100 Subject: [PATCH 1/3] Add Monitoring tab with grid for TBEMLP_HISTORY data Added a new Monitoring tab to frmMain with a DevExpress grid displaying TBEMLP_HISTORY records. Updated designer and resource files to support the new tab and controls. Introduced LoadMonitoringIntoGrid method to populate and format the grid. Resized various UI controls for improved readability and updated label texts. Updated licenses.licx and project DLL HintPaths for compatibility. --- .../My Project/licenses.licx | 5 +- App/EmailProfiler.Form/frmMain.Designer.vb | 537 ++++++++++-------- App/EmailProfiler.Form/frmMain.resx | 20 +- App/EmailProfiler.Form/frmMain.vb | 57 +- App/wisag_check_Att/wisag_check_Att.vbproj | 6 +- 5 files changed, 375 insertions(+), 250 deletions(-) diff --git a/App/EmailProfiler.Form/My Project/licenses.licx b/App/EmailProfiler.Form/My Project/licenses.licx index 81285e2..adc50d5 100644 --- a/App/EmailProfiler.Form/My Project/licenses.licx +++ b/App/EmailProfiler.Form/My Project/licenses.licx @@ -1,3 +1,4 @@ -DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.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 +DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.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.GridLookUpEdit, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/App/EmailProfiler.Form/frmMain.Designer.vb b/App/EmailProfiler.Form/frmMain.Designer.vb index 8cbf873..f99f10c 100644 --- a/App/EmailProfiler.Form/frmMain.Designer.vb +++ b/App/EmailProfiler.Form/frmMain.Designer.vb @@ -324,6 +324,9 @@ Partial Class frmMain Me.txtUser = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtPasswort = New System.Windows.Forms.TextBox() + Me.tabMonitoring = New System.Windows.Forms.TabPage() + Me.gridMonitoring = New DevExpress.XtraGrid.GridControl() + Me.GridView5 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.TBEMLP_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.TBEMLP_POLL_PROFILESTableAdapter = New EmailProfiler.Form.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter() @@ -440,6 +443,9 @@ Partial Class frmMain CType(Me.TBEMLP_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() + Me.tabMonitoring.SuspendLayout() + CType(Me.gridMonitoring, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.GridView5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' @@ -448,7 +454,7 @@ Partial Class frmMain GUIDLabel.AutoSize = True GUIDLabel.Location = New System.Drawing.Point(255, 44) GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(22, 13) + GUIDLabel.Size = New System.Drawing.Size(38, 24) GUIDLabel.TabIndex = 4 GUIDLabel.Text = "ID:" ' @@ -457,7 +463,7 @@ Partial Class frmMain PROFILE_NAMELabel.AutoSize = True PROFILE_NAMELabel.Location = New System.Drawing.Point(322, 44) PROFILE_NAMELabel.Name = "PROFILE_NAMELabel" - PROFILE_NAMELabel.Size = New System.Drawing.Size(71, 13) + PROFILE_NAMELabel.Size = New System.Drawing.Size(129, 24) PROFILE_NAMELabel.TabIndex = 6 PROFILE_NAMELabel.Text = "Bezeichnung:" ' @@ -466,7 +472,7 @@ Partial Class frmMain POLL_TYPELabel.AutoSize = True POLL_TYPELabel.Location = New System.Drawing.Point(571, 44) POLL_TYPELabel.Name = "POLL_TYPELabel" - POLL_TYPELabel.Size = New System.Drawing.Size(55, 13) + POLL_TYPELabel.Size = New System.Drawing.Size(100, 24) POLL_TYPELabel.TabIndex = 8 POLL_TYPELabel.Text = "Poll-Type:" ' @@ -475,7 +481,7 @@ Partial Class frmMain EMAIL_CONF_IDLabel.AutoSize = True EMAIL_CONF_IDLabel.Location = New System.Drawing.Point(701, 44) EMAIL_CONF_IDLabel.Name = "EMAIL_CONF_IDLabel" - EMAIL_CONF_IDLabel.Size = New System.Drawing.Size(66, 13) + EMAIL_CONF_IDLabel.Size = New System.Drawing.Size(124, 24) EMAIL_CONF_IDLabel.TabIndex = 10 EMAIL_CONF_IDLabel.Text = "Email Konto:" ' @@ -484,7 +490,7 @@ Partial Class frmMain COMMENTLabel.AutoSize = True COMMENTLabel.Location = New System.Drawing.Point(322, 84) COMMENTLabel.Name = "COMMENTLabel" - COMMENTLabel.Size = New System.Drawing.Size(64, 13) + COMMENTLabel.Size = New System.Drawing.Size(118, 24) COMMENTLabel.TabIndex = 12 COMMENTLabel.Text = "Bemerkung:" ' @@ -493,7 +499,7 @@ Partial Class frmMain ADDED_WHOLabel.AutoSize = True ADDED_WHOLabel.Location = New System.Drawing.Point(701, 84) ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(65, 13) + ADDED_WHOLabel.Size = New System.Drawing.Size(118, 24) ADDED_WHOLabel.TabIndex = 20 ADDED_WHOLabel.Text = "Erstellt wer:" ' @@ -502,7 +508,7 @@ Partial Class frmMain ADDED_WHENLabel.AutoSize = True ADDED_WHENLabel.Location = New System.Drawing.Point(831, 84) ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(73, 13) + ADDED_WHENLabel.Size = New System.Drawing.Size(133, 24) ADDED_WHENLabel.TabIndex = 22 ADDED_WHENLabel.Text = "Erstellt wann:" ' @@ -511,7 +517,7 @@ Partial Class frmMain CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Location = New System.Drawing.Point(959, 84) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13) + CHANGED_WHOLabel.Size = New System.Drawing.Size(138, 24) CHANGED_WHOLabel.TabIndex = 24 CHANGED_WHOLabel.Text = "Geändert wer:" ' @@ -520,7 +526,7 @@ Partial Class frmMain CHANGED_WHENLabel.AutoSize = True CHANGED_WHENLabel.Location = New System.Drawing.Point(1086, 84) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13) + CHANGED_WHENLabel.Size = New System.Drawing.Size(153, 24) CHANGED_WHENLabel.TabIndex = 26 CHANGED_WHENLabel.Text = "Geändert wann:" ' @@ -529,7 +535,7 @@ Partial Class frmMain GUIDLabel1.AutoSize = True GUIDLabel1.Location = New System.Drawing.Point(251, 31) GUIDLabel1.Name = "GUIDLabel1" - GUIDLabel1.Size = New System.Drawing.Size(22, 13) + GUIDLabel1.Size = New System.Drawing.Size(38, 24) GUIDLabel1.TabIndex = 32 GUIDLabel1.Text = "ID:" ' @@ -538,7 +544,7 @@ Partial Class frmMain WM_OBJEKTTYPELabel.AutoSize = True WM_OBJEKTTYPELabel.Location = New System.Drawing.Point(6, 22) WM_OBJEKTTYPELabel.Name = "WM_OBJEKTTYPELabel" - WM_OBJEKTTYPELabel.Size = New System.Drawing.Size(59, 13) + WM_OBJEKTTYPELabel.Size = New System.Drawing.Size(104, 24) WM_OBJEKTTYPELabel.TabIndex = 44 WM_OBJEKTTYPELabel.Text = "Objekttyp:" ' @@ -547,7 +553,7 @@ Partial Class frmMain WM_VECTOR_LOGLabel.AutoSize = True WM_VECTOR_LOGLabel.Location = New System.Drawing.Point(7, 149) WM_VECTOR_LOGLabel.Name = "WM_VECTOR_LOGLabel" - WM_VECTOR_LOGLabel.Size = New System.Drawing.Size(75, 13) + WM_VECTOR_LOGLabel.Size = New System.Drawing.Size(134, 24) WM_VECTOR_LOGLabel.TabIndex = 46 WM_VECTOR_LOGLabel.Text = "Index Logger:" ' @@ -556,7 +562,7 @@ Partial Class frmMain WM_PATHLabel.AutoSize = True WM_PATHLabel.Location = New System.Drawing.Point(7, 68) WM_PATHLabel.Name = "WM_PATHLabel" - WM_PATHLabel.Size = New System.Drawing.Size(69, 13) + WM_PATHLabel.Size = New System.Drawing.Size(123, 24) WM_PATHLabel.TabIndex = 48 WM_PATHLabel.Text = "Import-Pfad:" ' @@ -565,7 +571,7 @@ Partial Class frmMain WM_FILE_NAMELabel.AutoSize = True WM_FILE_NAMELabel.Location = New System.Drawing.Point(7, 108) WM_FILE_NAMELabel.Name = "WM_FILE_NAMELabel" - WM_FILE_NAMELabel.Size = New System.Drawing.Size(97, 13) + WM_FILE_NAMELabel.Size = New System.Drawing.Size(178, 24) WM_FILE_NAMELabel.TabIndex = 8 WM_FILE_NAMELabel.Text = "Namenkonvention:" ' @@ -574,7 +580,7 @@ Partial Class frmMain PATH_EMAIL_ERRORSLabel.AutoSize = True PATH_EMAIL_ERRORSLabel.Location = New System.Drawing.Point(255, 188) PATH_EMAIL_ERRORSLabel.Name = "PATH_EMAIL_ERRORSLabel" - PATH_EMAIL_ERRORSLabel.Size = New System.Drawing.Size(61, 13) + PATH_EMAIL_ERRORSLabel.Size = New System.Drawing.Size(107, 24) PATH_EMAIL_ERRORSLabel.TabIndex = 56 PATH_EMAIL_ERRORSLabel.Text = "Error-Path:" ' @@ -583,7 +589,7 @@ Partial Class frmMain WM_IDX_BODY_TEXTLabel.AutoSize = True WM_IDX_BODY_TEXTLabel.Location = New System.Drawing.Point(150, 149) WM_IDX_BODY_TEXTLabel.Name = "WM_IDX_BODY_TEXTLabel" - WM_IDX_BODY_TEXTLabel.Size = New System.Drawing.Size(86, 13) + WM_IDX_BODY_TEXTLabel.Size = New System.Drawing.Size(152, 24) WM_IDX_BODY_TEXTLabel.TabIndex = 74 WM_IDX_BODY_TEXTLabel.Text = "Index Bodytext:" ' @@ -592,7 +598,7 @@ Partial Class frmMain WM_IDX_BODY_SUBSTR_LENGTHLabel.AutoSize = True WM_IDX_BODY_SUBSTR_LENGTHLabel.Location = New System.Drawing.Point(274, 148) WM_IDX_BODY_SUBSTR_LENGTHLabel.Name = "WM_IDX_BODY_SUBSTR_LENGTHLabel" - WM_IDX_BODY_SUBSTR_LENGTHLabel.Size = New System.Drawing.Size(40, 13) + WM_IDX_BODY_SUBSTR_LENGTHLabel.Size = New System.Drawing.Size(71, 24) WM_IDX_BODY_SUBSTR_LENGTHLabel.TabIndex = 76 WM_IDX_BODY_SUBSTR_LENGTHLabel.Text = "Länge:" ' @@ -601,7 +607,7 @@ Partial Class frmMain PROCESS_NAMELabel.AutoSize = True PROCESS_NAMELabel.Location = New System.Drawing.Point(316, 31) PROCESS_NAMELabel.Name = "PROCESS_NAMELabel" - PROCESS_NAMELabel.Size = New System.Drawing.Size(80, 13) + PROCESS_NAMELabel.Size = New System.Drawing.Size(144, 24) PROCESS_NAMELabel.TabIndex = 77 PROCESS_NAMELabel.Text = "Prozess-Modul:" ' @@ -610,7 +616,7 @@ Partial Class frmMain STEP_NAMELabel.AutoSize = True STEP_NAMELabel.Location = New System.Drawing.Point(553, 31) STEP_NAMELabel.Name = "STEP_NAMELabel" - STEP_NAMELabel.Size = New System.Drawing.Size(69, 13) + STEP_NAMELabel.Size = New System.Drawing.Size(125, 24) STEP_NAMELabel.TabIndex = 78 STEP_NAMELabel.Text = "Modul Steps:" ' @@ -619,7 +625,7 @@ Partial Class frmMain GUIDLabel2.AutoSize = True GUIDLabel2.Location = New System.Drawing.Point(251, 31) GUIDLabel2.Name = "GUIDLabel2" - GUIDLabel2.Size = New System.Drawing.Size(22, 13) + GUIDLabel2.Size = New System.Drawing.Size(38, 24) GUIDLabel2.TabIndex = 1 GUIDLabel2.Text = "ID:" ' @@ -628,7 +634,7 @@ Partial Class frmMain STEP_NAMELabel1.AutoSize = True STEP_NAMELabel1.Location = New System.Drawing.Point(314, 31) STEP_NAMELabel1.Name = "STEP_NAMELabel1" - STEP_NAMELabel1.Size = New System.Drawing.Size(71, 13) + STEP_NAMELabel1.Size = New System.Drawing.Size(129, 24) STEP_NAMELabel1.TabIndex = 5 STEP_NAMELabel1.Text = "Bezeichnung:" ' @@ -637,7 +643,7 @@ Partial Class frmMain KEYWORDS_BODYLabel.AutoSize = True KEYWORDS_BODYLabel.Location = New System.Drawing.Point(593, 31) KEYWORDS_BODYLabel.Name = "KEYWORDS_BODYLabel" - KEYWORDS_BODYLabel.Size = New System.Drawing.Size(142, 13) + KEYWORDS_BODYLabel.Size = New System.Drawing.Size(259, 24) KEYWORDS_BODYLabel.TabIndex = 7 KEYWORDS_BODYLabel.Text = "Keywords (separated via ;):" ' @@ -646,7 +652,7 @@ Partial Class frmMain COMMENTLabel1.AutoSize = True COMMENTLabel1.Location = New System.Drawing.Point(318, 89) COMMENTLabel1.Name = "COMMENTLabel1" - COMMENTLabel1.Size = New System.Drawing.Size(65, 13) + COMMENTLabel1.Size = New System.Drawing.Size(121, 24) COMMENTLabel1.TabIndex = 9 COMMENTLabel1.Text = "Kommentar:" ' @@ -655,7 +661,7 @@ Partial Class frmMain ADDED_WHOLabel1.AutoSize = True ADDED_WHOLabel1.Location = New System.Drawing.Point(251, 280) ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ADDED_WHOLabel1.Size = New System.Drawing.Size(65, 13) + ADDED_WHOLabel1.Size = New System.Drawing.Size(118, 24) ADDED_WHOLabel1.TabIndex = 80 ADDED_WHOLabel1.Text = "Erstellt wer:" ' @@ -664,7 +670,7 @@ Partial Class frmMain ADDED_WHENLabel1.AutoSize = True ADDED_WHENLabel1.Location = New System.Drawing.Point(360, 280) ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" - ADDED_WHENLabel1.Size = New System.Drawing.Size(73, 13) + ADDED_WHENLabel1.Size = New System.Drawing.Size(133, 24) ADDED_WHENLabel1.TabIndex = 81 ADDED_WHENLabel1.Text = "Erstellt wann:" ' @@ -673,7 +679,7 @@ Partial Class frmMain CHANGED_WHOLabel1.AutoSize = True CHANGED_WHOLabel1.Location = New System.Drawing.Point(501, 280) CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - CHANGED_WHOLabel1.Size = New System.Drawing.Size(77, 13) + CHANGED_WHOLabel1.Size = New System.Drawing.Size(138, 24) CHANGED_WHOLabel1.TabIndex = 82 CHANGED_WHOLabel1.Text = "Geändert wer:" ' @@ -682,7 +688,7 @@ Partial Class frmMain CHANGED_WHENLabel1.AutoSize = True CHANGED_WHENLabel1.Location = New System.Drawing.Point(631, 279) CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" - CHANGED_WHENLabel1.Size = New System.Drawing.Size(85, 13) + CHANGED_WHENLabel1.Size = New System.Drawing.Size(153, 24) CHANGED_WHENLabel1.TabIndex = 83 CHANGED_WHENLabel1.Text = "Geändert wann:" ' @@ -691,7 +697,7 @@ Partial Class frmMain ADDED_WHOLabel2.AutoSize = True ADDED_WHOLabel2.Location = New System.Drawing.Point(272, 148) ADDED_WHOLabel2.Name = "ADDED_WHOLabel2" - ADDED_WHOLabel2.Size = New System.Drawing.Size(65, 13) + ADDED_WHOLabel2.Size = New System.Drawing.Size(118, 24) ADDED_WHOLabel2.TabIndex = 33 ADDED_WHOLabel2.Text = "Erstellt wer:" ' @@ -700,7 +706,7 @@ Partial Class frmMain ADDED_WHENLabel2.AutoSize = True ADDED_WHENLabel2.Location = New System.Drawing.Point(398, 148) ADDED_WHENLabel2.Name = "ADDED_WHENLabel2" - ADDED_WHENLabel2.Size = New System.Drawing.Size(73, 13) + ADDED_WHENLabel2.Size = New System.Drawing.Size(133, 24) ADDED_WHENLabel2.TabIndex = 34 ADDED_WHENLabel2.Text = "Erstellt wann:" ' @@ -709,7 +715,7 @@ Partial Class frmMain CHANGED_WHOLabel2.AutoSize = True CHANGED_WHOLabel2.Location = New System.Drawing.Point(531, 148) CHANGED_WHOLabel2.Name = "CHANGED_WHOLabel2" - CHANGED_WHOLabel2.Size = New System.Drawing.Size(77, 13) + CHANGED_WHOLabel2.Size = New System.Drawing.Size(138, 24) CHANGED_WHOLabel2.TabIndex = 35 CHANGED_WHOLabel2.Text = "Geändert wer:" ' @@ -718,7 +724,7 @@ Partial Class frmMain CHANGED_WHENLabel2.AutoSize = True CHANGED_WHENLabel2.Location = New System.Drawing.Point(640, 148) CHANGED_WHENLabel2.Name = "CHANGED_WHENLabel2" - CHANGED_WHENLabel2.Size = New System.Drawing.Size(85, 13) + CHANGED_WHENLabel2.Size = New System.Drawing.Size(153, 24) CHANGED_WHENLabel2.TabIndex = 36 CHANGED_WHENLabel2.Text = "Geändert wann:" ' @@ -727,7 +733,7 @@ Partial Class frmMain GUIDLabel3.AutoSize = True GUIDLabel3.Location = New System.Drawing.Point(251, 26) GUIDLabel3.Name = "GUIDLabel3" - GUIDLabel3.Size = New System.Drawing.Size(22, 13) + GUIDLabel3.Size = New System.Drawing.Size(38, 24) GUIDLabel3.TabIndex = 35 GUIDLabel3.Text = "ID:" ' @@ -736,7 +742,7 @@ Partial Class frmMain INDEXNAMELabel.AutoSize = True INDEXNAMELabel.Location = New System.Drawing.Point(323, 26) INDEXNAMELabel.Name = "INDEXNAMELabel" - INDEXNAMELabel.Size = New System.Drawing.Size(65, 13) + INDEXNAMELabel.Size = New System.Drawing.Size(117, 24) INDEXNAMELabel.TabIndex = 39 INDEXNAMELabel.Text = "Indexname:" ' @@ -745,7 +751,7 @@ Partial Class frmMain INDEXVALUELabel.AutoSize = True INDEXVALUELabel.Location = New System.Drawing.Point(505, 26) INDEXVALUELabel.Name = "INDEXVALUELabel" - INDEXVALUELabel.Size = New System.Drawing.Size(67, 13) + INDEXVALUELabel.Size = New System.Drawing.Size(117, 24) INDEXVALUELabel.TabIndex = 41 INDEXVALUELabel.Text = "Index-Wert:" ' @@ -754,7 +760,7 @@ Partial Class frmMain ADDED_WHOLabel3.AutoSize = True ADDED_WHOLabel3.Location = New System.Drawing.Point(248, 109) ADDED_WHOLabel3.Name = "ADDED_WHOLabel3" - ADDED_WHOLabel3.Size = New System.Drawing.Size(65, 13) + ADDED_WHOLabel3.Size = New System.Drawing.Size(118, 24) ADDED_WHOLabel3.TabIndex = 49 ADDED_WHOLabel3.Text = "Erstellt wer:" ' @@ -763,7 +769,7 @@ Partial Class frmMain ADDED_WHENLabel3.AutoSize = True ADDED_WHENLabel3.Location = New System.Drawing.Point(409, 109) ADDED_WHENLabel3.Name = "ADDED_WHENLabel3" - ADDED_WHENLabel3.Size = New System.Drawing.Size(73, 13) + ADDED_WHENLabel3.Size = New System.Drawing.Size(133, 24) ADDED_WHENLabel3.TabIndex = 51 ADDED_WHENLabel3.Text = "Erstellt wann:" ' @@ -772,7 +778,7 @@ Partial Class frmMain CHANGED_WHOLabel3.AutoSize = True CHANGED_WHOLabel3.Location = New System.Drawing.Point(546, 109) CHANGED_WHOLabel3.Name = "CHANGED_WHOLabel3" - CHANGED_WHOLabel3.Size = New System.Drawing.Size(77, 13) + CHANGED_WHOLabel3.Size = New System.Drawing.Size(138, 24) CHANGED_WHOLabel3.TabIndex = 53 CHANGED_WHOLabel3.Text = "Geändert wer:" ' @@ -781,7 +787,7 @@ Partial Class frmMain CHANGED_WHENLabel3.AutoSize = True CHANGED_WHENLabel3.Location = New System.Drawing.Point(711, 109) CHANGED_WHENLabel3.Name = "CHANGED_WHENLabel3" - CHANGED_WHENLabel3.Size = New System.Drawing.Size(85, 13) + CHANGED_WHENLabel3.Size = New System.Drawing.Size(153, 24) CHANGED_WHENLabel3.TabIndex = 55 CHANGED_WHENLabel3.Text = "Geändert wann:" ' @@ -790,7 +796,7 @@ Partial Class frmMain SEQUENCELabel1.AutoSize = True SEQUENCELabel1.Location = New System.Drawing.Point(251, 66) SEQUENCELabel1.Name = "SEQUENCELabel1" - SEQUENCELabel1.Size = New System.Drawing.Size(68, 13) + SEQUENCELabel1.Size = New System.Drawing.Size(122, 24) SEQUENCELabel1.TabIndex = 56 SEQUENCELabel1.Text = "Reihenfolge:" ' @@ -799,7 +805,7 @@ Partial Class frmMain Label6.AutoSize = True Label6.Location = New System.Drawing.Point(878, 31) Label6.Name = "Label6" - Label6.Size = New System.Drawing.Size(68, 13) + Label6.Size = New System.Drawing.Size(122, 24) Label6.TabIndex = 58 Label6.Text = "Reihenfolge:" ' @@ -808,7 +814,7 @@ Partial Class frmMain Label7.AutoSize = True Label7.Location = New System.Drawing.Point(827, 31) Label7.Name = "Label7" - Label7.Size = New System.Drawing.Size(68, 13) + Label7.Size = New System.Drawing.Size(122, 24) Label7.TabIndex = 85 Label7.Text = "Reihenfolge:" ' @@ -817,7 +823,7 @@ Partial Class frmMain CHECK_INTERVALL_MINUTESLabel.AutoSize = True CHECK_INTERVALL_MINUTESLabel.Location = New System.Drawing.Point(263, 26) CHECK_INTERVALL_MINUTESLabel.Name = "CHECK_INTERVALL_MINUTESLabel" - CHECK_INTERVALL_MINUTESLabel.Size = New System.Drawing.Size(158, 13) + CHECK_INTERVALL_MINUTESLabel.Size = New System.Drawing.Size(291, 24) CHECK_INTERVALL_MINUTESLabel.TabIndex = 62 CHECK_INTERVALL_MINUTESLabel.Text = "Check-Intervall Dienst Minuten:" ' @@ -826,7 +832,7 @@ Partial Class frmMain CHANGED_WHOLabel4.AutoSize = True CHANGED_WHOLabel4.Location = New System.Drawing.Point(705, 26) CHANGED_WHOLabel4.Name = "CHANGED_WHOLabel4" - CHANGED_WHOLabel4.Size = New System.Drawing.Size(77, 13) + CHANGED_WHOLabel4.Size = New System.Drawing.Size(138, 24) CHANGED_WHOLabel4.TabIndex = 65 CHANGED_WHOLabel4.Text = "Geändert wer:" ' @@ -835,7 +841,7 @@ Partial Class frmMain CHANGED_WHENLabel4.AutoSize = True CHANGED_WHENLabel4.Location = New System.Drawing.Point(904, 26) CHANGED_WHENLabel4.Name = "CHANGED_WHENLabel4" - CHANGED_WHENLabel4.Size = New System.Drawing.Size(85, 13) + CHANGED_WHENLabel4.Size = New System.Drawing.Size(153, 24) CHANGED_WHENLabel4.TabIndex = 66 CHANGED_WHENLabel4.Text = "Geändert wann:" ' @@ -844,7 +850,7 @@ Partial Class frmMain GUIDLabel4.AutoSize = True GUIDLabel4.Location = New System.Drawing.Point(310, 28) GUIDLabel4.Name = "GUIDLabel4" - GUIDLabel4.Size = New System.Drawing.Size(22, 13) + GUIDLabel4.Size = New System.Drawing.Size(38, 24) GUIDLabel4.TabIndex = 34 GUIDLabel4.Text = "ID:" ' @@ -853,7 +859,7 @@ Partial Class frmMain NAMELabel.AutoSize = True NAMELabel.Location = New System.Drawing.Point(370, 28) NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(71, 13) + NAMELabel.Size = New System.Drawing.Size(129, 24) NAMELabel.TabIndex = 36 NAMELabel.Text = "Bezeichnung:" ' @@ -862,7 +868,7 @@ Partial Class frmMain EMAIL_FROMLabel.AutoSize = True EMAIL_FROMLabel.Location = New System.Drawing.Point(370, 68) EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" - EMAIL_FROMLabel.Size = New System.Drawing.Size(60, 13) + EMAIL_FROMLabel.Size = New System.Drawing.Size(113, 24) EMAIL_FROMLabel.TabIndex = 38 EMAIL_FROMLabel.Text = "Email from:" ' @@ -871,7 +877,7 @@ Partial Class frmMain PORTLabel.AutoSize = True PORTLabel.Location = New System.Drawing.Point(371, 148) PORTLabel.Name = "PORTLabel" - PORTLabel.Size = New System.Drawing.Size(50, 13) + PORTLabel.Size = New System.Drawing.Size(88, 24) PORTLabel.TabIndex = 46 PORTLabel.Text = "Port out:" ' @@ -880,7 +886,7 @@ Partial Class frmMain ADDED_WHOLabel4.AutoSize = True ADDED_WHOLabel4.Location = New System.Drawing.Point(370, 297) ADDED_WHOLabel4.Name = "ADDED_WHOLabel4" - ADDED_WHOLabel4.Size = New System.Drawing.Size(65, 13) + ADDED_WHOLabel4.Size = New System.Drawing.Size(116, 24) ADDED_WHOLabel4.TabIndex = 50 ADDED_WHOLabel4.Text = "Added who:" ' @@ -889,7 +895,7 @@ Partial Class frmMain ADDED_WHENLabel4.AutoSize = True ADDED_WHENLabel4.Location = New System.Drawing.Point(542, 297) ADDED_WHENLabel4.Name = "ADDED_WHENLabel4" - ADDED_WHENLabel4.Size = New System.Drawing.Size(71, 13) + ADDED_WHENLabel4.Size = New System.Drawing.Size(127, 24) ADDED_WHENLabel4.TabIndex = 52 ADDED_WHENLabel4.Text = "Added when:" ' @@ -898,7 +904,7 @@ Partial Class frmMain CHANGED_WHOLabel5.AutoSize = True CHANGED_WHOLabel5.Location = New System.Drawing.Point(370, 337) CHANGED_WHOLabel5.Name = "CHANGED_WHOLabel5" - CHANGED_WHOLabel5.Size = New System.Drawing.Size(77, 13) + CHANGED_WHOLabel5.Size = New System.Drawing.Size(138, 24) CHANGED_WHOLabel5.TabIndex = 54 CHANGED_WHOLabel5.Text = "Changed who:" ' @@ -907,7 +913,7 @@ Partial Class frmMain CHANGED_WHENLabel5.AutoSize = True CHANGED_WHENLabel5.Location = New System.Drawing.Point(542, 337) CHANGED_WHENLabel5.Name = "CHANGED_WHENLabel5" - CHANGED_WHENLabel5.Size = New System.Drawing.Size(83, 13) + CHANGED_WHENLabel5.Size = New System.Drawing.Size(149, 24) CHANGED_WHENLabel5.TabIndex = 56 CHANGED_WHENLabel5.Text = "Changed when:" ' @@ -916,7 +922,7 @@ Partial Class frmMain PORT_INLabel.AutoSize = True PORT_INLabel.Location = New System.Drawing.Point(493, 148) PORT_INLabel.Name = "PORT_INLabel" - PORT_INLabel.Size = New System.Drawing.Size(42, 13) + PORT_INLabel.Size = New System.Drawing.Size(75, 24) PORT_INLabel.TabIndex = 70 PORT_INLabel.Text = "Port in:" ' @@ -925,7 +931,7 @@ Partial Class frmMain AUTH_TYPELabel.AutoSize = True AUTH_TYPELabel.Location = New System.Drawing.Point(698, 148) AUTH_TYPELabel.Name = "AUTH_TYPELabel" - AUTH_TYPELabel.Size = New System.Drawing.Size(116, 13) + AUTH_TYPELabel.Size = New System.Drawing.Size(213, 24) AUTH_TYPELabel.TabIndex = 78 AUTH_TYPELabel.Text = "Verbindungssicherheit:" ' @@ -934,7 +940,7 @@ Partial Class frmMain Label11.AutoSize = True Label11.Location = New System.Drawing.Point(322, 124) Label11.Name = "Label11" - Label11.Size = New System.Drawing.Size(90, 13) + Label11.Size = New System.Drawing.Size(167, 24) Label11.TabIndex = 12 Label11.Text = "Validierungs SQL:" ' @@ -943,7 +949,7 @@ Partial Class frmMain Me.EMAIL_SMTPLabel.AutoSize = True Me.EMAIL_SMTPLabel.Location = New System.Drawing.Point(698, 68) Me.EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" - Me.EMAIL_SMTPLabel.Size = New System.Drawing.Size(43, 13) + Me.EMAIL_SMTPLabel.Size = New System.Drawing.Size(74, 24) Me.EMAIL_SMTPLabel.TabIndex = 40 Me.EMAIL_SMTPLabel.Text = "Server:" ' @@ -952,7 +958,7 @@ Partial Class frmMain Me.EMAIL_USERLabel.AutoSize = True Me.EMAIL_USERLabel.Location = New System.Drawing.Point(370, 108) Me.EMAIL_USERLabel.Name = "EMAIL_USERLabel" - Me.EMAIL_USERLabel.Size = New System.Drawing.Size(80, 13) + Me.EMAIL_USERLabel.Size = New System.Drawing.Size(146, 24) Me.EMAIL_USERLabel.TabIndex = 42 Me.EMAIL_USERLabel.Text = "Benutzername:" ' @@ -961,7 +967,7 @@ Partial Class frmMain Me.EMAIL_PWLabel.AutoSize = True Me.EMAIL_PWLabel.Location = New System.Drawing.Point(735, 108) Me.EMAIL_PWLabel.Name = "EMAIL_PWLabel" - Me.EMAIL_PWLabel.Size = New System.Drawing.Size(88, 13) + Me.EMAIL_PWLabel.Size = New System.Drawing.Size(158, 24) Me.EMAIL_PWLabel.TabIndex = 64 Me.EMAIL_PWLabel.Text = "Neues Passwort:" ' @@ -970,7 +976,7 @@ Partial Class frmMain Me.ARCHIVE_FOLDERLabel.AutoSize = True Me.ARCHIVE_FOLDERLabel.Location = New System.Drawing.Point(828, 148) Me.ARCHIVE_FOLDERLabel.Name = "ARCHIVE_FOLDERLabel" - Me.ARCHIVE_FOLDERLabel.Size = New System.Drawing.Size(84, 13) + Me.ARCHIVE_FOLDERLabel.Size = New System.Drawing.Size(149, 24) Me.ARCHIVE_FOLDERLabel.TabIndex = 76 Me.ARCHIVE_FOLDERLabel.Text = "Archive Ordner:" ' @@ -987,23 +993,24 @@ Partial Class frmMain 'tslblstatus ' Me.tslblstatus.Name = "tslblstatus" - Me.tslblstatus.Size = New System.Drawing.Size(0, 17) + Me.tslblstatus.Size = New System.Drawing.Size(0, 13) ' 'tslblRefresh ' Me.tslblRefresh.Name = "tslblRefresh" - Me.tslblRefresh.Size = New System.Drawing.Size(0, 17) + Me.tslblRefresh.Size = New System.Drawing.Size(0, 13) ' 'ToolStripStatusLabel1 ' Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" - Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17) + Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 13) ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.tabProfile) Me.TabControl1.Controls.Add(Me.tabEmail) Me.TabControl1.Controls.Add(Me.tabConfig) + Me.TabControl1.Controls.Add(Me.tabMonitoring) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" @@ -1039,10 +1046,10 @@ Partial Class frmMain Me.tabProfile.Controls.Add(Me.ADDED_WHENTextBox) Me.tabProfile.Controls.Add(Me.ADDED_WHOTextBox) Me.tabProfile.Controls.Add(ADDED_WHENLabel) - Me.tabProfile.Location = New System.Drawing.Point(4, 22) + Me.tabProfile.Location = New System.Drawing.Point(4, 32) Me.tabProfile.Name = "tabProfile" Me.tabProfile.Padding = New System.Windows.Forms.Padding(3) - Me.tabProfile.Size = New System.Drawing.Size(1227, 568) + Me.tabProfile.Size = New System.Drawing.Size(1227, 558) Me.tabProfile.TabIndex = 0 Me.tabProfile.Text = "Profilkonfiguration" Me.tabProfile.UseVisualStyleBackColor = True @@ -1052,7 +1059,7 @@ Partial Class frmMain Me.txtSQLValidation.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEMLP_POLL_PROFILESBindingSource, "VALIDATION_SQL", True)) Me.txtSQLValidation.Location = New System.Drawing.Point(325, 140) Me.txtSQLValidation.Name = "txtSQLValidation" - Me.txtSQLValidation.Size = New System.Drawing.Size(328, 20) + Me.txtSQLValidation.Size = New System.Drawing.Size(328, 38) Me.txtSQLValidation.TabIndex = 35 ' 'TBEMLP_POLL_PROFILESBindingSource @@ -1078,10 +1085,11 @@ Partial Class frmMain Me.GridControl4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.GridControl4.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource + Me.GridControl4.EmbeddedNavigator.Margin = New System.Windows.Forms.Padding(8, 9, 8, 9) Me.GridControl4.Location = New System.Drawing.Point(3, 31) Me.GridControl4.MainView = Me.GridView4 Me.GridControl4.Name = "GridControl4" - Me.GridControl4.Size = New System.Drawing.Size(245, 161) + Me.GridControl4.Size = New System.Drawing.Size(245, 125) Me.GridControl4.TabIndex = 33 Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4}) ' @@ -1127,7 +1135,7 @@ Partial Class frmMain Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(704, 60) Me.ComboBox1.Name = "ComboBox1" - Me.ComboBox1.Size = New System.Drawing.Size(252, 21) + Me.ComboBox1.Size = New System.Drawing.Size(252, 31) Me.ComboBox1.TabIndex = 32 Me.ComboBox1.ValueMember = "GUID" ' @@ -1143,6 +1151,7 @@ Partial Class frmMain Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem Me.BindingNavigator1.CountItemFormat = "von {0} Email-Profilen" Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem + Me.BindingNavigator1.ImageScalingSize = New System.Drawing.Size(28, 28) Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.ToolStripButton1, Me.ToolStripButton9, Me.BindingNavigatorDeleteItem, Me.tsbtnRunLocalMail2, Me.tsbtnRunProfiles2, Me.ToolStripProgressBar2, Me.ToolStripEmailAccountID2, Me.ToolStripLabel6, Me.ToolStripLabel7}) Me.BindingNavigator1.Location = New System.Drawing.Point(3, 3) Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem @@ -1151,7 +1160,7 @@ Partial Class frmMain Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem - Me.BindingNavigator1.Size = New System.Drawing.Size(1221, 31) + Me.BindingNavigator1.Size = New System.Drawing.Size(1233, 112) Me.BindingNavigator1.TabIndex = 31 Me.BindingNavigator1.Text = "BindingNavigator1" ' @@ -1161,13 +1170,13 @@ Partial Class frmMain Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 28) + Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(40, 106) Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(122, 28) + Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(211, 106) Me.BindingNavigatorCountItem.Text = "von {0} Email-Profilen" Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -1177,7 +1186,7 @@ Partial Class frmMain Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 28) + Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(40, 106) Me.BindingNavigatorDeleteItem.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem @@ -1186,7 +1195,7 @@ Partial Class frmMain Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 28) + Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(40, 106) Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem @@ -1195,13 +1204,13 @@ Partial Class frmMain Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 28) + Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(40, 106) Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" - Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 31) + Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 112) ' 'BindingNavigatorPositionItem ' @@ -1216,7 +1225,7 @@ Partial Class frmMain 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" - Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 31) + Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 112) ' 'BindingNavigatorMoveNextItem ' @@ -1224,7 +1233,7 @@ Partial Class frmMain Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 28) + Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(40, 106) Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem @@ -1233,13 +1242,13 @@ Partial Class frmMain Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 28) + Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(40, 106) Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" - Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 31) + Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 112) ' 'ToolStripButton1 ' @@ -1247,7 +1256,7 @@ Partial Class frmMain Me.ToolStripButton1.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.Size = New System.Drawing.Size(23, 28) + Me.ToolStripButton1.Size = New System.Drawing.Size(40, 106) Me.ToolStripButton1.Text = "Save" ' 'ToolStripButton9 @@ -1256,7 +1265,7 @@ Partial Class frmMain Me.ToolStripButton9.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG Me.ToolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton9.Name = "ToolStripButton9" - Me.ToolStripButton9.Size = New System.Drawing.Size(23, 28) + Me.ToolStripButton9.Size = New System.Drawing.Size(40, 106) Me.ToolStripButton9.Text = "Refresh" ' 'tsbtnRunLocalMail2 @@ -1265,7 +1274,7 @@ Partial Class frmMain Me.tsbtnRunLocalMail2.Image = Global.EmailProfiler.Form.My.Resources.Resources.folder_Closed_16xLG Me.tsbtnRunLocalMail2.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnRunLocalMail2.Name = "tsbtnRunLocalMail2" - Me.tsbtnRunLocalMail2.Size = New System.Drawing.Size(134, 28) + Me.tsbtnRunLocalMail2.Size = New System.Drawing.Size(231, 106) Me.tsbtnRunLocalMail2.Text = "Test with local email" Me.tsbtnRunLocalMail2.TextAlign = System.Drawing.ContentAlignment.TopLeft ' @@ -1275,33 +1284,33 @@ Partial Class frmMain Me.tsbtnRunProfiles2.Image = Global.EmailProfiler.Form.My.Resources.Resources.email_go Me.tsbtnRunProfiles2.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnRunProfiles2.Name = "tsbtnRunProfiles2" - Me.tsbtnRunProfiles2.Size = New System.Drawing.Size(137, 28) + Me.tsbtnRunProfiles2.Size = New System.Drawing.Size(237, 106) Me.tsbtnRunProfiles2.Text = "Run profile manually" ' 'ToolStripProgressBar2 ' Me.ToolStripProgressBar2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripProgressBar2.Name = "ToolStripProgressBar2" - Me.ToolStripProgressBar2.Size = New System.Drawing.Size(100, 28) + Me.ToolStripProgressBar2.Size = New System.Drawing.Size(278, 106) ' 'ToolStripEmailAccountID2 ' Me.ToolStripEmailAccountID2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripEmailAccountID2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripEmailAccountID2.Name = "ToolStripEmailAccountID2" - Me.ToolStripEmailAccountID2.Size = New System.Drawing.Size(100, 31) + Me.ToolStripEmailAccountID2.Size = New System.Drawing.Size(100, 35) ' 'ToolStripLabel6 ' Me.ToolStripLabel6.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel6.Name = "ToolStripLabel6" - Me.ToolStripLabel6.Size = New System.Drawing.Size(0, 28) + Me.ToolStripLabel6.Size = New System.Drawing.Size(0, 0) ' 'ToolStripLabel7 ' Me.ToolStripLabel7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel7.Name = "ToolStripLabel7" - Me.ToolStripLabel7.Size = New System.Drawing.Size(95, 28) + Me.ToolStripLabel7.Size = New System.Drawing.Size(166, 30) Me.ToolStripLabel7.Text = "EmailAccountID:" ' 'POLL_TYPEComboBox @@ -1311,7 +1320,7 @@ Partial Class frmMain Me.POLL_TYPEComboBox.Items.AddRange(New Object() {"POP", "IMAP"}) Me.POLL_TYPEComboBox.Location = New System.Drawing.Point(574, 60) Me.POLL_TYPEComboBox.Name = "POLL_TYPEComboBox" - Me.POLL_TYPEComboBox.Size = New System.Drawing.Size(121, 21) + Me.POLL_TYPEComboBox.Size = New System.Drawing.Size(121, 31) Me.POLL_TYPEComboBox.TabIndex = 9 ' 'XtraTabControl1 @@ -1319,10 +1328,10 @@ Partial Class frmMain Me.XtraTabControl1.AppearancePage.Header.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XtraTabControl1.AppearancePage.Header.Options.UseFont = True Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom - Me.XtraTabControl1.Location = New System.Drawing.Point(3, 198) + Me.XtraTabControl1.Location = New System.Drawing.Point(3, 175) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(1221, 367) + Me.XtraTabControl1.Size = New System.Drawing.Size(1233, 367) Me.XtraTabControl1.TabIndex = 30 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage3}) ' @@ -1370,7 +1379,7 @@ Partial Class frmMain Me.XtraTabPage1.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage1.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(1219, 337) + Me.XtraTabPage1.Size = New System.Drawing.Size(1229, 313) Me.XtraTabPage1.Text = "Zugeordnete Prozesse" ' 'cbAllowXMLReceipt @@ -1395,7 +1404,7 @@ Partial Class frmMain Me.lblDownloadPath.AutoSize = True Me.lblDownloadPath.Location = New System.Drawing.Point(254, 146) Me.lblDownloadPath.Name = "lblDownloadPath" - Me.lblDownloadPath.Size = New System.Drawing.Size(144, 13) + Me.lblDownloadPath.Size = New System.Drawing.Size(264, 24) Me.lblDownloadPath.TabIndex = 92 Me.lblDownloadPath.Text = "Download-Path Attachments" ' @@ -1404,7 +1413,7 @@ Partial Class frmMain Me.PATH_ORIGINALTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "PATH_ORIGINAL", True)) Me.PATH_ORIGINALTextBox.Location = New System.Drawing.Point(254, 122) Me.PATH_ORIGINALTextBox.Name = "PATH_ORIGINALTextBox" - Me.PATH_ORIGINALTextBox.Size = New System.Drawing.Size(567, 21) + Me.PATH_ORIGINALTextBox.Size = New System.Drawing.Size(567, 30) Me.PATH_ORIGINALTextBox.TabIndex = 91 ' 'btnFBD_ErrorPath @@ -1442,7 +1451,7 @@ Partial Class frmMain Me.txtSubjectExample.Location = New System.Drawing.Point(805, 95) Me.txtSubjectExample.Name = "txtSubjectExample" Me.txtSubjectExample.ReadOnly = True - Me.txtSubjectExample.Size = New System.Drawing.Size(164, 21) + Me.txtSubjectExample.Size = New System.Drawing.Size(164, 30) Me.txtSubjectExample.TabIndex = 88 ' 'Label9 @@ -1450,7 +1459,7 @@ Partial Class frmMain Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(838, 79) Me.Label9.Name = "Label9" - Me.Label9.Size = New System.Drawing.Size(74, 13) + Me.Label9.Size = New System.Drawing.Size(138, 24) Me.Label9.TabIndex = 87 Me.Label9.Text = "Subject Email:" ' @@ -1460,7 +1469,7 @@ Partial Class frmMain Me.NumericUpDown2.Location = New System.Drawing.Point(830, 48) Me.NumericUpDown2.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.NumericUpDown2.Name = "NumericUpDown2" - Me.NumericUpDown2.Size = New System.Drawing.Size(100, 21) + Me.NumericUpDown2.Size = New System.Drawing.Size(100, 30) Me.NumericUpDown2.TabIndex = 3 ' 'CHANGED_WHENTextBox1 @@ -1470,7 +1479,7 @@ Partial Class frmMain Me.CHANGED_WHENTextBox1.Enabled = False Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(634, 296) Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" - Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(139, 21) + Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(139, 30) Me.CHANGED_WHENTextBox1.TabIndex = 84 Me.CHANGED_WHENTextBox1.TabStop = False ' @@ -1481,7 +1490,7 @@ Partial Class frmMain Me.CHANGED_WHOProcessTextBox.Enabled = False Me.CHANGED_WHOProcessTextBox.Location = New System.Drawing.Point(504, 296) Me.CHANGED_WHOProcessTextBox.Name = "CHANGED_WHOProcessTextBox" - Me.CHANGED_WHOProcessTextBox.Size = New System.Drawing.Size(89, 21) + Me.CHANGED_WHOProcessTextBox.Size = New System.Drawing.Size(89, 30) Me.CHANGED_WHOProcessTextBox.TabIndex = 83 Me.CHANGED_WHOProcessTextBox.TabStop = False ' @@ -1492,7 +1501,7 @@ Partial Class frmMain Me.ADDED_WHENTextBox1.Enabled = False Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(363, 296) Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" - Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(102, 21) + Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(102, 30) Me.ADDED_WHENTextBox1.TabIndex = 82 Me.ADDED_WHENTextBox1.TabStop = False ' @@ -1503,7 +1512,7 @@ Partial Class frmMain Me.ADDED_WHOTextBox1.Enabled = False Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(251, 296) Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" - Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(106, 21) + Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(106, 30) Me.ADDED_WHOTextBox1.TabIndex = 81 Me.ADDED_WHOTextBox1.TabStop = False ' @@ -1512,7 +1521,7 @@ Partial Class frmMain Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(254, 229) Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(65, 13) + Me.Label5.Size = New System.Drawing.Size(121, 24) Me.Label5.TabIndex = 80 Me.Label5.Text = "Kommentar:" ' @@ -1542,7 +1551,7 @@ Partial Class frmMain Me.WM_PATHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "WM_PATH", True)) Me.WM_PATHTextBox.Location = New System.Drawing.Point(10, 84) Me.WM_PATHTextBox.Name = "WM_PATHTextBox" - Me.WM_PATHTextBox.Size = New System.Drawing.Size(312, 21) + Me.WM_PATHTextBox.Size = New System.Drawing.Size(312, 30) Me.WM_PATHTextBox.TabIndex = 7 ' 'WM_FILE_NAMETextBox @@ -1550,7 +1559,7 @@ Partial Class frmMain Me.WM_FILE_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "WM_FILE_NAME", True)) Me.WM_FILE_NAMETextBox.Location = New System.Drawing.Point(10, 124) Me.WM_FILE_NAMETextBox.Name = "WM_FILE_NAMETextBox" - Me.WM_FILE_NAMETextBox.Size = New System.Drawing.Size(312, 21) + Me.WM_FILE_NAMETextBox.Size = New System.Drawing.Size(312, 30) Me.WM_FILE_NAMETextBox.TabIndex = 11 ' 'WM_IMPORTCheckBox @@ -1570,7 +1579,7 @@ Partial Class frmMain Me.WM_OBJEKTTYPEComboBox.FormattingEnabled = True Me.WM_OBJEKTTYPEComboBox.Location = New System.Drawing.Point(9, 38) Me.WM_OBJEKTTYPEComboBox.Name = "WM_OBJEKTTYPEComboBox" - Me.WM_OBJEKTTYPEComboBox.Size = New System.Drawing.Size(313, 21) + Me.WM_OBJEKTTYPEComboBox.Size = New System.Drawing.Size(313, 31) Me.WM_OBJEKTTYPEComboBox.TabIndex = 4 ' 'WM_VECTOR_LOGComboBox @@ -1579,7 +1588,7 @@ Partial Class frmMain Me.WM_VECTOR_LOGComboBox.FormattingEnabled = True Me.WM_VECTOR_LOGComboBox.Location = New System.Drawing.Point(10, 165) Me.WM_VECTOR_LOGComboBox.Name = "WM_VECTOR_LOGComboBox" - Me.WM_VECTOR_LOGComboBox.Size = New System.Drawing.Size(137, 21) + Me.WM_VECTOR_LOGComboBox.Size = New System.Drawing.Size(137, 31) Me.WM_VECTOR_LOGComboBox.TabIndex = 5 ' 'WM_IDX_BODY_TEXTComboBox @@ -1588,7 +1597,7 @@ Partial Class frmMain Me.WM_IDX_BODY_TEXTComboBox.FormattingEnabled = True Me.WM_IDX_BODY_TEXTComboBox.Location = New System.Drawing.Point(153, 165) Me.WM_IDX_BODY_TEXTComboBox.Name = "WM_IDX_BODY_TEXTComboBox" - Me.WM_IDX_BODY_TEXTComboBox.Size = New System.Drawing.Size(118, 21) + Me.WM_IDX_BODY_TEXTComboBox.Size = New System.Drawing.Size(118, 31) Me.WM_IDX_BODY_TEXTComboBox.TabIndex = 7 ' 'WM_IDX_BODY_SUBSTR_LENGTHTextBox @@ -1596,7 +1605,7 @@ Partial Class frmMain Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "WM_IDX_BODY_SUBSTR_LENGTH", True)) Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.Location = New System.Drawing.Point(277, 165) Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.Name = "WM_IDX_BODY_SUBSTR_LENGTHTextBox" - Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.Size = New System.Drawing.Size(29, 21) + Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.Size = New System.Drawing.Size(29, 30) Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.TabIndex = 8 ' 'STEP_NAMEComboBox @@ -1606,7 +1615,7 @@ Partial Class frmMain Me.STEP_NAMEComboBox.Items.AddRange(New Object() {"Easy Approval", "Download Mail", "Other"}) Me.STEP_NAMEComboBox.Location = New System.Drawing.Point(556, 47) Me.STEP_NAMEComboBox.Name = "STEP_NAMEComboBox" - Me.STEP_NAMEComboBox.Size = New System.Drawing.Size(182, 21) + Me.STEP_NAMEComboBox.Size = New System.Drawing.Size(182, 31) Me.STEP_NAMEComboBox.TabIndex = 1 ' 'PROCESS_NAMEComboBox @@ -1616,7 +1625,7 @@ Partial Class frmMain Me.PROCESS_NAMEComboBox.Items.AddRange(New Object() {"ProcessManager", "ADDI", "Globix", "Attachment Sniffer", "ZugFeRD-Parser", "Not defined"}) Me.PROCESS_NAMEComboBox.Location = New System.Drawing.Point(319, 47) Me.PROCESS_NAMEComboBox.Name = "PROCESS_NAMEComboBox" - Me.PROCESS_NAMEComboBox.Size = New System.Drawing.Size(223, 21) + Me.PROCESS_NAMEComboBox.Size = New System.Drawing.Size(223, 31) Me.PROCESS_NAMEComboBox.TabIndex = 0 ' 'GUIDProcessTextBox @@ -1626,7 +1635,7 @@ Partial Class frmMain Me.GUIDProcessTextBox.Enabled = False Me.GUIDProcessTextBox.Location = New System.Drawing.Point(254, 47) Me.GUIDProcessTextBox.Name = "GUIDProcessTextBox" - Me.GUIDProcessTextBox.Size = New System.Drawing.Size(44, 21) + Me.GUIDProcessTextBox.Size = New System.Drawing.Size(44, 30) Me.GUIDProcessTextBox.TabIndex = 33 Me.GUIDProcessTextBox.TabStop = False ' @@ -1645,7 +1654,7 @@ Partial Class frmMain Me.PATH_EMAIL_TEMPTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "PATH_EMAIL_TEMP", True)) Me.PATH_EMAIL_TEMPTextBox.Location = New System.Drawing.Point(254, 164) Me.PATH_EMAIL_TEMPTextBox.Name = "PATH_EMAIL_TEMPTextBox" - Me.PATH_EMAIL_TEMPTextBox.Size = New System.Drawing.Size(567, 21) + Me.PATH_EMAIL_TEMPTextBox.Size = New System.Drawing.Size(567, 30) Me.PATH_EMAIL_TEMPTextBox.TabIndex = 9 ' 'PATH_EMAIL_ERRORSTextBox @@ -1653,7 +1662,7 @@ Partial Class frmMain Me.PATH_EMAIL_ERRORSTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "PATH_EMAIL_ERRORS", True)) Me.PATH_EMAIL_ERRORSTextBox.Location = New System.Drawing.Point(254, 204) Me.PATH_EMAIL_ERRORSTextBox.Name = "PATH_EMAIL_ERRORSTextBox" - Me.PATH_EMAIL_ERRORSTextBox.Size = New System.Drawing.Size(567, 21) + Me.PATH_EMAIL_ERRORSTextBox.Size = New System.Drawing.Size(567, 30) Me.PATH_EMAIL_ERRORSTextBox.TabIndex = 11 ' 'DELETE_MAILCheckBox @@ -1702,7 +1711,7 @@ Partial Class frmMain Me.BindingNavigator2.MovePreviousItem = Me.ToolStripButton5 Me.BindingNavigator2.Name = "BindingNavigator2" Me.BindingNavigator2.PositionItem = Me.ToolStripTextBox1 - Me.BindingNavigator2.Size = New System.Drawing.Size(974, 31) + Me.BindingNavigator2.Size = New System.Drawing.Size(984, 36) Me.BindingNavigator2.TabIndex = 32 Me.BindingNavigator2.Text = "BindingNavigator2" ' @@ -1712,13 +1721,13 @@ Partial Class frmMain Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.RightToLeftAutoMirrorImage = True - Me.ToolStripButton2.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton2.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton2.Text = "Neu hinzufügen" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(99, 28) + Me.ToolStripLabel1.Size = New System.Drawing.Size(175, 30) Me.ToolStripLabel1.Text = "von {0} Prozessen" Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -1728,7 +1737,7 @@ Partial Class frmMain Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image) Me.ToolStripButton3.Name = "ToolStripButton3" Me.ToolStripButton3.RightToLeftAutoMirrorImage = True - Me.ToolStripButton3.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton3.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton3.Text = "Löschen" ' 'ToolStripButton4 @@ -1737,7 +1746,7 @@ Partial Class frmMain Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image) Me.ToolStripButton4.Name = "ToolStripButton4" Me.ToolStripButton4.RightToLeftAutoMirrorImage = True - Me.ToolStripButton4.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton4.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton4.Text = "Erste verschieben" ' 'ToolStripButton5 @@ -1746,13 +1755,13 @@ Partial Class frmMain Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image) Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.RightToLeftAutoMirrorImage = True - Me.ToolStripButton5.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton5.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton5.Text = "Vorherige verschieben" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 36) ' 'ToolStripTextBox1 ' @@ -1767,7 +1776,7 @@ Partial Class frmMain 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 36) ' 'ToolStripButton6 ' @@ -1775,7 +1784,7 @@ Partial Class frmMain Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image) Me.ToolStripButton6.Name = "ToolStripButton6" Me.ToolStripButton6.RightToLeftAutoMirrorImage = True - Me.ToolStripButton6.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton6.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton6.Text = "Nächste verschieben" ' 'ToolStripButton7 @@ -1784,13 +1793,13 @@ Partial Class frmMain Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image) Me.ToolStripButton7.Name = "ToolStripButton7" Me.ToolStripButton7.RightToLeftAutoMirrorImage = True - Me.ToolStripButton7.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton7.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton7.Text = "Letzte verschieben" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 36) ' 'ToolStripButton8 ' @@ -1798,7 +1807,7 @@ Partial Class frmMain Me.ToolStripButton8.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton8.Name = "ToolStripButton8" - Me.ToolStripButton8.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton8.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton8.Text = "ToolStripButton1" ' 'ToolStripButton10 @@ -1807,7 +1816,7 @@ Partial Class frmMain Me.ToolStripButton10.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton10.Name = "ToolStripButton10" - Me.ToolStripButton10.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton10.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton10.Text = "Refresh" ' 'GridControl1 @@ -1817,7 +1826,7 @@ Partial Class frmMain Me.GridControl1.Location = New System.Drawing.Point(0, 0) Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.Name = "GridControl1" - Me.GridControl1.Size = New System.Drawing.Size(245, 337) + Me.GridControl1.Size = New System.Drawing.Size(245, 313) Me.GridControl1.TabIndex = 0 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' @@ -1889,7 +1898,7 @@ Partial Class frmMain Me.XtraTabPage2.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage2.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18) Me.XtraTabPage2.Name = "XtraTabPage2" - Me.XtraTabPage2.Size = New System.Drawing.Size(1219, 337) + Me.XtraTabPage2.Size = New System.Drawing.Size(1227, 313) Me.XtraTabPage2.Text = "Verarbeitungs-Schritte" ' 'NumericUpDown1 @@ -1898,7 +1907,7 @@ Partial Class frmMain Me.NumericUpDown1.Location = New System.Drawing.Point(881, 47) Me.NumericUpDown1.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.NumericUpDown1.Name = "NumericUpDown1" - Me.NumericUpDown1.Size = New System.Drawing.Size(34, 21) + Me.NumericUpDown1.Size = New System.Drawing.Size(34, 30) Me.NumericUpDown1.TabIndex = 59 ' 'TBEMLP_POLL_STEPSBindingSource @@ -1914,7 +1923,7 @@ Partial Class frmMain Me.CHANGED_WHENTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox2.Location = New System.Drawing.Point(2310, 410) Me.CHANGED_WHENTextBox2.Name = "CHANGED_WHENTextBox2" - Me.CHANGED_WHENTextBox2.Size = New System.Drawing.Size(405, 21) + Me.CHANGED_WHENTextBox2.Size = New System.Drawing.Size(405, 30) Me.CHANGED_WHENTextBox2.TabIndex = 37 ' 'CHANGED_WHOStepsTextBox @@ -1923,7 +1932,7 @@ Partial Class frmMain Me.CHANGED_WHOStepsTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOStepsTextBox.Location = New System.Drawing.Point(1932, 410) Me.CHANGED_WHOStepsTextBox.Name = "CHANGED_WHOStepsTextBox" - Me.CHANGED_WHOStepsTextBox.Size = New System.Drawing.Size(338, 21) + Me.CHANGED_WHOStepsTextBox.Size = New System.Drawing.Size(338, 30) Me.CHANGED_WHOStepsTextBox.TabIndex = 36 ' 'ADDED_WHENTextBox2 @@ -1932,7 +1941,7 @@ Partial Class frmMain Me.ADDED_WHENTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox2.Location = New System.Drawing.Point(1494, 410) Me.ADDED_WHENTextBox2.Name = "ADDED_WHENTextBox2" - Me.ADDED_WHENTextBox2.Size = New System.Drawing.Size(419, 21) + Me.ADDED_WHENTextBox2.Size = New System.Drawing.Size(419, 30) Me.ADDED_WHENTextBox2.TabIndex = 35 ' 'ADDED_WHOTextBox2 @@ -1941,7 +1950,7 @@ Partial Class frmMain Me.ADDED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox2.Location = New System.Drawing.Point(1068, 410) Me.ADDED_WHOTextBox2.Name = "ADDED_WHOTextBox2" - Me.ADDED_WHOTextBox2.Size = New System.Drawing.Size(405, 21) + Me.ADDED_WHOTextBox2.Size = New System.Drawing.Size(405, 30) Me.ADDED_WHOTextBox2.TabIndex = 34 ' 'BindingNavigator3 @@ -1960,7 +1969,7 @@ Partial Class frmMain Me.BindingNavigator3.MovePreviousItem = Me.ToolStripButton14 Me.BindingNavigator3.Name = "BindingNavigator3" Me.BindingNavigator3.PositionItem = Me.ToolStripTextBox2 - Me.BindingNavigator3.Size = New System.Drawing.Size(974, 31) + Me.BindingNavigator3.Size = New System.Drawing.Size(982, 36) Me.BindingNavigator3.TabIndex = 33 Me.BindingNavigator3.Text = "BindingNavigator3" ' @@ -1970,13 +1979,13 @@ Partial Class frmMain Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image) Me.ToolStripButton11.Name = "ToolStripButton11" Me.ToolStripButton11.RightToLeftAutoMirrorImage = True - Me.ToolStripButton11.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton11.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton11.Text = "Neu hinzufügen" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(225, 28) + Me.ToolStripLabel2.Size = New System.Drawing.Size(393, 30) Me.ToolStripLabel2.Text = "von {0} möglichen Verarbeitungsschritten" Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -1986,7 +1995,7 @@ Partial Class frmMain Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image) Me.ToolStripButton12.Name = "ToolStripButton12" Me.ToolStripButton12.RightToLeftAutoMirrorImage = True - Me.ToolStripButton12.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton12.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton12.Text = "Löschen" ' 'ToolStripButton13 @@ -1995,7 +2004,7 @@ Partial Class frmMain Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image) Me.ToolStripButton13.Name = "ToolStripButton13" Me.ToolStripButton13.RightToLeftAutoMirrorImage = True - Me.ToolStripButton13.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton13.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton13.Text = "Erste verschieben" ' 'ToolStripButton14 @@ -2004,13 +2013,13 @@ Partial Class frmMain Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image) Me.ToolStripButton14.Name = "ToolStripButton14" Me.ToolStripButton14.RightToLeftAutoMirrorImage = True - Me.ToolStripButton14.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton14.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton14.Text = "Vorherige verschieben" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 36) ' 'ToolStripTextBox2 ' @@ -2025,7 +2034,7 @@ Partial Class frmMain 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 36) ' 'ToolStripButton15 ' @@ -2033,7 +2042,7 @@ Partial Class frmMain Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image) Me.ToolStripButton15.Name = "ToolStripButton15" Me.ToolStripButton15.RightToLeftAutoMirrorImage = True - Me.ToolStripButton15.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton15.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton15.Text = "Nächste verschieben" ' 'ToolStripButton16 @@ -2042,13 +2051,13 @@ Partial Class frmMain Me.ToolStripButton16.Image = CType(resources.GetObject("ToolStripButton16.Image"), System.Drawing.Image) Me.ToolStripButton16.Name = "ToolStripButton16" Me.ToolStripButton16.RightToLeftAutoMirrorImage = True - Me.ToolStripButton16.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton16.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton16.Text = "Letzte verschieben" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 36) ' 'ToolStripButton17 ' @@ -2056,7 +2065,7 @@ Partial Class frmMain Me.ToolStripButton17.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD Me.ToolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton17.Name = "ToolStripButton17" - Me.ToolStripButton17.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton17.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton17.Text = "ToolStripButton1" ' 'ToolStripButton18 @@ -2065,7 +2074,7 @@ Partial Class frmMain Me.ToolStripButton18.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG Me.ToolStripButton18.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton18.Name = "ToolStripButton18" - Me.ToolStripButton18.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton18.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton18.Text = "Refresh" ' 'GUIDPollStepsTextBox @@ -2075,7 +2084,7 @@ Partial Class frmMain Me.GUIDPollStepsTextBox.Location = New System.Drawing.Point(254, 47) Me.GUIDPollStepsTextBox.Name = "GUIDPollStepsTextBox" Me.GUIDPollStepsTextBox.ReadOnly = True - Me.GUIDPollStepsTextBox.Size = New System.Drawing.Size(46, 21) + Me.GUIDPollStepsTextBox.Size = New System.Drawing.Size(46, 30) Me.GUIDPollStepsTextBox.TabIndex = 2 ' 'STEP_NAMETextBox @@ -2083,7 +2092,7 @@ Partial Class frmMain Me.STEP_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "STEP_NAME", True)) Me.STEP_NAMETextBox.Location = New System.Drawing.Point(317, 47) Me.STEP_NAMETextBox.Name = "STEP_NAMETextBox" - Me.STEP_NAMETextBox.Size = New System.Drawing.Size(244, 21) + Me.STEP_NAMETextBox.Size = New System.Drawing.Size(244, 30) Me.STEP_NAMETextBox.TabIndex = 6 ' 'KEYWORDS_BODYTextBox @@ -2091,7 +2100,7 @@ Partial Class frmMain Me.KEYWORDS_BODYTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "KEYWORDS_BODY", True)) Me.KEYWORDS_BODYTextBox.Location = New System.Drawing.Point(1836, 140) Me.KEYWORDS_BODYTextBox.Name = "KEYWORDS_BODYTextBox" - Me.KEYWORDS_BODYTextBox.Size = New System.Drawing.Size(1229, 21) + Me.KEYWORDS_BODYTextBox.Size = New System.Drawing.Size(1229, 30) Me.KEYWORDS_BODYTextBox.TabIndex = 8 ' 'COMMENTTextBox1 @@ -2099,7 +2108,7 @@ Partial Class frmMain Me.COMMENTTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "COMMENT", True)) Me.COMMENTTextBox1.Location = New System.Drawing.Point(275, 196) Me.COMMENTTextBox1.Name = "COMMENTTextBox1" - Me.COMMENTTextBox1.Size = New System.Drawing.Size(394, 21) + Me.COMMENTTextBox1.Size = New System.Drawing.Size(394, 30) Me.COMMENTTextBox1.TabIndex = 10 ' 'ACTIVECheckBox2 @@ -2119,7 +2128,7 @@ Partial Class frmMain Me.GridControl2.Location = New System.Drawing.Point(0, 0) Me.GridControl2.MainView = Me.GridView2 Me.GridControl2.Name = "GridControl2" - Me.GridControl2.Size = New System.Drawing.Size(245, 337) + Me.GridControl2.Size = New System.Drawing.Size(245, 313) Me.GridControl2.TabIndex = 1 Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) ' @@ -2183,7 +2192,7 @@ Partial Class frmMain Me.XtraTabPage3.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage3.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18) Me.XtraTabPage3.Name = "XtraTabPage3" - Me.XtraTabPage3.Size = New System.Drawing.Size(1219, 337) + Me.XtraTabPage3.Size = New System.Drawing.Size(1227, 313) Me.XtraTabPage3.Text = "Indexierungs Schritte" ' 'SEQUENCENumericUpDown @@ -2192,7 +2201,7 @@ Partial Class frmMain Me.SEQUENCENumericUpDown.Location = New System.Drawing.Point(1714, 278) Me.SEQUENCENumericUpDown.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown" - Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(2, 21) + Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(2, 30) Me.SEQUENCENumericUpDown.TabIndex = 57 ' 'TBEMLP_POLL_INDEXING_STEPSBindingSource @@ -2208,7 +2217,7 @@ Partial Class frmMain Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "GUID", True)) Me.GUIDTextBox1.Location = New System.Drawing.Point(251, 42) Me.GUIDTextBox1.Name = "GUIDTextBox1" - Me.GUIDTextBox1.Size = New System.Drawing.Size(48, 21) + Me.GUIDTextBox1.Size = New System.Drawing.Size(48, 30) Me.GUIDTextBox1.TabIndex = 36 ' 'INDEXNAMEIndexStepsComboBox @@ -2217,7 +2226,7 @@ Partial Class frmMain Me.INDEXNAMEIndexStepsComboBox.FormattingEnabled = True Me.INDEXNAMEIndexStepsComboBox.Location = New System.Drawing.Point(326, 42) Me.INDEXNAMEIndexStepsComboBox.Name = "INDEXNAMEIndexStepsComboBox" - Me.INDEXNAMEIndexStepsComboBox.Size = New System.Drawing.Size(167, 21) + Me.INDEXNAMEIndexStepsComboBox.Size = New System.Drawing.Size(167, 31) Me.INDEXNAMEIndexStepsComboBox.TabIndex = 40 ' 'INDEXVALUETextBox @@ -2225,7 +2234,7 @@ Partial Class frmMain Me.INDEXVALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "INDEXVALUE", True)) Me.INDEXVALUETextBox.Location = New System.Drawing.Point(506, 42) Me.INDEXVALUETextBox.Name = "INDEXVALUETextBox" - Me.INDEXVALUETextBox.Size = New System.Drawing.Size(428, 21) + Me.INDEXVALUETextBox.Size = New System.Drawing.Size(428, 30) Me.INDEXVALUETextBox.TabIndex = 42 ' 'ACTIVECheckBox3 @@ -2254,7 +2263,7 @@ Partial Class frmMain Me.ADDED_WHOTextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox3.Location = New System.Drawing.Point(251, 125) Me.ADDED_WHOTextBox3.Name = "ADDED_WHOTextBox3" - Me.ADDED_WHOTextBox3.Size = New System.Drawing.Size(155, 21) + Me.ADDED_WHOTextBox3.Size = New System.Drawing.Size(155, 30) Me.ADDED_WHOTextBox3.TabIndex = 50 ' 'ADDED_WHENTextBox3 @@ -2263,7 +2272,7 @@ Partial Class frmMain Me.ADDED_WHENTextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox3.Location = New System.Drawing.Point(412, 125) Me.ADDED_WHENTextBox3.Name = "ADDED_WHENTextBox3" - Me.ADDED_WHENTextBox3.Size = New System.Drawing.Size(131, 21) + Me.ADDED_WHENTextBox3.Size = New System.Drawing.Size(131, 30) Me.ADDED_WHENTextBox3.TabIndex = 52 ' 'CHANGED_WHOIndexingStepsTextBox @@ -2272,7 +2281,7 @@ Partial Class frmMain Me.CHANGED_WHOIndexingStepsTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOIndexingStepsTextBox.Location = New System.Drawing.Point(549, 125) Me.CHANGED_WHOIndexingStepsTextBox.Name = "CHANGED_WHOIndexingStepsTextBox" - Me.CHANGED_WHOIndexingStepsTextBox.Size = New System.Drawing.Size(160, 21) + Me.CHANGED_WHOIndexingStepsTextBox.Size = New System.Drawing.Size(160, 30) Me.CHANGED_WHOIndexingStepsTextBox.TabIndex = 54 ' 'CHANGED_WHENTextBox3 @@ -2281,7 +2290,7 @@ Partial Class frmMain Me.CHANGED_WHENTextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox3.Location = New System.Drawing.Point(714, 125) Me.CHANGED_WHENTextBox3.Name = "CHANGED_WHENTextBox3" - Me.CHANGED_WHENTextBox3.Size = New System.Drawing.Size(166, 21) + Me.CHANGED_WHENTextBox3.Size = New System.Drawing.Size(166, 30) Me.CHANGED_WHENTextBox3.TabIndex = 56 ' 'BindingNavigator4 @@ -2300,7 +2309,7 @@ Partial Class frmMain Me.BindingNavigator4.MovePreviousItem = Me.ToolStripButton22 Me.BindingNavigator4.Name = "BindingNavigator4" Me.BindingNavigator4.PositionItem = Me.ToolStripTextBox3 - Me.BindingNavigator4.Size = New System.Drawing.Size(974, 31) + Me.BindingNavigator4.Size = New System.Drawing.Size(982, 36) Me.BindingNavigator4.TabIndex = 35 Me.BindingNavigator4.Text = "BindingNavigator4" ' @@ -2310,13 +2319,13 @@ Partial Class frmMain Me.ToolStripButton19.Image = CType(resources.GetObject("ToolStripButton19.Image"), System.Drawing.Image) Me.ToolStripButton19.Name = "ToolStripButton19" Me.ToolStripButton19.RightToLeftAutoMirrorImage = True - Me.ToolStripButton19.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton19.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton19.Text = "Neu hinzufügen" ' 'ToolStripLabel3 ' Me.ToolStripLabel3.Name = "ToolStripLabel3" - Me.ToolStripLabel3.Size = New System.Drawing.Size(160, 28) + Me.ToolStripLabel3.Size = New System.Drawing.Size(281, 30) Me.ToolStripLabel3.Text = "von {0} Indexierungsschritten" Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -2326,7 +2335,7 @@ Partial Class frmMain Me.ToolStripButton20.Image = CType(resources.GetObject("ToolStripButton20.Image"), System.Drawing.Image) Me.ToolStripButton20.Name = "ToolStripButton20" Me.ToolStripButton20.RightToLeftAutoMirrorImage = True - Me.ToolStripButton20.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton20.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton20.Text = "Löschen" ' 'ToolStripButton21 @@ -2335,7 +2344,7 @@ Partial Class frmMain Me.ToolStripButton21.Image = CType(resources.GetObject("ToolStripButton21.Image"), System.Drawing.Image) Me.ToolStripButton21.Name = "ToolStripButton21" Me.ToolStripButton21.RightToLeftAutoMirrorImage = True - Me.ToolStripButton21.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton21.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton21.Text = "Erste verschieben" ' 'ToolStripButton22 @@ -2344,13 +2353,13 @@ Partial Class frmMain Me.ToolStripButton22.Image = CType(resources.GetObject("ToolStripButton22.Image"), System.Drawing.Image) Me.ToolStripButton22.Name = "ToolStripButton22" Me.ToolStripButton22.RightToLeftAutoMirrorImage = True - Me.ToolStripButton22.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton22.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton22.Text = "Vorherige verschieben" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" - Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 36) ' 'ToolStripTextBox3 ' @@ -2365,7 +2374,7 @@ Partial Class frmMain 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" - Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 36) ' 'ToolStripButton23 ' @@ -2373,7 +2382,7 @@ Partial Class frmMain Me.ToolStripButton23.Image = CType(resources.GetObject("ToolStripButton23.Image"), System.Drawing.Image) Me.ToolStripButton23.Name = "ToolStripButton23" Me.ToolStripButton23.RightToLeftAutoMirrorImage = True - Me.ToolStripButton23.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton23.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton23.Text = "Nächste verschieben" ' 'ToolStripButton24 @@ -2382,13 +2391,13 @@ Partial Class frmMain Me.ToolStripButton24.Image = CType(resources.GetObject("ToolStripButton24.Image"), System.Drawing.Image) Me.ToolStripButton24.Name = "ToolStripButton24" Me.ToolStripButton24.RightToLeftAutoMirrorImage = True - Me.ToolStripButton24.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton24.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton24.Text = "Letzte verschieben" ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" - Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 31) + Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 36) ' 'ToolStripButton25 ' @@ -2396,7 +2405,7 @@ Partial Class frmMain Me.ToolStripButton25.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD Me.ToolStripButton25.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton25.Name = "ToolStripButton25" - Me.ToolStripButton25.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton25.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton25.Text = "ToolStripButton1" ' 'ToolStripButton26 @@ -2405,7 +2414,7 @@ Partial Class frmMain Me.ToolStripButton26.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG Me.ToolStripButton26.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton26.Name = "ToolStripButton26" - Me.ToolStripButton26.Size = New System.Drawing.Size(28, 28) + Me.ToolStripButton26.Size = New System.Drawing.Size(40, 30) Me.ToolStripButton26.Text = "Refresh" ' 'GridControl3 @@ -2415,7 +2424,7 @@ Partial Class frmMain Me.GridControl3.Location = New System.Drawing.Point(0, 0) Me.GridControl3.MainView = Me.GridView3 Me.GridControl3.Name = "GridControl3" - Me.GridControl3.Size = New System.Drawing.Size(245, 337) + Me.GridControl3.Size = New System.Drawing.Size(245, 313) Me.GridControl3.TabIndex = 34 Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3}) ' @@ -2460,7 +2469,7 @@ Partial Class frmMain Me.CHANGED_WHOProfilesTextBox.Enabled = False Me.CHANGED_WHOProfilesTextBox.Location = New System.Drawing.Point(962, 100) Me.CHANGED_WHOProfilesTextBox.Name = "CHANGED_WHOProfilesTextBox" - Me.CHANGED_WHOProfilesTextBox.Size = New System.Drawing.Size(121, 21) + Me.CHANGED_WHOProfilesTextBox.Size = New System.Drawing.Size(121, 31) Me.CHANGED_WHOProfilesTextBox.TabIndex = 25 ' 'GUIDTextBox @@ -2470,7 +2479,7 @@ Partial Class frmMain Me.GUIDTextBox.Enabled = False Me.GUIDTextBox.Location = New System.Drawing.Point(258, 60) Me.GUIDTextBox.Name = "GUIDTextBox" - Me.GUIDTextBox.Size = New System.Drawing.Size(58, 21) + Me.GUIDTextBox.Size = New System.Drawing.Size(58, 31) Me.GUIDTextBox.TabIndex = 5 ' 'PROFILE_NAMETextBox @@ -2478,7 +2487,7 @@ Partial Class frmMain Me.PROFILE_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "PROFILE_NAME", True)) Me.PROFILE_NAMETextBox.Location = New System.Drawing.Point(325, 60) Me.PROFILE_NAMETextBox.Name = "PROFILE_NAMETextBox" - Me.PROFILE_NAMETextBox.Size = New System.Drawing.Size(240, 21) + Me.PROFILE_NAMETextBox.Size = New System.Drawing.Size(240, 31) Me.PROFILE_NAMETextBox.TabIndex = 7 ' 'CHANGED_WHENTextBox @@ -2488,7 +2497,7 @@ Partial Class frmMain Me.CHANGED_WHENTextBox.Enabled = False Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(1089, 100) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" - Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(121, 21) + Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(121, 31) Me.CHANGED_WHENTextBox.TabIndex = 27 ' 'COMMENTTextBox @@ -2496,7 +2505,7 @@ Partial Class frmMain Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "COMMENT", True)) Me.COMMENTTextBox.Location = New System.Drawing.Point(325, 100) Me.COMMENTTextBox.Name = "COMMENTTextBox" - Me.COMMENTTextBox.Size = New System.Drawing.Size(370, 21) + Me.COMMENTTextBox.Size = New System.Drawing.Size(370, 31) Me.COMMENTTextBox.TabIndex = 13 ' 'ACTIVECheckBox @@ -2516,7 +2525,7 @@ Partial Class frmMain Me.ADDED_WHENTextBox.Enabled = False Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(834, 100) Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" - Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(122, 21) + Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(122, 31) Me.ADDED_WHENTextBox.TabIndex = 23 ' 'ADDED_WHOTextBox @@ -2526,7 +2535,7 @@ Partial Class frmMain Me.ADDED_WHOTextBox.Enabled = False Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(704, 100) Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" - Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(121, 21) + Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(121, 31) Me.ADDED_WHOTextBox.TabIndex = 21 ' 'tabEmail @@ -2571,10 +2580,10 @@ Partial Class frmMain Me.tabEmail.Controls.Add(Me.CHANGED_WHENTextBox5) Me.tabEmail.Controls.Add(Me.GridControl6) Me.tabEmail.Controls.Add(Me.BindingNavigator6) - Me.tabEmail.Location = New System.Drawing.Point(4, 22) + Me.tabEmail.Location = New System.Drawing.Point(4, 32) Me.tabEmail.Name = "tabEmail" Me.tabEmail.Padding = New System.Windows.Forms.Padding(3) - Me.tabEmail.Size = New System.Drawing.Size(1227, 568) + Me.tabEmail.Size = New System.Drawing.Size(1227, 558) Me.tabEmail.TabIndex = 3 Me.tabEmail.Text = "EMail-Konto Konfiguration" Me.tabEmail.UseVisualStyleBackColor = True @@ -2596,7 +2605,7 @@ Partial Class frmMain Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(208, 14) Me.Label15.Name = "Label15" - Me.Label15.Size = New System.Drawing.Size(134, 26) + Me.Label15.Size = New System.Drawing.Size(251, 48) Me.Label15.TabIndex = 83 Me.Label15.Text = "Die Konfiguration erfolgt " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "im Dienst (UserConfig.xml)" ' @@ -2605,7 +2614,7 @@ Partial Class frmMain Me.CheckBoxEnableTls1_2.AutoSize = True Me.CheckBoxEnableTls1_2.Location = New System.Drawing.Point(101, 23) Me.CheckBoxEnableTls1_2.Name = "CheckBoxEnableTls1_2" - Me.CheckBoxEnableTls1_2.Size = New System.Drawing.Size(89, 17) + Me.CheckBoxEnableTls1_2.Size = New System.Drawing.Size(155, 28) Me.CheckBoxEnableTls1_2.TabIndex = 82 Me.CheckBoxEnableTls1_2.Text = "EnableTls1_2" Me.CheckBoxEnableTls1_2.UseVisualStyleBackColor = True @@ -2615,7 +2624,7 @@ Partial Class frmMain Me.CheckBoxEnableTls1_1.AutoSize = True Me.CheckBoxEnableTls1_1.Location = New System.Drawing.Point(6, 23) Me.CheckBoxEnableTls1_1.Name = "CheckBoxEnableTls1_1" - Me.CheckBoxEnableTls1_1.Size = New System.Drawing.Size(89, 17) + Me.CheckBoxEnableTls1_1.Size = New System.Drawing.Size(155, 28) Me.CheckBoxEnableTls1_1.TabIndex = 81 Me.CheckBoxEnableTls1_1.Text = "EnableTls1_1" Me.CheckBoxEnableTls1_1.UseVisualStyleBackColor = True @@ -2641,7 +2650,7 @@ Partial Class frmMain Me.AUTH_TYPEComboBox.Items.AddRange(New Object() {"STARTTLS", "SSL/TLS", "SSL", "OAUTH2", "NONE"}) Me.AUTH_TYPEComboBox.Location = New System.Drawing.Point(701, 164) Me.AUTH_TYPEComboBox.Name = "AUTH_TYPEComboBox" - Me.AUTH_TYPEComboBox.Size = New System.Drawing.Size(121, 21) + Me.AUTH_TYPEComboBox.Size = New System.Drawing.Size(121, 31) Me.AUTH_TYPEComboBox.TabIndex = 8 ' 'btntestImap @@ -2662,7 +2671,7 @@ Partial Class frmMain Me.ARCHIVE_FOLDERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ARCHIVE_FOLDER", True)) Me.ARCHIVE_FOLDERTextBox.Location = New System.Drawing.Point(831, 164) Me.ARCHIVE_FOLDERTextBox.Name = "ARCHIVE_FOLDERTextBox" - Me.ARCHIVE_FOLDERTextBox.Size = New System.Drawing.Size(227, 21) + Me.ARCHIVE_FOLDERTextBox.Size = New System.Drawing.Size(227, 31) Me.ARCHIVE_FOLDERTextBox.TabIndex = 9 ' 'PORT_INTextBox @@ -2670,7 +2679,7 @@ Partial Class frmMain Me.PORT_INTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "PORT_IN", True)) Me.PORT_INTextBox.Location = New System.Drawing.Point(496, 164) Me.PORT_INTextBox.Name = "PORT_INTextBox" - Me.PORT_INTextBox.Size = New System.Drawing.Size(100, 21) + Me.PORT_INTextBox.Size = New System.Drawing.Size(100, 31) Me.PORT_INTextBox.TabIndex = 7 ' 'txtTestmail @@ -2679,7 +2688,7 @@ Partial Class frmMain Me.txtTestmail.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.EmailProfiler.Form.My.MySettings.Default, "EmailTest_Receipiant", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtTestmail.Location = New System.Drawing.Point(373, 258) Me.txtTestmail.Name = "txtTestmail" - Me.txtTestmail.Size = New System.Drawing.Size(359, 21) + Me.txtTestmail.Size = New System.Drawing.Size(359, 31) Me.txtTestmail.TabIndex = 10 Me.txtTestmail.Text = Global.EmailProfiler.Form.My.MySettings.Default.EmailTest_Receipiant ' @@ -2688,7 +2697,7 @@ Partial Class frmMain Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(370, 244) Me.Label12.Name = "Label12" - Me.Label12.Size = New System.Drawing.Size(84, 13) + Me.Label12.Size = New System.Drawing.Size(152, 24) Me.Label12.TabIndex = 66 Me.Label12.Text = "Testempfänger:" ' @@ -2710,7 +2719,7 @@ Partial Class frmMain Me.txtnewpasswort.ContextMenuStrip = Me.ContextMenuStrip2 Me.txtnewpasswort.Location = New System.Drawing.Point(738, 124) Me.txtnewpasswort.Name = "txtnewpasswort" - Me.txtnewpasswort.Size = New System.Drawing.Size(186, 21) + Me.txtnewpasswort.Size = New System.Drawing.Size(186, 31) Me.txtnewpasswort.TabIndex = 4 Me.txtnewpasswort.UseSystemPasswordChar = True ' @@ -2719,12 +2728,12 @@ Partial Class frmMain Me.ContextMenuStrip2.ImageScalingSize = New System.Drawing.Size(24, 24) Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PasswortAnzeigenToolStripMenuItem}) Me.ContextMenuStrip2.Name = "ContextMenuStrip2" - Me.ContextMenuStrip2.Size = New System.Drawing.Size(172, 26) + Me.ContextMenuStrip2.Size = New System.Drawing.Size(258, 40) ' 'PasswortAnzeigenToolStripMenuItem ' Me.PasswortAnzeigenToolStripMenuItem.Name = "PasswortAnzeigenToolStripMenuItem" - Me.PasswortAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(171, 22) + Me.PasswortAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(257, 36) Me.PasswortAnzeigenToolStripMenuItem.Text = "Passwort anzeigen" ' 'Button4 @@ -2744,7 +2753,7 @@ Partial Class frmMain Me.EMAILIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "GUID", True)) Me.EMAILIDTextBox.Location = New System.Drawing.Point(313, 44) Me.EMAILIDTextBox.Name = "EMAILIDTextBox" - Me.EMAILIDTextBox.Size = New System.Drawing.Size(50, 21) + Me.EMAILIDTextBox.Size = New System.Drawing.Size(50, 31) Me.EMAILIDTextBox.TabIndex = 35 Me.EMAILIDTextBox.TabStop = False ' @@ -2753,7 +2762,7 @@ Partial Class frmMain Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "NAME", True)) Me.NAMETextBox.Location = New System.Drawing.Point(373, 44) Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(323, 21) + Me.NAMETextBox.Size = New System.Drawing.Size(323, 31) Me.NAMETextBox.TabIndex = 0 ' 'EMAIL_FROMTextBox @@ -2761,7 +2770,7 @@ Partial Class frmMain Me.EMAIL_FROMTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_FROM", True)) Me.EMAIL_FROMTextBox.Location = New System.Drawing.Point(373, 84) Me.EMAIL_FROMTextBox.Name = "EMAIL_FROMTextBox" - Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(323, 21) + Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(323, 31) Me.EMAIL_FROMTextBox.TabIndex = 1 ' 'EMAIL_SMTPTextBox @@ -2769,7 +2778,7 @@ Partial Class frmMain Me.EMAIL_SMTPTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_SMTP", True)) Me.EMAIL_SMTPTextBox.Location = New System.Drawing.Point(701, 84) Me.EMAIL_SMTPTextBox.Name = "EMAIL_SMTPTextBox" - Me.EMAIL_SMTPTextBox.Size = New System.Drawing.Size(357, 21) + Me.EMAIL_SMTPTextBox.Size = New System.Drawing.Size(357, 31) Me.EMAIL_SMTPTextBox.TabIndex = 2 ' 'EMAIL_USERTextBox @@ -2777,7 +2786,7 @@ Partial Class frmMain Me.EMAIL_USERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_USER", True)) Me.EMAIL_USERTextBox.Location = New System.Drawing.Point(373, 124) Me.EMAIL_USERTextBox.Name = "EMAIL_USERTextBox" - Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(323, 21) + Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(323, 31) Me.EMAIL_USERTextBox.TabIndex = 3 ' 'EMAIL_PWTextBox @@ -2787,7 +2796,7 @@ Partial Class frmMain Me.EMAIL_PWTextBox.Location = New System.Drawing.Point(701, 124) Me.EMAIL_PWTextBox.Name = "EMAIL_PWTextBox" Me.EMAIL_PWTextBox.ReadOnly = True - Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(31, 21) + Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(31, 31) Me.EMAIL_PWTextBox.TabIndex = 45 Me.EMAIL_PWTextBox.UseSystemPasswordChar = True ' @@ -2796,7 +2805,7 @@ Partial Class frmMain Me.PORTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "PORT", True)) Me.PORTTextBox.Location = New System.Drawing.Point(373, 164) Me.PORTTextBox.Name = "PORTTextBox" - Me.PORTTextBox.Size = New System.Drawing.Size(121, 21) + Me.PORTTextBox.Size = New System.Drawing.Size(121, 31) Me.PORTTextBox.TabIndex = 6 ' 'ACTIVECheckBox4 @@ -2815,7 +2824,7 @@ Partial Class frmMain Me.ADDED_WHOTextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox4.Location = New System.Drawing.Point(373, 313) Me.ADDED_WHOTextBox4.Name = "ADDED_WHOTextBox4" - Me.ADDED_WHOTextBox4.Size = New System.Drawing.Size(166, 21) + Me.ADDED_WHOTextBox4.Size = New System.Drawing.Size(166, 31) Me.ADDED_WHOTextBox4.TabIndex = 11 Me.ADDED_WHOTextBox4.TabStop = False ' @@ -2824,7 +2833,7 @@ Partial Class frmMain Me.ADDED_WHENTextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox4.Location = New System.Drawing.Point(545, 313) Me.ADDED_WHENTextBox4.Name = "ADDED_WHENTextBox4" - Me.ADDED_WHENTextBox4.Size = New System.Drawing.Size(151, 21) + Me.ADDED_WHENTextBox4.Size = New System.Drawing.Size(151, 31) Me.ADDED_WHENTextBox4.TabIndex = 12 Me.ADDED_WHENTextBox4.TabStop = False ' @@ -2833,7 +2842,7 @@ Partial Class frmMain Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(373, 353) Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" - Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(166, 21) + Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(166, 31) Me.CHANGED_WHOTextBox1.TabIndex = 13 Me.CHANGED_WHOTextBox1.TabStop = False ' @@ -2842,7 +2851,7 @@ Partial Class frmMain Me.CHANGED_WHENTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox5.Location = New System.Drawing.Point(545, 353) Me.CHANGED_WHENTextBox5.Name = "CHANGED_WHENTextBox5" - Me.CHANGED_WHENTextBox5.Size = New System.Drawing.Size(151, 21) + Me.CHANGED_WHENTextBox5.Size = New System.Drawing.Size(151, 31) Me.CHANGED_WHENTextBox5.TabIndex = 14 Me.CHANGED_WHENTextBox5.TabStop = False ' @@ -2850,10 +2859,11 @@ Partial Class frmMain ' Me.GridControl6.DataSource = Me.TBDD_EMAIL_ACCOUNTBindingSource Me.GridControl6.Dock = System.Windows.Forms.DockStyle.Left - Me.GridControl6.Location = New System.Drawing.Point(3, 28) + Me.GridControl6.EmbeddedNavigator.Margin = New System.Windows.Forms.Padding(8, 9, 8, 9) + Me.GridControl6.Location = New System.Drawing.Point(3, 41) Me.GridControl6.MainView = Me.GridView6 Me.GridControl6.Name = "GridControl6" - Me.GridControl6.Size = New System.Drawing.Size(301, 537) + Me.GridControl6.Size = New System.Drawing.Size(301, 514) Me.GridControl6.TabIndex = 34 Me.GridControl6.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView6}) ' @@ -2905,6 +2915,7 @@ Partial Class frmMain Me.BindingNavigator6.BindingSource = Me.TBDD_EMAIL_ACCOUNTBindingSource Me.BindingNavigator6.CountItem = Me.BindingNavigatorCountItem1 Me.BindingNavigator6.DeleteItem = Me.BindingNavigatorDeleteItem1 + Me.BindingNavigator6.ImageScalingSize = New System.Drawing.Size(28, 28) Me.BindingNavigator6.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorAddNewItem1, Me.ToolStripButton27, Me.BindingNavigatorDeleteItem1, Me.btnAktualisieren}) Me.BindingNavigator6.Location = New System.Drawing.Point(3, 3) Me.BindingNavigator6.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 @@ -2913,7 +2924,7 @@ Partial Class frmMain Me.BindingNavigator6.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 Me.BindingNavigator6.Name = "BindingNavigator6" Me.BindingNavigator6.PositionItem = Me.BindingNavigatorPositionItem1 - Me.BindingNavigator6.Size = New System.Drawing.Size(1221, 25) + Me.BindingNavigator6.Size = New System.Drawing.Size(1221, 38) Me.BindingNavigator6.TabIndex = 0 Me.BindingNavigator6.Text = "BindingNavigator6" ' @@ -2923,14 +2934,14 @@ Partial Class frmMain Me.BindingNavigatorAddNewItem1.Image = CType(resources.GetObject("BindingNavigatorAddNewItem1.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1" Me.BindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(40, 32) Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem1 ' Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" - Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem1.Text = "von {0}" + Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(61, 32) + Me.BindingNavigatorCountItem1.Text = "of {0}" Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'BindingNavigatorDeleteItem1 @@ -2939,7 +2950,7 @@ Partial Class frmMain Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1" Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(40, 32) Me.BindingNavigatorDeleteItem1.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem1 @@ -2948,7 +2959,7 @@ Partial Class frmMain Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1" Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(40, 32) Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem1 @@ -2957,13 +2968,13 @@ Partial Class frmMain Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1" Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(40, 32) Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator3 ' Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" - Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25) + Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 38) ' 'BindingNavigatorPositionItem1 ' @@ -2978,7 +2989,7 @@ Partial Class frmMain 'BindingNavigatorSeparator4 ' Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" - Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25) + Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 38) ' 'BindingNavigatorMoveNextItem1 ' @@ -2986,7 +2997,7 @@ Partial Class frmMain Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1" Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(40, 32) Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem1 @@ -2995,13 +3006,13 @@ Partial Class frmMain Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1" Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(40, 32) Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator5 ' Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" - Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25) + Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 38) ' 'ToolStripButton27 ' @@ -3009,7 +3020,7 @@ Partial Class frmMain Me.ToolStripButton27.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD Me.ToolStripButton27.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton27.Name = "ToolStripButton27" - Me.ToolStripButton27.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton27.Size = New System.Drawing.Size(40, 32) Me.ToolStripButton27.Text = "tsbtnEmailProfile_Save" ' 'btnAktualisieren @@ -3018,7 +3029,7 @@ Partial Class frmMain Me.btnAktualisieren.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG Me.btnAktualisieren.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnAktualisieren.Name = "btnAktualisieren" - Me.btnAktualisieren.Size = New System.Drawing.Size(23, 22) + Me.btnAktualisieren.Size = New System.Drawing.Size(40, 32) Me.btnAktualisieren.Text = "Aktualisieren" ' 'tabConfig @@ -3027,10 +3038,10 @@ Partial Class frmMain Me.tabConfig.Controls.Add(Me.GroupBox5) Me.tabConfig.Controls.Add(Me.GroupBox3) Me.tabConfig.Controls.Add(Me.GroupBox1) - Me.tabConfig.Location = New System.Drawing.Point(4, 22) + Me.tabConfig.Location = New System.Drawing.Point(4, 32) Me.tabConfig.Name = "tabConfig" Me.tabConfig.Padding = New System.Windows.Forms.Padding(3) - Me.tabConfig.Size = New System.Drawing.Size(1227, 568) + Me.tabConfig.Size = New System.Drawing.Size(1227, 558) Me.tabConfig.TabIndex = 1 Me.tabConfig.Text = "Grundeinstellungen" Me.tabConfig.UseVisualStyleBackColor = True @@ -3046,7 +3057,7 @@ Partial Class frmMain Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox4.Location = New System.Drawing.Point(3, 358) Me.GroupBox4.Name = "GroupBox4" - Me.GroupBox4.Size = New System.Drawing.Size(1221, 207) + Me.GroupBox4.Size = New System.Drawing.Size(1221, 197) Me.GroupBox4.TabIndex = 69 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Test RegEx" @@ -3076,7 +3087,7 @@ Partial Class frmMain Me.Label14.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(656, 30) Me.Label14.Name = "Label14" - Me.Label14.Size = New System.Drawing.Size(71, 13) + Me.Label14.Size = New System.Drawing.Size(126, 24) Me.Label14.TabIndex = 68 Me.Label14.Text = "Result RegEx" ' @@ -3088,7 +3099,7 @@ Partial Class frmMain Me.txtResultRegEx.Location = New System.Drawing.Point(659, 49) Me.txtResultRegEx.Multiline = True Me.txtResultRegEx.Name = "txtResultRegEx" - Me.txtResultRegEx.Size = New System.Drawing.Size(538, 187) + Me.txtResultRegEx.Size = New System.Drawing.Size(538, 177) Me.txtResultRegEx.TabIndex = 69 ' 'txthtmlEmail @@ -3100,7 +3111,7 @@ Partial Class frmMain Me.txthtmlEmail.Location = New System.Drawing.Point(9, 49) Me.txthtmlEmail.Multiline = True Me.txthtmlEmail.Name = "txthtmlEmail" - Me.txthtmlEmail.Size = New System.Drawing.Size(538, 187) + Me.txthtmlEmail.Size = New System.Drawing.Size(538, 177) Me.txthtmlEmail.TabIndex = 67 Me.txthtmlEmail.Text = Global.EmailProfiler.Form.My.MySettings.Default.MyTestHTML ' @@ -3145,7 +3156,7 @@ Partial Class frmMain Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(600, 17) Me.Label13.Name = "Label13" - Me.Label13.Size = New System.Drawing.Size(162, 13) + Me.Label13.Size = New System.Drawing.Size(294, 24) Me.Label13.TabIndex = 75 Me.Label13.Text = "Regex Remove HTML-Context2:" ' @@ -3174,7 +3185,7 @@ Partial Class frmMain Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(6, 17) Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(162, 13) + Me.Label8.Size = New System.Drawing.Size(294, 24) Me.Label8.TabIndex = 72 Me.Label8.Text = "Regex Remove HTML-Context1:" ' @@ -3216,7 +3227,7 @@ Partial Class frmMain Me.CHANGED_WHENTextBox4.Location = New System.Drawing.Point(995, 24) Me.CHANGED_WHENTextBox4.Name = "CHANGED_WHENTextBox4" Me.CHANGED_WHENTextBox4.ReadOnly = True - Me.CHANGED_WHENTextBox4.Size = New System.Drawing.Size(130, 21) + Me.CHANGED_WHENTextBox4.Size = New System.Drawing.Size(130, 31) Me.CHANGED_WHENTextBox4.TabIndex = 67 ' 'TBEMLP_CONFIGBindingSource @@ -3230,7 +3241,7 @@ Partial Class frmMain Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(788, 23) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True - Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(110, 21) + Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(110, 31) Me.CHANGED_WHOTextBox.TabIndex = 66 ' 'Label10 @@ -3239,7 +3250,7 @@ Partial Class frmMain Me.Label10.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(468, 26) Me.Label10.Name = "Label10" - Me.Label10.Size = New System.Drawing.Size(179, 13) + Me.Label10.Size = New System.Drawing.Size(329, 24) Me.Label10.TabIndex = 65 Me.Label10.Text = "(Neustart des Dienstes erforderlich)" ' @@ -3249,7 +3260,7 @@ Partial Class frmMain Me.CHECK_INTERVALL_MINUTESNumericUpDown.Location = New System.Drawing.Point(427, 24) Me.CHECK_INTERVALL_MINUTESNumericUpDown.Maximum = New Decimal(New Integer() {60, 0, 0, 0}) Me.CHECK_INTERVALL_MINUTESNumericUpDown.Name = "CHECK_INTERVALL_MINUTESNumericUpDown" - Me.CHECK_INTERVALL_MINUTESNumericUpDown.Size = New System.Drawing.Size(35, 21) + Me.CHECK_INTERVALL_MINUTESNumericUpDown.Size = New System.Drawing.Size(35, 31) Me.CHECK_INTERVALL_MINUTESNumericUpDown.TabIndex = 63 ' 'btnShowLogpath @@ -3302,7 +3313,7 @@ Partial Class frmMain Me.txtConnectionString.Location = New System.Drawing.Point(9, 100) Me.txtConnectionString.Name = "txtConnectionString" Me.txtConnectionString.ReadOnly = True - Me.txtConnectionString.Size = New System.Drawing.Size(547, 21) + Me.txtConnectionString.Size = New System.Drawing.Size(547, 31) Me.txtConnectionString.TabIndex = 58 ' 'Label1 @@ -3311,7 +3322,7 @@ Partial Class frmMain Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label1.Location = New System.Drawing.Point(6, 17) Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(74, 13) + Me.Label1.Size = New System.Drawing.Size(133, 24) Me.Label1.TabIndex = 53 Me.Label1.Text = "Server-Name:" ' @@ -3332,7 +3343,7 @@ Partial Class frmMain Me.cmbDatenbank.FormattingEnabled = True Me.cmbDatenbank.Location = New System.Drawing.Point(9, 73) Me.cmbDatenbank.Name = "cmbDatenbank" - Me.cmbDatenbank.Size = New System.Drawing.Size(288, 21) + Me.cmbDatenbank.Size = New System.Drawing.Size(288, 31) Me.cmbDatenbank.TabIndex = 51 ' 'chkbxUserAut @@ -3341,7 +3352,7 @@ Partial Class frmMain Me.chkbxUserAut.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.chkbxUserAut.Location = New System.Drawing.Point(500, 35) Me.chkbxUserAut.Name = "chkbxUserAut" - Me.chkbxUserAut.Size = New System.Drawing.Size(155, 17) + Me.chkbxUserAut.Size = New System.Drawing.Size(274, 28) Me.chkbxUserAut.TabIndex = 57 Me.chkbxUserAut.Text = "Windows-Authentifizierung" Me.chkbxUserAut.UseVisualStyleBackColor = True @@ -3352,7 +3363,7 @@ Partial Class frmMain Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label4.Location = New System.Drawing.Point(6, 57) Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(63, 13) + Me.Label4.Size = New System.Drawing.Size(114, 24) Me.Label4.TabIndex = 56 Me.Label4.Text = "Datenbank:" ' @@ -3361,7 +3372,7 @@ Partial Class frmMain Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText Me.txtServer.Location = New System.Drawing.Point(9, 33) Me.txtServer.Name = "txtServer" - Me.txtServer.Size = New System.Drawing.Size(288, 21) + Me.txtServer.Size = New System.Drawing.Size(288, 31) Me.txtServer.TabIndex = 48 ' 'Label2 @@ -3370,7 +3381,7 @@ Partial Class frmMain Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label2.Location = New System.Drawing.Point(300, 17) Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(80, 13) + Me.Label2.Size = New System.Drawing.Size(146, 24) Me.Label2.TabIndex = 54 Me.Label2.Text = "Benutzername:" ' @@ -3379,7 +3390,7 @@ Partial Class frmMain Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText Me.txtUser.Location = New System.Drawing.Point(303, 33) Me.txtUser.Name = "txtUser" - Me.txtUser.Size = New System.Drawing.Size(118, 21) + Me.txtUser.Size = New System.Drawing.Size(118, 31) Me.txtUser.TabIndex = 49 ' 'Label3 @@ -3388,7 +3399,7 @@ Partial Class frmMain Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label3.Location = New System.Drawing.Point(427, 17) Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(55, 13) + Me.Label3.Size = New System.Drawing.Size(97, 24) Me.Label3.TabIndex = 55 Me.Label3.Text = "Passwort:" ' @@ -3397,10 +3408,46 @@ Partial Class frmMain Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText Me.txtPasswort.Location = New System.Drawing.Point(430, 33) Me.txtPasswort.Name = "txtPasswort" - Me.txtPasswort.Size = New System.Drawing.Size(64, 21) + Me.txtPasswort.Size = New System.Drawing.Size(64, 31) Me.txtPasswort.TabIndex = 50 Me.txtPasswort.UseSystemPasswordChar = True ' + 'tabMonitoring + ' + Me.tabMonitoring.AutoScroll = True + Me.tabMonitoring.Controls.Add(Me.gridMonitoring) + Me.tabMonitoring.Location = New System.Drawing.Point(4, 32) + Me.tabMonitoring.Name = "tabMonitoring" + Me.tabMonitoring.Size = New System.Drawing.Size(1227, 558) + Me.tabMonitoring.TabIndex = 4 + Me.tabMonitoring.Text = "Monitoring" + Me.tabMonitoring.UseVisualStyleBackColor = True + ' + 'gridMonitoring + ' + Me.gridMonitoring.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.gridMonitoring.Location = New System.Drawing.Point(32, 33) + Me.gridMonitoring.MainView = Me.GridView5 + Me.gridMonitoring.Name = "gridMonitoring" + Me.gridMonitoring.Size = New System.Drawing.Size(1163, 491) + Me.gridMonitoring.TabIndex = 0 + Me.gridMonitoring.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView5}) + ' + 'GridView5 + ' + Me.GridView5.GridControl = Me.gridMonitoring + Me.GridView5.Name = "GridView5" + Me.GridView5.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView5.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView5.OptionsBehavior.Editable = False + Me.GridView5.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView5.OptionsSelection.EnableAppearanceFocusedCell = False + Me.GridView5.OptionsView.ColumnAutoWidth = False + Me.GridView5.OptionsView.ShowAutoFilterRow = True + Me.GridView5.OptionsView.ShowGroupPanel = False + ' 'TBEMLP_HISTORYBindingSource ' Me.TBEMLP_HISTORYBindingSource.DataMember = "TBEMLP_HISTORY" @@ -3460,7 +3507,7 @@ Partial Class frmMain 'frmMain ' Me.Appearance.Options.UseFont = True - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 23.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1235, 616) Me.Controls.Add(Me.TabControl1) @@ -3536,6 +3583,9 @@ Partial Class frmMain CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() + Me.tabMonitoring.ResumeLayout(False) + CType(Me.gridMonitoring, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.GridView5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -3799,4 +3849,7 @@ Partial Class frmMain Friend WithEvents CheckBoxEnableTls1_2 As CheckBox Friend WithEvents CheckBoxEnableTls1_1 As CheckBox Friend WithEvents Label15 As Label + Friend WithEvents tabMonitoring As TabPage + Friend WithEvents gridMonitoring As DevExpress.XtraGrid.GridControl + Friend WithEvents GridView5 As DevExpress.XtraGrid.Views.Grid.GridView End Class diff --git a/App/EmailProfiler.Form/frmMain.resx b/App/EmailProfiler.Form/frmMain.resx index 09aa3ba..180591e 100644 --- a/App/EmailProfiler.Form/frmMain.resx +++ b/App/EmailProfiler.Form/frmMain.resx @@ -380,6 +380,9 @@ nlwVm9EAAAAASUVORK5CYII= + + 17, 95 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -475,6 +478,9 @@ nlwVm9EAAAAASUVORK5CYII= + + 537, 95 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -565,6 +571,9 @@ nlwVm9EAAAAASUVORK5CYII= + + 17, 134 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -646,6 +655,9 @@ 1162, 173 + + 623, 134 + 851, 173 @@ -713,6 +725,12 @@ uVf+q3hMAGN0uYEFAL7Rv7NmXVYYAAAAAElFTkSuQmCC + + 180, 56 + + + 239, 173 + 239, 173 @@ -753,7 +771,7 @@ 1005, 173 - 108 + 324 diff --git a/App/EmailProfiler.Form/frmMain.vb b/App/EmailProfiler.Form/frmMain.vb index 1439221..2f6f4b5 100644 --- a/App/EmailProfiler.Form/frmMain.vb +++ b/App/EmailProfiler.Form/frmMain.vb @@ -75,6 +75,7 @@ Public Class frmMain If Set_ConnectionStrings() Then Load_AllData() + LoadMonitoringIntoGrid() Check_Steps() Active_Color(ACTIVECheckBox) Active_Color(ACTIVECheckBox1) @@ -687,8 +688,8 @@ Public Class frmMain If _LoadInProgress = True Then Exit Sub LogConfig.Debug = LOG_ERRORS_ONLYCheckBox.Checked ConfigManager.Save() - Dim upd = $"UPDATE TBEMLP_CONFIG SET CHANGED_WHO = '{Environment.UserName}',LOG_ERRORS_ONLY = '{LOG_ERRORS_ONLYCheckBox.Checked}' WHERE GUID = 1" - _database.ExecuteNonQuery(upd) + Dim upr = $"UPDATE TBEMLP_CONFIG SET CHANGED_WHO = '{Environment.UserName}',LOG_ERRORS_ONLY = '{LOG_ERRORS_ONLYCheckBox.Checked}' WHERE GUID = 1" + _database.ExecuteNonQuery(upr) Load_Config() End Sub @@ -1044,4 +1045,56 @@ Public Class frmMain Private Sub COMMENT_PROFILESTextBox_TextChanged(sender As Object, e As EventArgs) Handles COMMENT_PROFILESTextBox.TextChanged End Sub + + ' Loads the TBEMLP_HISTORY table into the monitoring grid and formats columns + Private Sub LoadMonitoringIntoGrid() + Try + ' Fill dataset table (adapter exists in designer) + Me.TBEMLP_HISTORYTableAdapter.Fill(Me.MyDataset.TBEMLP_HISTORY) + + ' Bind the grid to the binding source defined in the designer + Me.gridMonitoring.DataSource = Me.TBEMLP_HISTORYBindingSource + + ' Format columns on the view + Dim gv = TryCast(Me.GridView5, DevExpress.XtraGrid.Views.Grid.GridView) + If gv IsNot Nothing Then + gv.PopulateColumns() + + Try + If gv.Columns.ColumnByFieldName("GUID") IsNot Nothing Then gv.Columns("GUID").Width = 50 + Catch + End Try + Try + If gv.Columns.ColumnByFieldName("WORK_PROCESS") IsNot Nothing Then gv.Columns("WORK_PROCESS").Width = 140 + Catch + End Try + Try + If gv.Columns.ColumnByFieldName("EMAIL_MSGID") IsNot Nothing Then gv.Columns("EMAIL_MSGID").Width = 280 + Catch + End Try + Try + If gv.Columns.ColumnByFieldName("EMAIL_FROM") IsNot Nothing Then gv.Columns("EMAIL_FROM").Width = 240 + Catch + End Try + Try + If gv.Columns.ColumnByFieldName("EMAIL_SUBJECT") IsNot Nothing Then gv.Columns("EMAIL_SUBJECT").Width = 400 + Catch + End Try + Try + If gv.Columns.ColumnByFieldName("EMAIL_DATE") IsNot Nothing Then + gv.Columns("EMAIL_DATE").DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime + gv.Columns("EMAIL_DATE").DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss" + gv.Columns("EMAIL_DATE").Width = 160 + End If + Catch + End Try + + gv.OptionsView.ColumnAutoWidth = False + gv.BestFitColumns() + End If + + Catch ex As Exception + If Logger IsNot Nothing Then Logger.Error(ex) Else Debug.WriteLine(ex.ToString()) + End Try + End Sub End Class diff --git a/App/wisag_check_Att/wisag_check_Att.vbproj b/App/wisag_check_Att/wisag_check_Att.vbproj index fa347f3..696ff2d 100644 --- a/App/wisag_check_Att/wisag_check_Att.vbproj +++ b/App/wisag_check_Att/wisag_check_Att.vbproj @@ -57,13 +57,13 @@ - ..\..\..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll + ..\..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll - ..\..\..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll + ..\..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll - ..\..\..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll + ..\..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll ..\EmailProfiler.Common\bin\Debug\EmailProfiler.Common.dll From 6b291e82a73e35a81b0317739261475a039f97ce Mon Sep 17 00:00:00 2001 From: OlgunR Date: Thu, 22 Jan 2026 11:24:41 +0100 Subject: [PATCH 2/3] Improve Monitoring tab UI: add email limit panel Added a top panel to the Monitoring tab for specifying the number of emails to fetch, with a label and input field. Refactored grid layout by placing gridMonitoring inside a docked panel for better separation and flexibility. Updated designer code and .resx metadata to support new controls and lock them in the designer. No changes to business logic. --- App/EmailProfiler.Form/frmMain.Designer.vb | 66 ++- App/EmailProfiler.Form/frmMain.resx | 627 ++++++++++++++++++++- 2 files changed, 671 insertions(+), 22 deletions(-) diff --git a/App/EmailProfiler.Form/frmMain.Designer.vb b/App/EmailProfiler.Form/frmMain.Designer.vb index f99f10c..1c7dc0e 100644 --- a/App/EmailProfiler.Form/frmMain.Designer.vb +++ b/App/EmailProfiler.Form/frmMain.Designer.vb @@ -325,8 +325,10 @@ Partial Class frmMain Me.Label3 = New System.Windows.Forms.Label() Me.txtPasswort = New System.Windows.Forms.TextBox() Me.tabMonitoring = New System.Windows.Forms.TabPage() + Me.pnlGridMonitoring = New DevExpress.XtraEditors.PanelControl() Me.gridMonitoring = New DevExpress.XtraGrid.GridControl() Me.GridView5 = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.pnlAbrufmenge = New DevExpress.XtraEditors.PanelControl() Me.TBEMLP_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.TBEMLP_POLL_PROFILESTableAdapter = New EmailProfiler.Form.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter() @@ -339,6 +341,8 @@ Partial Class frmMain Me.TBEMLP_CONFIGTableAdapter = New EmailProfiler.Form.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.lblMonitoringLimit = New DevExpress.XtraEditors.LabelControl() + Me.txtMonitoringLimit = New DevExpress.XtraEditors.TextEdit() GUIDLabel = New System.Windows.Forms.Label() PROFILE_NAMELabel = New System.Windows.Forms.Label() POLL_TYPELabel = New System.Windows.Forms.Label() @@ -444,9 +448,14 @@ Partial Class frmMain CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.tabMonitoring.SuspendLayout() + CType(Me.pnlGridMonitoring, System.ComponentModel.ISupportInitialize).BeginInit() + Me.pnlGridMonitoring.SuspendLayout() CType(Me.gridMonitoring, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView5, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.pnlAbrufmenge, System.ComponentModel.ISupportInitialize).BeginInit() + Me.pnlAbrufmenge.SuspendLayout() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.txtMonitoringLimit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel @@ -1089,7 +1098,7 @@ Partial Class frmMain Me.GridControl4.Location = New System.Drawing.Point(3, 31) Me.GridControl4.MainView = Me.GridView4 Me.GridControl4.Name = "GridControl4" - Me.GridControl4.Size = New System.Drawing.Size(245, 125) + Me.GridControl4.Size = New System.Drawing.Size(245, 99) Me.GridControl4.TabIndex = 33 Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4}) ' @@ -3415,7 +3424,8 @@ Partial Class frmMain 'tabMonitoring ' Me.tabMonitoring.AutoScroll = True - Me.tabMonitoring.Controls.Add(Me.gridMonitoring) + Me.tabMonitoring.Controls.Add(Me.pnlGridMonitoring) + Me.tabMonitoring.Controls.Add(Me.pnlAbrufmenge) Me.tabMonitoring.Location = New System.Drawing.Point(4, 32) Me.tabMonitoring.Name = "tabMonitoring" Me.tabMonitoring.Size = New System.Drawing.Size(1227, 558) @@ -3423,15 +3433,22 @@ Partial Class frmMain Me.tabMonitoring.Text = "Monitoring" Me.tabMonitoring.UseVisualStyleBackColor = True ' + 'pnlGridMonitoring + ' + Me.pnlGridMonitoring.Controls.Add(Me.gridMonitoring) + Me.pnlGridMonitoring.Dock = System.Windows.Forms.DockStyle.Fill + Me.pnlGridMonitoring.Location = New System.Drawing.Point(0, 68) + Me.pnlGridMonitoring.Name = "pnlGridMonitoring" + Me.pnlGridMonitoring.Size = New System.Drawing.Size(1227, 490) + Me.pnlGridMonitoring.TabIndex = 2 + ' 'gridMonitoring ' - Me.gridMonitoring.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.gridMonitoring.Location = New System.Drawing.Point(32, 33) + Me.gridMonitoring.Dock = System.Windows.Forms.DockStyle.Fill + Me.gridMonitoring.Location = New System.Drawing.Point(3, 3) Me.gridMonitoring.MainView = Me.GridView5 Me.gridMonitoring.Name = "gridMonitoring" - Me.gridMonitoring.Size = New System.Drawing.Size(1163, 491) + Me.gridMonitoring.Size = New System.Drawing.Size(1221, 484) Me.gridMonitoring.TabIndex = 0 Me.gridMonitoring.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView5}) ' @@ -3448,6 +3465,16 @@ Partial Class frmMain Me.GridView5.OptionsView.ShowAutoFilterRow = True Me.GridView5.OptionsView.ShowGroupPanel = False ' + 'pnlAbrufmenge + ' + Me.pnlAbrufmenge.Controls.Add(Me.txtMonitoringLimit) + Me.pnlAbrufmenge.Controls.Add(Me.lblMonitoringLimit) + Me.pnlAbrufmenge.Dock = System.Windows.Forms.DockStyle.Top + Me.pnlAbrufmenge.Location = New System.Drawing.Point(0, 0) + Me.pnlAbrufmenge.Name = "pnlAbrufmenge" + Me.pnlAbrufmenge.Size = New System.Drawing.Size(1227, 68) + Me.pnlAbrufmenge.TabIndex = 1 + ' 'TBEMLP_HISTORYBindingSource ' Me.TBEMLP_HISTORYBindingSource.DataMember = "TBEMLP_HISTORY" @@ -3504,6 +3531,21 @@ Partial Class frmMain Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4) ' + 'lblMonitoringLimit + ' + Me.lblMonitoringLimit.Location = New System.Drawing.Point(35, 25) + Me.lblMonitoringLimit.Name = "lblMonitoringLimit" + Me.lblMonitoringLimit.Size = New System.Drawing.Size(197, 23) + Me.lblMonitoringLimit.TabIndex = 0 + Me.lblMonitoringLimit.Text = "Abrufmenge an Emails:" + ' + 'txtMonitoringLimit + ' + Me.txtMonitoringLimit.Location = New System.Drawing.Point(239, 19) + Me.txtMonitoringLimit.Name = "txtMonitoringLimit" + Me.txtMonitoringLimit.Size = New System.Drawing.Size(100, 38) + Me.txtMonitoringLimit.TabIndex = 1 + ' 'frmMain ' Me.Appearance.Options.UseFont = True @@ -3584,9 +3626,15 @@ Partial Class frmMain Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.tabMonitoring.ResumeLayout(False) + CType(Me.pnlGridMonitoring, System.ComponentModel.ISupportInitialize).EndInit() + Me.pnlGridMonitoring.ResumeLayout(False) CType(Me.gridMonitoring, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView5, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.pnlAbrufmenge, System.ComponentModel.ISupportInitialize).EndInit() + Me.pnlAbrufmenge.ResumeLayout(False) + Me.pnlAbrufmenge.PerformLayout() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.txtMonitoringLimit.Properties, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -3852,4 +3900,8 @@ Partial Class frmMain Friend WithEvents tabMonitoring As TabPage Friend WithEvents gridMonitoring As DevExpress.XtraGrid.GridControl Friend WithEvents GridView5 As DevExpress.XtraGrid.Views.Grid.GridView + Friend WithEvents pnlGridMonitoring As DevExpress.XtraEditors.PanelControl + Friend WithEvents pnlAbrufmenge As DevExpress.XtraEditors.PanelControl + Friend WithEvents txtMonitoringLimit As DevExpress.XtraEditors.TextEdit + Friend WithEvents lblMonitoringLimit As DevExpress.XtraEditors.LabelControl End Class diff --git a/App/EmailProfiler.Form/frmMain.resx b/App/EmailProfiler.Form/frmMain.resx index 180591e..700861a 100644 --- a/App/EmailProfiler.Form/frmMain.resx +++ b/App/EmailProfiler.Form/frmMain.resx @@ -120,183 +120,384 @@ False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + False + + True + + + True + + + True + + + True + + + True + 1271, 17 + + True + + + True + + + True + + + True + 290, 56 180, 56 + + True + + + True + + + True + 623, 134 985, 56 + + True + @@ -362,12 +563,117 @@ uVf+q3hMAGN0uYEFAL7Rv7NmXVYYAAAAAElFTkSuQmCC + + True + + + True + + + True + + + True + 17, 95 + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + 1139, 56 + + True + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -380,9 +686,6 @@ nlwVm9EAAAAASUVORK5CYII= - - 17, 95 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -435,6 +738,9 @@ uVf+q3hMAGN0uYEFAL7Rv7NmXVYYAAAAAElFTkSuQmCC + + True + @@ -460,12 +766,33 @@ LDIwLDE2LDIweiIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs= + + True + + + True + 537, 95 + + True + + + True + + + True + + + True + 1021, 95 + + True + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -478,9 +805,6 @@ nlwVm9EAAAAASUVORK5CYII= - - 537, 95 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -533,6 +857,24 @@ uVf+q3hMAGN0uYEFAL7Rv7NmXVYYAAAAAElFTkSuQmCC + + True + + + True + + + True + + + True + + + True + + + True + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 @@ -553,12 +895,48 @@ IC8+DQogIDwvZz4NCjwvc3ZnPgs= + + True + + + True + 17, 134 + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + 1175, 95 + + True + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -571,9 +949,6 @@ nlwVm9EAAAAASUVORK5CYII= - - 17, 134 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -626,6 +1001,9 @@ uVf+q3hMAGN0uYEFAL7Rv7NmXVYYAAAAAElFTkSuQmCC + + True + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 @@ -652,15 +1030,123 @@ TDI0LDIzLjh6IiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + 1162, 173 - - 623, 134 + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True 851, 173 + + True + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -725,15 +1211,123 @@ uVf+q3hMAGN0uYEFAL7Rv7NmXVYYAAAAAElFTkSuQmCC - - 180, 56 + + True - - 239, 173 + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True 239, 173 + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + 1297, 134 @@ -770,6 +1364,9 @@ 1005, 173 + + True + 324 From 7f95c28b5e4c67935a6d121cb0775e04ffab8753 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Thu, 22 Jan 2026 11:38:18 +0100 Subject: [PATCH 3/3] Refactor grid column logic, lock designer controls Refactored GridView5 column formatting to only show relevant columns and improve maintainability. Added .Locked metadata to many controls in frmMain.resx to enforce read-only state in the designer. Restored SVG images for XtraTabPages and updated TrayLocation metadata for components. --- App/EmailProfiler.Form/frmMain.resx | 609 ++++++++++++++++++++++++---- App/EmailProfiler.Form/frmMain.vb | 46 +-- 2 files changed, 540 insertions(+), 115 deletions(-) diff --git a/App/EmailProfiler.Form/frmMain.resx b/App/EmailProfiler.Form/frmMain.resx index 700861a..96a8e8f 100644 --- a/App/EmailProfiler.Form/frmMain.resx +++ b/App/EmailProfiler.Form/frmMain.resx @@ -474,12 +474,171 @@ True + + True + + + True + + + True + + + 985, 56 + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 851, 173 + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + 290, 56 180, 56 + + 180, 56 + True @@ -492,6 +651,9 @@ 623, 134 + + 623, 134 + 985, 56 @@ -566,18 +728,257 @@ True - + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 1139, 56 + + + True + + + True + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4DAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku + WWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAz + OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh + Y2l0eTowLjc1O30KCS5zdDF7b3BhY2l0eTowLjU7fQoJLnN0MntvcGFjaXR5OjAuMjU7fQo8L3N0eWxl + Pg0KICA8ZyBpZD0iUHJvcGVydGllcyI+DQogICAgPHBhdGggZD0iTTMwLDE4di00bC00LjQtMC43Yy0w + LjItMC44LTAuNS0xLjUtMC45LTIuMWwyLjYtMy42bC0yLjgtMi44bC0zLjYsMi42Yy0wLjctMC40LTEu + NC0wLjctMi4xLTAuOUwxOCwyaC00ICAgbC0wLjcsNC40Yy0wLjgsMC4yLTEuNSwwLjUtMi4xLDAuOUw3 + LjUsNC43TDQuNyw3LjVsMi42LDMuNmMtMC40LDAuNy0wLjcsMS40LTAuOSwyLjFMMiwxNHY0bDQuNCww + LjdjMC4yLDAuOCwwLjUsMS41LDAuOSwyLjEgICBsLTIuNiwzLjZsMi44LDIuOGwzLjYtMi42YzAuNyww + LjQsMS40LDAuNywyLjEsMC45TDE0LDMwaDRsMC43LTQuNGMwLjgtMC4yLDEuNS0wLjUsMi4xLTAuOWwz + LjYsMi42bDIuOC0yLjhsLTIuNi0zLjYgICBjMC40LTAuNywwLjctMS40LDAuOS0yLjFMMzAsMTh6IE0x + NiwyMGMtMi4yLDAtNC0xLjgtNC00YzAtMi4yLDEuOC00LDQtNHM0LDEuOCw0LDRDMjAsMTguMiwxOC4y + LDIwLDE2LDIweiIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs= + + + + True + + + True + + + True + + + True + + + True + + + True + + + 1021, 95 + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOYCAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlJlZHtmaWxsOiNEMTFDMUM7fQoJLlll + bGxvd3tmaWxsOiNGRkIxMTU7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5HcmVlbntmaWxsOiMwMzlD + MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh + Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntvcGFjaXR5OjAuMzU7fQoJLnN0M3tv + cGFjaXR5OjAuNjU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRnVubmVsIj4NCiAgICA8cmVjdCB4PSIxMiIg + eT0iMjIiIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHJ4PSIwIiByeT0iMCIgY2xhc3M9IkJsdWUiIC8+DQog + ICAgPHBvbHlnb24gcG9pbnRzPSIxMiwyMCA0LDEyIDI2LDEyIDE4LDIwICAiIGNsYXNzPSJZZWxsb3ci + IC8+DQogICAgPHBvbHlnb24gcG9pbnRzPSI0LDEwIDAsMiAzMCwyIDI2LDEwICAiIGNsYXNzPSJSZWQi + IC8+DQogIDwvZz4NCjwvc3ZnPgs= + + + + True + + + True + + + True + + + True + + + True + + + True + + True - + + True + + + True + + + True + + + True + + + 1175, 95 + + True + + True + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGYEAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z + ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5HcmVlbntmaWxsOiMwMzlD + MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh + Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntkaXNwbGF5Om5vbmU7fQoJLnN0M3tk + aXNwbGF5OmlubGluZTtmaWxsOiNGRkIxMTU7fQoJLnN0NHtkaXNwbGF5OmlubGluZTt9Cgkuc3Q1e2Rp + c3BsYXk6aW5saW5lO29wYWNpdHk6MC43NTt9Cgkuc3Q2e2Rpc3BsYXk6aW5saW5lO29wYWNpdHk6MC41 + O30KCS5zdDd7ZGlzcGxheTppbmxpbmU7ZmlsbDojMDM5QzIzO30KCS5zdDh7ZGlzcGxheTppbmxpbmU7 + ZmlsbDojRDExQzFDO30KCS5zdDl7ZGlzcGxheTppbmxpbmU7ZmlsbDojMTE3N0Q3O30KCS5zdDEwe2Rp + c3BsYXk6aW5saW5lO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+DQogIDxnIGlkPSJEb2N1bWVudF8xXyI+ + DQogICAgPHBhdGggZD0iTTE1LDIwbDktOWw1LDVsLTksOUwxNSwyMHogTTMxLjcsMTEuOWwtMy42LTMu + NmMtMC40LTAuNC0xLTAuNC0xLjQsMEwyNSwxMGw1LDVsMS43LTEuNyAgIEMzMi4xLDEyLjksMzIuMSwx + Mi4zLDMxLjcsMTEuOXogTTE0LDI2aDVsLTUtNVYyNnoiIGNsYXNzPSJCbHVlIiAvPg0KICAgIDxwYXRo + IGQ9Ik0yNCwyMy44VjI4aC00LjJIMTJINlY0aDE4djQuMmwyLTJWM2MwLTAuNS0wLjUtMS0xLTFINUM0 + LjQsMiw0LDIuNSw0LDN2MjZjMCwwLjUsMC41LDEsMSwxaDIwICAgYzAuNSwwLDEtMC41LDEtMXYtNy4y + TDI0LDIzLjh6IiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= + + True 17, 95 + + 17, 95 + True @@ -641,6 +1042,27 @@ True + + True + + + True + + + True + + + True + + + True + + + True + + + True + True @@ -741,40 +1163,15 @@ True - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 - LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl - dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4DAAAC77u/ - PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi - IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv - MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh - Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg - MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku - WWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAz - OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh - Y2l0eTowLjc1O30KCS5zdDF7b3BhY2l0eTowLjU7fQoJLnN0MntvcGFjaXR5OjAuMjU7fQo8L3N0eWxl - Pg0KICA8ZyBpZD0iUHJvcGVydGllcyI+DQogICAgPHBhdGggZD0iTTMwLDE4di00bC00LjQtMC43Yy0w - LjItMC44LTAuNS0xLjUtMC45LTIuMWwyLjYtMy42bC0yLjgtMi44bC0zLjYsMi42Yy0wLjctMC40LTEu - NC0wLjctMi4xLTAuOUwxOCwyaC00ICAgbC0wLjcsNC40Yy0wLjgsMC4yLTEuNSwwLjUtMi4xLDAuOUw3 - LjUsNC43TDQuNyw3LjVsMi42LDMuNmMtMC40LDAuNy0wLjcsMS40LTAuOSwyLjFMMiwxNHY0bDQuNCww - LjdjMC4yLDAuOCwwLjUsMS41LDAuOSwyLjEgICBsLTIuNiwzLjZsMi44LDIuOGwzLjYtMi42YzAuNyww - LjQsMS40LDAuNywyLjEsMC45TDE0LDMwaDRsMC43LTQuNGMwLjgtMC4yLDEuNS0wLjUsMi4xLTAuOWwz - LjYsMi42bDIuOC0yLjhsLTIuNi0zLjYgICBjMC40LTAuNywwLjctMS40LDAuOS0yLjFMMzAsMTh6IE0x - NiwyMGMtMi4yLDAtNC0xLjgtNC00YzAtMi4yLDEuOC00LDQtNHM0LDEuOCw0LDRDMjAsMTguMiwxOC4y - LDIwLDE2LDIweiIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs= - - - - True - True 537, 95 + + 537, 95 + True @@ -875,35 +1272,15 @@ True - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 - LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl - dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOYCAAAC77u/ - PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi - IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv - MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh - Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg - MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlJlZHtmaWxsOiNEMTFDMUM7fQoJLlll - bGxvd3tmaWxsOiNGRkIxMTU7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5HcmVlbntmaWxsOiMwMzlD - MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh - Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntvcGFjaXR5OjAuMzU7fQoJLnN0M3tv - cGFjaXR5OjAuNjU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRnVubmVsIj4NCiAgICA8cmVjdCB4PSIxMiIg - eT0iMjIiIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHJ4PSIwIiByeT0iMCIgY2xhc3M9IkJsdWUiIC8+DQog - ICAgPHBvbHlnb24gcG9pbnRzPSIxMiwyMCA0LDEyIDI2LDEyIDE4LDIwICAiIGNsYXNzPSJZZWxsb3ci - IC8+DQogICAgPHBvbHlnb24gcG9pbnRzPSI0LDEwIDAsMiAzMCwyIDI2LDEwICAiIGNsYXNzPSJSZWQi - IC8+DQogIDwvZz4NCjwvc3ZnPgs= - - - - True - True 17, 134 + + 17, 134 + True @@ -1004,32 +1381,6 @@ True - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 - LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl - dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGYEAAAC77u/ - PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi - IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv - MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh - Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg - MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z - ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5HcmVlbntmaWxsOiMwMzlD - MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh - Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntkaXNwbGF5Om5vbmU7fQoJLnN0M3tk - aXNwbGF5OmlubGluZTtmaWxsOiNGRkIxMTU7fQoJLnN0NHtkaXNwbGF5OmlubGluZTt9Cgkuc3Q1e2Rp - c3BsYXk6aW5saW5lO29wYWNpdHk6MC43NTt9Cgkuc3Q2e2Rpc3BsYXk6aW5saW5lO29wYWNpdHk6MC41 - O30KCS5zdDd7ZGlzcGxheTppbmxpbmU7ZmlsbDojMDM5QzIzO30KCS5zdDh7ZGlzcGxheTppbmxpbmU7 - ZmlsbDojRDExQzFDO30KCS5zdDl7ZGlzcGxheTppbmxpbmU7ZmlsbDojMTE3N0Q3O30KCS5zdDEwe2Rp - c3BsYXk6aW5saW5lO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+DQogIDxnIGlkPSJEb2N1bWVudF8xXyI+ - DQogICAgPHBhdGggZD0iTTE1LDIwbDktOWw1LDVsLTksOUwxNSwyMHogTTMxLjcsMTEuOWwtMy42LTMu - NmMtMC40LTAuNC0xLTAuNC0xLjQsMEwyNSwxMGw1LDVsMS43LTEuNyAgIEMzMi4xLDEyLjksMzIuMSwx - Mi4zLDMxLjcsMTEuOXogTTE0LDI2aDVsLTUtNVYyNnoiIGNsYXNzPSJCbHVlIiAvPg0KICAgIDxwYXRo - IGQ9Ik0yNCwyMy44VjI4aC00LjJIMTJINlY0aDE4djQuMmwyLTJWM2MwLTAuNS0wLjUtMS0xLTFINUM0 - LjQsMiw0LDIuNSw0LDN2MjZjMCwwLjUsMC41LDEsMSwxaDIwICAgYzAuNSwwLDEtMC41LDEtMXYtNy4y - TDI0LDIzLjh6IiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= - - True @@ -1054,10 +1405,16 @@ True - + True - + + True + + + True + + True @@ -1211,10 +1568,22 @@ uVf+q3hMAGN0uYEFAL7Rv7NmXVYYAAAAAElFTkSuQmCC - + True - + + True + + + True + + + True + + + True + + True @@ -1253,6 +1622,24 @@ True + + True + + + True + + + True + + + True + + + True + + + True + True @@ -1262,6 +1649,30 @@ True + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 239, 173 + 239, 173 @@ -1316,16 +1727,40 @@ True - + True - + True - + True - + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + True diff --git a/App/EmailProfiler.Form/frmMain.vb b/App/EmailProfiler.Form/frmMain.vb index 2f6f4b5..d7aab33 100644 --- a/App/EmailProfiler.Form/frmMain.vb +++ b/App/EmailProfiler.Form/frmMain.vb @@ -481,7 +481,6 @@ Public Class frmMain Private Sub ToolStripButton10_Click(sender As Object, e As EventArgs) Handles ToolStripButton10.Click Load_Processes() End Sub - Private Sub ToolStripButton8_Click(sender As Object, e As EventArgs) Handles ToolStripButton8.Click Try TBEMLP_POLL_PROCESSBindingSource.EndEdit() @@ -1060,34 +1059,25 @@ Public Class frmMain If gv IsNot Nothing Then gv.PopulateColumns() - Try - If gv.Columns.ColumnByFieldName("GUID") IsNot Nothing Then gv.Columns("GUID").Width = 50 - Catch - End Try - Try - If gv.Columns.ColumnByFieldName("WORK_PROCESS") IsNot Nothing Then gv.Columns("WORK_PROCESS").Width = 140 - Catch - End Try - Try - If gv.Columns.ColumnByFieldName("EMAIL_MSGID") IsNot Nothing Then gv.Columns("EMAIL_MSGID").Width = 280 - Catch - End Try - Try - If gv.Columns.ColumnByFieldName("EMAIL_FROM") IsNot Nothing Then gv.Columns("EMAIL_FROM").Width = 240 - Catch - End Try - Try - If gv.Columns.ColumnByFieldName("EMAIL_SUBJECT") IsNot Nothing Then gv.Columns("EMAIL_SUBJECT").Width = 400 - Catch - End Try - Try - If gv.Columns.ColumnByFieldName("EMAIL_DATE") IsNot Nothing Then - gv.Columns("EMAIL_DATE").DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime - gv.Columns("EMAIL_DATE").DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss" - gv.Columns("EMAIL_DATE").Width = 160 + ' Hide all columns first + For Each column As DevExpress.XtraGrid.Columns.GridColumn In gv.Columns + column.Visible = False + Next + + ' Show only the desired columns + Dim visibleColumns = New String() {"GUID", "EMAIL_MSGID", "EMAIL_FROM", "EMAIL_SUBJECT", "EMAIL_DATE", "ADDED_WHEN", "STATUS", "PROFILE_ID"} + For Each columnName In visibleColumns + Dim column = gv.Columns.ColumnByFieldName(columnName) + If column IsNot Nothing Then + column.Visible = True End If - Catch - End Try + Next + + ' Optionally format specific columns + If gv.Columns.ColumnByFieldName("EMAIL_DATE") IsNot Nothing Then + gv.Columns("EMAIL_DATE").DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime + gv.Columns("EMAIL_DATE").DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss" + End If gv.OptionsView.ColumnAutoWidth = False gv.BestFitColumns()