Partial Class frmMain Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label Dim PROFILE_NAMELabel As System.Windows.Forms.Label Dim POLL_TYPELabel As System.Windows.Forms.Label Dim EMAIL_CONF_IDLabel As System.Windows.Forms.Label Dim COMMENTLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label Dim ADDED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim GUIDLabel1 As System.Windows.Forms.Label Dim WM_OBJEKTTYPELabel As System.Windows.Forms.Label Dim WM_VECTOR_LOGLabel As System.Windows.Forms.Label Dim WM_PATHLabel As System.Windows.Forms.Label Dim WM_FILE_NAMELabel As System.Windows.Forms.Label Dim PATH_EMAIL_ERRORSLabel As System.Windows.Forms.Label Dim WM_IDX_BODY_TEXTLabel As System.Windows.Forms.Label Dim WM_IDX_BODY_SUBSTR_LENGTHLabel As System.Windows.Forms.Label Dim PROCESS_NAMELabel As System.Windows.Forms.Label Dim STEP_NAMELabel As System.Windows.Forms.Label Dim GUIDLabel2 As System.Windows.Forms.Label Dim STEP_NAMELabel1 As System.Windows.Forms.Label Dim KEYWORDS_BODYLabel As System.Windows.Forms.Label Dim COMMENTLabel1 As System.Windows.Forms.Label Dim ADDED_WHOLabel1 As System.Windows.Forms.Label Dim ADDED_WHENLabel1 As System.Windows.Forms.Label Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label Dim ADDED_WHOLabel2 As System.Windows.Forms.Label Dim ADDED_WHENLabel2 As System.Windows.Forms.Label Dim CHANGED_WHOLabel2 As System.Windows.Forms.Label Dim CHANGED_WHENLabel2 As System.Windows.Forms.Label Dim GUIDLabel3 As System.Windows.Forms.Label Dim INDEXNAMELabel As System.Windows.Forms.Label Dim INDEXVALUELabel As System.Windows.Forms.Label Dim ADDED_WHOLabel3 As System.Windows.Forms.Label Dim ADDED_WHENLabel3 As System.Windows.Forms.Label Dim CHANGED_WHOLabel3 As System.Windows.Forms.Label Dim CHANGED_WHENLabel3 As System.Windows.Forms.Label Dim SEQUENCELabel1 As System.Windows.Forms.Label Dim Label6 As System.Windows.Forms.Label Dim Label7 As System.Windows.Forms.Label Dim CHECK_INTERVALL_MINUTESLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel4 As System.Windows.Forms.Label Dim CHANGED_WHENLabel4 As System.Windows.Forms.Label Dim GUIDLabel4 As System.Windows.Forms.Label Dim NAMELabel As System.Windows.Forms.Label Dim EMAIL_FROMLabel As System.Windows.Forms.Label Dim EMAIL_SMTPLabel As System.Windows.Forms.Label Dim EMAIL_USERLabel As System.Windows.Forms.Label Dim PORTLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel4 As System.Windows.Forms.Label Dim ADDED_WHENLabel4 As System.Windows.Forms.Label Dim CHANGED_WHOLabel5 As System.Windows.Forms.Label Dim CHANGED_WHENLabel5 As System.Windows.Forms.Label Dim Label11 As System.Windows.Forms.Label Dim PORT_INLabel As System.Windows.Forms.Label Dim ARCHIVE_FOLDERLabel As System.Windows.Forms.Label Dim AUTH_TYPELabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tslblstatus = New System.Windows.Forms.ToolStripStatusLabel() Me.tslblRefresh = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.tsbtnRunLocalMail = New System.Windows.Forms.ToolStripButton() Me.tsbtnRunProfiles = New System.Windows.Forms.ToolStripButton() Me.ToolStripProgressBar1 = New System.Windows.Forms.ToolStripProgressBar() Me.ToolStripEmailAccountID = New System.Windows.Forms.ToolStripTextBox() Me.ToolStripLabel5 = New System.Windows.Forms.ToolStripLabel() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.Profilkonfiguration = New System.Windows.Forms.TabPage() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.GridControl4 = New DevExpress.XtraGrid.GridControl() Me.TBEMLP_POLL_PROFILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.MyDataset = New CONFIG_APP.MyDataset() Me.GridView4 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colPROFILE_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.TBDD_EMAIL_ACCOUNTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton9 = New System.Windows.Forms.ToolStripButton() Me.POLL_TYPEComboBox = New System.Windows.Forms.ComboBox() Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() Me.lblDownloadPath = New System.Windows.Forms.Label() Me.PATH_ORIGINALTextBox = New System.Windows.Forms.TextBox() Me.TBEMLP_POLL_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnFBD_ErrorPath = New System.Windows.Forms.Button() Me.btnFBD_DonwloadPath = New System.Windows.Forms.Button() Me.txtSubjectExample = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown() Me.WM_IMPORTCheckBox = New System.Windows.Forms.CheckBox() Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox() Me.CHANGED_WHOProcessTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox1 = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.WM_PATHTextBox = New System.Windows.Forms.TextBox() Me.WM_FILE_NAMETextBox = New System.Windows.Forms.TextBox() Me.STEP_NAMEComboBox = New System.Windows.Forms.ComboBox() Me.PROCESS_NAMEComboBox = New System.Windows.Forms.ComboBox() Me.GUIDProcessTextBox = New System.Windows.Forms.TextBox() Me.COPY_2_HDDCheckBox = New System.Windows.Forms.CheckBox() Me.WM_OBJEKTTYPEComboBox = New System.Windows.Forms.ComboBox() Me.WM_VECTOR_LOGComboBox = New System.Windows.Forms.ComboBox() Me.PATH_EMAIL_TEMPTextBox = New System.Windows.Forms.TextBox() Me.PATH_EMAIL_ERRORSTextBox = New System.Windows.Forms.TextBox() Me.DELETE_MAILCheckBox = New System.Windows.Forms.CheckBox() Me.COMMENT_PROFILESTextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox1 = New System.Windows.Forms.CheckBox() Me.WM_IDX_BODY_TEXTComboBox = New System.Windows.Forms.ComboBox() Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox = New System.Windows.Forms.TextBox() Me.BindingNavigator2 = New System.Windows.Forms.BindingNavigator(Me.components) Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton10 = New System.Windows.Forms.ToolStripButton() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colPROCESS_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colSTEP_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn() Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.TBEMLP_POLL_STEPSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.CHANGED_WHENTextBox2 = New System.Windows.Forms.TextBox() Me.CHANGED_WHOStepsTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox2 = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox2 = New System.Windows.Forms.TextBox() Me.BindingNavigator3 = New System.Windows.Forms.BindingNavigator(Me.components) Me.ToolStripButton11 = New System.Windows.Forms.ToolStripButton() Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripButton12 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton13 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton14 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripTextBox2 = New System.Windows.Forms.ToolStripTextBox() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton15 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton16 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton17 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton18 = New System.Windows.Forms.ToolStripButton() Me.GUIDPollStepsTextBox = New System.Windows.Forms.TextBox() Me.STEP_NAMETextBox = New System.Windows.Forms.TextBox() Me.KEYWORDS_BODYTextBox = New System.Windows.Forms.TextBox() Me.COMMENTTextBox1 = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox2 = New System.Windows.Forms.CheckBox() Me.GridControl2 = New DevExpress.XtraGrid.GridControl() Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colSTEP_NAME1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colKEYWORDS_BODY = New DevExpress.XtraGrid.Columns.GridColumn() Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage() Me.SEQUENCENumericUpDown = New System.Windows.Forms.NumericUpDown() Me.TBEMLP_POLL_INDEXING_STEPSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GUIDTextBox1 = New System.Windows.Forms.TextBox() Me.INDEXNAMEIndexStepsComboBox = New System.Windows.Forms.ComboBox() Me.INDEXVALUETextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox3 = New System.Windows.Forms.CheckBox() Me.USE_FOR_DIRECT_ANSWERCheckBox = New System.Windows.Forms.CheckBox() Me.ADDED_WHOTextBox3 = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox3 = New System.Windows.Forms.TextBox() Me.CHANGED_WHOIndexingStepsTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox3 = New System.Windows.Forms.TextBox() Me.BindingNavigator4 = New System.Windows.Forms.BindingNavigator(Me.components) Me.ToolStripButton19 = New System.Windows.Forms.ToolStripButton() Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripButton20 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton21 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton22 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripTextBox3 = New System.Windows.Forms.ToolStripTextBox() Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton23 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton24 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton25 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton26 = New System.Windows.Forms.ToolStripButton() Me.GridControl3 = New DevExpress.XtraGrid.GridControl() Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colINDEXNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colINDEXVALUE = New DevExpress.XtraGrid.Columns.GridColumn() Me.CHANGED_WHOProfilesTextBox = New System.Windows.Forms.TextBox() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.PROFILE_NAMETextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.COMMENTTextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.CHANGED_WHENTextBox4 = New System.Windows.Forms.TextBox() Me.TBEMLP_CONFIGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.CHECK_INTERVALL_MINUTESNumericUpDown = New System.Windows.Forms.NumericUpDown() Me.btnShowLogpath = New System.Windows.Forms.Button() Me.LOG_ERRORS_ONLYCheckBox = New System.Windows.Forms.CheckBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.BtnConnect = New System.Windows.Forms.Button() Me.cmbDatenbank = New System.Windows.Forms.ComboBox() Me.chkbxUserAut = New System.Windows.Forms.CheckBox() Me.Label4 = New System.Windows.Forms.Label() Me.txtServer = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtUser = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtPasswort = New System.Windows.Forms.TextBox() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.GridControl5 = New DevExpress.XtraGrid.GridControl() Me.TBEMLP_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GridView5 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colWORK_PROCESS = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_DATE = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_MSGID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_SUBJECT = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_BODY = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_SUBSTRING1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_SUBSTRING2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colADDED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.BindingNavigator5 = New System.Windows.Forms.BindingNavigator(Me.components) Me.ToolStripLabel4 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripButton29 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton30 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripTextBox4 = New System.Windows.Forms.ToolStripTextBox() Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton31 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton32 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton34 = New System.Windows.Forms.ToolStripButton() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.btnCheckIMAPObjects = New System.Windows.Forms.Button() Me.AUTH_TYPEComboBox = New System.Windows.Forms.ComboBox() Me.btntestImap = New System.Windows.Forms.Button() Me.ARCHIVE_FOLDERTextBox = New System.Windows.Forms.TextBox() Me.PORT_INTextBox = New System.Windows.Forms.TextBox() Me.txtTestmail = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.btnsendtestmail = New System.Windows.Forms.Button() Me.txtnewpasswort = New System.Windows.Forms.TextBox() Me.Button4 = New System.Windows.Forms.Button() Me.EMAILIDTextBox = New System.Windows.Forms.TextBox() Me.NAMETextBox = New System.Windows.Forms.TextBox() Me.EMAIL_FROMTextBox = New System.Windows.Forms.TextBox() Me.EMAIL_SMTPTextBox = New System.Windows.Forms.TextBox() Me.EMAIL_USERTextBox = New System.Windows.Forms.TextBox() Me.EMAIL_PWTextBox = New System.Windows.Forms.TextBox() Me.PORTTextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox4 = New System.Windows.Forms.CheckBox() Me.ADDED_WHOTextBox4 = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox4 = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox5 = New System.Windows.Forms.TextBox() Me.GridControl6 = New DevExpress.XtraGrid.GridControl() Me.GridView6 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_FROM = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL_USER = New DevExpress.XtraGrid.Columns.GridColumn() Me.BindingNavigator6 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem1 = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton27 = New System.Windows.Forms.ToolStripButton() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.Button5 = New System.Windows.Forms.Button() Me.txtRegex2 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.Button3 = New System.Windows.Forms.Button() Me.btnTestRegEx = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.txtResultRegEx = New System.Windows.Forms.TextBox() Me.txthtmlEmail = New System.Windows.Forms.TextBox() Me.btnsaveRegex = New System.Windows.Forms.Button() Me.txtRegex1 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.TBEMLP_POLL_PROFILESTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter() Me.TableAdapterManager = New CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager() Me.TBEMLP_POLL_PROCESSTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROCESSTableAdapter() Me.TBEMLP_POLL_STEPSTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_STEPSTableAdapter() Me.TBEMLP_POLL_INDEXING_STEPSTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_INDEXING_STEPSTableAdapter() Me.TBDD_EMAIL_ACCOUNTTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter() Me.TBEMLP_HISTORYTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter() Me.TBEMLP_CONFIGTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) GUIDLabel = New System.Windows.Forms.Label() PROFILE_NAMELabel = New System.Windows.Forms.Label() POLL_TYPELabel = New System.Windows.Forms.Label() EMAIL_CONF_IDLabel = New System.Windows.Forms.Label() COMMENTLabel = New System.Windows.Forms.Label() ADDED_WHOLabel = New System.Windows.Forms.Label() ADDED_WHENLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() GUIDLabel1 = New System.Windows.Forms.Label() WM_OBJEKTTYPELabel = New System.Windows.Forms.Label() WM_VECTOR_LOGLabel = New System.Windows.Forms.Label() WM_PATHLabel = New System.Windows.Forms.Label() WM_FILE_NAMELabel = New System.Windows.Forms.Label() PATH_EMAIL_ERRORSLabel = New System.Windows.Forms.Label() WM_IDX_BODY_TEXTLabel = New System.Windows.Forms.Label() WM_IDX_BODY_SUBSTR_LENGTHLabel = New System.Windows.Forms.Label() PROCESS_NAMELabel = New System.Windows.Forms.Label() STEP_NAMELabel = New System.Windows.Forms.Label() GUIDLabel2 = New System.Windows.Forms.Label() STEP_NAMELabel1 = New System.Windows.Forms.Label() KEYWORDS_BODYLabel = New System.Windows.Forms.Label() COMMENTLabel1 = New System.Windows.Forms.Label() ADDED_WHOLabel1 = New System.Windows.Forms.Label() ADDED_WHENLabel1 = New System.Windows.Forms.Label() CHANGED_WHOLabel1 = New System.Windows.Forms.Label() CHANGED_WHENLabel1 = New System.Windows.Forms.Label() ADDED_WHOLabel2 = New System.Windows.Forms.Label() ADDED_WHENLabel2 = New System.Windows.Forms.Label() CHANGED_WHOLabel2 = New System.Windows.Forms.Label() CHANGED_WHENLabel2 = New System.Windows.Forms.Label() GUIDLabel3 = New System.Windows.Forms.Label() INDEXNAMELabel = New System.Windows.Forms.Label() INDEXVALUELabel = New System.Windows.Forms.Label() ADDED_WHOLabel3 = New System.Windows.Forms.Label() ADDED_WHENLabel3 = New System.Windows.Forms.Label() CHANGED_WHOLabel3 = New System.Windows.Forms.Label() CHANGED_WHENLabel3 = New System.Windows.Forms.Label() SEQUENCELabel1 = New System.Windows.Forms.Label() Label6 = New System.Windows.Forms.Label() Label7 = New System.Windows.Forms.Label() CHECK_INTERVALL_MINUTESLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel4 = New System.Windows.Forms.Label() CHANGED_WHENLabel4 = New System.Windows.Forms.Label() GUIDLabel4 = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label() EMAIL_FROMLabel = New System.Windows.Forms.Label() EMAIL_SMTPLabel = New System.Windows.Forms.Label() EMAIL_USERLabel = New System.Windows.Forms.Label() PORTLabel = New System.Windows.Forms.Label() ADDED_WHOLabel4 = New System.Windows.Forms.Label() ADDED_WHENLabel4 = New System.Windows.Forms.Label() CHANGED_WHOLabel5 = New System.Windows.Forms.Label() CHANGED_WHENLabel5 = New System.Windows.Forms.Label() Label11 = New System.Windows.Forms.Label() PORT_INLabel = New System.Windows.Forms.Label() ARCHIVE_FOLDERLabel = New System.Windows.Forms.Label() AUTH_TYPELabel = New System.Windows.Forms.Label() Me.StatusStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.TabControl1.SuspendLayout() Me.Profilkonfiguration.SuspendLayout() CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBEMLP_POLL_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_EMAIL_ACCOUNTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() Me.XtraTabPage1.SuspendLayout() CType(Me.TBEMLP_POLL_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator2.SuspendLayout() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabPage2.SuspendLayout() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBEMLP_POLL_STEPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator3.SuspendLayout() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabPage3.SuspendLayout() CType(Me.SEQUENCENumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator4, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator4.SuspendLayout() CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage2.SuspendLayout() Me.GroupBox3.SuspendLayout() CType(Me.TBEMLP_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.TabPage1.SuspendLayout() CType(Me.GridControl5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator5, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator5.SuspendLayout() Me.TabPage3.SuspendLayout() CType(Me.GridControl6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator6.SuspendLayout() Me.TabPage4.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' 'GUIDLabel ' GUIDLabel.AutoSize = True GUIDLabel.Location = New System.Drawing.Point(251, 28) GUIDLabel.Name = "GUIDLabel" GUIDLabel.Size = New System.Drawing.Size(22, 13) GUIDLabel.TabIndex = 4 GUIDLabel.Text = "ID:" ' 'PROFILE_NAMELabel ' PROFILE_NAMELabel.AutoSize = True PROFILE_NAMELabel.Location = New System.Drawing.Point(318, 28) PROFILE_NAMELabel.Name = "PROFILE_NAMELabel" PROFILE_NAMELabel.Size = New System.Drawing.Size(71, 13) PROFILE_NAMELabel.TabIndex = 6 PROFILE_NAMELabel.Text = "Bezeichnung:" ' 'POLL_TYPELabel ' POLL_TYPELabel.AutoSize = True POLL_TYPELabel.Location = New System.Drawing.Point(567, 28) POLL_TYPELabel.Name = "POLL_TYPELabel" POLL_TYPELabel.Size = New System.Drawing.Size(55, 13) POLL_TYPELabel.TabIndex = 8 POLL_TYPELabel.Text = "Poll-Type:" ' 'EMAIL_CONF_IDLabel ' EMAIL_CONF_IDLabel.AutoSize = True EMAIL_CONF_IDLabel.Location = New System.Drawing.Point(697, 28) EMAIL_CONF_IDLabel.Name = "EMAIL_CONF_IDLabel" EMAIL_CONF_IDLabel.Size = New System.Drawing.Size(66, 13) EMAIL_CONF_IDLabel.TabIndex = 10 EMAIL_CONF_IDLabel.Text = "email Konto:" ' 'COMMENTLabel ' COMMENTLabel.AutoSize = True COMMENTLabel.Location = New System.Drawing.Point(251, 68) COMMENTLabel.Name = "COMMENTLabel" COMMENTLabel.Size = New System.Drawing.Size(64, 13) COMMENTLabel.TabIndex = 12 COMMENTLabel.Text = "Bemerkung:" ' 'ADDED_WHOLabel ' ADDED_WHOLabel.AutoSize = True ADDED_WHOLabel.Location = New System.Drawing.Point(697, 68) ADDED_WHOLabel.Name = "ADDED_WHOLabel" ADDED_WHOLabel.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel.TabIndex = 20 ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' ADDED_WHENLabel.AutoSize = True ADDED_WHENLabel.Location = New System.Drawing.Point(827, 68) ADDED_WHENLabel.Name = "ADDED_WHENLabel" ADDED_WHENLabel.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel.TabIndex = 22 ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Location = New System.Drawing.Point(955, 68) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel.TabIndex = 24 CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' CHANGED_WHENLabel.AutoSize = True CHANGED_WHENLabel.Location = New System.Drawing.Point(1082, 68) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel.TabIndex = 26 CHANGED_WHENLabel.Text = "Geändert wann:" ' 'GUIDLabel1 ' GUIDLabel1.AutoSize = True GUIDLabel1.Location = New System.Drawing.Point(251, 25) GUIDLabel1.Name = "GUIDLabel1" GUIDLabel1.Size = New System.Drawing.Size(22, 13) GUIDLabel1.TabIndex = 32 GUIDLabel1.Text = "ID:" ' 'WM_OBJEKTTYPELabel ' WM_OBJEKTTYPELabel.AutoSize = True WM_OBJEKTTYPELabel.Location = New System.Drawing.Point(316, 65) WM_OBJEKTTYPELabel.Name = "WM_OBJEKTTYPELabel" WM_OBJEKTTYPELabel.Size = New System.Drawing.Size(59, 13) WM_OBJEKTTYPELabel.TabIndex = 44 WM_OBJEKTTYPELabel.Text = "Objekttyp:" ' 'WM_VECTOR_LOGLabel ' WM_VECTOR_LOGLabel.AutoSize = True WM_VECTOR_LOGLabel.Location = New System.Drawing.Point(316, 108) WM_VECTOR_LOGLabel.Name = "WM_VECTOR_LOGLabel" WM_VECTOR_LOGLabel.Size = New System.Drawing.Size(75, 13) WM_VECTOR_LOGLabel.TabIndex = 46 WM_VECTOR_LOGLabel.Text = "Index Logger:" ' 'WM_PATHLabel ' WM_PATHLabel.AutoSize = True WM_PATHLabel.Location = New System.Drawing.Point(6, 21) WM_PATHLabel.Name = "WM_PATHLabel" WM_PATHLabel.Size = New System.Drawing.Size(69, 13) WM_PATHLabel.TabIndex = 48 WM_PATHLabel.Text = "Import-Pfad:" ' 'WM_FILE_NAMELabel ' WM_FILE_NAMELabel.AutoSize = True WM_FILE_NAMELabel.Location = New System.Drawing.Point(6, 61) WM_FILE_NAMELabel.Name = "WM_FILE_NAMELabel" WM_FILE_NAMELabel.Size = New System.Drawing.Size(97, 13) WM_FILE_NAMELabel.TabIndex = 8 WM_FILE_NAMELabel.Text = "Namenkonvention:" ' 'PATH_EMAIL_ERRORSLabel ' PATH_EMAIL_ERRORSLabel.AutoSize = True PATH_EMAIL_ERRORSLabel.Location = New System.Drawing.Point(316, 228) PATH_EMAIL_ERRORSLabel.Name = "PATH_EMAIL_ERRORSLabel" PATH_EMAIL_ERRORSLabel.Size = New System.Drawing.Size(61, 13) PATH_EMAIL_ERRORSLabel.TabIndex = 56 PATH_EMAIL_ERRORSLabel.Text = "Error-Path:" ' 'WM_IDX_BODY_TEXTLabel ' WM_IDX_BODY_TEXTLabel.AutoSize = True WM_IDX_BODY_TEXTLabel.Location = New System.Drawing.Point(316, 148) WM_IDX_BODY_TEXTLabel.Name = "WM_IDX_BODY_TEXTLabel" WM_IDX_BODY_TEXTLabel.Size = New System.Drawing.Size(86, 13) WM_IDX_BODY_TEXTLabel.TabIndex = 74 WM_IDX_BODY_TEXTLabel.Text = "Index Bodytext:" ' 'WM_IDX_BODY_SUBSTR_LENGTHLabel ' WM_IDX_BODY_SUBSTR_LENGTHLabel.AutoSize = True WM_IDX_BODY_SUBSTR_LENGTHLabel.Location = New System.Drawing.Point(462, 148) WM_IDX_BODY_SUBSTR_LENGTHLabel.Name = "WM_IDX_BODY_SUBSTR_LENGTHLabel" WM_IDX_BODY_SUBSTR_LENGTHLabel.Size = New System.Drawing.Size(105, 13) WM_IDX_BODY_SUBSTR_LENGTHLabel.TabIndex = 76 WM_IDX_BODY_SUBSTR_LENGTHLabel.Text = "Auswertbare Länge:" ' 'PROCESS_NAMELabel ' PROCESS_NAMELabel.AutoSize = True PROCESS_NAMELabel.Location = New System.Drawing.Point(316, 25) PROCESS_NAMELabel.Name = "PROCESS_NAMELabel" PROCESS_NAMELabel.Size = New System.Drawing.Size(80, 13) PROCESS_NAMELabel.TabIndex = 77 PROCESS_NAMELabel.Text = "Prozess-Modul:" ' 'STEP_NAMELabel ' STEP_NAMELabel.AutoSize = True STEP_NAMELabel.Location = New System.Drawing.Point(506, 25) STEP_NAMELabel.Name = "STEP_NAMELabel" STEP_NAMELabel.Size = New System.Drawing.Size(69, 13) STEP_NAMELabel.TabIndex = 78 STEP_NAMELabel.Text = "Modul Steps:" ' 'GUIDLabel2 ' GUIDLabel2.AutoSize = True GUIDLabel2.Location = New System.Drawing.Point(251, 25) GUIDLabel2.Name = "GUIDLabel2" GUIDLabel2.Size = New System.Drawing.Size(22, 13) GUIDLabel2.TabIndex = 1 GUIDLabel2.Text = "ID:" ' 'STEP_NAMELabel1 ' STEP_NAMELabel1.AutoSize = True STEP_NAMELabel1.Location = New System.Drawing.Point(297, 25) STEP_NAMELabel1.Name = "STEP_NAMELabel1" STEP_NAMELabel1.Size = New System.Drawing.Size(71, 13) STEP_NAMELabel1.TabIndex = 5 STEP_NAMELabel1.Text = "Bezeichnung:" ' 'KEYWORDS_BODYLabel ' KEYWORDS_BODYLabel.AutoSize = True KEYWORDS_BODYLabel.Location = New System.Drawing.Point(524, 25) KEYWORDS_BODYLabel.Name = "KEYWORDS_BODYLabel" KEYWORDS_BODYLabel.Size = New System.Drawing.Size(142, 13) KEYWORDS_BODYLabel.TabIndex = 7 KEYWORDS_BODYLabel.Text = "Keywords (seperated via ;):" ' 'COMMENTLabel1 ' COMMENTLabel1.AutoSize = True COMMENTLabel1.Location = New System.Drawing.Point(297, 65) COMMENTLabel1.Name = "COMMENTLabel1" COMMENTLabel1.Size = New System.Drawing.Size(65, 13) COMMENTLabel1.TabIndex = 9 COMMENTLabel1.Text = "Kommentar:" ' 'ADDED_WHOLabel1 ' ADDED_WHOLabel1.AutoSize = True ADDED_WHOLabel1.Location = New System.Drawing.Point(316, 268) ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" ADDED_WHOLabel1.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel1.TabIndex = 80 ADDED_WHOLabel1.Text = "Erstellt wer:" ' 'ADDED_WHENLabel1 ' ADDED_WHENLabel1.AutoSize = True ADDED_WHENLabel1.Location = New System.Drawing.Point(440, 268) ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" ADDED_WHENLabel1.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel1.TabIndex = 81 ADDED_WHENLabel1.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel1 ' CHANGED_WHOLabel1.AutoSize = True CHANGED_WHOLabel1.Location = New System.Drawing.Point(573, 268) CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" CHANGED_WHOLabel1.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel1.TabIndex = 82 CHANGED_WHOLabel1.Text = "Geändert wer:" ' 'CHANGED_WHENLabel1 ' CHANGED_WHENLabel1.AutoSize = True CHANGED_WHENLabel1.Location = New System.Drawing.Point(702, 268) CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" CHANGED_WHENLabel1.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel1.TabIndex = 83 CHANGED_WHENLabel1.Text = "Geändert wann:" ' 'ADDED_WHOLabel2 ' ADDED_WHOLabel2.AutoSize = True ADDED_WHOLabel2.Location = New System.Drawing.Point(297, 105) ADDED_WHOLabel2.Name = "ADDED_WHOLabel2" ADDED_WHOLabel2.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel2.TabIndex = 33 ADDED_WHOLabel2.Text = "Erstellt wer:" ' 'ADDED_WHENLabel2 ' ADDED_WHENLabel2.AutoSize = True ADDED_WHENLabel2.Location = New System.Drawing.Point(423, 105) ADDED_WHENLabel2.Name = "ADDED_WHENLabel2" ADDED_WHENLabel2.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel2.TabIndex = 34 ADDED_WHENLabel2.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel2 ' CHANGED_WHOLabel2.AutoSize = True CHANGED_WHOLabel2.Location = New System.Drawing.Point(556, 105) CHANGED_WHOLabel2.Name = "CHANGED_WHOLabel2" CHANGED_WHOLabel2.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel2.TabIndex = 35 CHANGED_WHOLabel2.Text = "Geändert wer:" ' 'CHANGED_WHENLabel2 ' CHANGED_WHENLabel2.AutoSize = True CHANGED_WHENLabel2.Location = New System.Drawing.Point(665, 105) CHANGED_WHENLabel2.Name = "CHANGED_WHENLabel2" CHANGED_WHENLabel2.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel2.TabIndex = 36 CHANGED_WHENLabel2.Text = "Geändert wann:" ' 'GUIDLabel3 ' GUIDLabel3.AutoSize = True GUIDLabel3.Location = New System.Drawing.Point(251, 26) GUIDLabel3.Name = "GUIDLabel3" GUIDLabel3.Size = New System.Drawing.Size(22, 13) GUIDLabel3.TabIndex = 35 GUIDLabel3.Text = "ID:" ' 'INDEXNAMELabel ' INDEXNAMELabel.AutoSize = True INDEXNAMELabel.Location = New System.Drawing.Point(311, 26) INDEXNAMELabel.Name = "INDEXNAMELabel" INDEXNAMELabel.Size = New System.Drawing.Size(65, 13) INDEXNAMELabel.TabIndex = 39 INDEXNAMELabel.Text = "Indexname:" ' 'INDEXVALUELabel ' INDEXVALUELabel.AutoSize = True INDEXVALUELabel.Location = New System.Drawing.Point(493, 26) INDEXVALUELabel.Name = "INDEXVALUELabel" INDEXVALUELabel.Size = New System.Drawing.Size(67, 13) INDEXVALUELabel.TabIndex = 41 INDEXVALUELabel.Text = "Index-Wert:" ' 'ADDED_WHOLabel3 ' ADDED_WHOLabel3.AutoSize = True ADDED_WHOLabel3.Location = New System.Drawing.Point(309, 109) ADDED_WHOLabel3.Name = "ADDED_WHOLabel3" ADDED_WHOLabel3.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel3.TabIndex = 49 ADDED_WHOLabel3.Text = "Erstellt wer:" ' 'ADDED_WHENLabel3 ' ADDED_WHENLabel3.AutoSize = True ADDED_WHENLabel3.Location = New System.Drawing.Point(439, 109) ADDED_WHENLabel3.Name = "ADDED_WHENLabel3" ADDED_WHENLabel3.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel3.TabIndex = 51 ADDED_WHENLabel3.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel3 ' CHANGED_WHOLabel3.AutoSize = True CHANGED_WHOLabel3.Location = New System.Drawing.Point(569, 109) CHANGED_WHOLabel3.Name = "CHANGED_WHOLabel3" CHANGED_WHOLabel3.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel3.TabIndex = 53 CHANGED_WHOLabel3.Text = "Geändert wer:" ' 'CHANGED_WHENLabel3 ' CHANGED_WHENLabel3.AutoSize = True CHANGED_WHENLabel3.Location = New System.Drawing.Point(699, 109) CHANGED_WHENLabel3.Name = "CHANGED_WHENLabel3" CHANGED_WHENLabel3.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel3.TabIndex = 55 CHANGED_WHENLabel3.Text = "Geändert wann:" ' 'SEQUENCELabel1 ' SEQUENCELabel1.AutoSize = True SEQUENCELabel1.Location = New System.Drawing.Point(493, 66) SEQUENCELabel1.Name = "SEQUENCELabel1" SEQUENCELabel1.Size = New System.Drawing.Size(68, 13) SEQUENCELabel1.TabIndex = 56 SEQUENCELabel1.Text = "Reihenfolge:" ' 'Label6 ' Label6.AutoSize = True Label6.Location = New System.Drawing.Point(894, 65) Label6.Name = "Label6" Label6.Size = New System.Drawing.Size(68, 13) Label6.TabIndex = 58 Label6.Text = "Reihenfolge:" ' 'Label7 ' Label7.AutoSize = True Label7.Location = New System.Drawing.Point(817, 65) Label7.Name = "Label7" Label7.Size = New System.Drawing.Size(68, 13) Label7.TabIndex = 85 Label7.Text = "Reihenfolge:" ' 'CHECK_INTERVALL_MINUTESLabel ' CHECK_INTERVALL_MINUTESLabel.AutoSize = True CHECK_INTERVALL_MINUTESLabel.Location = New System.Drawing.Point(263, 26) CHECK_INTERVALL_MINUTESLabel.Name = "CHECK_INTERVALL_MINUTESLabel" CHECK_INTERVALL_MINUTESLabel.Size = New System.Drawing.Size(158, 13) CHECK_INTERVALL_MINUTESLabel.TabIndex = 62 CHECK_INTERVALL_MINUTESLabel.Text = "Check-Intervall Dienst Minuten:" ' 'CHANGED_WHOLabel4 ' CHANGED_WHOLabel4.AutoSize = True CHANGED_WHOLabel4.Location = New System.Drawing.Point(705, 26) CHANGED_WHOLabel4.Name = "CHANGED_WHOLabel4" CHANGED_WHOLabel4.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel4.TabIndex = 65 CHANGED_WHOLabel4.Text = "Geändert wer:" ' 'CHANGED_WHENLabel4 ' CHANGED_WHENLabel4.AutoSize = True CHANGED_WHENLabel4.Location = New System.Drawing.Point(904, 26) CHANGED_WHENLabel4.Name = "CHANGED_WHENLabel4" CHANGED_WHENLabel4.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel4.TabIndex = 66 CHANGED_WHENLabel4.Text = "Geändert wann:" ' 'GUIDLabel4 ' GUIDLabel4.AutoSize = True GUIDLabel4.Location = New System.Drawing.Point(310, 28) GUIDLabel4.Name = "GUIDLabel4" GUIDLabel4.Size = New System.Drawing.Size(22, 13) GUIDLabel4.TabIndex = 34 GUIDLabel4.Text = "ID:" ' 'NAMELabel ' NAMELabel.AutoSize = True NAMELabel.Location = New System.Drawing.Point(370, 28) NAMELabel.Name = "NAMELabel" NAMELabel.Size = New System.Drawing.Size(71, 13) NAMELabel.TabIndex = 36 NAMELabel.Text = "Bezeichnung:" ' 'EMAIL_FROMLabel ' EMAIL_FROMLabel.AutoSize = True EMAIL_FROMLabel.Location = New System.Drawing.Point(370, 68) EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" EMAIL_FROMLabel.Size = New System.Drawing.Size(60, 13) EMAIL_FROMLabel.TabIndex = 38 EMAIL_FROMLabel.Text = "Email from:" ' 'EMAIL_SMTPLabel ' EMAIL_SMTPLabel.AutoSize = True EMAIL_SMTPLabel.Location = New System.Drawing.Point(698, 68) EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" EMAIL_SMTPLabel.Size = New System.Drawing.Size(43, 13) EMAIL_SMTPLabel.TabIndex = 40 EMAIL_SMTPLabel.Text = "Server:" ' 'EMAIL_USERLabel ' EMAIL_USERLabel.AutoSize = True EMAIL_USERLabel.Location = New System.Drawing.Point(370, 108) EMAIL_USERLabel.Name = "EMAIL_USERLabel" EMAIL_USERLabel.Size = New System.Drawing.Size(80, 13) EMAIL_USERLabel.TabIndex = 42 EMAIL_USERLabel.Text = "Benutzername:" ' 'PORTLabel ' PORTLabel.AutoSize = True PORTLabel.Location = New System.Drawing.Point(371, 148) PORTLabel.Name = "PORTLabel" PORTLabel.Size = New System.Drawing.Size(50, 13) PORTLabel.TabIndex = 46 PORTLabel.Text = "Port out:" ' 'ADDED_WHOLabel4 ' ADDED_WHOLabel4.AutoSize = True ADDED_WHOLabel4.Location = New System.Drawing.Point(370, 297) ADDED_WHOLabel4.Name = "ADDED_WHOLabel4" ADDED_WHOLabel4.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel4.TabIndex = 50 ADDED_WHOLabel4.Text = "Added who:" ' 'ADDED_WHENLabel4 ' ADDED_WHENLabel4.AutoSize = True ADDED_WHENLabel4.Location = New System.Drawing.Point(542, 297) ADDED_WHENLabel4.Name = "ADDED_WHENLabel4" ADDED_WHENLabel4.Size = New System.Drawing.Size(71, 13) ADDED_WHENLabel4.TabIndex = 52 ADDED_WHENLabel4.Text = "Added when:" ' 'CHANGED_WHOLabel5 ' CHANGED_WHOLabel5.AutoSize = True CHANGED_WHOLabel5.Location = New System.Drawing.Point(370, 337) CHANGED_WHOLabel5.Name = "CHANGED_WHOLabel5" CHANGED_WHOLabel5.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel5.TabIndex = 54 CHANGED_WHOLabel5.Text = "Changed who:" ' 'CHANGED_WHENLabel5 ' CHANGED_WHENLabel5.AutoSize = True CHANGED_WHENLabel5.Location = New System.Drawing.Point(542, 337) CHANGED_WHENLabel5.Name = "CHANGED_WHENLabel5" CHANGED_WHENLabel5.Size = New System.Drawing.Size(83, 13) CHANGED_WHENLabel5.TabIndex = 56 CHANGED_WHENLabel5.Text = "Changed when:" ' 'Label11 ' Label11.AutoSize = True Label11.Location = New System.Drawing.Point(735, 108) Label11.Name = "Label11" Label11.Size = New System.Drawing.Size(88, 13) Label11.TabIndex = 64 Label11.Text = "Neues Passwort:" ' 'PORT_INLabel ' PORT_INLabel.AutoSize = True PORT_INLabel.Location = New System.Drawing.Point(493, 148) PORT_INLabel.Name = "PORT_INLabel" PORT_INLabel.Size = New System.Drawing.Size(42, 13) PORT_INLabel.TabIndex = 70 PORT_INLabel.Text = "Port in:" ' 'ARCHIVE_FOLDERLabel ' ARCHIVE_FOLDERLabel.AutoSize = True ARCHIVE_FOLDERLabel.Location = New System.Drawing.Point(828, 148) ARCHIVE_FOLDERLabel.Name = "ARCHIVE_FOLDERLabel" ARCHIVE_FOLDERLabel.Size = New System.Drawing.Size(84, 13) ARCHIVE_FOLDERLabel.TabIndex = 76 ARCHIVE_FOLDERLabel.Text = "Archive Ordner:" ' 'AUTH_TYPELabel ' AUTH_TYPELabel.AutoSize = True AUTH_TYPELabel.Location = New System.Drawing.Point(698, 148) AUTH_TYPELabel.Name = "AUTH_TYPELabel" AUTH_TYPELabel.Size = New System.Drawing.Size(116, 13) AUTH_TYPELabel.TabIndex = 78 AUTH_TYPELabel.Text = "Verbindungssicherheit:" ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblstatus, Me.tslblRefresh, Me.ToolStripStatusLabel1}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 585) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1227, 22) Me.StatusStrip1.TabIndex = 0 Me.StatusStrip1.Text = "StatusStrip1" ' 'tslblstatus ' Me.tslblstatus.Name = "tslblstatus" Me.tslblstatus.Size = New System.Drawing.Size(0, 17) ' 'tslblRefresh ' Me.tslblRefresh.Name = "tslblRefresh" Me.tslblRefresh.Size = New System.Drawing.Size(0, 17) ' 'ToolStripStatusLabel1 ' Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17) ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnRunLocalMail, Me.tsbtnRunProfiles, Me.ToolStripProgressBar1, Me.ToolStripEmailAccountID, Me.ToolStripLabel5}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1227, 25) Me.ToolStrip1.TabIndex = 1 Me.ToolStrip1.Text = "ToolStrip1" ' 'tsbtnRunLocalMail ' Me.tsbtnRunLocalMail.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.tsbtnRunLocalMail.Image = Global.CONFIG_APP.My.Resources.Resources.email_go Me.tsbtnRunLocalMail.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnRunLocalMail.Name = "tsbtnRunLocalMail" Me.tsbtnRunLocalMail.Size = New System.Drawing.Size(133, 22) Me.tsbtnRunLocalMail.Text = "Test with local email" ' 'tsbtnRunProfiles ' Me.tsbtnRunProfiles.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.tsbtnRunProfiles.Image = CType(resources.GetObject("tsbtnRunProfiles.Image"), System.Drawing.Image) Me.tsbtnRunProfiles.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnRunProfiles.Name = "tsbtnRunProfiles" Me.tsbtnRunProfiles.Size = New System.Drawing.Size(137, 22) Me.tsbtnRunProfiles.Text = "Run profile manually" ' 'ToolStripProgressBar1 ' Me.ToolStripProgressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripProgressBar1.Name = "ToolStripProgressBar1" Me.ToolStripProgressBar1.Size = New System.Drawing.Size(100, 22) ' 'ToolStripEmailAccountID ' Me.ToolStripEmailAccountID.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripEmailAccountID.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripEmailAccountID.Name = "ToolStripEmailAccountID" Me.ToolStripEmailAccountID.Size = New System.Drawing.Size(100, 25) ' 'ToolStripLabel5 ' Me.ToolStripLabel5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel5.Name = "ToolStripLabel5" Me.ToolStripLabel5.Size = New System.Drawing.Size(95, 22) Me.ToolStripLabel5.Text = "EmailAccountID:" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.Profilkonfiguration) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Controls.Add(Me.TabPage4) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 25) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1227, 560) Me.TabControl1.TabIndex = 2 ' 'Profilkonfiguration ' Me.Profilkonfiguration.AutoScroll = True Me.Profilkonfiguration.Controls.Add(Me.TextBox1) Me.Profilkonfiguration.Controls.Add(Me.GridControl4) Me.Profilkonfiguration.Controls.Add(Me.ComboBox1) Me.Profilkonfiguration.Controls.Add(Me.BindingNavigator1) Me.Profilkonfiguration.Controls.Add(Me.POLL_TYPEComboBox) Me.Profilkonfiguration.Controls.Add(Me.XtraTabControl1) Me.Profilkonfiguration.Controls.Add(POLL_TYPELabel) Me.Profilkonfiguration.Controls.Add(CHANGED_WHOLabel) Me.Profilkonfiguration.Controls.Add(GUIDLabel) Me.Profilkonfiguration.Controls.Add(Me.CHANGED_WHOProfilesTextBox) Me.Profilkonfiguration.Controls.Add(Me.GUIDTextBox) Me.Profilkonfiguration.Controls.Add(EMAIL_CONF_IDLabel) Me.Profilkonfiguration.Controls.Add(PROFILE_NAMELabel) Me.Profilkonfiguration.Controls.Add(CHANGED_WHENLabel) Me.Profilkonfiguration.Controls.Add(Me.PROFILE_NAMETextBox) Me.Profilkonfiguration.Controls.Add(COMMENTLabel) Me.Profilkonfiguration.Controls.Add(Me.CHANGED_WHENTextBox) Me.Profilkonfiguration.Controls.Add(Me.COMMENTTextBox) Me.Profilkonfiguration.Controls.Add(ADDED_WHOLabel) Me.Profilkonfiguration.Controls.Add(Me.ACTIVECheckBox) Me.Profilkonfiguration.Controls.Add(Me.ADDED_WHENTextBox) Me.Profilkonfiguration.Controls.Add(Me.ADDED_WHOTextBox) Me.Profilkonfiguration.Controls.Add(ADDED_WHENLabel) Me.Profilkonfiguration.Location = New System.Drawing.Point(4, 22) Me.Profilkonfiguration.Name = "Profilkonfiguration" Me.Profilkonfiguration.Padding = New System.Windows.Forms.Padding(3) Me.Profilkonfiguration.Size = New System.Drawing.Size(1219, 534) Me.Profilkonfiguration.TabIndex = 0 Me.Profilkonfiguration.Text = "Profilkonfiguration" Me.Profilkonfiguration.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(267, 111) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(100, 21) Me.TextBox1.TabIndex = 34 ' 'GridControl4 ' 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.Location = New System.Drawing.Point(3, 31) Me.GridControl4.MainView = Me.GridView4 Me.GridControl4.Name = "GridControl4" Me.GridControl4.Size = New System.Drawing.Size(245, 127) Me.GridControl4.TabIndex = 33 Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4}) ' 'TBEMLP_POLL_PROFILESBindingSource ' Me.TBEMLP_POLL_PROFILESBindingSource.DataMember = "TBEMLP_POLL_PROFILES" Me.TBEMLP_POLL_PROFILESBindingSource.DataSource = Me.MyDataset ' 'MyDataset ' Me.MyDataset.DataSetName = "MyDataset" Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'GridView4 ' Me.GridView4.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView4.Appearance.EvenRow.Options.UseBackColor = True Me.GridView4.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GridView4.Appearance.FilterPanel.Options.UseBackColor = True Me.GridView4.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colPROFILE_NAME, Me.colCOMMENT1}) Me.GridView4.GridControl = Me.GridControl4 Me.GridView4.Name = "GridView4" Me.GridView4.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView4.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView4.OptionsBehavior.Editable = False Me.GridView4.OptionsView.EnableAppearanceEvenRow = True Me.GridView4.OptionsView.ShowAutoFilterRow = True Me.GridView4.OptionsView.ShowDetailButtons = False Me.GridView4.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways Me.GridView4.OptionsView.ShowGroupPanel = False ' 'colPROFILE_NAME ' Me.colPROFILE_NAME.Caption = "Name" Me.colPROFILE_NAME.FieldName = "PROFILE_NAME" Me.colPROFILE_NAME.Name = "colPROFILE_NAME" Me.colPROFILE_NAME.Visible = True Me.colPROFILE_NAME.VisibleIndex = 0 ' 'colCOMMENT1 ' Me.colCOMMENT1.Caption = "Kommentar" Me.colCOMMENT1.FieldName = "COMMENT" Me.colCOMMENT1.Name = "colCOMMENT1" Me.colCOMMENT1.Visible = True Me.colCOMMENT1.VisibleIndex = 1 ' 'ComboBox1 ' Me.ComboBox1.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBEMLP_POLL_PROFILESBindingSource, "EMAIL_CONF_ID", True)) Me.ComboBox1.DataSource = Me.TBDD_EMAIL_ACCOUNTBindingSource Me.ComboBox1.DisplayMember = "NAME" Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(700, 44) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(252, 21) Me.ComboBox1.TabIndex = 32 Me.ComboBox1.ValueMember = "GUID" ' 'TBDD_EMAIL_ACCOUNTBindingSource ' Me.TBDD_EMAIL_ACCOUNTBindingSource.DataMember = "TBDD_EMAIL_ACCOUNT" Me.TBDD_EMAIL_ACCOUNTBindingSource.DataSource = Me.MyDataset ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem Me.BindingNavigator1.BindingSource = Me.TBEMLP_POLL_PROFILESBindingSource Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem Me.BindingNavigator1.CountItemFormat = "von {0} Email-Profilen" Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem 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.BindingNavigator1.Location = New System.Drawing.Point(3, 3) Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem Me.BindingNavigator1.Size = New System.Drawing.Size(1213, 25) Me.BindingNavigator1.TabIndex = 31 Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(122, 22) Me.BindingNavigatorCountItem.Text = "von {0} Email-Profilen" Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'BindingNavigatorDeleteItem ' Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorDeleteItem.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem ' Me.BindingNavigatorPositionItem.AccessibleName = "Position" Me.BindingNavigatorPositionItem.AutoSize = False Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23) Me.BindingNavigatorPositionItem.Text = "0" Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Text = "Save" ' 'ToolStripButton9 ' Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton9.Image = Global.CONFIG_APP.My.Resources.Resources.refresh_16xLG Me.ToolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton9.Name = "ToolStripButton9" Me.ToolStripButton9.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton9.Text = "Refresh" ' 'POLL_TYPEComboBox ' Me.POLL_TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "POLL_TYPE", True)) Me.POLL_TYPEComboBox.FormattingEnabled = True Me.POLL_TYPEComboBox.Items.AddRange(New Object() {"POP", "IMAP"}) Me.POLL_TYPEComboBox.Location = New System.Drawing.Point(570, 44) Me.POLL_TYPEComboBox.Name = "POLL_TYPEComboBox" Me.POLL_TYPEComboBox.Size = New System.Drawing.Size(121, 21) Me.POLL_TYPEComboBox.TabIndex = 9 ' 'XtraTabControl1 ' Me.XtraTabControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Location = New System.Drawing.Point(6, 164) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 Me.XtraTabControl1.Size = New System.Drawing.Size(1211, 359) Me.XtraTabControl1.TabIndex = 30 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage3}) ' 'XtraTabPage1 ' Me.XtraTabPage1.Appearance.Header.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XtraTabPage1.Appearance.Header.Options.UseFont = True Me.XtraTabPage1.AutoScroll = True Me.XtraTabPage1.Controls.Add(Me.lblDownloadPath) Me.XtraTabPage1.Controls.Add(Me.PATH_ORIGINALTextBox) Me.XtraTabPage1.Controls.Add(Me.btnFBD_ErrorPath) Me.XtraTabPage1.Controls.Add(Me.btnFBD_DonwloadPath) Me.XtraTabPage1.Controls.Add(Me.txtSubjectExample) Me.XtraTabPage1.Controls.Add(Me.Label9) Me.XtraTabPage1.Controls.Add(Label7) Me.XtraTabPage1.Controls.Add(Me.NumericUpDown2) Me.XtraTabPage1.Controls.Add(Me.WM_IMPORTCheckBox) Me.XtraTabPage1.Controls.Add(CHANGED_WHENLabel1) Me.XtraTabPage1.Controls.Add(Me.CHANGED_WHENTextBox1) Me.XtraTabPage1.Controls.Add(CHANGED_WHOLabel1) Me.XtraTabPage1.Controls.Add(Me.CHANGED_WHOProcessTextBox) Me.XtraTabPage1.Controls.Add(ADDED_WHENLabel1) Me.XtraTabPage1.Controls.Add(Me.ADDED_WHENTextBox1) Me.XtraTabPage1.Controls.Add(ADDED_WHOLabel1) Me.XtraTabPage1.Controls.Add(Me.ADDED_WHOTextBox1) Me.XtraTabPage1.Controls.Add(Me.Label5) Me.XtraTabPage1.Controls.Add(Me.GroupBox2) Me.XtraTabPage1.Controls.Add(STEP_NAMELabel) Me.XtraTabPage1.Controls.Add(Me.STEP_NAMEComboBox) Me.XtraTabPage1.Controls.Add(PROCESS_NAMELabel) Me.XtraTabPage1.Controls.Add(Me.PROCESS_NAMEComboBox) Me.XtraTabPage1.Controls.Add(GUIDLabel1) Me.XtraTabPage1.Controls.Add(Me.GUIDProcessTextBox) Me.XtraTabPage1.Controls.Add(Me.COPY_2_HDDCheckBox) Me.XtraTabPage1.Controls.Add(WM_OBJEKTTYPELabel) Me.XtraTabPage1.Controls.Add(Me.WM_OBJEKTTYPEComboBox) Me.XtraTabPage1.Controls.Add(WM_VECTOR_LOGLabel) Me.XtraTabPage1.Controls.Add(Me.WM_VECTOR_LOGComboBox) Me.XtraTabPage1.Controls.Add(Me.PATH_EMAIL_TEMPTextBox) Me.XtraTabPage1.Controls.Add(PATH_EMAIL_ERRORSLabel) Me.XtraTabPage1.Controls.Add(Me.PATH_EMAIL_ERRORSTextBox) Me.XtraTabPage1.Controls.Add(Me.DELETE_MAILCheckBox) Me.XtraTabPage1.Controls.Add(Me.COMMENT_PROFILESTextBox) Me.XtraTabPage1.Controls.Add(Me.ACTIVECheckBox1) Me.XtraTabPage1.Controls.Add(WM_IDX_BODY_TEXTLabel) Me.XtraTabPage1.Controls.Add(Me.WM_IDX_BODY_TEXTComboBox) Me.XtraTabPage1.Controls.Add(WM_IDX_BODY_SUBSTR_LENGTHLabel) Me.XtraTabPage1.Controls.Add(Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox) Me.XtraTabPage1.Controls.Add(Me.BindingNavigator2) Me.XtraTabPage1.Controls.Add(Me.GridControl1) Me.XtraTabPage1.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[False] Me.XtraTabPage1.ImageOptions.Image = Global.CONFIG_APP.My.Resources.Resources.arrow_Down_16xMD Me.XtraTabPage1.Name = "XtraTabPage1" Me.XtraTabPage1.Size = New System.Drawing.Size(1209, 331) Me.XtraTabPage1.Text = "Zugeordnete Prozesse" ' 'lblDownloadPath ' Me.lblDownloadPath.AutoSize = True Me.lblDownloadPath.Location = New System.Drawing.Point(316, 188) Me.lblDownloadPath.Name = "lblDownloadPath" Me.lblDownloadPath.Size = New System.Drawing.Size(44, 13) Me.lblDownloadPath.TabIndex = 92 Me.lblDownloadPath.Text = "Label15" ' 'PATH_ORIGINALTextBox ' 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(509, 124) Me.PATH_ORIGINALTextBox.Name = "PATH_ORIGINALTextBox" Me.PATH_ORIGINALTextBox.Size = New System.Drawing.Size(305, 21) Me.PATH_ORIGINALTextBox.TabIndex = 91 ' 'TBEMLP_POLL_PROCESSBindingSource ' Me.TBEMLP_POLL_PROCESSBindingSource.AllowNew = True Me.TBEMLP_POLL_PROCESSBindingSource.DataMember = "FK_TBEMLP_POLL_PROCESS_PROFILE_ID" Me.TBEMLP_POLL_PROCESSBindingSource.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource Me.TBEMLP_POLL_PROCESSBindingSource.Sort = "SEQUENCE" ' 'btnFBD_ErrorPath ' Me.btnFBD_ErrorPath.Location = New System.Drawing.Point(787, 243) Me.btnFBD_ErrorPath.Name = "btnFBD_ErrorPath" Me.btnFBD_ErrorPath.Size = New System.Drawing.Size(27, 21) Me.btnFBD_ErrorPath.TabIndex = 90 Me.btnFBD_ErrorPath.Text = "..." Me.btnFBD_ErrorPath.UseVisualStyleBackColor = True ' 'btnFBD_DonwloadPath ' Me.btnFBD_DonwloadPath.Location = New System.Drawing.Point(787, 204) Me.btnFBD_DonwloadPath.Name = "btnFBD_DonwloadPath" Me.btnFBD_DonwloadPath.Size = New System.Drawing.Size(27, 21) Me.btnFBD_DonwloadPath.TabIndex = 89 Me.btnFBD_DonwloadPath.Text = "..." Me.btnFBD_DonwloadPath.UseVisualStyleBackColor = True ' 'txtSubjectExample ' Me.txtSubjectExample.BackColor = System.Drawing.SystemColors.Window Me.txtSubjectExample.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtSubjectExample.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txtSubjectExample.Location = New System.Drawing.Point(874, 41) Me.txtSubjectExample.Name = "txtSubjectExample" Me.txtSubjectExample.ReadOnly = True Me.txtSubjectExample.Size = New System.Drawing.Size(304, 21) Me.txtSubjectExample.TabIndex = 88 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(871, 25) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(74, 13) Me.Label9.TabIndex = 87 Me.Label9.Text = "Subject Email:" ' 'NumericUpDown2 ' Me.NumericUpDown2.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBEMLP_POLL_PROCESSBindingSource, "SEQUENCE", True)) Me.NumericUpDown2.Location = New System.Drawing.Point(820, 82) Me.NumericUpDown2.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.NumericUpDown2.Name = "NumericUpDown2" Me.NumericUpDown2.Size = New System.Drawing.Size(61, 21) Me.NumericUpDown2.TabIndex = 3 ' 'WM_IMPORTCheckBox ' Me.WM_IMPORTCheckBox.BackColor = System.Drawing.Color.White Me.WM_IMPORTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "WM_IMPORT", True)) Me.WM_IMPORTCheckBox.Location = New System.Drawing.Point(885, 108) Me.WM_IMPORTCheckBox.Name = "WM_IMPORTCheckBox" Me.WM_IMPORTCheckBox.Size = New System.Drawing.Size(149, 24) Me.WM_IMPORTCheckBox.TabIndex = 43 Me.WM_IMPORTCheckBox.Text = "Windream Import" Me.WM_IMPORTCheckBox.UseVisualStyleBackColor = False ' 'CHANGED_WHENTextBox1 ' Me.CHANGED_WHENTextBox1.BackColor = System.Drawing.SystemColors.InactiveBorder Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox1.Enabled = False Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(705, 284) Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(111, 21) Me.CHANGED_WHENTextBox1.TabIndex = 84 Me.CHANGED_WHENTextBox1.TabStop = False ' 'CHANGED_WHOProcessTextBox ' Me.CHANGED_WHOProcessTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.CHANGED_WHOProcessTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOProcessTextBox.Enabled = False Me.CHANGED_WHOProcessTextBox.Location = New System.Drawing.Point(576, 284) Me.CHANGED_WHOProcessTextBox.Name = "CHANGED_WHOProcessTextBox" Me.CHANGED_WHOProcessTextBox.Size = New System.Drawing.Size(124, 21) Me.CHANGED_WHOProcessTextBox.TabIndex = 83 Me.CHANGED_WHOProcessTextBox.TabStop = False ' 'ADDED_WHENTextBox1 ' Me.ADDED_WHENTextBox1.BackColor = System.Drawing.SystemColors.InactiveBorder Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox1.Enabled = False Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(443, 284) Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(124, 21) Me.ADDED_WHENTextBox1.TabIndex = 82 Me.ADDED_WHENTextBox1.TabStop = False ' 'ADDED_WHOTextBox1 ' Me.ADDED_WHOTextBox1.BackColor = System.Drawing.SystemColors.InactiveBorder Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox1.Enabled = False Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(319, 284) Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(120, 21) Me.ADDED_WHOTextBox1.TabIndex = 81 Me.ADDED_WHOTextBox1.TabStop = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(824, 228) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(65, 13) Me.Label5.TabIndex = 80 Me.Label5.Text = "Kommentar:" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(WM_PATHLabel) Me.GroupBox2.Controls.Add(Me.WM_PATHTextBox) Me.GroupBox2.Controls.Add(WM_FILE_NAMELabel) Me.GroupBox2.Controls.Add(Me.WM_FILE_NAMETextBox) Me.GroupBox2.Location = New System.Drawing.Point(878, 114) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(540, 110) Me.GroupBox2.TabIndex = 79 Me.GroupBox2.TabStop = False ' 'WM_PATHTextBox ' 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(9, 37) Me.WM_PATHTextBox.Name = "WM_PATHTextBox" Me.WM_PATHTextBox.Size = New System.Drawing.Size(312, 21) Me.WM_PATHTextBox.TabIndex = 7 ' 'WM_FILE_NAMETextBox ' 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(9, 77) Me.WM_FILE_NAMETextBox.Name = "WM_FILE_NAMETextBox" Me.WM_FILE_NAMETextBox.Size = New System.Drawing.Size(312, 21) Me.WM_FILE_NAMETextBox.TabIndex = 11 ' 'STEP_NAMEComboBox ' Me.STEP_NAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "STEP_NAME", True)) Me.STEP_NAMEComboBox.FormattingEnabled = True Me.STEP_NAMEComboBox.Items.AddRange(New Object() {"Easy Approval", "Download Mail", "Other"}) Me.STEP_NAMEComboBox.Location = New System.Drawing.Point(509, 41) Me.STEP_NAMEComboBox.Name = "STEP_NAMEComboBox" Me.STEP_NAMEComboBox.Size = New System.Drawing.Size(121, 21) Me.STEP_NAMEComboBox.TabIndex = 1 ' 'PROCESS_NAMEComboBox ' Me.PROCESS_NAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "PROCESS_NAME", True)) Me.PROCESS_NAMEComboBox.FormattingEnabled = True 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, 41) Me.PROCESS_NAMEComboBox.Name = "PROCESS_NAMEComboBox" Me.PROCESS_NAMEComboBox.Size = New System.Drawing.Size(185, 21) Me.PROCESS_NAMEComboBox.TabIndex = 0 ' 'GUIDProcessTextBox ' Me.GUIDProcessTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.GUIDProcessTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "GUID", True)) Me.GUIDProcessTextBox.Enabled = False Me.GUIDProcessTextBox.Location = New System.Drawing.Point(247, 41) Me.GUIDProcessTextBox.Name = "GUIDProcessTextBox" Me.GUIDProcessTextBox.Size = New System.Drawing.Size(51, 21) Me.GUIDProcessTextBox.TabIndex = 33 Me.GUIDProcessTextBox.TabStop = False ' 'COPY_2_HDDCheckBox ' Me.COPY_2_HDDCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "COPY_2_HDD", True)) Me.COPY_2_HDDCheckBox.Location = New System.Drawing.Point(509, 108) Me.COPY_2_HDDCheckBox.Name = "COPY_2_HDDCheckBox" Me.COPY_2_HDDCheckBox.Size = New System.Drawing.Size(118, 17) Me.COPY_2_HDDCheckBox.TabIndex = 6 Me.COPY_2_HDDCheckBox.Text = "Copy email to HDD" Me.COPY_2_HDDCheckBox.UseVisualStyleBackColor = True ' 'WM_OBJEKTTYPEComboBox ' Me.WM_OBJEKTTYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "WM_OBJEKTTYPE", True)) Me.WM_OBJEKTTYPEComboBox.FormattingEnabled = True Me.WM_OBJEKTTYPEComboBox.Location = New System.Drawing.Point(319, 81) Me.WM_OBJEKTTYPEComboBox.Name = "WM_OBJEKTTYPEComboBox" Me.WM_OBJEKTTYPEComboBox.Size = New System.Drawing.Size(495, 21) Me.WM_OBJEKTTYPEComboBox.TabIndex = 4 ' 'WM_VECTOR_LOGComboBox ' Me.WM_VECTOR_LOGComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "WM_VECTOR_LOG", True)) Me.WM_VECTOR_LOGComboBox.FormattingEnabled = True Me.WM_VECTOR_LOGComboBox.Location = New System.Drawing.Point(319, 124) Me.WM_VECTOR_LOGComboBox.Name = "WM_VECTOR_LOGComboBox" Me.WM_VECTOR_LOGComboBox.Size = New System.Drawing.Size(175, 21) Me.WM_VECTOR_LOGComboBox.TabIndex = 5 ' 'PATH_EMAIL_TEMPTextBox ' 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(319, 204) Me.PATH_EMAIL_TEMPTextBox.Name = "PATH_EMAIL_TEMPTextBox" Me.PATH_EMAIL_TEMPTextBox.Size = New System.Drawing.Size(462, 21) Me.PATH_EMAIL_TEMPTextBox.TabIndex = 9 ' 'PATH_EMAIL_ERRORSTextBox ' 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(319, 244) Me.PATH_EMAIL_ERRORSTextBox.Name = "PATH_EMAIL_ERRORSTextBox" Me.PATH_EMAIL_ERRORSTextBox.Size = New System.Drawing.Size(462, 21) Me.PATH_EMAIL_ERRORSTextBox.TabIndex = 11 ' 'DELETE_MAILCheckBox ' Me.DELETE_MAILCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "DELETE_MAIL", True)) Me.DELETE_MAILCheckBox.Location = New System.Drawing.Point(636, 39) Me.DELETE_MAILCheckBox.Name = "DELETE_MAILCheckBox" Me.DELETE_MAILCheckBox.Size = New System.Drawing.Size(158, 24) Me.DELETE_MAILCheckBox.TabIndex = 2 Me.DELETE_MAILCheckBox.Text = "Delete Mail after success" Me.DELETE_MAILCheckBox.UseVisualStyleBackColor = True ' 'COMMENT_PROFILESTextBox ' Me.COMMENT_PROFILESTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "COMMENT", True)) Me.COMMENT_PROFILESTextBox.Location = New System.Drawing.Point(824, 244) Me.COMMENT_PROFILESTextBox.Multiline = True Me.COMMENT_PROFILESTextBox.Name = "COMMENT_PROFILESTextBox" Me.COMMENT_PROFILESTextBox.Size = New System.Drawing.Size(358, 61) Me.COMMENT_PROFILESTextBox.TabIndex = 10 ' 'ACTIVECheckBox1 ' Me.ACTIVECheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox1.Location = New System.Drawing.Point(896, 79) Me.ACTIVECheckBox1.Name = "ACTIVECheckBox1" Me.ACTIVECheckBox1.Size = New System.Drawing.Size(68, 24) Me.ACTIVECheckBox1.TabIndex = 3 Me.ACTIVECheckBox1.Text = "Active" Me.ACTIVECheckBox1.UseVisualStyleBackColor = True ' 'WM_IDX_BODY_TEXTComboBox ' Me.WM_IDX_BODY_TEXTComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "WM_IDX_BODY_TEXT", True)) Me.WM_IDX_BODY_TEXTComboBox.FormattingEnabled = True Me.WM_IDX_BODY_TEXTComboBox.Location = New System.Drawing.Point(319, 164) Me.WM_IDX_BODY_TEXTComboBox.Name = "WM_IDX_BODY_TEXTComboBox" Me.WM_IDX_BODY_TEXTComboBox.Size = New System.Drawing.Size(138, 21) Me.WM_IDX_BODY_TEXTComboBox.TabIndex = 7 ' 'WM_IDX_BODY_SUBSTR_LENGTHTextBox ' 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(465, 164) Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.Name = "WM_IDX_BODY_SUBSTR_LENGTHTextBox" Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.Size = New System.Drawing.Size(29, 21) Me.WM_IDX_BODY_SUBSTR_LENGTHTextBox.TabIndex = 8 ' 'BindingNavigator2 ' Me.BindingNavigator2.AddNewItem = Me.ToolStripButton2 Me.BindingNavigator2.BindingSource = Me.TBEMLP_POLL_PROCESSBindingSource Me.BindingNavigator2.CountItem = Me.ToolStripLabel1 Me.BindingNavigator2.CountItemFormat = "von {0} Prozessen" Me.BindingNavigator2.DeleteItem = Me.ToolStripButton3 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(241, 0) Me.BindingNavigator2.MoveFirstItem = Me.ToolStripButton4 Me.BindingNavigator2.MoveLastItem = Me.ToolStripButton7 Me.BindingNavigator2.MoveNextItem = Me.ToolStripButton6 Me.BindingNavigator2.MovePreviousItem = Me.ToolStripButton5 Me.BindingNavigator2.Name = "BindingNavigator2" Me.BindingNavigator2.PositionItem = Me.ToolStripTextBox1 Me.BindingNavigator2.Size = New System.Drawing.Size(968, 25) Me.BindingNavigator2.TabIndex = 32 Me.BindingNavigator2.Text = "BindingNavigator2" ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton2.Text = "Neu hinzufügen" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(99, 22) Me.ToolStripLabel1.Text = "von {0} Prozessen" Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'ToolStripButton3 ' Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton3.Text = "Löschen" ' 'ToolStripButton4 ' Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton4.Text = "Erste verschieben" ' 'ToolStripButton5 ' Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton5.Text = "Vorherige verschieben" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'ToolStripTextBox1 ' Me.ToolStripTextBox1.AccessibleName = "Position" Me.ToolStripTextBox1.AutoSize = False Me.ToolStripTextBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox1.Name = "ToolStripTextBox1" Me.ToolStripTextBox1.Size = New System.Drawing.Size(50, 23) Me.ToolStripTextBox1.Text = "0" Me.ToolStripTextBox1.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton6 ' Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton6.Text = "Nächste verschieben" ' 'ToolStripButton7 ' Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton7.Text = "Letzte verschieben" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton8 ' Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton8.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton8.Name = "ToolStripButton8" Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton8.Text = "ToolStripButton1" ' 'ToolStripButton10 ' Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton10.Image = Global.CONFIG_APP.My.Resources.Resources.refresh_16xLG Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton10.Name = "ToolStripButton10" Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton10.Text = "Refresh" ' 'GridControl1 ' Me.GridControl1.DataSource = Me.TBEMLP_POLL_PROCESSBindingSource Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Left 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(241, 331) Me.GridControl1.TabIndex = 0 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True Me.GridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GridView1.Appearance.FilterPanel.Options.UseBackColor = True Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colPROCESS_NAME, Me.colSTEP_NAME, Me.colCOMMENT}) Me.GridView1.GridControl = Me.GridControl1 Me.GridView1.Name = "GridView1" Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsBehavior.Editable = False Me.GridView1.OptionsView.EnableAppearanceEvenRow = True Me.GridView1.OptionsView.ShowAutoFilterRow = True Me.GridView1.OptionsView.ShowDetailButtons = False Me.GridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways Me.GridView1.OptionsView.ShowGroupPanel = False ' 'colPROCESS_NAME ' Me.colPROCESS_NAME.Caption = "Process Name" Me.colPROCESS_NAME.FieldName = "PROCESS_NAME" Me.colPROCESS_NAME.Name = "colPROCESS_NAME" Me.colPROCESS_NAME.Visible = True Me.colPROCESS_NAME.VisibleIndex = 0 ' 'colSTEP_NAME ' Me.colSTEP_NAME.Caption = "Step Name" Me.colSTEP_NAME.FieldName = "STEP_NAME" Me.colSTEP_NAME.Name = "colSTEP_NAME" Me.colSTEP_NAME.Visible = True Me.colSTEP_NAME.VisibleIndex = 1 ' 'colCOMMENT ' Me.colCOMMENT.Caption = "Comment" Me.colCOMMENT.FieldName = "COMMENT" Me.colCOMMENT.Name = "colCOMMENT" Me.colCOMMENT.Visible = True Me.colCOMMENT.VisibleIndex = 2 ' 'XtraTabPage2 ' Me.XtraTabPage2.Controls.Add(Label6) Me.XtraTabPage2.Controls.Add(Me.NumericUpDown1) Me.XtraTabPage2.Controls.Add(CHANGED_WHENLabel2) Me.XtraTabPage2.Controls.Add(Me.CHANGED_WHENTextBox2) Me.XtraTabPage2.Controls.Add(CHANGED_WHOLabel2) Me.XtraTabPage2.Controls.Add(Me.CHANGED_WHOStepsTextBox) Me.XtraTabPage2.Controls.Add(ADDED_WHENLabel2) Me.XtraTabPage2.Controls.Add(Me.ADDED_WHENTextBox2) Me.XtraTabPage2.Controls.Add(ADDED_WHOLabel2) Me.XtraTabPage2.Controls.Add(Me.ADDED_WHOTextBox2) Me.XtraTabPage2.Controls.Add(Me.BindingNavigator3) Me.XtraTabPage2.Controls.Add(GUIDLabel2) Me.XtraTabPage2.Controls.Add(Me.GUIDPollStepsTextBox) Me.XtraTabPage2.Controls.Add(STEP_NAMELabel1) Me.XtraTabPage2.Controls.Add(Me.STEP_NAMETextBox) Me.XtraTabPage2.Controls.Add(KEYWORDS_BODYLabel) Me.XtraTabPage2.Controls.Add(Me.KEYWORDS_BODYTextBox) Me.XtraTabPage2.Controls.Add(COMMENTLabel1) Me.XtraTabPage2.Controls.Add(Me.COMMENTTextBox1) Me.XtraTabPage2.Controls.Add(Me.ACTIVECheckBox2) Me.XtraTabPage2.Controls.Add(Me.GridControl2) Me.XtraTabPage2.ImageOptions.Image = Global.CONFIG_APP.My.Resources.Resources.arrow_right Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Size = New System.Drawing.Size(1209, 331) Me.XtraTabPage2.Text = "Verarbeitungs-Schritte" ' 'NumericUpDown1 ' Me.NumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBEMLP_POLL_STEPSBindingSource, "SEQUENCE", True)) Me.NumericUpDown1.Location = New System.Drawing.Point(897, 81) Me.NumericUpDown1.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(61, 21) Me.NumericUpDown1.TabIndex = 59 ' 'TBEMLP_POLL_STEPSBindingSource ' Me.TBEMLP_POLL_STEPSBindingSource.AllowNew = True Me.TBEMLP_POLL_STEPSBindingSource.DataMember = "FK_TBEMLP_POLL_STEPS_PROCESS_ID" Me.TBEMLP_POLL_STEPSBindingSource.DataSource = Me.TBEMLP_POLL_PROCESSBindingSource Me.TBEMLP_POLL_STEPSBindingSource.Sort = "SEQUENCE" ' 'CHANGED_WHENTextBox2 ' Me.CHANGED_WHENTextBox2.BackColor = System.Drawing.SystemColors.InactiveBorder 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(668, 121) Me.CHANGED_WHENTextBox2.Name = "CHANGED_WHENTextBox2" Me.CHANGED_WHENTextBox2.Size = New System.Drawing.Size(120, 21) Me.CHANGED_WHENTextBox2.TabIndex = 37 ' 'CHANGED_WHOStepsTextBox ' Me.CHANGED_WHOStepsTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder 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(556, 121) Me.CHANGED_WHOStepsTextBox.Name = "CHANGED_WHOStepsTextBox" Me.CHANGED_WHOStepsTextBox.Size = New System.Drawing.Size(100, 21) Me.CHANGED_WHOStepsTextBox.TabIndex = 36 ' 'ADDED_WHENTextBox2 ' Me.ADDED_WHENTextBox2.BackColor = System.Drawing.SystemColors.InactiveBorder 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(426, 121) Me.ADDED_WHENTextBox2.Name = "ADDED_WHENTextBox2" Me.ADDED_WHENTextBox2.Size = New System.Drawing.Size(124, 21) Me.ADDED_WHENTextBox2.TabIndex = 35 ' 'ADDED_WHOTextBox2 ' Me.ADDED_WHOTextBox2.BackColor = System.Drawing.SystemColors.InactiveBorder 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(300, 121) Me.ADDED_WHOTextBox2.Name = "ADDED_WHOTextBox2" Me.ADDED_WHOTextBox2.Size = New System.Drawing.Size(120, 21) Me.ADDED_WHOTextBox2.TabIndex = 34 ' 'BindingNavigator3 ' Me.BindingNavigator3.AddNewItem = Me.ToolStripButton11 Me.BindingNavigator3.BindingSource = Me.TBEMLP_POLL_STEPSBindingSource Me.BindingNavigator3.CountItem = Me.ToolStripLabel2 Me.BindingNavigator3.CountItemFormat = "von {0} möglichen Verarbeitungsschritten" Me.BindingNavigator3.DeleteItem = Me.ToolStripButton12 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 Me.BindingNavigator3.MoveLastItem = Me.ToolStripButton16 Me.BindingNavigator3.MoveNextItem = Me.ToolStripButton15 Me.BindingNavigator3.MovePreviousItem = Me.ToolStripButton14 Me.BindingNavigator3.Name = "BindingNavigator3" Me.BindingNavigator3.PositionItem = Me.ToolStripTextBox2 Me.BindingNavigator3.Size = New System.Drawing.Size(964, 25) Me.BindingNavigator3.TabIndex = 33 Me.BindingNavigator3.Text = "BindingNavigator3" ' 'ToolStripButton11 ' Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton11.Text = "Neu hinzufügen" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(225, 22) Me.ToolStripLabel2.Text = "von {0} möglichen Verarbeitungsschritten" Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'ToolStripButton12 ' Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton12.Text = "Löschen" ' 'ToolStripButton13 ' Me.ToolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton13.Text = "Erste verschieben" ' 'ToolStripButton14 ' Me.ToolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton14.Text = "Vorherige verschieben" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25) ' 'ToolStripTextBox2 ' Me.ToolStripTextBox2.AccessibleName = "Position" Me.ToolStripTextBox2.AutoSize = False Me.ToolStripTextBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox2.Name = "ToolStripTextBox2" Me.ToolStripTextBox2.Size = New System.Drawing.Size(50, 23) Me.ToolStripTextBox2.Text = "0" Me.ToolStripTextBox2.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton15 ' Me.ToolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton15.Text = "Nächste verschieben" ' 'ToolStripButton16 ' Me.ToolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton16.Text = "Letzte verschieben" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton17 ' Me.ToolStripButton17.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton17.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD Me.ToolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton17.Name = "ToolStripButton17" Me.ToolStripButton17.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton17.Text = "ToolStripButton1" ' 'ToolStripButton18 ' Me.ToolStripButton18.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton18.Image = Global.CONFIG_APP.My.Resources.Resources.refresh_16xLG Me.ToolStripButton18.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton18.Name = "ToolStripButton18" Me.ToolStripButton18.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton18.Text = "Refresh" ' 'GUIDPollStepsTextBox ' Me.GUIDPollStepsTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.GUIDPollStepsTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "GUID", True)) Me.GUIDPollStepsTextBox.Location = New System.Drawing.Point(254, 41) Me.GUIDPollStepsTextBox.Name = "GUIDPollStepsTextBox" Me.GUIDPollStepsTextBox.Size = New System.Drawing.Size(40, 21) Me.GUIDPollStepsTextBox.TabIndex = 2 ' 'STEP_NAMETextBox ' 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(300, 41) Me.STEP_NAMETextBox.Name = "STEP_NAMETextBox" Me.STEP_NAMETextBox.Size = New System.Drawing.Size(221, 21) Me.STEP_NAMETextBox.TabIndex = 6 ' 'KEYWORDS_BODYTextBox ' 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(527, 41) Me.KEYWORDS_BODYTextBox.Name = "KEYWORDS_BODYTextBox" Me.KEYWORDS_BODYTextBox.Size = New System.Drawing.Size(364, 21) Me.KEYWORDS_BODYTextBox.TabIndex = 8 ' 'COMMENTTextBox1 ' Me.COMMENTTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_STEPSBindingSource, "COMMENT", True)) Me.COMMENTTextBox1.Location = New System.Drawing.Point(300, 81) Me.COMMENTTextBox1.Name = "COMMENTTextBox1" Me.COMMENTTextBox1.Size = New System.Drawing.Size(591, 21) Me.COMMENTTextBox1.TabIndex = 10 ' 'ACTIVECheckBox2 ' Me.ACTIVECheckBox2.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_STEPSBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox2.Location = New System.Drawing.Point(897, 39) Me.ACTIVECheckBox2.Name = "ACTIVECheckBox2" Me.ACTIVECheckBox2.Size = New System.Drawing.Size(104, 24) Me.ACTIVECheckBox2.TabIndex = 12 Me.ACTIVECheckBox2.Text = "Active" Me.ACTIVECheckBox2.UseVisualStyleBackColor = True ' 'GridControl2 ' Me.GridControl2.DataSource = Me.TBEMLP_POLL_STEPSBindingSource Me.GridControl2.Dock = System.Windows.Forms.DockStyle.Left 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, 331) Me.GridControl2.TabIndex = 1 Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) ' 'GridView2 ' Me.GridView2.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView2.Appearance.EvenRow.Options.UseBackColor = True Me.GridView2.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GridView2.Appearance.FilterPanel.Options.UseBackColor = True Me.GridView2.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSTEP_NAME1, Me.colKEYWORDS_BODY}) Me.GridView2.GridControl = Me.GridControl2 Me.GridView2.Name = "GridView2" Me.GridView2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView2.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView2.OptionsBehavior.Editable = False Me.GridView2.OptionsView.EnableAppearanceEvenRow = True Me.GridView2.OptionsView.ShowAutoFilterRow = True Me.GridView2.OptionsView.ShowDetailButtons = False Me.GridView2.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways Me.GridView2.OptionsView.ShowGroupPanel = False ' 'colSTEP_NAME1 ' Me.colSTEP_NAME1.Caption = "Bezeichnung" Me.colSTEP_NAME1.FieldName = "STEP_NAME" Me.colSTEP_NAME1.Name = "colSTEP_NAME1" Me.colSTEP_NAME1.Visible = True Me.colSTEP_NAME1.VisibleIndex = 0 ' 'colKEYWORDS_BODY ' Me.colKEYWORDS_BODY.Caption = "Keywords" Me.colKEYWORDS_BODY.FieldName = "KEYWORDS_BODY" Me.colKEYWORDS_BODY.Name = "colKEYWORDS_BODY" Me.colKEYWORDS_BODY.Visible = True Me.colKEYWORDS_BODY.VisibleIndex = 1 ' 'XtraTabPage3 ' Me.XtraTabPage3.AutoScroll = True Me.XtraTabPage3.Controls.Add(SEQUENCELabel1) Me.XtraTabPage3.Controls.Add(Me.SEQUENCENumericUpDown) Me.XtraTabPage3.Controls.Add(GUIDLabel3) Me.XtraTabPage3.Controls.Add(Me.GUIDTextBox1) Me.XtraTabPage3.Controls.Add(INDEXNAMELabel) Me.XtraTabPage3.Controls.Add(Me.INDEXNAMEIndexStepsComboBox) Me.XtraTabPage3.Controls.Add(INDEXVALUELabel) Me.XtraTabPage3.Controls.Add(Me.INDEXVALUETextBox) Me.XtraTabPage3.Controls.Add(Me.ACTIVECheckBox3) Me.XtraTabPage3.Controls.Add(Me.USE_FOR_DIRECT_ANSWERCheckBox) Me.XtraTabPage3.Controls.Add(ADDED_WHOLabel3) Me.XtraTabPage3.Controls.Add(Me.ADDED_WHOTextBox3) Me.XtraTabPage3.Controls.Add(ADDED_WHENLabel3) Me.XtraTabPage3.Controls.Add(Me.ADDED_WHENTextBox3) Me.XtraTabPage3.Controls.Add(CHANGED_WHOLabel3) Me.XtraTabPage3.Controls.Add(Me.CHANGED_WHOIndexingStepsTextBox) Me.XtraTabPage3.Controls.Add(CHANGED_WHENLabel3) Me.XtraTabPage3.Controls.Add(Me.CHANGED_WHENTextBox3) Me.XtraTabPage3.Controls.Add(Me.BindingNavigator4) Me.XtraTabPage3.Controls.Add(Me.GridControl3) Me.XtraTabPage3.ImageOptions.Image = Global.CONFIG_APP.My.Resources.Resources.arrow_right Me.XtraTabPage3.Name = "XtraTabPage3" Me.XtraTabPage3.Size = New System.Drawing.Size(1209, 331) Me.XtraTabPage3.Text = "Indexing Steps" ' 'SEQUENCENumericUpDown ' Me.SEQUENCENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "SEQUENCE", True)) Me.SEQUENCENumericUpDown.Location = New System.Drawing.Point(496, 82) Me.SEQUENCENumericUpDown.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown" Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(61, 21) Me.SEQUENCENumericUpDown.TabIndex = 57 ' 'TBEMLP_POLL_INDEXING_STEPSBindingSource ' Me.TBEMLP_POLL_INDEXING_STEPSBindingSource.AllowNew = True Me.TBEMLP_POLL_INDEXING_STEPSBindingSource.DataMember = "FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" Me.TBEMLP_POLL_INDEXING_STEPSBindingSource.DataSource = Me.TBEMLP_POLL_STEPSBindingSource Me.TBEMLP_POLL_INDEXING_STEPSBindingSource.Sort = "SEQUENCE" ' 'GUIDTextBox1 ' Me.GUIDTextBox1.BackColor = System.Drawing.SystemColors.InactiveBorder Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "GUID", True)) Me.GUIDTextBox1.Location = New System.Drawing.Point(254, 42) Me.GUIDTextBox1.Name = "GUIDTextBox1" Me.GUIDTextBox1.Size = New System.Drawing.Size(51, 21) Me.GUIDTextBox1.TabIndex = 36 ' 'INDEXNAMEIndexStepsComboBox ' Me.INDEXNAMEIndexStepsComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "INDEXNAME", True)) Me.INDEXNAMEIndexStepsComboBox.FormattingEnabled = True Me.INDEXNAMEIndexStepsComboBox.Location = New System.Drawing.Point(314, 42) Me.INDEXNAMEIndexStepsComboBox.Name = "INDEXNAMEIndexStepsComboBox" Me.INDEXNAMEIndexStepsComboBox.Size = New System.Drawing.Size(173, 21) Me.INDEXNAMEIndexStepsComboBox.TabIndex = 40 ' 'INDEXVALUETextBox ' Me.INDEXVALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "INDEXVALUE", True)) Me.INDEXVALUETextBox.Location = New System.Drawing.Point(496, 42) Me.INDEXVALUETextBox.Name = "INDEXVALUETextBox" Me.INDEXVALUETextBox.Size = New System.Drawing.Size(200, 21) Me.INDEXVALUETextBox.TabIndex = 42 ' 'ACTIVECheckBox3 ' Me.ACTIVECheckBox3.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox3.Location = New System.Drawing.Point(711, 40) Me.ACTIVECheckBox3.Name = "ACTIVECheckBox3" Me.ACTIVECheckBox3.Size = New System.Drawing.Size(121, 24) Me.ACTIVECheckBox3.TabIndex = 44 Me.ACTIVECheckBox3.Text = "Active" Me.ACTIVECheckBox3.UseVisualStyleBackColor = True ' 'USE_FOR_DIRECT_ANSWERCheckBox ' Me.USE_FOR_DIRECT_ANSWERCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, "USE_FOR_DIRECT_ANSWER", True)) Me.USE_FOR_DIRECT_ANSWERCheckBox.Location = New System.Drawing.Point(314, 72) Me.USE_FOR_DIRECT_ANSWERCheckBox.Name = "USE_FOR_DIRECT_ANSWERCheckBox" Me.USE_FOR_DIRECT_ANSWERCheckBox.Size = New System.Drawing.Size(179, 24) Me.USE_FOR_DIRECT_ANSWERCheckBox.TabIndex = 46 Me.USE_FOR_DIRECT_ANSWERCheckBox.Text = "Index in case of direct answer" Me.USE_FOR_DIRECT_ANSWERCheckBox.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox3 ' Me.ADDED_WHOTextBox3.BackColor = System.Drawing.SystemColors.InactiveBorder 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(312, 125) Me.ADDED_WHOTextBox3.Name = "ADDED_WHOTextBox3" Me.ADDED_WHOTextBox3.Size = New System.Drawing.Size(121, 21) Me.ADDED_WHOTextBox3.TabIndex = 50 ' 'ADDED_WHENTextBox3 ' Me.ADDED_WHENTextBox3.BackColor = System.Drawing.SystemColors.InactiveBorder 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(442, 125) Me.ADDED_WHENTextBox3.Name = "ADDED_WHENTextBox3" Me.ADDED_WHENTextBox3.Size = New System.Drawing.Size(121, 21) Me.ADDED_WHENTextBox3.TabIndex = 52 ' 'CHANGED_WHOIndexingStepsTextBox ' Me.CHANGED_WHOIndexingStepsTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder 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(572, 125) Me.CHANGED_WHOIndexingStepsTextBox.Name = "CHANGED_WHOIndexingStepsTextBox" Me.CHANGED_WHOIndexingStepsTextBox.Size = New System.Drawing.Size(122, 21) Me.CHANGED_WHOIndexingStepsTextBox.TabIndex = 54 ' 'CHANGED_WHENTextBox3 ' Me.CHANGED_WHENTextBox3.BackColor = System.Drawing.SystemColors.InactiveBorder 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(702, 125) Me.CHANGED_WHENTextBox3.Name = "CHANGED_WHENTextBox3" Me.CHANGED_WHENTextBox3.Size = New System.Drawing.Size(121, 21) Me.CHANGED_WHENTextBox3.TabIndex = 56 ' 'BindingNavigator4 ' Me.BindingNavigator4.AddNewItem = Me.ToolStripButton19 Me.BindingNavigator4.BindingSource = Me.TBEMLP_POLL_INDEXING_STEPSBindingSource Me.BindingNavigator4.CountItem = Me.ToolStripLabel3 Me.BindingNavigator4.CountItemFormat = "von {0} Indexierungsschritten" Me.BindingNavigator4.DeleteItem = Me.ToolStripButton20 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 Me.BindingNavigator4.MoveLastItem = Me.ToolStripButton24 Me.BindingNavigator4.MoveNextItem = Me.ToolStripButton23 Me.BindingNavigator4.MovePreviousItem = Me.ToolStripButton22 Me.BindingNavigator4.Name = "BindingNavigator4" Me.BindingNavigator4.PositionItem = Me.ToolStripTextBox3 Me.BindingNavigator4.Size = New System.Drawing.Size(964, 25) Me.BindingNavigator4.TabIndex = 35 Me.BindingNavigator4.Text = "BindingNavigator4" ' 'ToolStripButton19 ' Me.ToolStripButton19.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton19.Text = "Neu hinzufügen" ' 'ToolStripLabel3 ' Me.ToolStripLabel3.Name = "ToolStripLabel3" Me.ToolStripLabel3.Size = New System.Drawing.Size(161, 22) Me.ToolStripLabel3.Text = "von {0} Indexierungsschritten" Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'ToolStripButton20 ' Me.ToolStripButton20.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton20.Text = "Löschen" ' 'ToolStripButton21 ' Me.ToolStripButton21.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton21.Text = "Erste verschieben" ' 'ToolStripButton22 ' Me.ToolStripButton22.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton22.Text = "Vorherige verschieben" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25) ' 'ToolStripTextBox3 ' Me.ToolStripTextBox3.AccessibleName = "Position" Me.ToolStripTextBox3.AutoSize = False Me.ToolStripTextBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox3.Name = "ToolStripTextBox3" Me.ToolStripTextBox3.Size = New System.Drawing.Size(50, 23) Me.ToolStripTextBox3.Text = "0" Me.ToolStripTextBox3.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton23 ' Me.ToolStripButton23.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton23.Text = "Nächste verschieben" ' 'ToolStripButton24 ' Me.ToolStripButton24.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 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(23, 22) Me.ToolStripButton24.Text = "Letzte verschieben" ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton25 ' Me.ToolStripButton25.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton25.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD Me.ToolStripButton25.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton25.Name = "ToolStripButton25" Me.ToolStripButton25.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton25.Text = "ToolStripButton1" ' 'ToolStripButton26 ' Me.ToolStripButton26.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton26.Image = Global.CONFIG_APP.My.Resources.Resources.refresh_16xLG Me.ToolStripButton26.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton26.Name = "ToolStripButton26" Me.ToolStripButton26.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton26.Text = "Refresh" ' 'GridControl3 ' Me.GridControl3.DataSource = Me.TBEMLP_POLL_INDEXING_STEPSBindingSource Me.GridControl3.Dock = System.Windows.Forms.DockStyle.Left 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, 331) Me.GridControl3.TabIndex = 34 Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3}) ' 'GridView3 ' Me.GridView3.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView3.Appearance.EvenRow.Options.UseBackColor = True Me.GridView3.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GridView3.Appearance.FilterPanel.Options.UseBackColor = True Me.GridView3.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colINDEXNAME, Me.colINDEXVALUE}) Me.GridView3.GridControl = Me.GridControl3 Me.GridView3.Name = "GridView3" Me.GridView3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView3.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView3.OptionsBehavior.Editable = False Me.GridView3.OptionsView.EnableAppearanceEvenRow = True Me.GridView3.OptionsView.ShowAutoFilterRow = True Me.GridView3.OptionsView.ShowDetailButtons = False Me.GridView3.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways Me.GridView3.OptionsView.ShowGroupPanel = False ' 'colINDEXNAME ' Me.colINDEXNAME.Caption = "Indexname" Me.colINDEXNAME.FieldName = "INDEXNAME" Me.colINDEXNAME.Name = "colINDEXNAME" Me.colINDEXNAME.Visible = True Me.colINDEXNAME.VisibleIndex = 0 ' 'colINDEXVALUE ' Me.colINDEXVALUE.Caption = "Index-Value" Me.colINDEXVALUE.FieldName = "INDEXVALUE" Me.colINDEXVALUE.Name = "colINDEXVALUE" Me.colINDEXVALUE.Visible = True Me.colINDEXVALUE.VisibleIndex = 1 ' 'CHANGED_WHOProfilesTextBox ' Me.CHANGED_WHOProfilesTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.CHANGED_WHOProfilesTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOProfilesTextBox.Enabled = False Me.CHANGED_WHOProfilesTextBox.Location = New System.Drawing.Point(958, 84) Me.CHANGED_WHOProfilesTextBox.Name = "CHANGED_WHOProfilesTextBox" Me.CHANGED_WHOProfilesTextBox.Size = New System.Drawing.Size(121, 21) Me.CHANGED_WHOProfilesTextBox.TabIndex = 25 ' 'GUIDTextBox ' Me.GUIDTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "GUID", True)) Me.GUIDTextBox.Enabled = False Me.GUIDTextBox.Location = New System.Drawing.Point(254, 44) Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.Size = New System.Drawing.Size(58, 21) Me.GUIDTextBox.TabIndex = 5 ' 'PROFILE_NAMETextBox ' 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(321, 44) Me.PROFILE_NAMETextBox.Name = "PROFILE_NAMETextBox" Me.PROFILE_NAMETextBox.Size = New System.Drawing.Size(240, 21) Me.PROFILE_NAMETextBox.TabIndex = 7 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox.Enabled = False Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(1085, 84) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(121, 21) Me.CHANGED_WHENTextBox.TabIndex = 27 ' 'COMMENTTextBox ' Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "COMMENT", True)) Me.COMMENTTextBox.Location = New System.Drawing.Point(254, 84) Me.COMMENTTextBox.Name = "COMMENTTextBox" Me.COMMENTTextBox.Size = New System.Drawing.Size(437, 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(958, 42) Me.ACTIVECheckBox.Name = "ACTIVECheckBox" Me.ACTIVECheckBox.Size = New System.Drawing.Size(121, 24) Me.ACTIVECheckBox.TabIndex = 17 Me.ACTIVECheckBox.Text = "Active" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox.Enabled = False Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(830, 84) Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(122, 21) Me.ADDED_WHENTextBox.TabIndex = 23 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROFILESBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox.Enabled = False Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(700, 84) Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(121, 21) Me.ADDED_WHOTextBox.TabIndex = 21 ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.GroupBox3) Me.TabPage2.Controls.Add(Me.GroupBox1) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(1219, 534) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Grundeinstellungen" Me.TabPage2.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(CHANGED_WHENLabel4) Me.GroupBox3.Controls.Add(Me.CHANGED_WHENTextBox4) Me.GroupBox3.Controls.Add(CHANGED_WHOLabel4) Me.GroupBox3.Controls.Add(Me.CHANGED_WHOTextBox) Me.GroupBox3.Controls.Add(CHECK_INTERVALL_MINUTESLabel) Me.GroupBox3.Controls.Add(Me.Label10) Me.GroupBox3.Controls.Add(Me.CHECK_INTERVALL_MINUTESNumericUpDown) Me.GroupBox3.Controls.Add(Me.btnShowLogpath) Me.GroupBox3.Controls.Add(Me.LOG_ERRORS_ONLYCheckBox) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox3.Location = New System.Drawing.Point(3, 103) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(1213, 161) Me.GroupBox3.TabIndex = 61 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Weiteres" ' 'CHANGED_WHENTextBox4 ' Me.CHANGED_WHENTextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_CONFIGBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox4.Location = New System.Drawing.Point(995, 24) Me.CHANGED_WHENTextBox4.Name = "CHANGED_WHENTextBox4" Me.CHANGED_WHENTextBox4.ReadOnly = True Me.CHANGED_WHENTextBox4.Size = New System.Drawing.Size(130, 21) Me.CHANGED_WHENTextBox4.TabIndex = 67 ' 'TBEMLP_CONFIGBindingSource ' Me.TBEMLP_CONFIGBindingSource.DataMember = "TBEMLP_CONFIG" Me.TBEMLP_CONFIGBindingSource.DataSource = Me.MyDataset ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_CONFIGBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(788, 23) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(110, 21) Me.CHANGED_WHOTextBox.TabIndex = 66 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(468, 26) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(179, 13) Me.Label10.TabIndex = 65 Me.Label10.Text = "(Neustart des Dienstes erforderlich)" ' 'CHECK_INTERVALL_MINUTESNumericUpDown ' Me.CHECK_INTERVALL_MINUTESNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBEMLP_CONFIGBindingSource, "CHECK_INTERVALL_MINUTES", True)) Me.CHECK_INTERVALL_MINUTESNumericUpDown.Location = New System.Drawing.Point(427, 24) Me.CHECK_INTERVALL_MINUTESNumericUpDown.Maximum = New Decimal(New Integer() {60, 0, 0, 0}) Me.CHECK_INTERVALL_MINUTESNumericUpDown.Name = "CHECK_INTERVALL_MINUTESNumericUpDown" Me.CHECK_INTERVALL_MINUTESNumericUpDown.Size = New System.Drawing.Size(35, 21) Me.CHECK_INTERVALL_MINUTESNumericUpDown.TabIndex = 63 ' 'btnShowLogpath ' Me.btnShowLogpath.Image = Global.CONFIG_APP.My.Resources.Resources.folder_Closed_16xLG Me.btnShowLogpath.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnShowLogpath.Location = New System.Drawing.Point(9, 20) Me.btnShowLogpath.Name = "btnShowLogpath" Me.btnShowLogpath.Size = New System.Drawing.Size(108, 24) Me.btnShowLogpath.TabIndex = 59 Me.btnShowLogpath.Text = "Show Logpath" Me.btnShowLogpath.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnShowLogpath.UseVisualStyleBackColor = True ' 'LOG_ERRORS_ONLYCheckBox ' Me.LOG_ERRORS_ONLYCheckBox.Checked = Global.CONFIG_APP.My.MySettings.Default.DEBUG Me.LOG_ERRORS_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_CONFIGBindingSource, "LOG_ERRORS_ONLY", True)) Me.LOG_ERRORS_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.CONFIG_APP.My.MySettings.Default, "DEBUG", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.LOG_ERRORS_ONLYCheckBox.Location = New System.Drawing.Point(138, 22) Me.LOG_ERRORS_ONLYCheckBox.Name = "LOG_ERRORS_ONLYCheckBox" Me.LOG_ERRORS_ONLYCheckBox.Size = New System.Drawing.Size(104, 23) Me.LOG_ERRORS_ONLYCheckBox.TabIndex = 64 Me.LOG_ERRORS_ONLYCheckBox.Text = "DEBUG (Log)" Me.LOG_ERRORS_ONLYCheckBox.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.BtnConnect) Me.GroupBox1.Controls.Add(Me.cmbDatenbank) Me.GroupBox1.Controls.Add(Me.chkbxUserAut) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.txtServer) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.txtUser) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.txtPasswort) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox1.Location = New System.Drawing.Point(3, 3) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(1213, 100) Me.GroupBox1.TabIndex = 58 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Datenbankverbindung:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label1.Location = New System.Drawing.Point(6, 17) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(74, 13) Me.Label1.TabIndex = 53 Me.Label1.Text = "Server-Name:" ' 'BtnConnect ' Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.BtnConnect.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.BtnConnect.Location = New System.Drawing.Point(303, 70) Me.BtnConnect.Name = "BtnConnect" Me.BtnConnect.Size = New System.Drawing.Size(253, 25) Me.BtnConnect.TabIndex = 52 Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen" Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnConnect.UseVisualStyleBackColor = True ' 'cmbDatenbank ' Me.cmbDatenbank.FormattingEnabled = True Me.cmbDatenbank.Location = New System.Drawing.Point(9, 73) Me.cmbDatenbank.Name = "cmbDatenbank" Me.cmbDatenbank.Size = New System.Drawing.Size(288, 21) Me.cmbDatenbank.TabIndex = 51 ' 'chkbxUserAut ' Me.chkbxUserAut.AutoSize = True Me.chkbxUserAut.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.chkbxUserAut.Location = New System.Drawing.Point(500, 35) Me.chkbxUserAut.Name = "chkbxUserAut" Me.chkbxUserAut.Size = New System.Drawing.Size(155, 17) Me.chkbxUserAut.TabIndex = 57 Me.chkbxUserAut.Text = "Windows-Authentifizierung" Me.chkbxUserAut.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label4.Location = New System.Drawing.Point(6, 57) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(63, 13) Me.Label4.TabIndex = 56 Me.Label4.Text = "Datenbank:" ' 'txtServer ' Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText Me.txtServer.Location = New System.Drawing.Point(9, 33) Me.txtServer.Name = "txtServer" Me.txtServer.Size = New System.Drawing.Size(288, 21) Me.txtServer.TabIndex = 48 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label2.Location = New System.Drawing.Point(300, 17) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(80, 13) Me.Label2.TabIndex = 54 Me.Label2.Text = "Benutzername:" ' 'txtUser ' Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText Me.txtUser.Location = New System.Drawing.Point(303, 33) Me.txtUser.Name = "txtUser" Me.txtUser.Size = New System.Drawing.Size(118, 21) Me.txtUser.TabIndex = 49 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label3.Location = New System.Drawing.Point(427, 17) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(55, 13) Me.Label3.TabIndex = 55 Me.Label3.Text = "Passwort:" ' 'txtPasswort ' Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText Me.txtPasswort.Location = New System.Drawing.Point(430, 33) Me.txtPasswort.Name = "txtPasswort" Me.txtPasswort.Size = New System.Drawing.Size(64, 21) Me.txtPasswort.TabIndex = 50 Me.txtPasswort.UseSystemPasswordChar = True ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.GridControl5) Me.TabPage1.Controls.Add(Me.BindingNavigator5) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(1219, 534) Me.TabPage1.TabIndex = 2 Me.TabPage1.Text = "Verarbeitungs-History" Me.TabPage1.UseVisualStyleBackColor = True ' 'GridControl5 ' Me.GridControl5.DataSource = Me.TBEMLP_HISTORYBindingSource Me.GridControl5.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControl5.Location = New System.Drawing.Point(3, 28) Me.GridControl5.MainView = Me.GridView5 Me.GridControl5.Name = "GridControl5" Me.GridControl5.Size = New System.Drawing.Size(1213, 503) Me.GridControl5.TabIndex = 33 Me.GridControl5.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView5}) ' 'TBEMLP_HISTORYBindingSource ' Me.TBEMLP_HISTORYBindingSource.DataMember = "TBEMLP_HISTORY" Me.TBEMLP_HISTORYBindingSource.DataSource = Me.MyDataset ' 'GridView5 ' Me.GridView5.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView5.Appearance.EvenRow.Options.UseBackColor = True Me.GridView5.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GridView5.Appearance.FilterPanel.Options.UseBackColor = True Me.GridView5.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colWORK_PROCESS, Me.colEMAIL_DATE, Me.colEMAIL_MSGID, Me.colEMAIL_SUBJECT, Me.colEMAIL_BODY, Me.colEMAIL_SUBSTRING1, Me.colEMAIL_SUBSTRING2, Me.colADDED_WHEN, Me.colCOMMENT2}) Me.GridView5.GridControl = Me.GridControl5 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.AllowCopy = DevExpress.Utils.DefaultBoolean.[True] Me.GridView5.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] Me.GridView5.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridView5.OptionsSelection.EnableAppearanceFocusedRow = False Me.GridView5.OptionsSelection.EnableAppearanceHideSelection = False Me.GridView5.OptionsSelection.MultiSelect = True Me.GridView5.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect Me.GridView5.OptionsView.EnableAppearanceEvenRow = True Me.GridView5.OptionsView.ShowAutoFilterRow = True Me.GridView5.OptionsView.ShowDetailButtons = False Me.GridView5.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways Me.GridView5.OptionsView.ShowGroupPanel = False ' 'colGUID ' Me.colGUID.Caption = "ID" Me.colGUID.FieldName = "GUID" Me.colGUID.Name = "colGUID" Me.colGUID.Visible = True Me.colGUID.VisibleIndex = 0 ' 'colWORK_PROCESS ' Me.colWORK_PROCESS.Caption = "Process" Me.colWORK_PROCESS.FieldName = "WORK_PROCESS" Me.colWORK_PROCESS.Name = "colWORK_PROCESS" Me.colWORK_PROCESS.Visible = True Me.colWORK_PROCESS.VisibleIndex = 1 ' 'colEMAIL_DATE ' Me.colEMAIL_DATE.Caption = "Date Send" Me.colEMAIL_DATE.FieldName = "EMAIL_DATE" Me.colEMAIL_DATE.Name = "colEMAIL_DATE" Me.colEMAIL_DATE.Visible = True Me.colEMAIL_DATE.VisibleIndex = 2 ' 'colEMAIL_MSGID ' Me.colEMAIL_MSGID.Caption = "Message-ID" Me.colEMAIL_MSGID.FieldName = "EMAIL_MSGID" Me.colEMAIL_MSGID.Name = "colEMAIL_MSGID" Me.colEMAIL_MSGID.Visible = True Me.colEMAIL_MSGID.VisibleIndex = 3 ' 'colEMAIL_SUBJECT ' Me.colEMAIL_SUBJECT.Caption = "Subject" Me.colEMAIL_SUBJECT.FieldName = "EMAIL_SUBJECT" Me.colEMAIL_SUBJECT.Name = "colEMAIL_SUBJECT" Me.colEMAIL_SUBJECT.Visible = True Me.colEMAIL_SUBJECT.VisibleIndex = 4 ' 'colEMAIL_BODY ' Me.colEMAIL_BODY.Caption = "Body" Me.colEMAIL_BODY.FieldName = "EMAIL_BODY" Me.colEMAIL_BODY.Name = "colEMAIL_BODY" Me.colEMAIL_BODY.Visible = True Me.colEMAIL_BODY.VisibleIndex = 5 ' 'colEMAIL_SUBSTRING1 ' Me.colEMAIL_SUBSTRING1.Caption = "Substring1" Me.colEMAIL_SUBSTRING1.FieldName = "EMAIL_SUBSTRING1" Me.colEMAIL_SUBSTRING1.Name = "colEMAIL_SUBSTRING1" Me.colEMAIL_SUBSTRING1.Visible = True Me.colEMAIL_SUBSTRING1.VisibleIndex = 6 ' 'colEMAIL_SUBSTRING2 ' Me.colEMAIL_SUBSTRING2.Caption = "Substring2" Me.colEMAIL_SUBSTRING2.FieldName = "EMAIL_SUBSTRING2" Me.colEMAIL_SUBSTRING2.Name = "colEMAIL_SUBSTRING2" Me.colEMAIL_SUBSTRING2.Visible = True Me.colEMAIL_SUBSTRING2.VisibleIndex = 7 ' 'colADDED_WHEN ' Me.colADDED_WHEN.Caption = "Added When" Me.colADDED_WHEN.FieldName = "ADDED_WHEN" Me.colADDED_WHEN.Name = "colADDED_WHEN" Me.colADDED_WHEN.Visible = True Me.colADDED_WHEN.VisibleIndex = 8 ' 'colCOMMENT2 ' Me.colCOMMENT2.Caption = "Comment" Me.colCOMMENT2.FieldName = "COMMENT" Me.colCOMMENT2.Name = "colCOMMENT2" Me.colCOMMENT2.Visible = True Me.colCOMMENT2.VisibleIndex = 9 ' 'BindingNavigator5 ' Me.BindingNavigator5.AddNewItem = Nothing Me.BindingNavigator5.BindingSource = Me.TBEMLP_HISTORYBindingSource Me.BindingNavigator5.CountItem = Me.ToolStripLabel4 Me.BindingNavigator5.CountItemFormat = "von {0} verarbeiteten Emails" Me.BindingNavigator5.DeleteItem = Nothing Me.BindingNavigator5.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton29, Me.ToolStripButton30, Me.ToolStripSeparator10, Me.ToolStripTextBox4, Me.ToolStripLabel4, Me.ToolStripSeparator11, Me.ToolStripButton31, Me.ToolStripButton32, Me.ToolStripSeparator12, Me.ToolStripButton34}) Me.BindingNavigator5.Location = New System.Drawing.Point(3, 3) Me.BindingNavigator5.MoveFirstItem = Me.ToolStripButton29 Me.BindingNavigator5.MoveLastItem = Me.ToolStripButton32 Me.BindingNavigator5.MoveNextItem = Me.ToolStripButton31 Me.BindingNavigator5.MovePreviousItem = Me.ToolStripButton30 Me.BindingNavigator5.Name = "BindingNavigator5" Me.BindingNavigator5.PositionItem = Me.ToolStripTextBox4 Me.BindingNavigator5.Size = New System.Drawing.Size(1213, 25) Me.BindingNavigator5.TabIndex = 32 Me.BindingNavigator5.Text = "BindingNavigator5" ' 'ToolStripLabel4 ' Me.ToolStripLabel4.Name = "ToolStripLabel4" Me.ToolStripLabel4.Size = New System.Drawing.Size(153, 22) Me.ToolStripLabel4.Text = "von {0} verarbeiteten Emails" Me.ToolStripLabel4.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'ToolStripButton29 ' Me.ToolStripButton29.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton29.Image = CType(resources.GetObject("ToolStripButton29.Image"), System.Drawing.Image) Me.ToolStripButton29.Name = "ToolStripButton29" Me.ToolStripButton29.RightToLeftAutoMirrorImage = True Me.ToolStripButton29.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton29.Text = "Erste verschieben" ' 'ToolStripButton30 ' Me.ToolStripButton30.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton30.Image = CType(resources.GetObject("ToolStripButton30.Image"), System.Drawing.Image) Me.ToolStripButton30.Name = "ToolStripButton30" Me.ToolStripButton30.RightToLeftAutoMirrorImage = True Me.ToolStripButton30.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton30.Text = "Vorherige verschieben" ' 'ToolStripSeparator10 ' Me.ToolStripSeparator10.Name = "ToolStripSeparator10" Me.ToolStripSeparator10.Size = New System.Drawing.Size(6, 25) ' 'ToolStripTextBox4 ' Me.ToolStripTextBox4.AccessibleName = "Position" Me.ToolStripTextBox4.AutoSize = False Me.ToolStripTextBox4.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox4.Name = "ToolStripTextBox4" Me.ToolStripTextBox4.Size = New System.Drawing.Size(50, 23) Me.ToolStripTextBox4.Text = "0" Me.ToolStripTextBox4.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator11 ' Me.ToolStripSeparator11.Name = "ToolStripSeparator11" Me.ToolStripSeparator11.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton31 ' Me.ToolStripButton31.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton31.Image = CType(resources.GetObject("ToolStripButton31.Image"), System.Drawing.Image) Me.ToolStripButton31.Name = "ToolStripButton31" Me.ToolStripButton31.RightToLeftAutoMirrorImage = True Me.ToolStripButton31.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton31.Text = "Nächste verschieben" ' 'ToolStripButton32 ' Me.ToolStripButton32.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton32.Image = CType(resources.GetObject("ToolStripButton32.Image"), System.Drawing.Image) Me.ToolStripButton32.Name = "ToolStripButton32" Me.ToolStripButton32.RightToLeftAutoMirrorImage = True Me.ToolStripButton32.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton32.Text = "Letzte verschieben" ' 'ToolStripSeparator12 ' Me.ToolStripSeparator12.Name = "ToolStripSeparator12" Me.ToolStripSeparator12.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton34 ' Me.ToolStripButton34.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton34.Image = Global.CONFIG_APP.My.Resources.Resources.refresh_16xLG Me.ToolStripButton34.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton34.Name = "ToolStripButton34" Me.ToolStripButton34.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton34.Text = "Refresh" ' 'TabPage3 ' Me.TabPage3.AutoScroll = True Me.TabPage3.Controls.Add(Me.btnCheckIMAPObjects) Me.TabPage3.Controls.Add(AUTH_TYPELabel) Me.TabPage3.Controls.Add(Me.AUTH_TYPEComboBox) Me.TabPage3.Controls.Add(Me.btntestImap) Me.TabPage3.Controls.Add(ARCHIVE_FOLDERLabel) Me.TabPage3.Controls.Add(Me.ARCHIVE_FOLDERTextBox) Me.TabPage3.Controls.Add(PORT_INLabel) Me.TabPage3.Controls.Add(Me.PORT_INTextBox) Me.TabPage3.Controls.Add(Me.txtTestmail) Me.TabPage3.Controls.Add(Me.Label12) Me.TabPage3.Controls.Add(Me.btnsendtestmail) Me.TabPage3.Controls.Add(Label11) Me.TabPage3.Controls.Add(Me.txtnewpasswort) Me.TabPage3.Controls.Add(Me.Button4) Me.TabPage3.Controls.Add(GUIDLabel4) Me.TabPage3.Controls.Add(Me.EMAILIDTextBox) Me.TabPage3.Controls.Add(NAMELabel) Me.TabPage3.Controls.Add(Me.NAMETextBox) Me.TabPage3.Controls.Add(EMAIL_FROMLabel) Me.TabPage3.Controls.Add(Me.EMAIL_FROMTextBox) Me.TabPage3.Controls.Add(EMAIL_SMTPLabel) Me.TabPage3.Controls.Add(Me.EMAIL_SMTPTextBox) Me.TabPage3.Controls.Add(EMAIL_USERLabel) Me.TabPage3.Controls.Add(Me.EMAIL_USERTextBox) Me.TabPage3.Controls.Add(Me.EMAIL_PWTextBox) Me.TabPage3.Controls.Add(PORTLabel) Me.TabPage3.Controls.Add(Me.PORTTextBox) Me.TabPage3.Controls.Add(Me.ACTIVECheckBox4) Me.TabPage3.Controls.Add(ADDED_WHOLabel4) Me.TabPage3.Controls.Add(Me.ADDED_WHOTextBox4) Me.TabPage3.Controls.Add(ADDED_WHENLabel4) Me.TabPage3.Controls.Add(Me.ADDED_WHENTextBox4) Me.TabPage3.Controls.Add(CHANGED_WHOLabel5) Me.TabPage3.Controls.Add(Me.CHANGED_WHOTextBox1) Me.TabPage3.Controls.Add(CHANGED_WHENLabel5) Me.TabPage3.Controls.Add(Me.CHANGED_WHENTextBox5) Me.TabPage3.Controls.Add(Me.GridControl6) Me.TabPage3.Controls.Add(Me.BindingNavigator6) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) Me.TabPage3.Size = New System.Drawing.Size(1219, 534) Me.TabPage3.TabIndex = 3 Me.TabPage3.Text = "EMail-Konto Konfiguration" Me.TabPage3.UseVisualStyleBackColor = True ' 'btnCheckIMAPObjects ' Me.btnCheckIMAPObjects.Image = Global.CONFIG_APP.My.Resources.Resources.arrow_right Me.btnCheckIMAPObjects.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnCheckIMAPObjects.Location = New System.Drawing.Point(831, 203) Me.btnCheckIMAPObjects.Name = "btnCheckIMAPObjects" Me.btnCheckIMAPObjects.Size = New System.Drawing.Size(189, 35) Me.btnCheckIMAPObjects.TabIndex = 80 Me.btnCheckIMAPObjects.Text = "Check Unseen IMAP Objects" Me.btnCheckIMAPObjects.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnCheckIMAPObjects.UseVisualStyleBackColor = True Me.btnCheckIMAPObjects.Visible = False ' 'AUTH_TYPEComboBox ' Me.AUTH_TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "AUTH_TYPE", True)) Me.AUTH_TYPEComboBox.FormattingEnabled = True Me.AUTH_TYPEComboBox.Items.AddRange(New Object() {"STARTTLS", "SSL/TLS", "SSL"}) Me.AUTH_TYPEComboBox.Location = New System.Drawing.Point(701, 164) Me.AUTH_TYPEComboBox.Name = "AUTH_TYPEComboBox" Me.AUTH_TYPEComboBox.Size = New System.Drawing.Size(121, 21) Me.AUTH_TYPEComboBox.TabIndex = 79 ' 'btntestImap ' Me.btntestImap.Image = Global.CONFIG_APP.My.Resources.Resources.email_go Me.btntestImap.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btntestImap.Location = New System.Drawing.Point(701, 203) Me.btntestImap.Name = "btntestImap" Me.btntestImap.Size = New System.Drawing.Size(117, 35) Me.btntestImap.TabIndex = 68 Me.btntestImap.Text = "Test IMAP" Me.btntestImap.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btntestImap.UseVisualStyleBackColor = True ' 'ARCHIVE_FOLDERTextBox ' 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(189, 21) Me.ARCHIVE_FOLDERTextBox.TabIndex = 77 ' 'PORT_INTextBox ' Me.PORT_INTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "PORT_IN", True)) Me.PORT_INTextBox.Location = New System.Drawing.Point(496, 164) Me.PORT_INTextBox.Name = "PORT_INTextBox" Me.PORT_INTextBox.Size = New System.Drawing.Size(100, 21) Me.PORT_INTextBox.TabIndex = 71 ' 'txtTestmail ' Me.txtTestmail.BackColor = System.Drawing.SystemColors.Control Me.txtTestmail.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.CONFIG_APP.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(311, 21) Me.txtTestmail.TabIndex = 67 Me.txtTestmail.Text = Global.CONFIG_APP.My.MySettings.Default.EmailTest_Receipiant ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(370, 244) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(84, 13) Me.Label12.TabIndex = 66 Me.Label12.Text = "Testempfänger:" ' 'btnsendtestmail ' Me.btnsendtestmail.Image = Global.CONFIG_APP.My.Resources.Resources.email_go Me.btnsendtestmail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnsendtestmail.Location = New System.Drawing.Point(701, 244) Me.btnsendtestmail.Name = "btnsendtestmail" Me.btnsendtestmail.Size = New System.Drawing.Size(117, 35) Me.btnsendtestmail.TabIndex = 65 Me.btnsendtestmail.Text = "Send testmail" Me.btnsendtestmail.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsendtestmail.UseVisualStyleBackColor = True ' 'txtnewpasswort ' Me.txtnewpasswort.Location = New System.Drawing.Point(738, 124) Me.txtnewpasswort.Name = "txtnewpasswort" Me.txtnewpasswort.Size = New System.Drawing.Size(282, 21) Me.txtnewpasswort.TabIndex = 63 Me.txtnewpasswort.UseSystemPasswordChar = True ' 'Button4 ' Me.Button4.Image = Global.CONFIG_APP.My.Resources.Resources.key_16xLG Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.Location = New System.Drawing.Point(1030, 122) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(128, 23) Me.Button4.TabIndex = 62 Me.Button4.Text = "Encrypt passwort" Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button4.UseVisualStyleBackColor = True ' 'EMAILIDTextBox ' Me.EMAILIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "GUID", True)) Me.EMAILIDTextBox.Location = New System.Drawing.Point(313, 44) Me.EMAILIDTextBox.Name = "EMAILIDTextBox" Me.EMAILIDTextBox.Size = New System.Drawing.Size(50, 21) Me.EMAILIDTextBox.TabIndex = 35 ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "NAME", True)) Me.NAMETextBox.Location = New System.Drawing.Point(373, 44) Me.NAMETextBox.Name = "NAMETextBox" Me.NAMETextBox.Size = New System.Drawing.Size(323, 21) Me.NAMETextBox.TabIndex = 37 ' 'EMAIL_FROMTextBox ' Me.EMAIL_FROMTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_FROM", True)) Me.EMAIL_FROMTextBox.Location = New System.Drawing.Point(373, 84) Me.EMAIL_FROMTextBox.Name = "EMAIL_FROMTextBox" Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(323, 21) Me.EMAIL_FROMTextBox.TabIndex = 39 ' 'EMAIL_SMTPTextBox ' 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(319, 21) Me.EMAIL_SMTPTextBox.TabIndex = 41 ' 'EMAIL_USERTextBox ' Me.EMAIL_USERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_USER", True)) Me.EMAIL_USERTextBox.Location = New System.Drawing.Point(373, 124) Me.EMAIL_USERTextBox.Name = "EMAIL_USERTextBox" Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(323, 21) Me.EMAIL_USERTextBox.TabIndex = 43 ' 'EMAIL_PWTextBox ' Me.EMAIL_PWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_PW", True)) Me.EMAIL_PWTextBox.Location = New System.Drawing.Point(701, 124) Me.EMAIL_PWTextBox.Name = "EMAIL_PWTextBox" Me.EMAIL_PWTextBox.ReadOnly = True Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(31, 21) Me.EMAIL_PWTextBox.TabIndex = 45 Me.EMAIL_PWTextBox.UseSystemPasswordChar = True ' 'PORTTextBox ' Me.PORTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "PORT", True)) Me.PORTTextBox.Location = New System.Drawing.Point(373, 164) Me.PORTTextBox.Name = "PORTTextBox" Me.PORTTextBox.Size = New System.Drawing.Size(121, 21) Me.PORTTextBox.TabIndex = 47 ' 'ACTIVECheckBox4 ' Me.ACTIVECheckBox4.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox4.Location = New System.Drawing.Point(313, 71) Me.ACTIVECheckBox4.Name = "ACTIVECheckBox4" Me.ACTIVECheckBox4.Size = New System.Drawing.Size(59, 24) Me.ACTIVECheckBox4.TabIndex = 49 Me.ACTIVECheckBox4.Text = "Aktiv" Me.ACTIVECheckBox4.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox4 ' Me.ADDED_WHOTextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox4.Location = New System.Drawing.Point(373, 313) Me.ADDED_WHOTextBox4.Name = "ADDED_WHOTextBox4" Me.ADDED_WHOTextBox4.Size = New System.Drawing.Size(166, 21) Me.ADDED_WHOTextBox4.TabIndex = 51 ' 'ADDED_WHENTextBox4 ' Me.ADDED_WHENTextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox4.Location = New System.Drawing.Point(545, 313) Me.ADDED_WHENTextBox4.Name = "ADDED_WHENTextBox4" Me.ADDED_WHENTextBox4.Size = New System.Drawing.Size(151, 21) Me.ADDED_WHENTextBox4.TabIndex = 53 ' 'CHANGED_WHOTextBox1 ' Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(373, 353) Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(166, 21) Me.CHANGED_WHOTextBox1.TabIndex = 55 ' 'CHANGED_WHENTextBox5 ' Me.CHANGED_WHENTextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox5.Location = New System.Drawing.Point(545, 353) Me.CHANGED_WHENTextBox5.Name = "CHANGED_WHENTextBox5" Me.CHANGED_WHENTextBox5.Size = New System.Drawing.Size(151, 21) Me.CHANGED_WHENTextBox5.TabIndex = 57 ' 'GridControl6 ' Me.GridControl6.DataSource = Me.TBDD_EMAIL_ACCOUNTBindingSource Me.GridControl6.Dock = System.Windows.Forms.DockStyle.Left Me.GridControl6.Location = New System.Drawing.Point(3, 28) Me.GridControl6.MainView = Me.GridView6 Me.GridControl6.Name = "GridControl6" Me.GridControl6.Size = New System.Drawing.Size(301, 503) Me.GridControl6.TabIndex = 34 Me.GridControl6.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView6}) ' 'GridView6 ' Me.GridView6.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView6.Appearance.EvenRow.Options.UseBackColor = True Me.GridView6.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GridView6.Appearance.FilterPanel.Options.UseBackColor = True Me.GridView6.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME, Me.colEMAIL_FROM, Me.colEMAIL_USER}) Me.GridView6.GridControl = Me.GridControl6 Me.GridView6.Name = "GridView6" Me.GridView6.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView6.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView6.OptionsBehavior.Editable = False Me.GridView6.OptionsView.EnableAppearanceEvenRow = True Me.GridView6.OptionsView.ShowAutoFilterRow = True Me.GridView6.OptionsView.ShowDetailButtons = False Me.GridView6.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways Me.GridView6.OptionsView.ShowGroupPanel = False ' 'colNAME ' Me.colNAME.Caption = "Name" Me.colNAME.FieldName = "NAME" Me.colNAME.Name = "colNAME" Me.colNAME.Visible = True Me.colNAME.VisibleIndex = 0 ' 'colEMAIL_FROM ' Me.colEMAIL_FROM.Caption = "Email from" Me.colEMAIL_FROM.FieldName = "EMAIL_FROM" Me.colEMAIL_FROM.Name = "colEMAIL_FROM" Me.colEMAIL_FROM.Visible = True Me.colEMAIL_FROM.VisibleIndex = 1 ' 'colEMAIL_USER ' Me.colEMAIL_USER.Caption = "Email User" Me.colEMAIL_USER.FieldName = "EMAIL_USER" Me.colEMAIL_USER.Name = "colEMAIL_USER" Me.colEMAIL_USER.Visible = True Me.colEMAIL_USER.VisibleIndex = 2 ' 'BindingNavigator6 ' Me.BindingNavigator6.AddNewItem = Me.BindingNavigatorAddNewItem1 Me.BindingNavigator6.BindingSource = Me.TBDD_EMAIL_ACCOUNTBindingSource Me.BindingNavigator6.CountItem = Me.BindingNavigatorCountItem1 Me.BindingNavigator6.DeleteItem = Me.BindingNavigatorDeleteItem1 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.BindingNavigator6.Location = New System.Drawing.Point(3, 3) Me.BindingNavigator6.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 Me.BindingNavigator6.MoveLastItem = Me.BindingNavigatorMoveLastItem1 Me.BindingNavigator6.MoveNextItem = Me.BindingNavigatorMoveNextItem1 Me.BindingNavigator6.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 Me.BindingNavigator6.Name = "BindingNavigator6" Me.BindingNavigator6.PositionItem = Me.BindingNavigatorPositionItem1 Me.BindingNavigator6.Size = New System.Drawing.Size(1213, 25) Me.BindingNavigator6.TabIndex = 0 Me.BindingNavigator6.Text = "BindingNavigator6" ' 'BindingNavigatorAddNewItem1 ' Me.BindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorAddNewItem1.Image = CType(resources.GetObject("BindingNavigatorAddNewItem1.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1" Me.BindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = True Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem1 ' Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22) Me.BindingNavigatorCountItem1.Text = "von {0}" Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'BindingNavigatorDeleteItem1 ' Me.BindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1" Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = True Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorDeleteItem1.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem1 ' Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1" Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem1 ' Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1" Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator3 ' Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem1 ' Me.BindingNavigatorPositionItem1.AccessibleName = "Position" Me.BindingNavigatorPositionItem1.AutoSize = False Me.BindingNavigatorPositionItem1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1" Me.BindingNavigatorPositionItem1.Size = New System.Drawing.Size(50, 23) Me.BindingNavigatorPositionItem1.Text = "0" Me.BindingNavigatorPositionItem1.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator4 ' Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorMoveNextItem1 ' Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1" Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem1 ' Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1" Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator5 ' Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton27 ' Me.ToolStripButton27.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton27.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD Me.ToolStripButton27.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton27.Name = "ToolStripButton27" Me.ToolStripButton27.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton27.Text = "tsbtnEmailProfile_Save" ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.Button5) Me.TabPage4.Controls.Add(Me.txtRegex2) Me.TabPage4.Controls.Add(Me.Label13) Me.TabPage4.Controls.Add(Me.GroupBox4) Me.TabPage4.Controls.Add(Me.btnsaveRegex) Me.TabPage4.Controls.Add(Me.txtRegex1) Me.TabPage4.Controls.Add(Me.Label8) Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Padding = New System.Windows.Forms.Padding(3) Me.TabPage4.Size = New System.Drawing.Size(1219, 534) Me.TabPage4.TabIndex = 4 Me.TabPage4.Text = "Regular Expression" Me.TabPage4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button5.Location = New System.Drawing.Point(1109, 25) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(82, 23) Me.Button5.TabIndex = 71 Me.Button5.Text = "Speichern" Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button5.UseVisualStyleBackColor = True ' 'txtRegex2 ' Me.txtRegex2.Location = New System.Drawing.Point(602, 27) Me.txtRegex2.Multiline = True Me.txtRegex2.Name = "txtRegex2" Me.txtRegex2.Size = New System.Drawing.Size(501, 89) Me.txtRegex2.TabIndex = 70 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(599, 11) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(162, 13) Me.Label13.TabIndex = 69 Me.Label13.Text = "Regex Remove HTML-Context2:" ' 'GroupBox4 ' Me.GroupBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.GroupBox4.Controls.Add(Me.Button3) Me.GroupBox4.Controls.Add(Me.btnTestRegEx) Me.GroupBox4.Controls.Add(Me.Label14) Me.GroupBox4.Controls.Add(Me.txtResultRegEx) Me.GroupBox4.Controls.Add(Me.txthtmlEmail) Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox4.Location = New System.Drawing.Point(8, 122) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(1203, 0) Me.GroupBox4.TabIndex = 68 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Test RegEx" ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(9, 20) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(130, 23) Me.Button3.TabIndex = 71 Me.Button3.Text = "Load E-Mail Body" Me.Button3.UseVisualStyleBackColor = True ' 'btnTestRegEx ' Me.btnTestRegEx.Location = New System.Drawing.Point(553, 49) Me.btnTestRegEx.Name = "btnTestRegEx" Me.btnTestRegEx.Size = New System.Drawing.Size(75, 44) Me.btnTestRegEx.TabIndex = 70 Me.btnTestRegEx.Text = "Test RegEx" Me.btnTestRegEx.UseVisualStyleBackColor = True ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(656, 30) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(71, 13) Me.Label14.TabIndex = 68 Me.Label14.Text = "Result RegEx" ' 'txtResultRegEx ' Me.txtResultRegEx.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.txtResultRegEx.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 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, 0) Me.txtResultRegEx.TabIndex = 69 ' 'txthtmlEmail ' Me.txthtmlEmail.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.txthtmlEmail.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.CONFIG_APP.My.MySettings.Default, "MyTestHTML", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txthtmlEmail.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 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, 0) Me.txthtmlEmail.TabIndex = 67 Me.txthtmlEmail.Text = Global.CONFIG_APP.My.MySettings.Default.MyTestHTML ' 'btnsaveRegex ' Me.btnsaveRegex.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD Me.btnsaveRegex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnsaveRegex.Location = New System.Drawing.Point(514, 27) Me.btnsaveRegex.Name = "btnsaveRegex" Me.btnsaveRegex.Size = New System.Drawing.Size(82, 23) Me.btnsaveRegex.TabIndex = 65 Me.btnsaveRegex.Text = "Speichern" Me.btnsaveRegex.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsaveRegex.UseVisualStyleBackColor = True ' 'txtRegex1 ' Me.txtRegex1.Location = New System.Drawing.Point(8, 27) Me.txtRegex1.Multiline = True Me.txtRegex1.Name = "txtRegex1" Me.txtRegex1.Size = New System.Drawing.Size(500, 89) Me.txtRegex1.TabIndex = 64 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(5, 11) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(162, 13) Me.Label8.TabIndex = 63 Me.Label8.Text = "Regex Remove HTML-Context1:" ' 'BackgroundWorker1 ' Me.BackgroundWorker1.WorkerReportsProgress = True Me.BackgroundWorker1.WorkerSupportsCancellation = True ' 'TBEMLP_POLL_PROFILESTableAdapter ' Me.TBEMLP_POLL_PROFILESTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBEMLP_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBEMLP_HISTORYTableAdapter = Nothing Me.TableAdapterManager.TBEMLP_POLL_INDEXING_STEPSTableAdapter = Nothing Me.TableAdapterManager.TBEMLP_POLL_PROCESSTableAdapter = Nothing Me.TableAdapterManager.TBEMLP_POLL_PROFILESTableAdapter = Me.TBEMLP_POLL_PROFILESTableAdapter Me.TableAdapterManager.TBEMLP_POLL_STEPSTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'TBEMLP_POLL_PROCESSTableAdapter ' Me.TBEMLP_POLL_PROCESSTableAdapter.ClearBeforeFill = True ' 'TBEMLP_POLL_STEPSTableAdapter ' Me.TBEMLP_POLL_STEPSTableAdapter.ClearBeforeFill = True ' 'TBEMLP_POLL_INDEXING_STEPSTableAdapter ' Me.TBEMLP_POLL_INDEXING_STEPSTableAdapter.ClearBeforeFill = True ' 'TBDD_EMAIL_ACCOUNTTableAdapter ' Me.TBDD_EMAIL_ACCOUNTTableAdapter.ClearBeforeFill = True ' 'TBEMLP_HISTORYTableAdapter ' Me.TBEMLP_HISTORYTableAdapter.ClearBeforeFill = True ' 'TBEMLP_CONFIGTableAdapter ' Me.TBEMLP_CONFIGTableAdapter.ClearBeforeFill = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4) ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1227, 607) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.ToolStrip1) 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.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMain" Me.Text = "Konfiguration Email-Profiler" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.Profilkonfiguration.ResumeLayout(False) Me.Profilkonfiguration.PerformLayout() CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBEMLP_POLL_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_EMAIL_ACCOUNTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.XtraTabPage1.ResumeLayout(False) Me.XtraTabPage1.PerformLayout() CType(Me.TBEMLP_POLL_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator2.ResumeLayout(False) Me.BindingNavigator2.PerformLayout() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabPage2.ResumeLayout(False) Me.XtraTabPage2.PerformLayout() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBEMLP_POLL_STEPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator3.ResumeLayout(False) Me.BindingNavigator3.PerformLayout() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabPage3.ResumeLayout(False) Me.XtraTabPage3.PerformLayout() CType(Me.SEQUENCENumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBEMLP_POLL_INDEXING_STEPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator4, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator4.ResumeLayout(False) Me.BindingNavigator4.PerformLayout() CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage2.ResumeLayout(False) Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.TBEMLP_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() CType(Me.GridControl5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator5, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator5.ResumeLayout(False) Me.BindingNavigator5.PerformLayout() Me.TabPage3.ResumeLayout(False) Me.TabPage3.PerformLayout() CType(Me.GridControl6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator6.ResumeLayout(False) Me.BindingNavigator6.PerformLayout() Me.TabPage4.ResumeLayout(False) Me.TabPage4.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TabControl1 As TabControl Friend WithEvents Profilkonfiguration As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label1 As Label Friend WithEvents BtnConnect As Button Friend WithEvents cmbDatenbank As ComboBox Friend WithEvents chkbxUserAut As CheckBox Friend WithEvents Label4 As Label Friend WithEvents txtServer As TextBox Friend WithEvents Label2 As Label Friend WithEvents txtUser As TextBox Friend WithEvents Label3 As Label Friend WithEvents txtPasswort As TextBox Friend WithEvents tslblstatus As ToolStripStatusLabel Friend WithEvents tsbtnRunProfiles As ToolStripButton Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar Friend WithEvents btnShowLogpath As Button Friend WithEvents MyDataset As MyDataset Friend WithEvents TBEMLP_POLL_PROFILESBindingSource As BindingSource Friend WithEvents TBEMLP_POLL_PROFILESTableAdapter As MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter Friend WithEvents TableAdapterManager As MyDatasetTableAdapters.TableAdapterManager Friend WithEvents GUIDTextBox As TextBox Friend WithEvents PROFILE_NAMETextBox As TextBox Friend WithEvents POLL_TYPEComboBox As ComboBox Friend WithEvents COMMENTTextBox As TextBox Friend WithEvents ACTIVECheckBox As CheckBox Friend WithEvents ADDED_WHOTextBox As TextBox Friend WithEvents ADDED_WHENTextBox As TextBox Friend WithEvents CHANGED_WHOProfilesTextBox As TextBox Friend WithEvents CHANGED_WHENTextBox As TextBox Friend WithEvents BindingNavigator1 As BindingNavigator Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton Friend WithEvents BindingNavigatorCountItem As ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents BindingNavigator2 As BindingNavigator Friend WithEvents ToolStripButton2 As ToolStripButton Friend WithEvents ToolStripLabel1 As ToolStripLabel Friend WithEvents ToolStripButton3 As ToolStripButton Friend WithEvents ToolStripButton4 As ToolStripButton Friend WithEvents ToolStripButton5 As ToolStripButton Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents ToolStripTextBox1 As ToolStripTextBox Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents ToolStripButton6 As ToolStripButton Friend WithEvents ToolStripButton7 As ToolStripButton Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents ToolStripButton8 As ToolStripButton Friend WithEvents TBEMLP_POLL_PROCESSBindingSource As BindingSource Friend WithEvents TBEMLP_POLL_PROCESSTableAdapter As MyDatasetTableAdapters.TBEMLP_POLL_PROCESSTableAdapter Friend WithEvents GUIDProcessTextBox As TextBox Friend WithEvents COPY_2_HDDCheckBox As CheckBox Friend WithEvents WM_IMPORTCheckBox As CheckBox Friend WithEvents WM_OBJEKTTYPEComboBox As ComboBox Friend WithEvents WM_VECTOR_LOGComboBox As ComboBox Friend WithEvents WM_PATHTextBox As TextBox Friend WithEvents WM_FILE_NAMETextBox As TextBox Friend WithEvents PATH_EMAIL_TEMPTextBox As TextBox Friend WithEvents PATH_EMAIL_ERRORSTextBox As TextBox Friend WithEvents DELETE_MAILCheckBox As CheckBox Friend WithEvents COMMENT_PROFILESTextBox As TextBox Friend WithEvents ACTIVECheckBox1 As CheckBox Friend WithEvents WM_IDX_BODY_TEXTComboBox As ComboBox Friend WithEvents WM_IDX_BODY_SUBSTR_LENGTHTextBox As TextBox Friend WithEvents colPROCESS_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colSTEP_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCOMMENT As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents ToolStripButton9 As ToolStripButton Friend WithEvents ToolStripButton10 As ToolStripButton Friend WithEvents STEP_NAMEComboBox As ComboBox Friend WithEvents PROCESS_NAMEComboBox As ComboBox Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents TBEMLP_POLL_STEPSBindingSource As BindingSource Friend WithEvents TBEMLP_POLL_STEPSTableAdapter As MyDatasetTableAdapters.TBEMLP_POLL_STEPSTableAdapter Friend WithEvents GUIDPollStepsTextBox As TextBox Friend WithEvents STEP_NAMETextBox As TextBox Friend WithEvents KEYWORDS_BODYTextBox As TextBox Friend WithEvents COMMENTTextBox1 As TextBox Friend WithEvents ACTIVECheckBox2 As CheckBox Friend WithEvents colSTEP_NAME1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colKEYWORDS_BODY As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents BindingNavigator3 As BindingNavigator Friend WithEvents ToolStripButton11 As ToolStripButton Friend WithEvents ToolStripLabel2 As ToolStripLabel Friend WithEvents ToolStripButton12 As ToolStripButton Friend WithEvents ToolStripButton13 As ToolStripButton Friend WithEvents ToolStripButton14 As ToolStripButton Friend WithEvents ToolStripSeparator4 As ToolStripSeparator Friend WithEvents ToolStripTextBox2 As ToolStripTextBox Friend WithEvents ToolStripSeparator5 As ToolStripSeparator Friend WithEvents ToolStripButton15 As ToolStripButton Friend WithEvents ToolStripButton16 As ToolStripButton Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents ToolStripButton17 As ToolStripButton Friend WithEvents ToolStripButton18 As ToolStripButton Friend WithEvents GroupBox2 As GroupBox Friend WithEvents CHANGED_WHENTextBox1 As TextBox Friend WithEvents CHANGED_WHOProcessTextBox As TextBox Friend WithEvents ADDED_WHENTextBox1 As TextBox Friend WithEvents ADDED_WHOTextBox1 As TextBox Friend WithEvents Label5 As Label Friend WithEvents CHANGED_WHENTextBox2 As TextBox Friend WithEvents CHANGED_WHOStepsTextBox As TextBox Friend WithEvents ADDED_WHENTextBox2 As TextBox Friend WithEvents ADDED_WHOTextBox2 As TextBox Friend WithEvents XtraTabPage3 As DevExpress.XtraTab.XtraTabPage Friend WithEvents BindingNavigator4 As BindingNavigator Friend WithEvents ToolStripButton19 As ToolStripButton Friend WithEvents ToolStripLabel3 As ToolStripLabel Friend WithEvents ToolStripButton20 As ToolStripButton Friend WithEvents ToolStripButton21 As ToolStripButton Friend WithEvents ToolStripButton22 As ToolStripButton Friend WithEvents ToolStripSeparator7 As ToolStripSeparator Friend WithEvents ToolStripTextBox3 As ToolStripTextBox Friend WithEvents ToolStripSeparator8 As ToolStripSeparator Friend WithEvents ToolStripButton23 As ToolStripButton Friend WithEvents ToolStripButton24 As ToolStripButton Friend WithEvents ToolStripSeparator9 As ToolStripSeparator Friend WithEvents ToolStripButton25 As ToolStripButton Friend WithEvents ToolStripButton26 As ToolStripButton Friend WithEvents GridControl3 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents TBEMLP_POLL_INDEXING_STEPSBindingSource As BindingSource Friend WithEvents TBEMLP_POLL_INDEXING_STEPSTableAdapter As MyDatasetTableAdapters.TBEMLP_POLL_INDEXING_STEPSTableAdapter Friend WithEvents GUIDTextBox1 As TextBox Friend WithEvents INDEXNAMEIndexStepsComboBox As ComboBox Friend WithEvents INDEXVALUETextBox As TextBox Friend WithEvents ACTIVECheckBox3 As CheckBox Friend WithEvents USE_FOR_DIRECT_ANSWERCheckBox As CheckBox Friend WithEvents ADDED_WHOTextBox3 As TextBox Friend WithEvents ADDED_WHENTextBox3 As TextBox Friend WithEvents CHANGED_WHOIndexingStepsTextBox As TextBox Friend WithEvents CHANGED_WHENTextBox3 As TextBox Friend WithEvents SEQUENCENumericUpDown As NumericUpDown Friend WithEvents colINDEXNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colINDEXVALUE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents NumericUpDown2 As NumericUpDown Friend WithEvents NumericUpDown1 As NumericUpDown Friend WithEvents TBDD_EMAIL_ACCOUNTBindingSource As BindingSource Friend WithEvents TBDD_EMAIL_ACCOUNTTableAdapter As MyDatasetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter Friend WithEvents ComboBox1 As ComboBox Friend WithEvents GridControl4 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView4 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colPROFILE_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCOMMENT1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GroupBox3 As GroupBox Friend WithEvents tslblRefresh As ToolStripStatusLabel Friend WithEvents Label9 As Label Friend WithEvents TabPage1 As TabPage Friend WithEvents GridControl5 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView5 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents BindingNavigator5 As BindingNavigator Friend WithEvents ToolStripLabel4 As ToolStripLabel Friend WithEvents ToolStripButton29 As ToolStripButton Friend WithEvents ToolStripButton30 As ToolStripButton Friend WithEvents ToolStripSeparator10 As ToolStripSeparator Friend WithEvents ToolStripTextBox4 As ToolStripTextBox Friend WithEvents ToolStripSeparator11 As ToolStripSeparator Friend WithEvents ToolStripButton31 As ToolStripButton Friend WithEvents ToolStripButton32 As ToolStripButton Friend WithEvents ToolStripSeparator12 As ToolStripSeparator Friend WithEvents ToolStripButton34 As ToolStripButton Friend WithEvents TBEMLP_HISTORYBindingSource As BindingSource Friend WithEvents TBEMLP_HISTORYTableAdapter As MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colWORK_PROCESS As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_DATE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_MSGID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_SUBJECT As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_BODY As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_SUBSTRING1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_SUBSTRING2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colADDED_WHEN As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCOMMENT2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents txtSubjectExample As TextBox Friend WithEvents TBEMLP_CONFIGBindingSource As BindingSource Friend WithEvents TBEMLP_CONFIGTableAdapter As MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter Friend WithEvents Label10 As Label Friend WithEvents CHECK_INTERVALL_MINUTESNumericUpDown As NumericUpDown Friend WithEvents LOG_ERRORS_ONLYCheckBox As CheckBox Friend WithEvents CHANGED_WHENTextBox4 As TextBox Friend WithEvents CHANGED_WHOTextBox As TextBox Friend WithEvents btnFBD_ErrorPath As Button Friend WithEvents btnFBD_DonwloadPath As Button Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents TabPage3 As TabPage Friend WithEvents BindingNavigator6 As BindingNavigator Friend WithEvents BindingNavigatorAddNewItem1 As ToolStripButton Friend WithEvents BindingNavigatorCountItem1 As ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem1 As ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem1 As ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem1 As ToolStripButton Friend WithEvents BindingNavigatorSeparator3 As ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem1 As ToolStripTextBox Friend WithEvents BindingNavigatorSeparator4 As ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem1 As ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem1 As ToolStripButton Friend WithEvents BindingNavigatorSeparator5 As ToolStripSeparator Friend WithEvents EMAILIDTextBox As TextBox Friend WithEvents NAMETextBox As TextBox Friend WithEvents EMAIL_FROMTextBox As TextBox Friend WithEvents EMAIL_SMTPTextBox As TextBox Friend WithEvents EMAIL_USERTextBox As TextBox Friend WithEvents EMAIL_PWTextBox As TextBox Friend WithEvents PORTTextBox As TextBox Friend WithEvents ACTIVECheckBox4 As CheckBox Friend WithEvents ADDED_WHOTextBox4 As TextBox Friend WithEvents ADDED_WHENTextBox4 As TextBox Friend WithEvents CHANGED_WHOTextBox1 As TextBox Friend WithEvents CHANGED_WHENTextBox5 As TextBox Friend WithEvents GridControl6 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView6 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_FROM As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL_USER As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents ToolStripButton27 As ToolStripButton Friend WithEvents txtnewpasswort As TextBox Friend WithEvents Button4 As Button Friend WithEvents txtTestmail As TextBox Friend WithEvents Label12 As Label Friend WithEvents btnsendtestmail As Button Friend WithEvents btntestImap As Button Friend WithEvents tsbtnRunLocalMail As ToolStripButton Friend WithEvents TabPage4 As TabPage Friend WithEvents btnsaveRegex As Button Friend WithEvents txtRegex1 As TextBox Friend WithEvents Label8 As Label Friend WithEvents GroupBox4 As GroupBox Friend WithEvents Label14 As Label Friend WithEvents txtResultRegEx As TextBox Friend WithEvents txthtmlEmail As TextBox Friend WithEvents btnTestRegEx As Button Friend WithEvents Button3 As Button Friend WithEvents txtRegex2 As TextBox Friend WithEvents Label13 As Label Friend WithEvents Button5 As Button Friend WithEvents PATH_ORIGINALTextBox As TextBox Friend WithEvents PORT_INTextBox As TextBox Friend WithEvents lblDownloadPath As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents ARCHIVE_FOLDERTextBox As TextBox Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents ToolStripLabel5 As ToolStripLabel Friend WithEvents ToolStripEmailAccountID As ToolStripTextBox Friend WithEvents AUTH_TYPEComboBox As ComboBox Friend WithEvents btnCheckIMAPObjects As Button End Class