MS Release CleanFileName

This commit is contained in:
2021-12-01 12:12:04 +01:00
parent ae5bc40f5f
commit 0f94cab4f1
88 changed files with 329 additions and 9548 deletions

View File

@@ -283,6 +283,7 @@ 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.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()
@@ -1678,7 +1679,7 @@ Partial Class frmMain
Me.BindingNavigator2.MovePreviousItem = Me.ToolStripButton5
Me.BindingNavigator2.Name = "BindingNavigator2"
Me.BindingNavigator2.PositionItem = Me.ToolStripTextBox1
Me.BindingNavigator2.Size = New System.Drawing.Size(968, 25)
Me.BindingNavigator2.Size = New System.Drawing.Size(1177, 25)
Me.BindingNavigator2.TabIndex = 32
Me.BindingNavigator2.Text = "BindingNavigator2"
'
@@ -1793,7 +1794,7 @@ Partial Class frmMain
Me.GridControl1.Location = New System.Drawing.Point(0, 0)
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.Size = New System.Drawing.Size(241, 331)
Me.GridControl1.Size = New System.Drawing.Size(241, 314)
Me.GridControl1.TabIndex = 0
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
'
@@ -2945,6 +2946,7 @@ Partial Class frmMain
'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)
@@ -2990,6 +2992,19 @@ Partial Class frmMain
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))
@@ -3892,4 +3907,5 @@ Partial Class frmMain
Friend WithEvents ToolStripLabel5 As ToolStripLabel
Friend WithEvents ToolStripEmailAccountID As ToolStripTextBox
Friend WithEvents AUTH_TYPEComboBox As ComboBox
Friend WithEvents btnCheckIMAPObjects As Button
End Class