MS_26012015

This commit is contained in:
SchreiberM
2016-01-26 13:36:01 +01:00
parent 4410df2487
commit d9162463b4
82 changed files with 34884 additions and 6568 deletions

View File

@@ -24,6 +24,7 @@ Partial Class frmDD_EMAIL_ACCOUNT
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim GUIDLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDD_EMAIL_ACCOUNT))
Dim NAMELabel As System.Windows.Forms.Label
Dim EMAIL_FROMLabel As System.Windows.Forms.Label
Dim EMAIL_SMTPLabel As System.Windows.Forms.Label
@@ -33,7 +34,6 @@ Partial Class frmDD_EMAIL_ACCOUNT
Dim ADDED_WHENLabel As System.Windows.Forms.Label
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDD_EMAIL_ACCOUNT))
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
Me.TBDD_EMAIL_ACCOUNTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBDD_EMAIL_ACCOUNTTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter()
@@ -86,93 +86,53 @@ Partial Class frmDD_EMAIL_ACCOUNT
'
'GUIDLabel
'
GUIDLabel.AutoSize = True
GUIDLabel.Location = New System.Drawing.Point(12, 25)
resources.ApplyResources(GUIDLabel, "GUIDLabel")
GUIDLabel.Name = "GUIDLabel"
GUIDLabel.Size = New System.Drawing.Size(21, 15)
GUIDLabel.TabIndex = 1
GUIDLabel.Text = "ID:"
'
'NAMELabel
'
NAMELabel.AutoSize = True
NAMELabel.Location = New System.Drawing.Point(77, 25)
resources.ApplyResources(NAMELabel, "NAMELabel")
NAMELabel.Name = "NAMELabel"
NAMELabel.Size = New System.Drawing.Size(68, 15)
NAMELabel.TabIndex = 3
NAMELabel.Text = "Profilname:"
'
'EMAIL_FROMLabel
'
EMAIL_FROMLabel.AutoSize = True
EMAIL_FROMLabel.Location = New System.Drawing.Point(77, 69)
resources.ApplyResources(EMAIL_FROMLabel, "EMAIL_FROMLabel")
EMAIL_FROMLabel.Name = "EMAIL_FROMLabel"
EMAIL_FROMLabel.Size = New System.Drawing.Size(94, 15)
EMAIL_FROMLabel.TabIndex = 5
EMAIL_FROMLabel.Text = "Email-Absender:"
'
'EMAIL_SMTPLabel
'
EMAIL_SMTPLabel.AutoSize = True
EMAIL_SMTPLabel.Location = New System.Drawing.Point(351, 69)
resources.ApplyResources(EMAIL_SMTPLabel, "EMAIL_SMTPLabel")
EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel"
EMAIL_SMTPLabel.Size = New System.Drawing.Size(134, 15)
EMAIL_SMTPLabel.TabIndex = 7
EMAIL_SMTPLabel.Text = "Mailserver (SMTP/POP):"
'
'EMAIL_USERLabel
'
EMAIL_USERLabel.AutoSize = True
EMAIL_USERLabel.Location = New System.Drawing.Point(77, 113)
resources.ApplyResources(EMAIL_USERLabel, "EMAIL_USERLabel")
EMAIL_USERLabel.Name = "EMAIL_USERLabel"
EMAIL_USERLabel.Size = New System.Drawing.Size(33, 15)
EMAIL_USERLabel.TabIndex = 9
EMAIL_USERLabel.Text = "User:"
'
'EMAIL_PWLabel
'
EMAIL_PWLabel.AutoSize = True
EMAIL_PWLabel.Location = New System.Drawing.Point(351, 113)
resources.ApplyResources(EMAIL_PWLabel, "EMAIL_PWLabel")
EMAIL_PWLabel.Name = "EMAIL_PWLabel"
EMAIL_PWLabel.Size = New System.Drawing.Size(57, 15)
EMAIL_PWLabel.TabIndex = 11
EMAIL_PWLabel.Text = "Passwort:"
'
'ADDED_WHOLabel
'
ADDED_WHOLabel.AutoSize = True
ADDED_WHOLabel.Location = New System.Drawing.Point(77, 157)
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
ADDED_WHOLabel.Size = New System.Drawing.Size(67, 15)
ADDED_WHOLabel.TabIndex = 15
ADDED_WHOLabel.Text = "Erstellt wer:"
'
'ADDED_WHENLabel
'
ADDED_WHENLabel.AutoSize = True
ADDED_WHENLabel.Location = New System.Drawing.Point(77, 201)
resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel")
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
ADDED_WHENLabel.Size = New System.Drawing.Size(77, 15)
ADDED_WHENLabel.TabIndex = 17
ADDED_WHENLabel.Text = "Erstellt wann:"
'
'CHANGED_WHENLabel
'
CHANGED_WHENLabel.AutoSize = True
CHANGED_WHENLabel.Location = New System.Drawing.Point(211, 201)
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 15)
CHANGED_WHENLabel.TabIndex = 19
CHANGED_WHENLabel.Text = "Geändert wann:"
'
'CHANGED_WHOLabel
'
CHANGED_WHOLabel.AutoSize = True
CHANGED_WHOLabel.Location = New System.Drawing.Point(211, 157)
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 15)
CHANGED_WHOLabel.TabIndex = 20
CHANGED_WHOLabel.Text = "Geändert wer:"
'
'DD_DMSDataSet
'
@@ -228,272 +188,195 @@ Partial Class frmDD_EMAIL_ACCOUNT
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.CountItemFormat = "von {0} Email-Profilen"
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.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.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem})
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Location = New System.Drawing.Point(0, 0)
resources.ApplyResources(Me.TBDD_EMAIL_ACCOUNTBindingNavigator, "TBDD_EMAIL_ACCOUNTBindingNavigator")
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Name = "TBDD_EMAIL_ACCOUNTBindingNavigator"
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Size = New System.Drawing.Size(616, 25)
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.TabIndex = 0
Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Text = "BindingNavigator1"
'
'BindingNavigatorAddNewItem
'
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
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."
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
'
'BindingNavigatorDeleteItem
'
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
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)
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
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)
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
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)
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
'
'BindingNavigatorPositionItem
'
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
Me.BindingNavigatorPositionItem.AutoSize = False
resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem")
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(58, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
'
'BindingNavigatorMoveNextItem
'
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
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)
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
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)
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
'
'TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem
'
Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem, "TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem")
Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Name = "TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem"
Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Text = "Daten speichern"
'
'GUIDTextBox
'
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "GUID", True))
Me.GUIDTextBox.Location = New System.Drawing.Point(15, 43)
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = True
Me.GUIDTextBox.Size = New System.Drawing.Size(56, 23)
Me.GUIDTextBox.TabIndex = 2
Me.GUIDTextBox.TabStop = False
'
'NAMETextBox
'
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "NAME", True))
Me.NAMETextBox.Location = New System.Drawing.Point(80, 43)
resources.ApplyResources(Me.NAMETextBox, "NAMETextBox")
Me.NAMETextBox.Name = "NAMETextBox"
Me.NAMETextBox.Size = New System.Drawing.Size(265, 23)
Me.NAMETextBox.TabIndex = 4
'
'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(80, 87)
resources.ApplyResources(Me.EMAIL_FROMTextBox, "EMAIL_FROMTextBox")
Me.EMAIL_FROMTextBox.Name = "EMAIL_FROMTextBox"
Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(265, 23)
Me.EMAIL_FROMTextBox.TabIndex = 6
'
'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(354, 87)
resources.ApplyResources(Me.EMAIL_SMTPTextBox, "EMAIL_SMTPTextBox")
Me.EMAIL_SMTPTextBox.Name = "EMAIL_SMTPTextBox"
Me.EMAIL_SMTPTextBox.Size = New System.Drawing.Size(244, 23)
Me.EMAIL_SMTPTextBox.TabIndex = 8
'
'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(80, 131)
resources.ApplyResources(Me.EMAIL_USERTextBox, "EMAIL_USERTextBox")
Me.EMAIL_USERTextBox.Name = "EMAIL_USERTextBox"
Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(265, 23)
Me.EMAIL_USERTextBox.TabIndex = 10
'
'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(354, 131)
resources.ApplyResources(Me.EMAIL_PWTextBox, "EMAIL_PWTextBox")
Me.EMAIL_PWTextBox.Name = "EMAIL_PWTextBox"
Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(244, 23)
Me.EMAIL_PWTextBox.TabIndex = 12
Me.EMAIL_PWTextBox.UseSystemPasswordChar = True
'
'ACTIVECheckBox
'
Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ACTIVE", True))
Me.ACTIVECheckBox.Location = New System.Drawing.Point(354, 41)
resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox")
Me.ACTIVECheckBox.Name = "ACTIVECheckBox"
Me.ACTIVECheckBox.Size = New System.Drawing.Size(100, 25)
Me.ACTIVECheckBox.TabIndex = 14
Me.ACTIVECheckBox.Text = "Profil Aktiv?"
Me.ACTIVECheckBox.UseVisualStyleBackColor = True
'
'ADDED_WHOTextBox
'
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(80, 175)
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.ReadOnly = True
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(125, 23)
Me.ADDED_WHOTextBox.TabIndex = 16
Me.ADDED_WHOTextBox.TabStop = False
'
'ADDED_WHENTextBox
'
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHEN", True))
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(80, 219)
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.ReadOnly = True
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(125, 23)
Me.ADDED_WHENTextBox.TabIndex = 18
Me.ADDED_WHENTextBox.TabStop = False
'
'CHANGED_WHENTextBox
'
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHEN", True))
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(214, 219)
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.ReadOnly = True
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(131, 23)
Me.CHANGED_WHENTextBox.TabIndex = 20
Me.CHANGED_WHENTextBox.TabStop = False
'
'CHANGED_WHOTextBox
'
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(214, 175)
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.ReadOnly = True
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(131, 23)
Me.CHANGED_WHOTextBox.TabIndex = 21
Me.CHANGED_WHOTextBox.TabStop = False
'
'lblSave
'
Me.lblSave.AutoSize = True
resources.ApplyResources(Me.lblSave, "lblSave")
Me.lblSave.BackColor = System.Drawing.Color.Yellow
Me.lblSave.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSave.Location = New System.Drawing.Point(75, 245)
Me.lblSave.Name = "lblSave"
Me.lblSave.Size = New System.Drawing.Size(200, 15)
Me.lblSave.TabIndex = 79
Me.lblSave.Text = "Email-Profil erfolgreich gespeichert!"
Me.lblSave.Visible = False
'
'btnEmailTest
'
Me.btnEmailTest.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
resources.ApplyResources(Me.btnEmailTest, "btnEmailTest")
Me.btnEmailTest.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddressEnvelope_16xLG
Me.btnEmailTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnEmailTest.Location = New System.Drawing.Point(14, 68)
Me.btnEmailTest.Name = "btnEmailTest"
Me.btnEmailTest.Size = New System.Drawing.Size(110, 23)
Me.btnEmailTest.TabIndex = 80
Me.btnEmailTest.Text = "Teste Versand"
Me.btnEmailTest.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnEmailTest.UseVisualStyleBackColor = True
'
'lbltest
'
Me.lbltest.AutoSize = True
Me.lbltest.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbltest.Location = New System.Drawing.Point(11, 21)
resources.ApplyResources(Me.lbltest, "lbltest")
Me.lbltest.Name = "lbltest"
Me.lbltest.Size = New System.Drawing.Size(89, 15)
Me.lbltest.TabIndex = 81
Me.lbltest.Text = "Testempfänger:"
'
'txttestReceipiant
'
Me.txttestReceipiant.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txttestReceipiant.Location = New System.Drawing.Point(14, 39)
resources.ApplyResources(Me.txttestReceipiant, "txttestReceipiant")
Me.txttestReceipiant.Name = "txttestReceipiant"
Me.txttestReceipiant.Size = New System.Drawing.Size(224, 23)
Me.txttestReceipiant.TabIndex = 82
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txttestReceipiant)
Me.GroupBox1.Controls.Add(Me.btnEmailTest)
Me.GroupBox1.Controls.Add(Me.lbltest)
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(354, 160)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(244, 100)
Me.GroupBox1.TabIndex = 83
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Überprüfung:"
'
'frmDD_EMAIL_ACCOUNT
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(616, 272)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.lblSave)
Me.Controls.Add(CHANGED_WHOLabel)
@@ -518,11 +401,8 @@ Partial Class frmDD_EMAIL_ACCOUNT
Me.Controls.Add(GUIDLabel)
Me.Controls.Add(Me.GUIDTextBox)
Me.Controls.Add(Me.TBDD_EMAIL_ACCOUNTBindingNavigator)
Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmDD_EMAIL_ACCOUNT"
Me.Text = "Hinterlegte Email Profile"
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBDD_EMAIL_ACCOUNTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBDD_EMAIL_ACCOUNTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()