Bodyauswertung

This commit is contained in:
Digital Data - Marlon Schreiber
2019-01-23 17:59:18 +01:00
parent 60ed01009a
commit 79d864c676
74 changed files with 126423 additions and 1072 deletions

View File

@@ -85,6 +85,7 @@ Partial Class frmMain
Me.tslblstatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.tslblRefresh = 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.TabControl1 = New System.Windows.Forms.TabControl()
@@ -279,6 +280,9 @@ Partial Class frmMain
Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton34 = New System.Windows.Forms.ToolStripButton()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.Button2 = New System.Windows.Forms.Button()
Me.txtInboxname = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.txtTestmail = New System.Windows.Forms.TextBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.btnsendtestmail = New System.Windows.Forms.Button()
@@ -325,9 +329,6 @@ Partial Class frmMain
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.Button1 = New System.Windows.Forms.Button()
Me.txtInboxname = New System.Windows.Forms.TextBox()
Me.Button2 = New System.Windows.Forms.Button()
GUIDLabel = New System.Windows.Forms.Label()
PROFILE_NAMELabel = New System.Windows.Forms.Label()
POLL_TYPELabel = New System.Windows.Forms.Label()
@@ -972,21 +973,30 @@ Partial Class frmMain
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnRunProfiles, Me.ToolStripProgressBar1})
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnRunLocalMail, Me.tsbtnRunProfiles, Me.ToolStripProgressBar1})
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(134, 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(100, 22)
Me.tsbtnRunProfiles.Text = "Run manually"
Me.tsbtnRunProfiles.Size = New System.Drawing.Size(137, 22)
Me.tsbtnRunProfiles.Text = "Run profile manually"
'
'ToolStripProgressBar1
'
@@ -2935,6 +2945,38 @@ Partial Class frmMain
Me.TabPage3.Text = "EMail-Konto Konfiguration"
Me.TabPage3.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.Location = New System.Drawing.Point(374, 321)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(117, 35)
Me.Button2.TabIndex = 70
Me.Button2.Text = "TEST_POP"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.UseVisualStyleBackColor = True
'
'txtInboxname
'
Me.txtInboxname.Location = New System.Drawing.Point(496, 294)
Me.txtInboxname.Name = "txtInboxname"
Me.txtInboxname.Size = New System.Drawing.Size(100, 21)
Me.txtInboxname.TabIndex = 69
Me.txtInboxname.Text = "Inbox"
'
'Button1
'
Me.Button1.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(373, 280)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(117, 35)
Me.Button1.TabIndex = 68
Me.Button1.Text = "TEST_IMAP"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.UseVisualStyleBackColor = True
'
'txtTestmail
'
Me.txtTestmail.BackColor = System.Drawing.SystemColors.Control
@@ -3306,38 +3348,6 @@ Partial Class frmMain
'
Me.TBEMLP_CONFIGTableAdapter.ClearBeforeFill = True
'
'Button1
'
Me.Button1.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(373, 280)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(117, 35)
Me.Button1.TabIndex = 68
Me.Button1.Text = "TEST_IMAP"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.UseVisualStyleBackColor = True
'
'txtInboxname
'
Me.txtInboxname.Location = New System.Drawing.Point(496, 294)
Me.txtInboxname.Name = "txtInboxname"
Me.txtInboxname.Size = New System.Drawing.Size(100, 21)
Me.txtInboxname.TabIndex = 69
Me.txtInboxname.Text = "Inbox"
'
'Button2
'
Me.Button2.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.Location = New System.Drawing.Point(374, 321)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(117, 35)
Me.Button2.TabIndex = 70
Me.Button2.Text = "TEST_POP"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.UseVisualStyleBackColor = True
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -3671,4 +3681,5 @@ Partial Class frmMain
Friend WithEvents Button1 As Button
Friend WithEvents txtInboxname As TextBox
Friend WithEvents Button2 As Button
Friend WithEvents tsbtnRunLocalMail As ToolStripButton
End Class