MS
This commit is contained in:
28
App/CONFIG_APP/frmMain.Designer.vb
generated
28
App/CONFIG_APP/frmMain.Designer.vb
generated
@@ -347,6 +347,8 @@ Partial Class frmMain
|
||||
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)
|
||||
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.PasswortAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
PROFILE_NAMELabel = New System.Windows.Forms.Label()
|
||||
POLL_TYPELabel = New System.Windows.Forms.Label()
|
||||
@@ -458,6 +460,7 @@ Partial Class frmMain
|
||||
Me.BindingNavigator6.SuspendLayout()
|
||||
Me.TabPage4.SuspendLayout()
|
||||
Me.GroupBox4.SuspendLayout()
|
||||
Me.ContextMenuStrip2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
@@ -3032,7 +3035,7 @@ Partial Class frmMain
|
||||
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.Size = New System.Drawing.Size(227, 21)
|
||||
Me.ARCHIVE_FOLDERTextBox.TabIndex = 77
|
||||
'
|
||||
'PORT_INTextBox
|
||||
@@ -3076,9 +3079,10 @@ Partial Class frmMain
|
||||
'
|
||||
'txtnewpasswort
|
||||
'
|
||||
Me.txtnewpasswort.ContextMenuStrip = Me.ContextMenuStrip2
|
||||
Me.txtnewpasswort.Location = New System.Drawing.Point(738, 124)
|
||||
Me.txtnewpasswort.Name = "txtnewpasswort"
|
||||
Me.txtnewpasswort.Size = New System.Drawing.Size(282, 21)
|
||||
Me.txtnewpasswort.Size = New System.Drawing.Size(186, 21)
|
||||
Me.txtnewpasswort.TabIndex = 63
|
||||
Me.txtnewpasswort.UseSystemPasswordChar = True
|
||||
'
|
||||
@@ -3086,7 +3090,7 @@ Partial Class frmMain
|
||||
'
|
||||
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.Location = New System.Drawing.Point(930, 122)
|
||||
Me.Button4.Name = "Button4"
|
||||
Me.Button4.Size = New System.Drawing.Size(128, 23)
|
||||
Me.Button4.TabIndex = 62
|
||||
@@ -3123,7 +3127,7 @@ Partial Class frmMain
|
||||
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.Size = New System.Drawing.Size(357, 21)
|
||||
Me.EMAIL_SMTPTextBox.TabIndex = 41
|
||||
'
|
||||
'EMAIL_USERTextBox
|
||||
@@ -3136,6 +3140,7 @@ Partial Class frmMain
|
||||
'
|
||||
'EMAIL_PWTextBox
|
||||
'
|
||||
Me.EMAIL_PWTextBox.ContextMenuStrip = Me.ContextMenuStrip2
|
||||
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"
|
||||
@@ -3554,6 +3559,18 @@ Partial Class frmMain
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
||||
'
|
||||
'ContextMenuStrip2
|
||||
'
|
||||
Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PasswortAnzeigenToolStripMenuItem})
|
||||
Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
|
||||
Me.ContextMenuStrip2.Size = New System.Drawing.Size(181, 48)
|
||||
'
|
||||
'PasswortAnzeigenToolStripMenuItem
|
||||
'
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Name = "PasswortAnzeigenToolStripMenuItem"
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Text = "Passwort anzeigen"
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -3638,6 +3655,7 @@ Partial Class frmMain
|
||||
Me.TabPage4.PerformLayout()
|
||||
Me.GroupBox4.ResumeLayout(False)
|
||||
Me.GroupBox4.PerformLayout()
|
||||
Me.ContextMenuStrip2.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -3908,4 +3926,6 @@ Partial Class frmMain
|
||||
Friend WithEvents ToolStripEmailAccountID As ToolStripTextBox
|
||||
Friend WithEvents AUTH_TYPEComboBox As ComboBox
|
||||
Friend WithEvents btnCheckIMAPObjects As Button
|
||||
Friend WithEvents ContextMenuStrip2 As ContextMenuStrip
|
||||
Friend WithEvents PasswortAnzeigenToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user