added samples
[windows-sources.git] / sdk / samples / WFSamples / Applications / OutlookWorkflowWizard / VB / ReadEmailActivity / AutoReplyEmail.Designer.vb
blobe4855a4b70f3f6973df3d88052b2d1ce05146a0d
1 '---------------------------------------------------------------------
2 ' This file is part of the Windows Workflow Foundation SDK Code Samples.
3 '
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
5 '
6 'This source code is intended only as a supplement to Microsoft
7 'Development Tools and/or on-line documentation. See these other
8 'materials for detailed information regarding Microsoft code samples.
9 '
10 'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 'PARTICULAR PURPOSE.
14 '---------------------------------------------------------------------
16 Imports System
18 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
19 Partial Public Class AutoReplyEmail
21 'NOTE: The following procedure is required by the Windows Form Designer
22 'It can be modified using the Windows Form Designer.
23 'Do not modify it using the code editor.
24 <System.Diagnostics.DebuggerNonUserCode()> _
25 Private Sub InitializeComponent()
27 'AutoReplyEmail
29 Me.Name = "Activity"
31 End Sub
33 End Class