Messaging: Prepare new email lib

This commit is contained in:
Jonathan Jenne
2021-07-19 16:42:22 +02:00
parent 0a19afdcd1
commit b5d8967a5c
26 changed files with 1880 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ Partial Class frmStart
Me.Button4 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
@@ -84,6 +85,15 @@ Partial Class frmStart
Me.Button6.Text = "DocView"
Me.Button6.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(254, 12)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(236, 55)
Me.Button7.TabIndex = 0
Me.Button7.Text = "Mail"
Me.Button7.UseVisualStyleBackColor = True
'
'frmStart
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -94,6 +104,7 @@ Partial Class frmStart
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.Button1)
Me.Name = "frmStart"
Me.Text = "frmStart"
@@ -107,4 +118,5 @@ Partial Class frmStart
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
Friend WithEvents Button7 As Button
End Class