jj für ms
This commit is contained in:
41
App/CONFIG_APP/frmMain.Designer.vb
generated
41
App/CONFIG_APP/frmMain.Designer.vb
generated
@@ -325,6 +325,9 @@ 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()
|
||||
@@ -2889,6 +2892,9 @@ Partial Class frmMain
|
||||
'
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(Me.Button2)
|
||||
Me.TabPage3.Controls.Add(Me.txtInboxname)
|
||||
Me.TabPage3.Controls.Add(Me.Button1)
|
||||
Me.TabPage3.Controls.Add(Me.txtTestmail)
|
||||
Me.TabPage3.Controls.Add(Me.Label12)
|
||||
Me.TabPage3.Controls.Add(Me.btnsendtestmail)
|
||||
@@ -3300,6 +3306,38 @@ 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!)
|
||||
@@ -3630,4 +3668,7 @@ Partial Class frmMain
|
||||
Friend WithEvents txtTestmail As TextBox
|
||||
Friend WithEvents Label12 As Label
|
||||
Friend WithEvents btnsendtestmail As Button
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents txtInboxname As TextBox
|
||||
Friend WithEvents Button2 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user