_ Partial Class frmEmailAccount 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 GUIDLabel3 As System.Windows.Forms.Label Dim AUTH_TYPELabel As System.Windows.Forms.Label Dim Label5 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 EMAIL_PWLabel As System.Windows.Forms.Label Dim PORTLabel 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 Label2 As System.Windows.Forms.Label Dim Label3 As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEmailAccount)) Dim Label4 As System.Windows.Forms.Label Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.cmbPOP_IMAP = New System.Windows.Forms.ComboBox() Me.txtSERVER_OUT = New System.Windows.Forms.TextBox() Me.txtTestmail = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.btnsendtestmail = New System.Windows.Forms.Button() Me.txtPORT_IN = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.cmbAUTH_TYPE = New System.Windows.Forms.ComboBox() Me.txtnewpasswort = New System.Windows.Forms.TextBox() Me.Button4 = New System.Windows.Forms.Button() Me.txtPROFILE_NAME = New System.Windows.Forms.TextBox() Me.txtEMAIL_FROM = New System.Windows.Forms.TextBox() Me.txtSERVER_IN = New System.Windows.Forms.TextBox() Me.txtEMAIL_USER = New System.Windows.Forms.TextBox() Me.txtEMAIL_PW = New System.Windows.Forms.TextBox() Me.txtGUID = New System.Windows.Forms.TextBox() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() 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.tsbtnSaveEmailAccount = New System.Windows.Forms.ToolStripButton() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.BindingSourceForm = New System.Windows.Forms.BindingSource(Me.components) Me.BindingSourceGrid = New System.Windows.Forms.BindingSource(Me.components) Me.txtPORT_OUT = New System.Windows.Forms.TextBox() GUIDLabel3 = New System.Windows.Forms.Label() AUTH_TYPELabel = New System.Windows.Forms.Label() Label5 = 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() EMAIL_PWLabel = New System.Windows.Forms.Label() PORTLabel = 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() Label2 = New System.Windows.Forms.Label() Label3 = New System.Windows.Forms.Label() Label4 = New System.Windows.Forms.Label() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() CType(Me.BindingSourceForm, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingSourceGrid, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel3 ' GUIDLabel3.AutoSize = True GUIDLabel3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) GUIDLabel3.Location = New System.Drawing.Point(228, 38) GUIDLabel3.Name = "GUIDLabel3" GUIDLabel3.Size = New System.Drawing.Size(20, 13) GUIDLabel3.TabIndex = 5 GUIDLabel3.Text = "ID:" ' 'AUTH_TYPELabel ' AUTH_TYPELabel.AutoSize = True AUTH_TYPELabel.Location = New System.Drawing.Point(288, 124) AUTH_TYPELabel.Name = "AUTH_TYPELabel" AUTH_TYPELabel.Size = New System.Drawing.Size(112, 13) AUTH_TYPELabel.TabIndex = 48 AUTH_TYPELabel.Text = "Authentification type:" ' 'Label5 ' Label5.AutoSize = True Label5.Location = New System.Drawing.Point(879, 168) Label5.Name = "Label5" Label5.Size = New System.Drawing.Size(88, 13) Label5.TabIndex = 47 Label5.Text = "Neues Passwort:" ' 'NAMELabel ' NAMELabel.AutoSize = True NAMELabel.Location = New System.Drawing.Point(288, 38) NAMELabel.Name = "NAMELabel" NAMELabel.Size = New System.Drawing.Size(100, 13) NAMELabel.TabIndex = 35 NAMELabel.Text = "Profilname (intern):" ' 'EMAIL_FROMLabel ' EMAIL_FROMLabel.AutoSize = True EMAIL_FROMLabel.Location = New System.Drawing.Point(288, 79) EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" EMAIL_FROMLabel.Size = New System.Drawing.Size(60, 13) EMAIL_FROMLabel.TabIndex = 37 EMAIL_FROMLabel.Text = "Email from:" ' 'EMAIL_SMTPLabel ' EMAIL_SMTPLabel.AutoSize = True EMAIL_SMTPLabel.Location = New System.Drawing.Point(573, 79) EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" EMAIL_SMTPLabel.Size = New System.Drawing.Size(90, 13) EMAIL_SMTPLabel.TabIndex = 39 EMAIL_SMTPLabel.Text = "Eingangs-Server:" ' 'EMAIL_USERLabel ' EMAIL_USERLabel.AutoSize = True EMAIL_USERLabel.Location = New System.Drawing.Point(288, 168) EMAIL_USERLabel.Name = "EMAIL_USERLabel" EMAIL_USERLabel.Size = New System.Drawing.Size(61, 13) EMAIL_USERLabel.TabIndex = 41 EMAIL_USERLabel.Text = "Email-User:" ' 'EMAIL_PWLabel ' EMAIL_PWLabel.AutoSize = True EMAIL_PWLabel.Location = New System.Drawing.Point(573, 168) EMAIL_PWLabel.Name = "EMAIL_PWLabel" EMAIL_PWLabel.Size = New System.Drawing.Size(82, 13) EMAIL_PWLabel.TabIndex = 43 EMAIL_PWLabel.Text = "Email Passwort:" ' 'PORTLabel ' PORTLabel.AutoSize = True PORTLabel.Location = New System.Drawing.Point(879, 79) PORTLabel.Name = "PORTLabel" PORTLabel.Size = New System.Drawing.Size(31, 13) PORTLabel.TabIndex = 50 PORTLabel.Text = "Port:" ' 'ADDED_WHOLabel ' ADDED_WHOLabel.AutoSize = True ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ADDED_WHOLabel.Location = New System.Drawing.Point(288, 225) ADDED_WHOLabel.Name = "ADDED_WHOLabel" ADDED_WHOLabel.Size = New System.Drawing.Size(62, 13) ADDED_WHOLabel.TabIndex = 53 ADDED_WHOLabel.Text = "Added who:" ' 'ADDED_WHENLabel ' ADDED_WHENLabel.AutoSize = True ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ADDED_WHENLabel.Location = New System.Drawing.Point(447, 225) ADDED_WHENLabel.Name = "ADDED_WHENLabel" ADDED_WHENLabel.Size = New System.Drawing.Size(67, 13) ADDED_WHENLabel.TabIndex = 55 ADDED_WHENLabel.Text = "Added when:" ' 'CHANGED_WHOLabel ' CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) CHANGED_WHOLabel.Location = New System.Drawing.Point(288, 266) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(74, 13) CHANGED_WHOLabel.TabIndex = 57 CHANGED_WHOLabel.Text = "Changed who:" ' 'CHANGED_WHENLabel ' CHANGED_WHENLabel.AutoSize = True CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) CHANGED_WHENLabel.Location = New System.Drawing.Point(447, 266) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(79, 13) CHANGED_WHENLabel.TabIndex = 59 CHANGED_WHENLabel.Text = "Changed when:" ' 'Label2 ' Label2.AutoSize = True Label2.Location = New System.Drawing.Point(573, 124) Label2.Name = "Label2" Label2.Size = New System.Drawing.Size(73, 13) Label2.TabIndex = 64 Label2.Text = "SMTP-Server:" ' 'Label3 ' Label3.AutoSize = True Label3.Location = New System.Drawing.Point(443, 124) Label3.Name = "Label3" Label3.Size = New System.Drawing.Size(77, 13) Label3.TabIndex = 66 Label3.Text = "IMAP or POP?:" ' 'StatusStrip1 ' Me.StatusStrip1.Location = New System.Drawing.Point(0, 595) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1260, 22) Me.StatusStrip1.TabIndex = 0 Me.StatusStrip1.Text = "StatusStrip1" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1260, 595) Me.TabControl1.TabIndex = 1 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Label4) Me.TabPage1.Controls.Add(Me.txtPORT_OUT) Me.TabPage1.Controls.Add(Label3) Me.TabPage1.Controls.Add(Me.cmbPOP_IMAP) Me.TabPage1.Controls.Add(Label2) Me.TabPage1.Controls.Add(Me.txtSERVER_OUT) Me.TabPage1.Controls.Add(Me.txtTestmail) Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.btnsendtestmail) Me.TabPage1.Controls.Add(PORTLabel) Me.TabPage1.Controls.Add(Me.txtPORT_IN) Me.TabPage1.Controls.Add(Me.ACTIVECheckBox) Me.TabPage1.Controls.Add(ADDED_WHOLabel) Me.TabPage1.Controls.Add(Me.ADDED_WHOTextBox) Me.TabPage1.Controls.Add(ADDED_WHENLabel) Me.TabPage1.Controls.Add(Me.ADDED_WHENTextBox) Me.TabPage1.Controls.Add(CHANGED_WHOLabel) Me.TabPage1.Controls.Add(Me.CHANGED_WHOTextBox) Me.TabPage1.Controls.Add(CHANGED_WHENLabel) Me.TabPage1.Controls.Add(Me.CHANGED_WHENTextBox) Me.TabPage1.Controls.Add(AUTH_TYPELabel) Me.TabPage1.Controls.Add(Me.cmbAUTH_TYPE) Me.TabPage1.Controls.Add(Label5) Me.TabPage1.Controls.Add(Me.txtnewpasswort) Me.TabPage1.Controls.Add(Me.Button4) Me.TabPage1.Controls.Add(NAMELabel) Me.TabPage1.Controls.Add(Me.txtPROFILE_NAME) Me.TabPage1.Controls.Add(EMAIL_FROMLabel) Me.TabPage1.Controls.Add(Me.txtEMAIL_FROM) Me.TabPage1.Controls.Add(EMAIL_SMTPLabel) Me.TabPage1.Controls.Add(Me.txtSERVER_IN) Me.TabPage1.Controls.Add(EMAIL_USERLabel) Me.TabPage1.Controls.Add(Me.txtEMAIL_USER) Me.TabPage1.Controls.Add(EMAIL_PWLabel) Me.TabPage1.Controls.Add(Me.txtEMAIL_PW) Me.TabPage1.Controls.Add(GUIDLabel3) Me.TabPage1.Controls.Add(Me.txtGUID) Me.TabPage1.Controls.Add(Me.GridControl1) Me.TabPage1.Controls.Add(Me.BindingNavigator1) 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(1252, 569) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Email-Accounts" Me.TabPage1.UseVisualStyleBackColor = True ' 'cmbPOP_IMAP ' Me.cmbPOP_IMAP.FormattingEnabled = True Me.cmbPOP_IMAP.Items.AddRange(New Object() {"SSL", "TLS", "None"}) Me.cmbPOP_IMAP.Location = New System.Drawing.Point(446, 140) Me.cmbPOP_IMAP.Name = "cmbPOP_IMAP" Me.cmbPOP_IMAP.Size = New System.Drawing.Size(121, 21) Me.cmbPOP_IMAP.TabIndex = 67 ' 'txtSERVER_OUT ' Me.txtSERVER_OUT.Location = New System.Drawing.Point(576, 140) Me.txtSERVER_OUT.Name = "txtSERVER_OUT" Me.txtSERVER_OUT.Size = New System.Drawing.Size(303, 21) Me.txtSERVER_OUT.TabIndex = 65 ' 'txtTestmail ' Me.txtTestmail.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.GUI_EDMI.My.MySettings.Default, "EmailTestAdress", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtTestmail.Location = New System.Drawing.Point(291, 323) Me.txtTestmail.Name = "txtTestmail" Me.txtTestmail.Size = New System.Drawing.Size(312, 21) Me.txtTestmail.TabIndex = 63 Me.txtTestmail.Text = Global.GUI_EDMI.My.MySettings.Default.EmailTestAdress ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(288, 307) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(84, 13) Me.Label1.TabIndex = 62 Me.Label1.Text = "Testempfänger:" ' 'btnsendtestmail ' Me.btnsendtestmail.Image = Global.GUI_EDMI.My.Resources.Resources.email_go Me.btnsendtestmail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnsendtestmail.Location = New System.Drawing.Point(291, 350) Me.btnsendtestmail.Name = "btnsendtestmail" Me.btnsendtestmail.Size = New System.Drawing.Size(311, 24) Me.btnsendtestmail.TabIndex = 61 Me.btnsendtestmail.Text = "Send testmail" Me.btnsendtestmail.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsendtestmail.UseVisualStyleBackColor = True ' 'txtPORT_IN ' Me.txtPORT_IN.Location = New System.Drawing.Point(882, 95) Me.txtPORT_IN.Name = "txtPORT_IN" Me.txtPORT_IN.Size = New System.Drawing.Size(104, 21) Me.txtPORT_IN.TabIndex = 51 ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.Location = New System.Drawing.Point(576, 51) Me.ACTIVECheckBox.Name = "ACTIVECheckBox" Me.ACTIVECheckBox.Size = New System.Drawing.Size(64, 24) Me.ACTIVECheckBox.TabIndex = 52 Me.ACTIVECheckBox.Text = "active" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(291, 241) Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(153, 22) Me.ADDED_WHOTextBox.TabIndex = 54 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(450, 241) Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.ReadOnly = True Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(153, 22) Me.ADDED_WHENTextBox.TabIndex = 56 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(291, 282) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(153, 22) Me.CHANGED_WHOTextBox.TabIndex = 58 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(450, 282) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = True Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(153, 22) Me.CHANGED_WHENTextBox.TabIndex = 60 ' 'cmbAUTH_TYPE ' Me.cmbAUTH_TYPE.FormattingEnabled = True Me.cmbAUTH_TYPE.Items.AddRange(New Object() {"SSL", "TLS", "None"}) Me.cmbAUTH_TYPE.Location = New System.Drawing.Point(291, 140) Me.cmbAUTH_TYPE.Name = "cmbAUTH_TYPE" Me.cmbAUTH_TYPE.Size = New System.Drawing.Size(121, 21) Me.cmbAUTH_TYPE.TabIndex = 49 ' 'txtnewpasswort ' Me.txtnewpasswort.Location = New System.Drawing.Point(882, 184) Me.txtnewpasswort.Name = "txtnewpasswort" Me.txtnewpasswort.Size = New System.Drawing.Size(178, 21) Me.txtnewpasswort.TabIndex = 46 Me.txtnewpasswort.UseSystemPasswordChar = True ' 'Button4 ' Me.Button4.Image = Global.GUI_EDMI.My.Resources.Resources.key_16xLG Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.Location = New System.Drawing.Point(882, 211) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(178, 23) Me.Button4.TabIndex = 45 Me.Button4.Text = "Encrypt passwort" Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button4.UseVisualStyleBackColor = True ' 'txtPROFILE_NAME ' Me.txtPROFILE_NAME.Location = New System.Drawing.Point(291, 54) Me.txtPROFILE_NAME.Name = "txtPROFILE_NAME" Me.txtPROFILE_NAME.Size = New System.Drawing.Size(276, 21) Me.txtPROFILE_NAME.TabIndex = 36 ' 'txtEMAIL_FROM ' Me.txtEMAIL_FROM.Location = New System.Drawing.Point(291, 95) Me.txtEMAIL_FROM.Name = "txtEMAIL_FROM" Me.txtEMAIL_FROM.Size = New System.Drawing.Size(276, 21) Me.txtEMAIL_FROM.TabIndex = 38 ' 'txtSERVER_IN ' Me.txtSERVER_IN.Location = New System.Drawing.Point(576, 95) Me.txtSERVER_IN.Name = "txtSERVER_IN" Me.txtSERVER_IN.Size = New System.Drawing.Size(303, 21) Me.txtSERVER_IN.TabIndex = 40 ' 'txtEMAIL_USER ' Me.txtEMAIL_USER.Location = New System.Drawing.Point(291, 184) Me.txtEMAIL_USER.Name = "txtEMAIL_USER" Me.txtEMAIL_USER.Size = New System.Drawing.Size(276, 21) Me.txtEMAIL_USER.TabIndex = 42 ' 'txtEMAIL_PW ' Me.txtEMAIL_PW.Location = New System.Drawing.Point(576, 184) Me.txtEMAIL_PW.Name = "txtEMAIL_PW" Me.txtEMAIL_PW.ReadOnly = True Me.txtEMAIL_PW.Size = New System.Drawing.Size(303, 21) Me.txtEMAIL_PW.TabIndex = 44 Me.txtEMAIL_PW.UseSystemPasswordChar = True ' 'txtGUID ' Me.txtGUID.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtGUID.Location = New System.Drawing.Point(231, 54) Me.txtGUID.Name = "txtGUID" Me.txtGUID.ReadOnly = True Me.txtGUID.Size = New System.Drawing.Size(51, 22) Me.txtGUID.TabIndex = 6 ' 'GridControl1 ' Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Left Me.GridControl1.Location = New System.Drawing.Point(3, 28) Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.Name = "GridControl1" Me.GridControl1.Size = New System.Drawing.Size(219, 538) Me.GridControl1.TabIndex = 1 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.GridControl = Me.GridControl1 Me.GridView1.Name = "GridView1" ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem 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.BindingNavigatorDeleteItem, Me.tsbtnSaveEmailAccount}) 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(1246, 25) Me.BindingNavigator1.TabIndex = 0 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(44, 22) Me.BindingNavigatorCountItem.Text = "von {0}" 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.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) ' 'tsbtnSaveEmailAccount ' Me.tsbtnSaveEmailAccount.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnSaveEmailAccount.Image = Global.GUI_EDMI.My.Resources.Resources.save_16xMD Me.tsbtnSaveEmailAccount.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnSaveEmailAccount.Name = "tsbtnSaveEmailAccount" Me.tsbtnSaveEmailAccount.Size = New System.Drawing.Size(23, 22) Me.tsbtnSaveEmailAccount.Text = "Save" ' 'TabPage2 ' 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(1182, 402) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "TabPage2" Me.TabPage2.UseVisualStyleBackColor = True ' 'Label4 ' Label4.AutoSize = True Label4.Location = New System.Drawing.Point(879, 124) Label4.Name = "Label4" Label4.Size = New System.Drawing.Size(31, 13) Label4.TabIndex = 68 Label4.Text = "Port:" ' 'txtPORT_OUT ' Me.txtPORT_OUT.Location = New System.Drawing.Point(882, 140) Me.txtPORT_OUT.Name = "txtPORT_OUT" Me.txtPORT_OUT.Size = New System.Drawing.Size(104, 21) Me.txtPORT_OUT.TabIndex = 69 ' 'frmEmailAccount ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1260, 617) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.StatusStrip1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmEmailAccount" Me.Text = "Email Administration" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() CType(Me.BindingSourceForm, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingSourceGrid, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage 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 TabPage2 As TabPage Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents txtTestmail As TextBox Friend WithEvents Label1 As Label Friend WithEvents btnsendtestmail As Button Friend WithEvents txtPORT_IN As TextBox Friend WithEvents ACTIVECheckBox As CheckBox Friend WithEvents ADDED_WHOTextBox As TextBox Friend WithEvents ADDED_WHENTextBox As TextBox Friend WithEvents CHANGED_WHOTextBox As TextBox Friend WithEvents CHANGED_WHENTextBox As TextBox Friend WithEvents cmbAUTH_TYPE As ComboBox Friend WithEvents txtnewpasswort As TextBox Friend WithEvents Button4 As Button Friend WithEvents txtPROFILE_NAME As TextBox Friend WithEvents txtEMAIL_FROM As TextBox Friend WithEvents txtSERVER_IN As TextBox Friend WithEvents txtEMAIL_USER As TextBox Friend WithEvents txtEMAIL_PW As TextBox Friend WithEvents txtGUID As TextBox Friend WithEvents BindingSourceForm As BindingSource Friend WithEvents txtSERVER_OUT As TextBox Friend WithEvents cmbPOP_IMAP As ComboBox Friend WithEvents BindingSourceGrid As BindingSource Friend WithEvents tsbtnSaveEmailAccount As ToolStripButton Friend WithEvents txtPORT_OUT As TextBox End Class