added SSCLI 1.0
[windows-sources.git] / sdk / samples / WFSamples / Technologies / DesignerHosting / VB / WorkflowDesignerReHosting / ActivityProperties.Designer.vb
blobb3d9c965b39301d55a588d341685c85955f4f0c5
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 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
17 Partial Public Class ActivityProperties
18 Inherits System.Windows.Forms.Form
20 'Form overrides dispose to clean up the component list.
21 <System.Diagnostics.DebuggerNonUserCode()> _
22 Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
23 If disposing AndAlso components IsNot Nothing Then
24 components.Dispose()
25 End If
26 MyBase.Dispose(disposing)
27 End Sub
29 'Required by the Windows Form Designer
30 Private components As System.ComponentModel.IContainer
32 'NOTE: The following procedure is required by the Windows Form Designer
33 'It can be modified using the Windows Form Designer.
34 'Do not modify it using the code editor.
35 <System.Diagnostics.DebuggerStepThrough()> _
36 Private Sub InitializeComponent()
37 Me.nameTextBox = New System.Windows.Forms.TextBox
38 Me.descriptionTextBox = New System.Windows.Forms.TextBox
39 Me.label2 = New System.Windows.Forms.Label
40 Me.buttonCancel = New System.Windows.Forms.Button
41 Me.okButton = New System.Windows.Forms.Button
42 Me.Label1 = New System.Windows.Forms.Label
43 Me.SuspendLayout()
45 'nameTextBox
47 Me.nameTextBox.Location = New System.Drawing.Point(71, 7)
48 Me.nameTextBox.Name = "nameTextBox"
49 Me.nameTextBox.Size = New System.Drawing.Size(211, 20)
50 Me.nameTextBox.TabIndex = 1
52 'descriptionTextBox
54 Me.descriptionTextBox.Location = New System.Drawing.Point(71, 33)
55 Me.descriptionTextBox.Name = "descriptionTextBox"
56 Me.descriptionTextBox.Size = New System.Drawing.Size(211, 20)
57 Me.descriptionTextBox.TabIndex = 3
58 Me.descriptionTextBox.Text = "<Enter Description Here>"
60 'label2
62 Me.label2.AutoSize = True
63 Me.label2.Location = New System.Drawing.Point(9, 10)
64 Me.label2.Name = "label2"
65 Me.label2.Size = New System.Drawing.Size(38, 13)
66 Me.label2.TabIndex = 0
67 Me.label2.Text = "&Name:"
69 'buttonCancel
71 Me.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
72 Me.buttonCancel.Location = New System.Drawing.Point(207, 59)
73 Me.buttonCancel.Name = "buttonCancel"
74 Me.buttonCancel.Size = New System.Drawing.Size(75, 23)
75 Me.buttonCancel.TabIndex = 5
76 Me.buttonCancel.Text = "&Cancel"
77 Me.buttonCancel.UseVisualStyleBackColor = True
79 'okButton
81 Me.okButton.Location = New System.Drawing.Point(126, 59)
82 Me.okButton.Name = "okButton"
83 Me.okButton.Size = New System.Drawing.Size(75, 23)
84 Me.okButton.TabIndex = 4
85 Me.okButton.Text = "&OK"
87 'Label1
89 Me.Label1.AutoSize = True
90 Me.Label1.Location = New System.Drawing.Point(9, 36)
91 Me.Label1.Name = "Label1"
92 Me.Label1.Size = New System.Drawing.Size(63, 13)
93 Me.Label1.TabIndex = 2
94 Me.Label1.Text = "&Description:"
96 'ActivityProperties
98 Me.AcceptButton = Me.okButton
99 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
100 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
101 Me.CancelButton = Me.buttonCancel
102 Me.ClientSize = New System.Drawing.Size(291, 89)
103 Me.Controls.Add(Me.nameTextBox)
104 Me.Controls.Add(Me.descriptionTextBox)
105 Me.Controls.Add(Me.label2)
106 Me.Controls.Add(Me.buttonCancel)
107 Me.Controls.Add(Me.okButton)
108 Me.Controls.Add(Me.Label1)
109 Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
110 Me.Name = "ActivityProperties"
111 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
112 Me.Text = "New CodeActivity"
113 Me.ResumeLayout(False)
114 Me.PerformLayout()
116 End Sub
117 Friend WithEvents nameTextBox As System.Windows.Forms.TextBox
118 Friend WithEvents descriptionTextBox As System.Windows.Forms.TextBox
119 Friend WithEvents label2 As System.Windows.Forms.Label
120 Friend WithEvents buttonCancel As System.Windows.Forms.Button
121 Friend WithEvents okButton As System.Windows.Forms.Button
122 Friend WithEvents Label1 As System.Windows.Forms.Label
123 End Class