Private Sub InitializeComponent()
Me.LContract = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.TBRecords = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.TBName = New System.Windows.Forms.TextBox
Me.Button1 = New System.Windows.Forms.Button
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.SuspendLayout()
'
'LContract
'
Me.LContract.AutoSize = True
Me.LContract.Location = New System.Drawing.Point(12, 9)
Me.LContract.Name = "LContract"
Me.LContract.Size = New System.Drawing.Size(39, 13)
Me.LContract.TabIndex = 0
Me.LContract.Text = "Label1"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 22)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(67, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Read by | on"
'
'TBRecords
'
Me.TBRecords.Location = New System.Drawing.Point(15, 38)
Me.TBRecords.Name = "TBRecords"
Me.TBRecords.Size = New System.Drawing.Size(265, 20)
Me.TBRecords.TabIndex = 2
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(12, 163)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(200, 13)
Me.Label3.TabIndex = 3
Me.Label3.Text = "Please enter your name and tick the box."
'
'TBName
'
Me.TBName.Location = New System.Drawing.Point(15, 179)
Me.TBName.Name = "TBName"
Me.TBName.Size = New System.Drawing.Size(163, 20)
Me.TBName.TabIndex = 4
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(205, 179)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 5
Me.Button1.Text = "Submit"
Me.Button1.UseVisualStyleBackColor = True
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(184, 182)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(15, 14)
Me.CheckBox1.TabIndex = 6
Me.CheckBox1.UseVisualStyleBackColor = True
'
'Post
'
Me.ClientSize = New System.Drawing.Size(292, 208)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TBName)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.TBRecords)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.LContract)
Me.Name = "Post"
Me.Text = "Mail Acknowledgement"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub