diff --git a/App/EmailProfiler.Common/EmailProfiler.Common.vbproj b/App/EmailProfiler.Common/EmailProfiler.Common.vbproj index 5b68a9b..3cb8c6c 100644 --- a/App/EmailProfiler.Common/EmailProfiler.Common.vbproj +++ b/App/EmailProfiler.Common/EmailProfiler.Common.vbproj @@ -144,19 +144,23 @@ True - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll + M:\Bibliotheken\3rdParty\windream\Interop.WINDREAMLib.dll False - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOBRWSLib.dll + M:\Bibliotheken\3rdParty\windream\Interop.WMOBRWSLib.dll True - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOSRCHLib.dll + M:\Bibliotheken\3rdParty\windream\Interop.WMOSRCHLib.dll + True + + + M:\Bibliotheken\3rdParty\windream\Interop.WMOTOOLLib.dll True - P:\Visual Studio Projekte\Bibliotheken\Limilabs\Mail.dll\Mail.dll + M:\Bibliotheken\3rdParty\Limilabs\Mail.dll ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll diff --git a/App/EmailProfiler.Form/App.config b/App/EmailProfiler.Form/App.config index 7ace168..e94e6e8 100644 --- a/App/EmailProfiler.Form/App.config +++ b/App/EmailProfiler.Form/App.config @@ -1,20 +1,18 @@ - -
+ +
- -
+ +
- + - + @@ -27,10 +25,10 @@ - + - + False @@ -43,10 +41,10 @@ Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd - + - + sysdba diff --git a/App/EmailProfiler.Form/EmailProfiler.Form.vbproj b/App/EmailProfiler.Form/EmailProfiler.Form.vbproj index a2221f8..536dc3c 100644 --- a/App/EmailProfiler.Form/EmailProfiler.Form.vbproj +++ b/App/EmailProfiler.Form/EmailProfiler.Form.vbproj @@ -11,7 +11,7 @@ EmailProfiler.Form 512 WindowsForms - v4.6.2 + v4.8 true diff --git a/App/EmailProfiler.Form/My Project/Application.Designer.vb b/App/EmailProfiler.Form/My Project/Application.Designer.vb index 45a34ef..31d42a7 100644 --- a/App/EmailProfiler.Form/My Project/Application.Designer.vb +++ b/App/EmailProfiler.Form/My Project/Application.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' -' Dieser Code wurde von einem Tool generiert. -' Laufzeitversion:4.0.30319.42000 +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 ' -' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -' der Code erneut generiert wird. +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. ' '------------------------------------------------------------------------------ @@ -14,10 +14,10 @@ Option Explicit On Namespace My - 'HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten - ' oder in dieser Datei Buildfehler auftreten, wechseln Sie zum Projekt-Designer. - ' (Wechseln Sie dazu zu den Projekteigenschaften, oder doppelklicken Sie auf den Knoten "Mein Projekt" im - ' Projektmappen-Explorer). Nehmen Sie auf der Registerkarte "Anwendung" entsprechende Änderungen vor. + 'NOTE: This file is auto-generated; do not modify it directly. To make changes, + ' or if you encounter build errors in this file, go to the Project Designer + ' (go to Project Properties or double-click the My Project node in + ' Solution Explorer), and make changes on the Application tab. ' Partial Friend Class MyApplication @@ -34,5 +34,11 @@ Namespace My Protected Overrides Sub OnCreateMainForm() Me.MainForm = Global.EmailProfiler.Form.frmMain End Sub + + _ + Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean + Me.MinimumSplashScreenDisplayTime = 0 + Return MyBase.OnInitialize(commandLineArgs) + End Function End Class End Namespace diff --git a/App/EmailProfiler.Form/My Project/Application.myapp b/App/EmailProfiler.Form/My Project/Application.myapp index 1243847..0eb0fb2 100644 --- a/App/EmailProfiler.Form/My Project/Application.myapp +++ b/App/EmailProfiler.Form/My Project/Application.myapp @@ -1,11 +1,12 @@  - + true - Form1 + frmMain false 0 true 0 - 0 + 0 true - + 0 + \ No newline at end of file diff --git a/App/EmailProfiler.Form/My Project/AssemblyInfo.vb b/App/EmailProfiler.Form/My Project/AssemblyInfo.vb index cefcfae..54227dd 100644 --- a/App/EmailProfiler.Form/My Project/AssemblyInfo.vb +++ b/App/EmailProfiler.Form/My Project/AssemblyInfo.vb @@ -12,8 +12,8 @@ Imports System.Runtime.InteropServices - - + + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + diff --git a/App/EmailProfiler.Form/My Project/Resources.Designer.vb b/App/EmailProfiler.Form/My Project/Resources.Designer.vb index 22cdbd8..c63e176 100644 --- a/App/EmailProfiler.Form/My Project/Resources.Designer.vb +++ b/App/EmailProfiler.Form/My Project/Resources.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' -' Dieser Code wurde von einem Tool generiert. -' Laufzeitversion:4.0.30319.42000 +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 ' -' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -' der Code erneut generiert wird. +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. ' '------------------------------------------------------------------------------ @@ -15,12 +15,12 @@ Imports System Namespace My.Resources - 'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - '-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - 'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - 'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. ''' - ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + ''' A strongly-typed resource class, for looking up localized strings, etc. ''' - ''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + ''' Returns the cached ResourceManager instance used by this class. ''' _ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager @@ -47,8 +47,8 @@ Namespace My.Resources End Property ''' - ''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - ''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. ''' _ Friend Property Culture() As Global.System.Globalization.CultureInfo @@ -61,7 +61,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property arrow_Down_16xMD() As System.Drawing.Bitmap Get @@ -71,7 +71,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property arrow_right() As System.Drawing.Bitmap Get @@ -81,7 +81,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property email_go() As System.Drawing.Bitmap Get @@ -91,7 +91,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Encrypt() As System.Drawing.Bitmap Get @@ -101,7 +101,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property folder_Closed_16xLG() As System.Drawing.Bitmap Get @@ -111,7 +111,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property handdrawn_arrow_down() As System.Drawing.Bitmap Get @@ -121,7 +121,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property key_16xLG() As System.Drawing.Bitmap Get @@ -131,7 +131,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property refresh_16xLG() As System.Drawing.Bitmap Get @@ -141,7 +141,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property save_16xMD() As System.Drawing.Bitmap Get diff --git a/App/EmailProfiler.Form/My Project/Settings.Designer.vb b/App/EmailProfiler.Form/My Project/Settings.Designer.vb index 41bbd9a..6d1b86f 100644 --- a/App/EmailProfiler.Form/My Project/Settings.Designer.vb +++ b/App/EmailProfiler.Form/My Project/Settings.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' -' Dieser Code wurde von einem Tool generiert. -' Laufzeitversion:4.0.30319.42000 +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 ' -' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -' der Code erneut generiert wird. +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. ' '------------------------------------------------------------------------------ @@ -22,7 +22,7 @@ Namespace My Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) -#Region "Automatische My.Settings-Speicherfunktion" +#Region "My.Settings Auto-Save Functionality" #If _MyType = "WindowsForms" Then Private Shared addedHandler As Boolean diff --git a/App/EmailProfiler.Form/frmMain.Designer.vb b/App/EmailProfiler.Form/frmMain.Designer.vb index 1c7dc0e..782f968 100644 --- a/App/EmailProfiler.Form/frmMain.Designer.vb +++ b/App/EmailProfiler.Form/frmMain.Designer.vb @@ -325,10 +325,16 @@ 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.pnlMonitoringGrid = 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.GridViewMonitoring = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.pnlMonitoringConfig = New DevExpress.XtraEditors.PanelControl() + Me.btnRestoreDefaultLayout = New System.Windows.Forms.Button() + Me.btnSaveLayout = New System.Windows.Forms.Button() + Me.btnRefresh = New System.Windows.Forms.Button() + Me.btnMonitoringConfig = New System.Windows.Forms.Button() + Me.txtMonitoringConfig = New System.Windows.Forms.TextBox() + Me.lblMonitoringConfig = New System.Windows.Forms.Label() 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() @@ -341,8 +347,6 @@ 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() @@ -448,14 +452,13 @@ 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.pnlMonitoringGrid, System.ComponentModel.ISupportInitialize).BeginInit() + Me.pnlMonitoringGrid.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.GridViewMonitoring, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.pnlMonitoringConfig, System.ComponentModel.ISupportInitialize).BeginInit() + Me.pnlMonitoringConfig.SuspendLayout() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.txtMonitoringLimit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel @@ -463,7 +466,7 @@ Partial Class frmMain GUIDLabel.AutoSize = True GUIDLabel.Location = New System.Drawing.Point(255, 44) GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(38, 24) + GUIDLabel.Size = New System.Drawing.Size(22, 13) GUIDLabel.TabIndex = 4 GUIDLabel.Text = "ID:" ' @@ -472,7 +475,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(129, 24) + PROFILE_NAMELabel.Size = New System.Drawing.Size(71, 13) PROFILE_NAMELabel.TabIndex = 6 PROFILE_NAMELabel.Text = "Bezeichnung:" ' @@ -481,7 +484,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(100, 24) + POLL_TYPELabel.Size = New System.Drawing.Size(55, 13) POLL_TYPELabel.TabIndex = 8 POLL_TYPELabel.Text = "Poll-Type:" ' @@ -490,7 +493,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(124, 24) + EMAIL_CONF_IDLabel.Size = New System.Drawing.Size(66, 13) EMAIL_CONF_IDLabel.TabIndex = 10 EMAIL_CONF_IDLabel.Text = "Email Konto:" ' @@ -499,7 +502,7 @@ Partial Class frmMain COMMENTLabel.AutoSize = True COMMENTLabel.Location = New System.Drawing.Point(322, 84) COMMENTLabel.Name = "COMMENTLabel" - COMMENTLabel.Size = New System.Drawing.Size(118, 24) + COMMENTLabel.Size = New System.Drawing.Size(64, 13) COMMENTLabel.TabIndex = 12 COMMENTLabel.Text = "Bemerkung:" ' @@ -508,7 +511,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(118, 24) + ADDED_WHOLabel.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel.TabIndex = 20 ADDED_WHOLabel.Text = "Erstellt wer:" ' @@ -517,7 +520,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(133, 24) + ADDED_WHENLabel.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel.TabIndex = 22 ADDED_WHENLabel.Text = "Erstellt wann:" ' @@ -526,7 +529,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(138, 24) + CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel.TabIndex = 24 CHANGED_WHOLabel.Text = "Geändert wer:" ' @@ -535,7 +538,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(153, 24) + CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel.TabIndex = 26 CHANGED_WHENLabel.Text = "Geändert wann:" ' @@ -544,7 +547,7 @@ Partial Class frmMain GUIDLabel1.AutoSize = True GUIDLabel1.Location = New System.Drawing.Point(251, 31) GUIDLabel1.Name = "GUIDLabel1" - GUIDLabel1.Size = New System.Drawing.Size(38, 24) + GUIDLabel1.Size = New System.Drawing.Size(22, 13) GUIDLabel1.TabIndex = 32 GUIDLabel1.Text = "ID:" ' @@ -553,7 +556,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(104, 24) + WM_OBJEKTTYPELabel.Size = New System.Drawing.Size(59, 13) WM_OBJEKTTYPELabel.TabIndex = 44 WM_OBJEKTTYPELabel.Text = "Objekttyp:" ' @@ -562,7 +565,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(134, 24) + WM_VECTOR_LOGLabel.Size = New System.Drawing.Size(75, 13) WM_VECTOR_LOGLabel.TabIndex = 46 WM_VECTOR_LOGLabel.Text = "Index Logger:" ' @@ -571,7 +574,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(123, 24) + WM_PATHLabel.Size = New System.Drawing.Size(69, 13) WM_PATHLabel.TabIndex = 48 WM_PATHLabel.Text = "Import-Pfad:" ' @@ -580,7 +583,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(178, 24) + WM_FILE_NAMELabel.Size = New System.Drawing.Size(97, 13) WM_FILE_NAMELabel.TabIndex = 8 WM_FILE_NAMELabel.Text = "Namenkonvention:" ' @@ -589,7 +592,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(107, 24) + PATH_EMAIL_ERRORSLabel.Size = New System.Drawing.Size(61, 13) PATH_EMAIL_ERRORSLabel.TabIndex = 56 PATH_EMAIL_ERRORSLabel.Text = "Error-Path:" ' @@ -598,7 +601,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(152, 24) + WM_IDX_BODY_TEXTLabel.Size = New System.Drawing.Size(86, 13) WM_IDX_BODY_TEXTLabel.TabIndex = 74 WM_IDX_BODY_TEXTLabel.Text = "Index Bodytext:" ' @@ -607,7 +610,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(71, 24) + WM_IDX_BODY_SUBSTR_LENGTHLabel.Size = New System.Drawing.Size(40, 13) WM_IDX_BODY_SUBSTR_LENGTHLabel.TabIndex = 76 WM_IDX_BODY_SUBSTR_LENGTHLabel.Text = "Länge:" ' @@ -616,7 +619,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(144, 24) + PROCESS_NAMELabel.Size = New System.Drawing.Size(80, 13) PROCESS_NAMELabel.TabIndex = 77 PROCESS_NAMELabel.Text = "Prozess-Modul:" ' @@ -625,7 +628,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(125, 24) + STEP_NAMELabel.Size = New System.Drawing.Size(69, 13) STEP_NAMELabel.TabIndex = 78 STEP_NAMELabel.Text = "Modul Steps:" ' @@ -634,7 +637,7 @@ Partial Class frmMain GUIDLabel2.AutoSize = True GUIDLabel2.Location = New System.Drawing.Point(251, 31) GUIDLabel2.Name = "GUIDLabel2" - GUIDLabel2.Size = New System.Drawing.Size(38, 24) + GUIDLabel2.Size = New System.Drawing.Size(22, 13) GUIDLabel2.TabIndex = 1 GUIDLabel2.Text = "ID:" ' @@ -643,7 +646,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(129, 24) + STEP_NAMELabel1.Size = New System.Drawing.Size(71, 13) STEP_NAMELabel1.TabIndex = 5 STEP_NAMELabel1.Text = "Bezeichnung:" ' @@ -652,7 +655,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(259, 24) + KEYWORDS_BODYLabel.Size = New System.Drawing.Size(142, 13) KEYWORDS_BODYLabel.TabIndex = 7 KEYWORDS_BODYLabel.Text = "Keywords (separated via ;):" ' @@ -661,7 +664,7 @@ Partial Class frmMain COMMENTLabel1.AutoSize = True COMMENTLabel1.Location = New System.Drawing.Point(318, 89) COMMENTLabel1.Name = "COMMENTLabel1" - COMMENTLabel1.Size = New System.Drawing.Size(121, 24) + COMMENTLabel1.Size = New System.Drawing.Size(65, 13) COMMENTLabel1.TabIndex = 9 COMMENTLabel1.Text = "Kommentar:" ' @@ -670,7 +673,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(118, 24) + ADDED_WHOLabel1.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel1.TabIndex = 80 ADDED_WHOLabel1.Text = "Erstellt wer:" ' @@ -679,7 +682,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(133, 24) + ADDED_WHENLabel1.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel1.TabIndex = 81 ADDED_WHENLabel1.Text = "Erstellt wann:" ' @@ -688,7 +691,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(138, 24) + CHANGED_WHOLabel1.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel1.TabIndex = 82 CHANGED_WHOLabel1.Text = "Geändert wer:" ' @@ -697,7 +700,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(153, 24) + CHANGED_WHENLabel1.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel1.TabIndex = 83 CHANGED_WHENLabel1.Text = "Geändert wann:" ' @@ -706,7 +709,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(118, 24) + ADDED_WHOLabel2.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel2.TabIndex = 33 ADDED_WHOLabel2.Text = "Erstellt wer:" ' @@ -715,7 +718,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(133, 24) + ADDED_WHENLabel2.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel2.TabIndex = 34 ADDED_WHENLabel2.Text = "Erstellt wann:" ' @@ -724,7 +727,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(138, 24) + CHANGED_WHOLabel2.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel2.TabIndex = 35 CHANGED_WHOLabel2.Text = "Geändert wer:" ' @@ -733,7 +736,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(153, 24) + CHANGED_WHENLabel2.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel2.TabIndex = 36 CHANGED_WHENLabel2.Text = "Geändert wann:" ' @@ -742,7 +745,7 @@ Partial Class frmMain GUIDLabel3.AutoSize = True GUIDLabel3.Location = New System.Drawing.Point(251, 26) GUIDLabel3.Name = "GUIDLabel3" - GUIDLabel3.Size = New System.Drawing.Size(38, 24) + GUIDLabel3.Size = New System.Drawing.Size(22, 13) GUIDLabel3.TabIndex = 35 GUIDLabel3.Text = "ID:" ' @@ -751,7 +754,7 @@ Partial Class frmMain INDEXNAMELabel.AutoSize = True INDEXNAMELabel.Location = New System.Drawing.Point(323, 26) INDEXNAMELabel.Name = "INDEXNAMELabel" - INDEXNAMELabel.Size = New System.Drawing.Size(117, 24) + INDEXNAMELabel.Size = New System.Drawing.Size(65, 13) INDEXNAMELabel.TabIndex = 39 INDEXNAMELabel.Text = "Indexname:" ' @@ -760,7 +763,7 @@ Partial Class frmMain INDEXVALUELabel.AutoSize = True INDEXVALUELabel.Location = New System.Drawing.Point(505, 26) INDEXVALUELabel.Name = "INDEXVALUELabel" - INDEXVALUELabel.Size = New System.Drawing.Size(117, 24) + INDEXVALUELabel.Size = New System.Drawing.Size(67, 13) INDEXVALUELabel.TabIndex = 41 INDEXVALUELabel.Text = "Index-Wert:" ' @@ -769,7 +772,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(118, 24) + ADDED_WHOLabel3.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel3.TabIndex = 49 ADDED_WHOLabel3.Text = "Erstellt wer:" ' @@ -778,7 +781,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(133, 24) + ADDED_WHENLabel3.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel3.TabIndex = 51 ADDED_WHENLabel3.Text = "Erstellt wann:" ' @@ -787,7 +790,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(138, 24) + CHANGED_WHOLabel3.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel3.TabIndex = 53 CHANGED_WHOLabel3.Text = "Geändert wer:" ' @@ -796,7 +799,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(153, 24) + CHANGED_WHENLabel3.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel3.TabIndex = 55 CHANGED_WHENLabel3.Text = "Geändert wann:" ' @@ -805,7 +808,7 @@ Partial Class frmMain SEQUENCELabel1.AutoSize = True SEQUENCELabel1.Location = New System.Drawing.Point(251, 66) SEQUENCELabel1.Name = "SEQUENCELabel1" - SEQUENCELabel1.Size = New System.Drawing.Size(122, 24) + SEQUENCELabel1.Size = New System.Drawing.Size(68, 13) SEQUENCELabel1.TabIndex = 56 SEQUENCELabel1.Text = "Reihenfolge:" ' @@ -814,7 +817,7 @@ Partial Class frmMain Label6.AutoSize = True Label6.Location = New System.Drawing.Point(878, 31) Label6.Name = "Label6" - Label6.Size = New System.Drawing.Size(122, 24) + Label6.Size = New System.Drawing.Size(68, 13) Label6.TabIndex = 58 Label6.Text = "Reihenfolge:" ' @@ -823,7 +826,7 @@ Partial Class frmMain Label7.AutoSize = True Label7.Location = New System.Drawing.Point(827, 31) Label7.Name = "Label7" - Label7.Size = New System.Drawing.Size(122, 24) + Label7.Size = New System.Drawing.Size(68, 13) Label7.TabIndex = 85 Label7.Text = "Reihenfolge:" ' @@ -832,7 +835,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(291, 24) + CHECK_INTERVALL_MINUTESLabel.Size = New System.Drawing.Size(158, 13) CHECK_INTERVALL_MINUTESLabel.TabIndex = 62 CHECK_INTERVALL_MINUTESLabel.Text = "Check-Intervall Dienst Minuten:" ' @@ -841,7 +844,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(138, 24) + CHANGED_WHOLabel4.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel4.TabIndex = 65 CHANGED_WHOLabel4.Text = "Geändert wer:" ' @@ -850,7 +853,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(153, 24) + CHANGED_WHENLabel4.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel4.TabIndex = 66 CHANGED_WHENLabel4.Text = "Geändert wann:" ' @@ -859,7 +862,7 @@ Partial Class frmMain GUIDLabel4.AutoSize = True GUIDLabel4.Location = New System.Drawing.Point(310, 28) GUIDLabel4.Name = "GUIDLabel4" - GUIDLabel4.Size = New System.Drawing.Size(38, 24) + GUIDLabel4.Size = New System.Drawing.Size(22, 13) GUIDLabel4.TabIndex = 34 GUIDLabel4.Text = "ID:" ' @@ -868,7 +871,7 @@ Partial Class frmMain NAMELabel.AutoSize = True NAMELabel.Location = New System.Drawing.Point(370, 28) NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(129, 24) + NAMELabel.Size = New System.Drawing.Size(71, 13) NAMELabel.TabIndex = 36 NAMELabel.Text = "Bezeichnung:" ' @@ -877,7 +880,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(113, 24) + EMAIL_FROMLabel.Size = New System.Drawing.Size(60, 13) EMAIL_FROMLabel.TabIndex = 38 EMAIL_FROMLabel.Text = "Email from:" ' @@ -886,7 +889,7 @@ Partial Class frmMain PORTLabel.AutoSize = True PORTLabel.Location = New System.Drawing.Point(371, 148) PORTLabel.Name = "PORTLabel" - PORTLabel.Size = New System.Drawing.Size(88, 24) + PORTLabel.Size = New System.Drawing.Size(50, 13) PORTLabel.TabIndex = 46 PORTLabel.Text = "Port out:" ' @@ -895,7 +898,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(116, 24) + ADDED_WHOLabel4.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel4.TabIndex = 50 ADDED_WHOLabel4.Text = "Added who:" ' @@ -904,7 +907,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(127, 24) + ADDED_WHENLabel4.Size = New System.Drawing.Size(71, 13) ADDED_WHENLabel4.TabIndex = 52 ADDED_WHENLabel4.Text = "Added when:" ' @@ -913,7 +916,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(138, 24) + CHANGED_WHOLabel5.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel5.TabIndex = 54 CHANGED_WHOLabel5.Text = "Changed who:" ' @@ -922,7 +925,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(149, 24) + CHANGED_WHENLabel5.Size = New System.Drawing.Size(83, 13) CHANGED_WHENLabel5.TabIndex = 56 CHANGED_WHENLabel5.Text = "Changed when:" ' @@ -931,7 +934,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(75, 24) + PORT_INLabel.Size = New System.Drawing.Size(42, 13) PORT_INLabel.TabIndex = 70 PORT_INLabel.Text = "Port in:" ' @@ -940,7 +943,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(213, 24) + AUTH_TYPELabel.Size = New System.Drawing.Size(116, 13) AUTH_TYPELabel.TabIndex = 78 AUTH_TYPELabel.Text = "Verbindungssicherheit:" ' @@ -949,7 +952,7 @@ Partial Class frmMain Label11.AutoSize = True Label11.Location = New System.Drawing.Point(322, 124) Label11.Name = "Label11" - Label11.Size = New System.Drawing.Size(167, 24) + Label11.Size = New System.Drawing.Size(90, 13) Label11.TabIndex = 12 Label11.Text = "Validierungs SQL:" ' @@ -958,7 +961,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(74, 24) + Me.EMAIL_SMTPLabel.Size = New System.Drawing.Size(43, 13) Me.EMAIL_SMTPLabel.TabIndex = 40 Me.EMAIL_SMTPLabel.Text = "Server:" ' @@ -967,7 +970,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(146, 24) + Me.EMAIL_USERLabel.Size = New System.Drawing.Size(80, 13) Me.EMAIL_USERLabel.TabIndex = 42 Me.EMAIL_USERLabel.Text = "Benutzername:" ' @@ -976,7 +979,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(158, 24) + Me.EMAIL_PWLabel.Size = New System.Drawing.Size(88, 13) Me.EMAIL_PWLabel.TabIndex = 64 Me.EMAIL_PWLabel.Text = "Neues Passwort:" ' @@ -985,7 +988,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(149, 24) + Me.ARCHIVE_FOLDERLabel.Size = New System.Drawing.Size(84, 13) Me.ARCHIVE_FOLDERLabel.TabIndex = 76 Me.ARCHIVE_FOLDERLabel.Text = "Archive Ordner:" ' @@ -1002,17 +1005,17 @@ Partial Class frmMain 'tslblstatus ' Me.tslblstatus.Name = "tslblstatus" - Me.tslblstatus.Size = New System.Drawing.Size(0, 13) + Me.tslblstatus.Size = New System.Drawing.Size(0, 17) ' 'tslblRefresh ' Me.tslblRefresh.Name = "tslblRefresh" - Me.tslblRefresh.Size = New System.Drawing.Size(0, 13) + Me.tslblRefresh.Size = New System.Drawing.Size(0, 17) ' 'ToolStripStatusLabel1 ' Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" - Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 13) + Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17) ' 'TabControl1 ' @@ -1055,10 +1058,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, 32) + Me.tabProfile.Location = New System.Drawing.Point(4, 22) Me.tabProfile.Name = "tabProfile" Me.tabProfile.Padding = New System.Windows.Forms.Padding(3) - Me.tabProfile.Size = New System.Drawing.Size(1227, 558) + Me.tabProfile.Size = New System.Drawing.Size(1227, 568) Me.tabProfile.TabIndex = 0 Me.tabProfile.Text = "Profilkonfiguration" Me.tabProfile.UseVisualStyleBackColor = True @@ -1068,7 +1071,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, 38) + Me.txtSQLValidation.Size = New System.Drawing.Size(328, 20) Me.txtSQLValidation.TabIndex = 35 ' 'TBEMLP_POLL_PROFILESBindingSource @@ -1094,11 +1097,10 @@ 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, 99) + Me.GridControl4.Size = New System.Drawing.Size(245, 161) Me.GridControl4.TabIndex = 33 Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4}) ' @@ -1144,7 +1146,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, 31) + Me.ComboBox1.Size = New System.Drawing.Size(252, 21) Me.ComboBox1.TabIndex = 32 Me.ComboBox1.ValueMember = "GUID" ' @@ -1160,7 +1162,6 @@ 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 @@ -1169,7 +1170,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(1233, 112) + Me.BindingNavigator1.Size = New System.Drawing.Size(1221, 31) Me.BindingNavigator1.TabIndex = 31 Me.BindingNavigator1.Text = "BindingNavigator1" ' @@ -1179,13 +1180,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(40, 106) + Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 28) Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(211, 106) + Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(122, 28) Me.BindingNavigatorCountItem.Text = "von {0} Email-Profilen" Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -1195,7 +1196,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(40, 106) + Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 28) Me.BindingNavigatorDeleteItem.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem @@ -1204,7 +1205,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(40, 106) + Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 28) Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem @@ -1213,13 +1214,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(40, 106) + Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 28) Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" - Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 112) + Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 31) ' 'BindingNavigatorPositionItem ' @@ -1234,7 +1235,7 @@ Partial Class frmMain 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" - Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 112) + Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 31) ' 'BindingNavigatorMoveNextItem ' @@ -1242,7 +1243,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(40, 106) + Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 28) Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem @@ -1251,13 +1252,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(40, 106) + Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 28) Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" - Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 112) + Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 31) ' 'ToolStripButton1 ' @@ -1265,7 +1266,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(40, 106) + Me.ToolStripButton1.Size = New System.Drawing.Size(23, 28) Me.ToolStripButton1.Text = "Save" ' 'ToolStripButton9 @@ -1274,7 +1275,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(40, 106) + Me.ToolStripButton9.Size = New System.Drawing.Size(23, 28) Me.ToolStripButton9.Text = "Refresh" ' 'tsbtnRunLocalMail2 @@ -1283,7 +1284,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(231, 106) + Me.tsbtnRunLocalMail2.Size = New System.Drawing.Size(134, 28) Me.tsbtnRunLocalMail2.Text = "Test with local email" Me.tsbtnRunLocalMail2.TextAlign = System.Drawing.ContentAlignment.TopLeft ' @@ -1293,33 +1294,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(237, 106) + Me.tsbtnRunProfiles2.Size = New System.Drawing.Size(137, 28) 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(278, 106) + Me.ToolStripProgressBar2.Size = New System.Drawing.Size(100, 28) ' '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, 35) + Me.ToolStripEmailAccountID2.Size = New System.Drawing.Size(100, 31) ' 'ToolStripLabel6 ' Me.ToolStripLabel6.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel6.Name = "ToolStripLabel6" - Me.ToolStripLabel6.Size = New System.Drawing.Size(0, 0) + Me.ToolStripLabel6.Size = New System.Drawing.Size(0, 28) ' 'ToolStripLabel7 ' Me.ToolStripLabel7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel7.Name = "ToolStripLabel7" - Me.ToolStripLabel7.Size = New System.Drawing.Size(166, 30) + Me.ToolStripLabel7.Size = New System.Drawing.Size(95, 28) Me.ToolStripLabel7.Text = "EmailAccountID:" ' 'POLL_TYPEComboBox @@ -1329,7 +1330,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, 31) + Me.POLL_TYPEComboBox.Size = New System.Drawing.Size(121, 21) Me.POLL_TYPEComboBox.TabIndex = 9 ' 'XtraTabControl1 @@ -1337,10 +1338,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, 175) + Me.XtraTabControl1.Location = New System.Drawing.Point(3, 198) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(1233, 367) + Me.XtraTabControl1.Size = New System.Drawing.Size(1221, 367) Me.XtraTabControl1.TabIndex = 30 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage3}) ' @@ -1388,7 +1389,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(1229, 313) + Me.XtraTabPage1.Size = New System.Drawing.Size(1219, 337) Me.XtraTabPage1.Text = "Zugeordnete Prozesse" ' 'cbAllowXMLReceipt @@ -1413,7 +1414,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(264, 24) + Me.lblDownloadPath.Size = New System.Drawing.Size(144, 13) Me.lblDownloadPath.TabIndex = 92 Me.lblDownloadPath.Text = "Download-Path Attachments" ' @@ -1422,7 +1423,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, 30) + Me.PATH_ORIGINALTextBox.Size = New System.Drawing.Size(567, 21) Me.PATH_ORIGINALTextBox.TabIndex = 91 ' 'btnFBD_ErrorPath @@ -1460,7 +1461,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, 30) + Me.txtSubjectExample.Size = New System.Drawing.Size(164, 21) Me.txtSubjectExample.TabIndex = 88 ' 'Label9 @@ -1468,7 +1469,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(138, 24) + Me.Label9.Size = New System.Drawing.Size(74, 13) Me.Label9.TabIndex = 87 Me.Label9.Text = "Subject Email:" ' @@ -1478,7 +1479,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, 30) + Me.NumericUpDown2.Size = New System.Drawing.Size(100, 21) Me.NumericUpDown2.TabIndex = 3 ' 'CHANGED_WHENTextBox1 @@ -1488,7 +1489,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, 30) + Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(139, 21) Me.CHANGED_WHENTextBox1.TabIndex = 84 Me.CHANGED_WHENTextBox1.TabStop = False ' @@ -1499,7 +1500,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, 30) + Me.CHANGED_WHOProcessTextBox.Size = New System.Drawing.Size(89, 21) Me.CHANGED_WHOProcessTextBox.TabIndex = 83 Me.CHANGED_WHOProcessTextBox.TabStop = False ' @@ -1510,7 +1511,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, 30) + Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(102, 21) Me.ADDED_WHENTextBox1.TabIndex = 82 Me.ADDED_WHENTextBox1.TabStop = False ' @@ -1521,7 +1522,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, 30) + Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(106, 21) Me.ADDED_WHOTextBox1.TabIndex = 81 Me.ADDED_WHOTextBox1.TabStop = False ' @@ -1530,7 +1531,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(121, 24) + Me.Label5.Size = New System.Drawing.Size(65, 13) Me.Label5.TabIndex = 80 Me.Label5.Text = "Kommentar:" ' @@ -1560,7 +1561,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, 30) + Me.WM_PATHTextBox.Size = New System.Drawing.Size(312, 21) Me.WM_PATHTextBox.TabIndex = 7 ' 'WM_FILE_NAMETextBox @@ -1568,7 +1569,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, 30) + Me.WM_FILE_NAMETextBox.Size = New System.Drawing.Size(312, 21) Me.WM_FILE_NAMETextBox.TabIndex = 11 ' 'WM_IMPORTCheckBox @@ -1588,7 +1589,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, 31) + Me.WM_OBJEKTTYPEComboBox.Size = New System.Drawing.Size(313, 21) Me.WM_OBJEKTTYPEComboBox.TabIndex = 4 ' 'WM_VECTOR_LOGComboBox @@ -1597,7 +1598,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, 31) + Me.WM_VECTOR_LOGComboBox.Size = New System.Drawing.Size(137, 21) Me.WM_VECTOR_LOGComboBox.TabIndex = 5 ' 'WM_IDX_BODY_TEXTComboBox @@ -1606,7 +1607,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, 31) + Me.WM_IDX_BODY_TEXTComboBox.Size = New System.Drawing.Size(118, 21) Me.WM_IDX_BODY_TEXTComboBox.TabIndex = 7 ' 'WM_IDX_BODY_SUBSTR_LENGTHTextBox @@ -1614,7 +1615,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, 30) + Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.Size = New System.Drawing.Size(29, 21) Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.TabIndex = 8 ' 'STEP_NAMEComboBox @@ -1624,7 +1625,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, 31) + Me.STEP_NAMEComboBox.Size = New System.Drawing.Size(182, 21) Me.STEP_NAMEComboBox.TabIndex = 1 ' 'PROCESS_NAMEComboBox @@ -1634,7 +1635,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, 31) + Me.PROCESS_NAMEComboBox.Size = New System.Drawing.Size(223, 21) Me.PROCESS_NAMEComboBox.TabIndex = 0 ' 'GUIDProcessTextBox @@ -1644,7 +1645,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, 30) + Me.GUIDProcessTextBox.Size = New System.Drawing.Size(44, 21) Me.GUIDProcessTextBox.TabIndex = 33 Me.GUIDProcessTextBox.TabStop = False ' @@ -1663,7 +1664,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, 30) + Me.PATH_EMAIL_TEMPTextBox.Size = New System.Drawing.Size(567, 21) Me.PATH_EMAIL_TEMPTextBox.TabIndex = 9 ' 'PATH_EMAIL_ERRORSTextBox @@ -1671,7 +1672,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, 30) + Me.PATH_EMAIL_ERRORSTextBox.Size = New System.Drawing.Size(567, 21) Me.PATH_EMAIL_ERRORSTextBox.TabIndex = 11 ' 'DELETE_MAILCheckBox @@ -1697,9 +1698,9 @@ Partial Class frmMain 'ACTIVECheckBox1 ' Me.ACTIVECheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox1.Location = New System.Drawing.Point(757, 38) + Me.ACTIVECheckBox1.Location = New System.Drawing.Point(757, 47) Me.ACTIVECheckBox1.Name = "ACTIVECheckBox1" - Me.ACTIVECheckBox1.Size = New System.Drawing.Size(94, 38) + Me.ACTIVECheckBox1.Size = New System.Drawing.Size(61, 22) Me.ACTIVECheckBox1.TabIndex = 3 Me.ACTIVECheckBox1.Text = "Active" Me.ACTIVECheckBox1.UseVisualStyleBackColor = True @@ -1711,7 +1712,6 @@ Partial Class frmMain Me.BindingNavigator2.CountItem = Me.ToolStripLabel1 Me.BindingNavigator2.CountItemFormat = "von {0} Prozessen" Me.BindingNavigator2.DeleteItem = Me.ToolStripButton3 - Me.BindingNavigator2.ImageScalingSize = New System.Drawing.Size(24, 24) Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton4, Me.ToolStripButton5, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton6, Me.ToolStripButton7, Me.ToolStripSeparator3, Me.ToolStripButton2, Me.ToolStripButton3, Me.ToolStripButton8, Me.ToolStripButton10}) Me.BindingNavigator2.Location = New System.Drawing.Point(245, 0) Me.BindingNavigator2.MoveFirstItem = Me.ToolStripButton4 @@ -1720,7 +1720,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(984, 36) + Me.BindingNavigator2.Size = New System.Drawing.Size(974, 25) Me.BindingNavigator2.TabIndex = 32 Me.BindingNavigator2.Text = "BindingNavigator2" ' @@ -1730,13 +1730,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(40, 30) + Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton2.Text = "Neu hinzufügen" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(175, 30) + Me.ToolStripLabel1.Size = New System.Drawing.Size(99, 22) Me.ToolStripLabel1.Text = "von {0} Prozessen" Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -1746,7 +1746,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(40, 30) + Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton3.Text = "Löschen" ' 'ToolStripButton4 @@ -1755,7 +1755,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(40, 30) + Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton4.Text = "Erste verschieben" ' 'ToolStripButton5 @@ -1764,13 +1764,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(40, 30) + Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton5.Text = "Vorherige verschieben" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'ToolStripTextBox1 ' @@ -1785,7 +1785,7 @@ Partial Class frmMain 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton6 ' @@ -1793,7 +1793,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(40, 30) + Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton6.Text = "Nächste verschieben" ' 'ToolStripButton7 @@ -1802,13 +1802,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(40, 30) + Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton7.Text = "Letzte verschieben" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton8 ' @@ -1816,7 +1816,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(40, 30) + Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton8.Text = "ToolStripButton1" ' 'ToolStripButton10 @@ -1825,7 +1825,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(40, 30) + Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton10.Text = "Refresh" ' 'GridControl1 @@ -1835,7 +1835,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, 313) + Me.GridControl1.Size = New System.Drawing.Size(245, 337) Me.GridControl1.TabIndex = 0 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' @@ -1907,7 +1907,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(1227, 313) + Me.XtraTabPage2.Size = New System.Drawing.Size(1219, 337) Me.XtraTabPage2.Text = "Verarbeitungs-Schritte" ' 'NumericUpDown1 @@ -1916,7 +1916,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, 30) + Me.NumericUpDown1.Size = New System.Drawing.Size(34, 21) Me.NumericUpDown1.TabIndex = 59 ' 'TBEMLP_POLL_STEPSBindingSource @@ -1932,7 +1932,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, 30) + Me.CHANGED_WHENTextBox2.Size = New System.Drawing.Size(405, 21) Me.CHANGED_WHENTextBox2.TabIndex = 37 ' 'CHANGED_WHOStepsTextBox @@ -1941,7 +1941,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, 30) + Me.CHANGED_WHOStepsTextBox.Size = New System.Drawing.Size(338, 21) Me.CHANGED_WHOStepsTextBox.TabIndex = 36 ' 'ADDED_WHENTextBox2 @@ -1950,7 +1950,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, 30) + Me.ADDED_WHENTextBox2.Size = New System.Drawing.Size(419, 21) Me.ADDED_WHENTextBox2.TabIndex = 35 ' 'ADDED_WHOTextBox2 @@ -1959,7 +1959,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, 30) + Me.ADDED_WHOTextBox2.Size = New System.Drawing.Size(405, 21) Me.ADDED_WHOTextBox2.TabIndex = 34 ' 'BindingNavigator3 @@ -1969,7 +1969,6 @@ Partial Class frmMain Me.BindingNavigator3.CountItem = Me.ToolStripLabel2 Me.BindingNavigator3.CountItemFormat = "von {0} möglichen Verarbeitungsschritten" Me.BindingNavigator3.DeleteItem = Me.ToolStripButton12 - Me.BindingNavigator3.ImageScalingSize = New System.Drawing.Size(24, 24) Me.BindingNavigator3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton13, Me.ToolStripButton14, Me.ToolStripSeparator4, Me.ToolStripTextBox2, Me.ToolStripLabel2, Me.ToolStripSeparator5, Me.ToolStripButton15, Me.ToolStripButton16, Me.ToolStripSeparator6, Me.ToolStripButton11, Me.ToolStripButton12, Me.ToolStripButton17, Me.ToolStripButton18}) Me.BindingNavigator3.Location = New System.Drawing.Point(245, 0) Me.BindingNavigator3.MoveFirstItem = Me.ToolStripButton13 @@ -1978,7 +1977,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(982, 36) + Me.BindingNavigator3.Size = New System.Drawing.Size(974, 25) Me.BindingNavigator3.TabIndex = 33 Me.BindingNavigator3.Text = "BindingNavigator3" ' @@ -1988,13 +1987,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(40, 30) + Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton11.Text = "Neu hinzufügen" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(393, 30) + Me.ToolStripLabel2.Size = New System.Drawing.Size(225, 22) Me.ToolStripLabel2.Text = "von {0} möglichen Verarbeitungsschritten" Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -2004,7 +2003,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(40, 30) + Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton12.Text = "Löschen" ' 'ToolStripButton13 @@ -2013,7 +2012,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(40, 30) + Me.ToolStripButton13.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton13.Text = "Erste verschieben" ' 'ToolStripButton14 @@ -2022,13 +2021,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(40, 30) + Me.ToolStripButton14.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton14.Text = "Vorherige verschieben" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25) ' 'ToolStripTextBox2 ' @@ -2043,7 +2042,7 @@ Partial Class frmMain 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton15 ' @@ -2051,7 +2050,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(40, 30) + Me.ToolStripButton15.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton15.Text = "Nächste verschieben" ' 'ToolStripButton16 @@ -2060,13 +2059,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(40, 30) + Me.ToolStripButton16.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton16.Text = "Letzte verschieben" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton17 ' @@ -2074,7 +2073,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(40, 30) + Me.ToolStripButton17.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton17.Text = "ToolStripButton1" ' 'ToolStripButton18 @@ -2083,7 +2082,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(40, 30) + Me.ToolStripButton18.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton18.Text = "Refresh" ' 'GUIDPollStepsTextBox @@ -2093,7 +2092,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, 30) + Me.GUIDPollStepsTextBox.Size = New System.Drawing.Size(46, 21) Me.GUIDPollStepsTextBox.TabIndex = 2 ' 'STEP_NAMETextBox @@ -2101,7 +2100,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, 30) + Me.STEP_NAMETextBox.Size = New System.Drawing.Size(244, 21) Me.STEP_NAMETextBox.TabIndex = 6 ' 'KEYWORDS_BODYTextBox @@ -2109,7 +2108,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, 30) + Me.KEYWORDS_BODYTextBox.Size = New System.Drawing.Size(1229, 21) Me.KEYWORDS_BODYTextBox.TabIndex = 8 ' 'COMMENTTextBox1 @@ -2117,7 +2116,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, 30) + Me.COMMENTTextBox1.Size = New System.Drawing.Size(394, 21) Me.COMMENTTextBox1.TabIndex = 10 ' 'ACTIVECheckBox2 @@ -2137,7 +2136,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, 313) + Me.GridControl2.Size = New System.Drawing.Size(245, 337) Me.GridControl2.TabIndex = 1 Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) ' @@ -2201,7 +2200,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(1227, 313) + Me.XtraTabPage3.Size = New System.Drawing.Size(1219, 337) Me.XtraTabPage3.Text = "Indexierungs Schritte" ' 'SEQUENCENumericUpDown @@ -2210,7 +2209,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, 30) + Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(2, 21) Me.SEQUENCENumericUpDown.TabIndex = 57 ' 'TBEMLP_POLL_INDEXING_STEPSBindingSource @@ -2226,7 +2225,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, 30) + Me.GUIDTextBox1.Size = New System.Drawing.Size(48, 21) Me.GUIDTextBox1.TabIndex = 36 ' 'INDEXNAMEIndexStepsComboBox @@ -2235,7 +2234,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, 31) + Me.INDEXNAMEIndexStepsComboBox.Size = New System.Drawing.Size(167, 21) Me.INDEXNAMEIndexStepsComboBox.TabIndex = 40 ' 'INDEXVALUETextBox @@ -2243,7 +2242,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, 30) + Me.INDEXVALUETextBox.Size = New System.Drawing.Size(428, 21) Me.INDEXVALUETextBox.TabIndex = 42 ' 'ACTIVECheckBox3 @@ -2272,7 +2271,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, 30) + Me.ADDED_WHOTextBox3.Size = New System.Drawing.Size(155, 21) Me.ADDED_WHOTextBox3.TabIndex = 50 ' 'ADDED_WHENTextBox3 @@ -2281,7 +2280,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, 30) + Me.ADDED_WHENTextBox3.Size = New System.Drawing.Size(131, 21) Me.ADDED_WHENTextBox3.TabIndex = 52 ' 'CHANGED_WHOIndexingStepsTextBox @@ -2290,7 +2289,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, 30) + Me.CHANGED_WHOIndexingStepsTextBox.Size = New System.Drawing.Size(160, 21) Me.CHANGED_WHOIndexingStepsTextBox.TabIndex = 54 ' 'CHANGED_WHENTextBox3 @@ -2299,7 +2298,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, 30) + Me.CHANGED_WHENTextBox3.Size = New System.Drawing.Size(166, 21) Me.CHANGED_WHENTextBox3.TabIndex = 56 ' 'BindingNavigator4 @@ -2309,7 +2308,6 @@ Partial Class frmMain Me.BindingNavigator4.CountItem = Me.ToolStripLabel3 Me.BindingNavigator4.CountItemFormat = "von {0} Indexierungsschritten" Me.BindingNavigator4.DeleteItem = Me.ToolStripButton20 - Me.BindingNavigator4.ImageScalingSize = New System.Drawing.Size(24, 24) Me.BindingNavigator4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton21, Me.ToolStripButton22, Me.ToolStripSeparator7, Me.ToolStripTextBox3, Me.ToolStripLabel3, Me.ToolStripSeparator8, Me.ToolStripButton23, Me.ToolStripButton24, Me.ToolStripSeparator9, Me.ToolStripButton19, Me.ToolStripButton20, Me.ToolStripButton25, Me.ToolStripButton26}) Me.BindingNavigator4.Location = New System.Drawing.Point(245, 0) Me.BindingNavigator4.MoveFirstItem = Me.ToolStripButton21 @@ -2318,7 +2316,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(982, 36) + Me.BindingNavigator4.Size = New System.Drawing.Size(974, 25) Me.BindingNavigator4.TabIndex = 35 Me.BindingNavigator4.Text = "BindingNavigator4" ' @@ -2328,13 +2326,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(40, 30) + Me.ToolStripButton19.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton19.Text = "Neu hinzufügen" ' 'ToolStripLabel3 ' Me.ToolStripLabel3.Name = "ToolStripLabel3" - Me.ToolStripLabel3.Size = New System.Drawing.Size(281, 30) + Me.ToolStripLabel3.Size = New System.Drawing.Size(160, 22) Me.ToolStripLabel3.Text = "von {0} Indexierungsschritten" Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -2344,7 +2342,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(40, 30) + Me.ToolStripButton20.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton20.Text = "Löschen" ' 'ToolStripButton21 @@ -2353,7 +2351,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(40, 30) + Me.ToolStripButton21.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton21.Text = "Erste verschieben" ' 'ToolStripButton22 @@ -2362,13 +2360,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(40, 30) + Me.ToolStripButton22.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton22.Text = "Vorherige verschieben" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" - Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25) ' 'ToolStripTextBox3 ' @@ -2383,7 +2381,7 @@ Partial Class frmMain 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" - Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton23 ' @@ -2391,7 +2389,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(40, 30) + Me.ToolStripButton23.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton23.Text = "Nächste verschieben" ' 'ToolStripButton24 @@ -2400,13 +2398,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(40, 30) + Me.ToolStripButton24.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton24.Text = "Letzte verschieben" ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" - Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 36) + Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton25 ' @@ -2414,7 +2412,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(40, 30) + Me.ToolStripButton25.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton25.Text = "ToolStripButton1" ' 'ToolStripButton26 @@ -2423,7 +2421,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(40, 30) + Me.ToolStripButton26.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton26.Text = "Refresh" ' 'GridControl3 @@ -2433,7 +2431,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, 313) + Me.GridControl3.Size = New System.Drawing.Size(245, 337) Me.GridControl3.TabIndex = 34 Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3}) ' @@ -2478,7 +2476,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, 31) + Me.CHANGED_WHOProfilesTextBox.Size = New System.Drawing.Size(121, 21) Me.CHANGED_WHOProfilesTextBox.TabIndex = 25 ' 'GUIDTextBox @@ -2488,7 +2486,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, 31) + Me.GUIDTextBox.Size = New System.Drawing.Size(58, 21) Me.GUIDTextBox.TabIndex = 5 ' 'PROFILE_NAMETextBox @@ -2496,7 +2494,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, 31) + Me.PROFILE_NAMETextBox.Size = New System.Drawing.Size(240, 21) Me.PROFILE_NAMETextBox.TabIndex = 7 ' 'CHANGED_WHENTextBox @@ -2506,7 +2504,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, 31) + Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(121, 21) Me.CHANGED_WHENTextBox.TabIndex = 27 ' 'COMMENTTextBox @@ -2514,15 +2512,15 @@ 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, 31) + Me.COMMENTTextBox.Size = New System.Drawing.Size(370, 21) Me.COMMENTTextBox.TabIndex = 13 ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROFILESBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox.Location = New System.Drawing.Point(258, 97) + Me.ACTIVECheckBox.Location = New System.Drawing.Point(258, 100) Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.Size = New System.Drawing.Size(58, 24) + Me.ACTIVECheckBox.Size = New System.Drawing.Size(58, 21) Me.ACTIVECheckBox.TabIndex = 17 Me.ACTIVECheckBox.Text = "Active" Me.ACTIVECheckBox.UseVisualStyleBackColor = True @@ -2534,7 +2532,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, 31) + Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(122, 21) Me.ADDED_WHENTextBox.TabIndex = 23 ' 'ADDED_WHOTextBox @@ -2544,7 +2542,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, 31) + Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(121, 21) Me.ADDED_WHOTextBox.TabIndex = 21 ' 'tabEmail @@ -2589,10 +2587,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, 32) + Me.tabEmail.Location = New System.Drawing.Point(4, 22) Me.tabEmail.Name = "tabEmail" Me.tabEmail.Padding = New System.Windows.Forms.Padding(3) - Me.tabEmail.Size = New System.Drawing.Size(1227, 558) + Me.tabEmail.Size = New System.Drawing.Size(1227, 568) Me.tabEmail.TabIndex = 3 Me.tabEmail.Text = "EMail-Konto Konfiguration" Me.tabEmail.UseVisualStyleBackColor = True @@ -2614,7 +2612,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(251, 48) + Me.Label15.Size = New System.Drawing.Size(134, 26) Me.Label15.TabIndex = 83 Me.Label15.Text = "Die Konfiguration erfolgt " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "im Dienst (UserConfig.xml)" ' @@ -2623,7 +2621,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(155, 28) + Me.CheckBoxEnableTls1_2.Size = New System.Drawing.Size(89, 17) Me.CheckBoxEnableTls1_2.TabIndex = 82 Me.CheckBoxEnableTls1_2.Text = "EnableTls1_2" Me.CheckBoxEnableTls1_2.UseVisualStyleBackColor = True @@ -2633,7 +2631,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(155, 28) + Me.CheckBoxEnableTls1_1.Size = New System.Drawing.Size(89, 17) Me.CheckBoxEnableTls1_1.TabIndex = 81 Me.CheckBoxEnableTls1_1.Text = "EnableTls1_1" Me.CheckBoxEnableTls1_1.UseVisualStyleBackColor = True @@ -2659,7 +2657,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, 31) + Me.AUTH_TYPEComboBox.Size = New System.Drawing.Size(121, 21) Me.AUTH_TYPEComboBox.TabIndex = 8 ' 'btntestImap @@ -2680,7 +2678,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, 31) + Me.ARCHIVE_FOLDERTextBox.Size = New System.Drawing.Size(227, 21) Me.ARCHIVE_FOLDERTextBox.TabIndex = 9 ' 'PORT_INTextBox @@ -2688,7 +2686,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, 31) + Me.PORT_INTextBox.Size = New System.Drawing.Size(100, 21) Me.PORT_INTextBox.TabIndex = 7 ' 'txtTestmail @@ -2697,7 +2695,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, 31) + Me.txtTestmail.Size = New System.Drawing.Size(359, 21) Me.txtTestmail.TabIndex = 10 Me.txtTestmail.Text = Global.EmailProfiler.Form.My.MySettings.Default.EmailTest_Receipiant ' @@ -2706,7 +2704,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(152, 24) + Me.Label12.Size = New System.Drawing.Size(84, 13) Me.Label12.TabIndex = 66 Me.Label12.Text = "Testempfänger:" ' @@ -2728,7 +2726,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, 31) + Me.txtnewpasswort.Size = New System.Drawing.Size(186, 21) Me.txtnewpasswort.TabIndex = 4 Me.txtnewpasswort.UseSystemPasswordChar = True ' @@ -2737,12 +2735,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(258, 40) + Me.ContextMenuStrip2.Size = New System.Drawing.Size(172, 26) ' 'PasswortAnzeigenToolStripMenuItem ' Me.PasswortAnzeigenToolStripMenuItem.Name = "PasswortAnzeigenToolStripMenuItem" - Me.PasswortAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(257, 36) + Me.PasswortAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(171, 22) Me.PasswortAnzeigenToolStripMenuItem.Text = "Passwort anzeigen" ' 'Button4 @@ -2762,7 +2760,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, 31) + Me.EMAILIDTextBox.Size = New System.Drawing.Size(50, 21) Me.EMAILIDTextBox.TabIndex = 35 Me.EMAILIDTextBox.TabStop = False ' @@ -2771,7 +2769,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, 31) + Me.NAMETextBox.Size = New System.Drawing.Size(323, 21) Me.NAMETextBox.TabIndex = 0 ' 'EMAIL_FROMTextBox @@ -2779,7 +2777,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, 31) + Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(323, 21) Me.EMAIL_FROMTextBox.TabIndex = 1 ' 'EMAIL_SMTPTextBox @@ -2787,7 +2785,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, 31) + Me.EMAIL_SMTPTextBox.Size = New System.Drawing.Size(357, 21) Me.EMAIL_SMTPTextBox.TabIndex = 2 ' 'EMAIL_USERTextBox @@ -2795,7 +2793,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, 31) + Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(323, 21) Me.EMAIL_USERTextBox.TabIndex = 3 ' 'EMAIL_PWTextBox @@ -2805,7 +2803,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, 31) + Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(31, 21) Me.EMAIL_PWTextBox.TabIndex = 45 Me.EMAIL_PWTextBox.UseSystemPasswordChar = True ' @@ -2814,7 +2812,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, 31) + Me.PORTTextBox.Size = New System.Drawing.Size(121, 21) Me.PORTTextBox.TabIndex = 6 ' 'ACTIVECheckBox4 @@ -2833,7 +2831,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, 31) + Me.ADDED_WHOTextBox4.Size = New System.Drawing.Size(166, 21) Me.ADDED_WHOTextBox4.TabIndex = 11 Me.ADDED_WHOTextBox4.TabStop = False ' @@ -2842,7 +2840,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, 31) + Me.ADDED_WHENTextBox4.Size = New System.Drawing.Size(151, 21) Me.ADDED_WHENTextBox4.TabIndex = 12 Me.ADDED_WHENTextBox4.TabStop = False ' @@ -2851,7 +2849,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, 31) + Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(166, 21) Me.CHANGED_WHOTextBox1.TabIndex = 13 Me.CHANGED_WHOTextBox1.TabStop = False ' @@ -2860,7 +2858,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, 31) + Me.CHANGED_WHENTextBox5.Size = New System.Drawing.Size(151, 21) Me.CHANGED_WHENTextBox5.TabIndex = 14 Me.CHANGED_WHENTextBox5.TabStop = False ' @@ -2868,11 +2866,10 @@ Partial Class frmMain ' Me.GridControl6.DataSource = Me.TBDD_EMAIL_ACCOUNTBindingSource Me.GridControl6.Dock = System.Windows.Forms.DockStyle.Left - Me.GridControl6.EmbeddedNavigator.Margin = New System.Windows.Forms.Padding(8, 9, 8, 9) - Me.GridControl6.Location = New System.Drawing.Point(3, 41) + Me.GridControl6.Location = New System.Drawing.Point(3, 28) Me.GridControl6.MainView = Me.GridView6 Me.GridControl6.Name = "GridControl6" - Me.GridControl6.Size = New System.Drawing.Size(301, 514) + Me.GridControl6.Size = New System.Drawing.Size(301, 537) Me.GridControl6.TabIndex = 34 Me.GridControl6.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView6}) ' @@ -2924,7 +2921,6 @@ 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 @@ -2933,7 +2929,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, 38) + Me.BindingNavigator6.Size = New System.Drawing.Size(1221, 25) Me.BindingNavigator6.TabIndex = 0 Me.BindingNavigator6.Text = "BindingNavigator6" ' @@ -2943,13 +2939,13 @@ 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(40, 32) + Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem1 ' Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" - Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(61, 32) + Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(35, 22) Me.BindingNavigatorCountItem1.Text = "of {0}" Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente." ' @@ -2959,7 +2955,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(40, 32) + Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorDeleteItem1.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem1 @@ -2968,7 +2964,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(40, 32) + Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem1 @@ -2977,13 +2973,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(40, 32) + Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator3 ' Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" - Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 38) + Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem1 ' @@ -2998,7 +2994,7 @@ Partial Class frmMain 'BindingNavigatorSeparator4 ' Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" - Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 38) + Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorMoveNextItem1 ' @@ -3006,7 +3002,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(40, 32) + Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem1 @@ -3015,13 +3011,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(40, 32) + Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator5 ' Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" - Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 38) + Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton27 ' @@ -3029,7 +3025,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(40, 32) + Me.ToolStripButton27.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton27.Text = "tsbtnEmailProfile_Save" ' 'btnAktualisieren @@ -3038,7 +3034,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(40, 32) + Me.btnAktualisieren.Size = New System.Drawing.Size(23, 22) Me.btnAktualisieren.Text = "Aktualisieren" ' 'tabConfig @@ -3047,10 +3043,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, 32) + Me.tabConfig.Location = New System.Drawing.Point(4, 22) Me.tabConfig.Name = "tabConfig" Me.tabConfig.Padding = New System.Windows.Forms.Padding(3) - Me.tabConfig.Size = New System.Drawing.Size(1227, 558) + Me.tabConfig.Size = New System.Drawing.Size(1227, 568) Me.tabConfig.TabIndex = 1 Me.tabConfig.Text = "Grundeinstellungen" Me.tabConfig.UseVisualStyleBackColor = True @@ -3066,7 +3062,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, 197) + Me.GroupBox4.Size = New System.Drawing.Size(1221, 207) Me.GroupBox4.TabIndex = 69 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Test RegEx" @@ -3096,7 +3092,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(126, 24) + Me.Label14.Size = New System.Drawing.Size(71, 13) Me.Label14.TabIndex = 68 Me.Label14.Text = "Result RegEx" ' @@ -3108,7 +3104,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, 177) + Me.txtResultRegEx.Size = New System.Drawing.Size(538, 187) Me.txtResultRegEx.TabIndex = 69 ' 'txthtmlEmail @@ -3120,7 +3116,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, 177) + Me.txthtmlEmail.Size = New System.Drawing.Size(538, 187) Me.txthtmlEmail.TabIndex = 67 Me.txthtmlEmail.Text = Global.EmailProfiler.Form.My.MySettings.Default.MyTestHTML ' @@ -3165,7 +3161,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(294, 24) + Me.Label13.Size = New System.Drawing.Size(162, 13) Me.Label13.TabIndex = 75 Me.Label13.Text = "Regex Remove HTML-Context2:" ' @@ -3194,7 +3190,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(294, 24) + Me.Label8.Size = New System.Drawing.Size(162, 13) Me.Label8.TabIndex = 72 Me.Label8.Text = "Regex Remove HTML-Context1:" ' @@ -3236,7 +3232,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, 31) + Me.CHANGED_WHENTextBox4.Size = New System.Drawing.Size(130, 21) Me.CHANGED_WHENTextBox4.TabIndex = 67 ' 'TBEMLP_CONFIGBindingSource @@ -3250,7 +3246,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, 31) + Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(110, 21) Me.CHANGED_WHOTextBox.TabIndex = 66 ' 'Label10 @@ -3259,7 +3255,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(329, 24) + Me.Label10.Size = New System.Drawing.Size(179, 13) Me.Label10.TabIndex = 65 Me.Label10.Text = "(Neustart des Dienstes erforderlich)" ' @@ -3269,7 +3265,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, 31) + Me.CHECK_INTERVALL_MINUTESNumericUpDown.Size = New System.Drawing.Size(35, 21) Me.CHECK_INTERVALL_MINUTESNumericUpDown.TabIndex = 63 ' 'btnShowLogpath @@ -3322,7 +3318,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, 31) + Me.txtConnectionString.Size = New System.Drawing.Size(547, 21) Me.txtConnectionString.TabIndex = 58 ' 'Label1 @@ -3331,7 +3327,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(133, 24) + Me.Label1.Size = New System.Drawing.Size(74, 13) Me.Label1.TabIndex = 53 Me.Label1.Text = "Server-Name:" ' @@ -3352,7 +3348,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, 31) + Me.cmbDatenbank.Size = New System.Drawing.Size(288, 21) Me.cmbDatenbank.TabIndex = 51 ' 'chkbxUserAut @@ -3361,7 +3357,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(274, 28) + Me.chkbxUserAut.Size = New System.Drawing.Size(155, 17) Me.chkbxUserAut.TabIndex = 57 Me.chkbxUserAut.Text = "Windows-Authentifizierung" Me.chkbxUserAut.UseVisualStyleBackColor = True @@ -3372,7 +3368,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(114, 24) + Me.Label4.Size = New System.Drawing.Size(63, 13) Me.Label4.TabIndex = 56 Me.Label4.Text = "Datenbank:" ' @@ -3381,7 +3377,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, 31) + Me.txtServer.Size = New System.Drawing.Size(288, 21) Me.txtServer.TabIndex = 48 ' 'Label2 @@ -3390,7 +3386,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(146, 24) + Me.Label2.Size = New System.Drawing.Size(80, 13) Me.Label2.TabIndex = 54 Me.Label2.Text = "Benutzername:" ' @@ -3399,7 +3395,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, 31) + Me.txtUser.Size = New System.Drawing.Size(118, 21) Me.txtUser.TabIndex = 49 ' 'Label3 @@ -3408,7 +3404,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(97, 24) + Me.Label3.Size = New System.Drawing.Size(55, 13) Me.Label3.TabIndex = 55 Me.Label3.Text = "Passwort:" ' @@ -3417,63 +3413,116 @@ 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, 31) + Me.txtPasswort.Size = New System.Drawing.Size(64, 21) Me.txtPasswort.TabIndex = 50 Me.txtPasswort.UseSystemPasswordChar = True ' 'tabMonitoring ' - Me.tabMonitoring.AutoScroll = True - Me.tabMonitoring.Controls.Add(Me.pnlGridMonitoring) - Me.tabMonitoring.Controls.Add(Me.pnlAbrufmenge) - Me.tabMonitoring.Location = New System.Drawing.Point(4, 32) + Me.tabMonitoring.Controls.Add(Me.pnlMonitoringGrid) + Me.tabMonitoring.Controls.Add(Me.pnlMonitoringConfig) + Me.tabMonitoring.Location = New System.Drawing.Point(4, 22) Me.tabMonitoring.Name = "tabMonitoring" - Me.tabMonitoring.Size = New System.Drawing.Size(1227, 558) + Me.tabMonitoring.Padding = New System.Windows.Forms.Padding(3) + Me.tabMonitoring.Size = New System.Drawing.Size(1227, 568) Me.tabMonitoring.TabIndex = 4 Me.tabMonitoring.Text = "Monitoring" Me.tabMonitoring.UseVisualStyleBackColor = True ' - 'pnlGridMonitoring + 'pnlMonitoringGrid ' - 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 + Me.pnlMonitoringGrid.Controls.Add(Me.gridMonitoring) + Me.pnlMonitoringGrid.Dock = System.Windows.Forms.DockStyle.Fill + Me.pnlMonitoringGrid.Location = New System.Drawing.Point(3, 47) + Me.pnlMonitoringGrid.Name = "pnlMonitoringGrid" + Me.pnlMonitoringGrid.Size = New System.Drawing.Size(1221, 518) + Me.pnlMonitoringGrid.TabIndex = 1 ' 'gridMonitoring ' Me.gridMonitoring.Dock = System.Windows.Forms.DockStyle.Fill - Me.gridMonitoring.Location = New System.Drawing.Point(3, 3) - Me.gridMonitoring.MainView = Me.GridView5 + Me.gridMonitoring.Location = New System.Drawing.Point(2, 2) + Me.gridMonitoring.MainView = Me.GridViewMonitoring Me.gridMonitoring.Name = "gridMonitoring" - Me.gridMonitoring.Size = New System.Drawing.Size(1221, 484) + Me.gridMonitoring.Size = New System.Drawing.Size(1217, 514) Me.gridMonitoring.TabIndex = 0 - Me.gridMonitoring.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView5}) + Me.gridMonitoring.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewMonitoring}) ' - 'GridView5 + 'GridViewMonitoring ' - 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 + Me.GridViewMonitoring.GridControl = Me.gridMonitoring + Me.GridViewMonitoring.Name = "GridViewMonitoring" ' - 'pnlAbrufmenge + 'pnlMonitoringConfig ' - 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 + Me.pnlMonitoringConfig.Controls.Add(Me.btnRestoreDefaultLayout) + Me.pnlMonitoringConfig.Controls.Add(Me.btnSaveLayout) + Me.pnlMonitoringConfig.Controls.Add(Me.btnRefresh) + Me.pnlMonitoringConfig.Controls.Add(Me.btnMonitoringConfig) + Me.pnlMonitoringConfig.Controls.Add(Me.txtMonitoringConfig) + Me.pnlMonitoringConfig.Controls.Add(Me.lblMonitoringConfig) + Me.pnlMonitoringConfig.Dock = System.Windows.Forms.DockStyle.Top + Me.pnlMonitoringConfig.Location = New System.Drawing.Point(3, 3) + Me.pnlMonitoringConfig.Name = "pnlMonitoringConfig" + Me.pnlMonitoringConfig.Size = New System.Drawing.Size(1221, 44) + Me.pnlMonitoringConfig.TabIndex = 0 + ' + 'btnRestoreDefaultLayout + ' + Me.btnRestoreDefaultLayout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnRestoreDefaultLayout.Location = New System.Drawing.Point(1026, 10) + Me.btnRestoreDefaultLayout.Name = "btnRestoreDefaultLayout" + Me.btnRestoreDefaultLayout.Size = New System.Drawing.Size(183, 23) + Me.btnRestoreDefaultLayout.TabIndex = 5 + Me.btnRestoreDefaultLayout.Text = "Standard-Layout wiederherstellen" + Me.btnRestoreDefaultLayout.UseVisualStyleBackColor = True + ' + 'btnSaveLayout + ' + Me.btnSaveLayout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnSaveLayout.Location = New System.Drawing.Point(910, 10) + Me.btnSaveLayout.Name = "btnSaveLayout" + Me.btnSaveLayout.Size = New System.Drawing.Size(106, 23) + Me.btnSaveLayout.TabIndex = 4 + Me.btnSaveLayout.Text = "Layout speichern" + Me.btnSaveLayout.UseVisualStyleBackColor = True + ' + 'btnRefresh + ' + Me.btnRefresh.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG + Me.btnRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnRefresh.Location = New System.Drawing.Point(311, 10) + Me.btnRefresh.Name = "btnRefresh" + Me.btnRefresh.Size = New System.Drawing.Size(92, 23) + Me.btnRefresh.TabIndex = 3 + Me.btnRefresh.Text = "Aktualisieren" + Me.btnRefresh.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnRefresh.UseVisualStyleBackColor = True + ' + 'btnMonitoringConfig + ' + Me.btnMonitoringConfig.Location = New System.Drawing.Point(220, 10) + Me.btnMonitoringConfig.Name = "btnMonitoringConfig" + Me.btnMonitoringConfig.Size = New System.Drawing.Size(80, 23) + Me.btnMonitoringConfig.TabIndex = 2 + Me.btnMonitoringConfig.Text = "Übernehmen" + Me.btnMonitoringConfig.UseVisualStyleBackColor = True + ' + 'txtMonitoringConfig + ' + Me.txtMonitoringConfig.Location = New System.Drawing.Point(147, 11) + Me.txtMonitoringConfig.Name = "txtMonitoringConfig" + Me.txtMonitoringConfig.Size = New System.Drawing.Size(61, 21) + Me.txtMonitoringConfig.TabIndex = 1 + ' + 'lblMonitoringConfig + ' + Me.lblMonitoringConfig.AutoSize = True + Me.lblMonitoringConfig.Location = New System.Drawing.Point(23, 15) + Me.lblMonitoringConfig.Name = "lblMonitoringConfig" + Me.lblMonitoringConfig.Size = New System.Drawing.Size(117, 13) + Me.lblMonitoringConfig.TabIndex = 0 + Me.lblMonitoringConfig.Text = "Abrufmenge an Emails:" ' 'TBEMLP_HISTORYBindingSource ' @@ -3531,32 +3580,19 @@ 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 - Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 23.0!) + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScroll = True Me.ClientSize = New System.Drawing.Size(1235, 616) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.StatusStrip1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.IconOptions.Icon = CType(resources.GetObject("frmMain.IconOptions.Icon"), System.Drawing.Icon) Me.IconOptions.SvgImage = CType(resources.GetObject("frmMain.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.MinimumSize = New System.Drawing.Size(800, 400) Me.Name = "frmMain" Me.Text = "Konfiguration Email-Profiler" Me.StatusStrip1.ResumeLayout(False) @@ -3626,15 +3662,14 @@ 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.pnlMonitoringGrid, System.ComponentModel.ISupportInitialize).EndInit() + Me.pnlMonitoringGrid.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.GridViewMonitoring, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.pnlMonitoringConfig, System.ComponentModel.ISupportInitialize).EndInit() + Me.pnlMonitoringConfig.ResumeLayout(False) + Me.pnlMonitoringConfig.PerformLayout() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.txtMonitoringLimit.Properties, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -3898,10 +3933,14 @@ Partial Class frmMain Friend WithEvents CheckBoxEnableTls1_1 As CheckBox Friend WithEvents Label15 As Label Friend WithEvents tabMonitoring As TabPage + Friend WithEvents pnlMonitoringGrid As DevExpress.XtraEditors.PanelControl + Friend WithEvents pnlMonitoringConfig As DevExpress.XtraEditors.PanelControl + Friend WithEvents lblMonitoringConfig As Label + Friend WithEvents btnMonitoringConfig As Button + Friend WithEvents txtMonitoringConfig As TextBox 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 + Friend WithEvents GridViewMonitoring As DevExpress.XtraGrid.Views.Grid.GridView + Friend WithEvents btnRefresh As Button + Friend WithEvents btnRestoreDefaultLayout As Button + Friend WithEvents btnSaveLayout As Button End Class diff --git a/App/EmailProfiler.Form/frmMain.vb b/App/EmailProfiler.Form/frmMain.vb index 47ba888..3ce6790 100644 --- a/App/EmailProfiler.Form/frmMain.vb +++ b/App/EmailProfiler.Form/frmMain.vb @@ -75,7 +75,6 @@ Public Class frmMain If Set_ConnectionStrings() Then Load_AllData() - LoadMonitoringIntoGrid() Check_Steps() Active_Color(ACTIVECheckBox) Active_Color(ACTIVECheckBox1) @@ -94,6 +93,11 @@ Public Class frmMain _Encryption = New clsEncryption("!35452didalog=", LogConfig) + + If String.IsNullOrWhiteSpace(txtMonitoringConfig.Text) OrElse Not IsNumeric(txtMonitoringConfig.Text) OrElse CInt(txtMonitoringConfig.Text) <= 0 Then + txtMonitoringConfig.Text = "500" + End If + LoadMonitoringIntoGrid() End Sub Private Sub frmMain_Shown(sender As Object, e As EventArgs) Handles Me.Shown @@ -481,6 +485,7 @@ 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() @@ -687,8 +692,8 @@ Public Class frmMain If _LoadInProgress = True Then Exit Sub LogConfig.Debug = LOG_ERRORS_ONLYCheckBox.Checked ConfigManager.Save() - Dim upr = $"UPDATE TBEMLP_CONFIG SET CHANGED_WHO = '{Environment.UserName}',LOG_ERRORS_ONLY = '{LOG_ERRORS_ONLYCheckBox.Checked}' WHERE GUID = 1" - _database.ExecuteNonQuery(upr) + Dim upd = $"UPDATE TBEMLP_CONFIG SET CHANGED_WHO = '{Environment.UserName}',LOG_ERRORS_ONLY = '{LOG_ERRORS_ONLYCheckBox.Checked}' WHERE GUID = 1" + _database.ExecuteNonQuery(upd) Load_Config() End Sub @@ -824,6 +829,7 @@ Public Class frmMain Dim oUser = oRow.Item("EMAIL_USER") Dim oAuthType = oRow.Item("AUTH_TYPE") Dim oArchiveFolder = oRow.Item("ARCHIVE_FOLDER") + Dim oFetcher As New MailFetcher(LogConfig) Dim oSession As MailSession.SessionInfo @@ -1044,46 +1050,69 @@ Public Class frmMain 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 + Dim emailAmount As Integer + If txtMonitoringConfig.Text = Nothing OrElse Not IsNumeric(txtMonitoringConfig.Text) Then + emailAmount = 500 + Else + emailAmount = Convert.ToInt32(txtMonitoringConfig.Text) + End If - ' Format columns on the view - Dim gv = TryCast(Me.GridView5, DevExpress.XtraGrid.Views.Grid.GridView) - If gv IsNot Nothing Then - gv.PopulateColumns() + Dim oSQL = $"SELECT TOP ({emailAmount}) GUID, PROFILE_ID, EMAIL_MSGID, EMAIL_FROM, EMAIL_SUBJECT, EMAIL_DATE, ADDED_WHEN, STATUS FROM [dbo].[TBEMLP_HISTORY] (nolock) order by GUID DESC" + Dim oDT As DataTable = _database.GetDatatable(oSQL) - ' Hide all columns first - For Each column As DevExpress.XtraGrid.Columns.GridColumn In gv.Columns - column.Visible = False - Next + Me.gridMonitoring.DataSource = oDT - ' 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 - Next + Dim gridView = TryCast(Me.GridViewMonitoring, DevExpress.XtraGrid.Views.Grid.GridView) + If gridView IsNot Nothing Then - ' 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 + gridView.OptionsView.ColumnAutoWidth = True + gridView.BestFitColumns() + gridView.OptionsBehavior.Editable = False - gv.OptionsView.ColumnAutoWidth = False - gv.BestFitColumns() + LoadLayoutMonitoring() End If Catch ex As Exception If Logger IsNot Nothing Then Logger.Error(ex) Else Debug.WriteLine(ex.ToString()) End Try End Sub + + Private Sub txtMonitoringConfig_LostFocus(sender As Object, e As EventArgs) Handles txtMonitoringConfig.LostFocus + If Not IsNumeric(txtMonitoringConfig.Text) OrElse CInt(txtMonitoringConfig.Text) <= 0 Then + txtMonitoringConfig.Text = "500" + End If + LoadMonitoringIntoGrid() + End Sub + + Private Sub btnRefresh_Click(sender As Object, e As EventArgs) Handles btnRefresh.Click + LoadMonitoringIntoGrid() + End Sub + + Private Sub btnSaveLayout_Click(sender As Object, e As EventArgs) Handles btnSaveLayout.Click + Dim layoutPath As String = System.IO.Path.Combine(Application.UserAppDataPath, "gridMonitoringLayout.xml") + GridViewMonitoring.SaveLayoutToXml(layoutPath) + MessageBox.Show("Layout gespeichert!") + End Sub + + Private Sub btnRestoreDefaultLayout_Click(sender As Object, e As EventArgs) Handles btnRestoreDefaultLayout.Click + Dim layoutPath As String = System.IO.Path.Combine(Application.UserAppDataPath, "gridMonitoringLayout.xml") + If System.IO.File.Exists(layoutPath) Then + System.IO.File.Delete(layoutPath) + End If + GridViewMonitoring.Columns.Clear() + gridMonitoring.DataSource = Nothing + LoadMonitoringIntoGrid() + MessageBox.Show("Standardlayout wurde wiederhergestellt!") + End Sub + + Private Sub LoadLayoutMonitoring() + Dim layoutPath As String = System.IO.Path.Combine(Application.UserAppDataPath, "gridMonitoringLayout.xml") + If System.IO.File.Exists(layoutPath) Then + GridViewMonitoring.RestoreLayoutFromXml(layoutPath) + End If + End Sub + End Class diff --git a/App/EmailProfiler.Form/packages.config b/App/EmailProfiler.Form/packages.config index 4a4c91e..9b58b3d 100644 --- a/App/EmailProfiler.Form/packages.config +++ b/App/EmailProfiler.Form/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file