_ Partial Class VStest1Form Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.BackgroundWorkerpp1 = New System.ComponentModel.BackgroundWorker() Me.StartAsyncButton = New System.Windows.Forms.Button() Me.CancelAsyncButton = New System.Windows.Forms.Button() Me.EndAsyncButton = New System.Windows.Forms.Button() Me.BackgroundWorkerpp2 = New System.ComponentModel.BackgroundWorker() Me.BackgroundWorkerpp3 = New System.ComponentModel.BackgroundWorker() Me.BackgroundWorkerpp4 = New System.ComponentModel.BackgroundWorker() Me.ResultLabelpp1 = New System.Windows.Forms.Label() Me.ResultLabelpp4 = New System.Windows.Forms.Label() Me.ResultLabelpp3 = New System.Windows.Forms.Label() Me.ResultLabelpp2 = New System.Windows.Forms.Label() Me.ProcTpp1 = New System.Windows.Forms.TextBox() Me.ProcTpp2 = New System.Windows.Forms.TextBox() Me.ProcTpp4 = New System.Windows.Forms.TextBox() Me.ProcTpp3 = New System.Windows.Forms.TextBox() Me.nProcT = New System.Windows.Forms.TextBox() Me.LoadT = New System.Windows.Forms.TextBox() Me.TotalL = New System.Windows.Forms.Label() Me.seccntT = New System.Windows.Forms.TextBox() Me.nprocL = New System.Windows.Forms.Label() Me.procnL = New System.Windows.Forms.Label() Me.loadL = New System.Windows.Forms.Label() Me.TotalT = New System.Windows.Forms.TextBox() Me.seccntL = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'BackgroundWorkerpp1 ' ' 'StartAsyncButton ' Me.StartAsyncButton.Location = New System.Drawing.Point(33, 122) Me.StartAsyncButton.Name = "StartAsyncButton" Me.StartAsyncButton.Size = New System.Drawing.Size(63, 25) Me.StartAsyncButton.TabIndex = 0 Me.StartAsyncButton.Text = "Start" Me.StartAsyncButton.UseVisualStyleBackColor = True ' 'CancelAsyncButton ' Me.CancelAsyncButton.Location = New System.Drawing.Point(116, 122) Me.CancelAsyncButton.Name = "CancelAsyncButton" Me.CancelAsyncButton.Size = New System.Drawing.Size(63, 25) Me.CancelAsyncButton.TabIndex = 1 Me.CancelAsyncButton.Text = "Cancel" Me.CancelAsyncButton.UseVisualStyleBackColor = True ' 'EndAsyncButton ' Me.EndAsyncButton.Location = New System.Drawing.Point(208, 122) Me.EndAsyncButton.Name = "EndAsyncButton" Me.EndAsyncButton.Size = New System.Drawing.Size(48, 24) Me.EndAsyncButton.TabIndex = 2 Me.EndAsyncButton.Text = "End" Me.EndAsyncButton.UseVisualStyleBackColor = True ' 'BackgroundWorkerpp2 ' ' 'BackgroundWorkerpp3 ' ' 'BackgroundWorkerpp4 ' ' 'ResultLabelpp1 ' Me.ResultLabelpp1.AutoSize = True Me.ResultLabelpp1.Location = New System.Drawing.Point(85, 48) Me.ResultLabelpp1.Name = "ResultLabelpp1" Me.ResultLabelpp1.Size = New System.Drawing.Size(25, 13) Me.ResultLabelpp1.TabIndex = 3 Me.ResultLabelpp1.Text = "pp1" ' 'ResultLabelpp4 ' Me.ResultLabelpp4.AutoSize = True Me.ResultLabelpp4.Location = New System.Drawing.Point(304, 48) Me.ResultLabelpp4.Name = "ResultLabelpp4" Me.ResultLabelpp4.Size = New System.Drawing.Size(25, 13) Me.ResultLabelpp4.TabIndex = 4 Me.ResultLabelpp4.Text = "pp4" ' 'ResultLabelpp3 ' Me.ResultLabelpp3.AutoSize = True Me.ResultLabelpp3.Location = New System.Drawing.Point(233, 48) Me.ResultLabelpp3.Name = "ResultLabelpp3" Me.ResultLabelpp3.Size = New System.Drawing.Size(25, 13) Me.ResultLabelpp3.TabIndex = 5 Me.ResultLabelpp3.Text = "pp3" ' 'ResultLabelpp2 ' Me.ResultLabelpp2.AutoSize = True Me.ResultLabelpp2.Location = New System.Drawing.Point(162, 48) Me.ResultLabelpp2.Name = "ResultLabelpp2" Me.ResultLabelpp2.Size = New System.Drawing.Size(25, 13) Me.ResultLabelpp2.TabIndex = 6 Me.ResultLabelpp2.Text = "pp2" ' 'ProcTpp1 ' Me.ProcTpp1.Location = New System.Drawing.Point(60, 12) Me.ProcTpp1.Name = "ProcTpp1" Me.ProcTpp1.Size = New System.Drawing.Size(64, 20) Me.ProcTpp1.TabIndex = 7 Me.ProcTpp1.Text = "1" ' 'ProcTpp2 ' Me.ProcTpp2.Location = New System.Drawing.Point(138, 12) Me.ProcTpp2.Name = "ProcTpp2" Me.ProcTpp2.Size = New System.Drawing.Size(64, 20) Me.ProcTpp2.TabIndex = 8 Me.ProcTpp2.Text = "2" ' 'ProcTpp4 ' Me.ProcTpp4.Location = New System.Drawing.Point(276, 12) Me.ProcTpp4.Name = "ProcTpp4" Me.ProcTpp4.Size = New System.Drawing.Size(64, 20) Me.ProcTpp4.TabIndex = 10 Me.ProcTpp4.Text = "4" ' 'ProcTpp3 ' Me.ProcTpp3.Location = New System.Drawing.Point(208, 12) Me.ProcTpp3.Name = "ProcTpp3" Me.ProcTpp3.Size = New System.Drawing.Size(64, 20) Me.ProcTpp3.TabIndex = 9 Me.ProcTpp3.Text = "3" ' 'nProcT ' Me.nProcT.Location = New System.Drawing.Point(60, 82) Me.nProcT.Name = "nProcT" Me.nProcT.Size = New System.Drawing.Size(61, 20) Me.nProcT.TabIndex = 11 ' 'LoadT ' Me.LoadT.Location = New System.Drawing.Point(215, 81) Me.LoadT.Name = "LoadT" Me.LoadT.Size = New System.Drawing.Size(43, 20) Me.LoadT.TabIndex = 12 Me.LoadT.Text = "1" ' 'TotalL ' Me.TotalL.AutoSize = True Me.TotalL.Location = New System.Drawing.Point(374, 48) Me.TotalL.Name = "TotalL" Me.TotalL.Size = New System.Drawing.Size(31, 13) Me.TotalL.TabIndex = 13 Me.TotalL.Text = "Total" ' 'seccntT ' Me.seccntT.Location = New System.Drawing.Point(349, 82) Me.seccntT.Name = "seccntT" Me.seccntT.Size = New System.Drawing.Size(43, 20) Me.seccntT.TabIndex = 14 Me.seccntT.Text = "1" ' 'nprocL ' Me.nprocL.AutoSize = True Me.nprocL.Location = New System.Drawing.Point(12, 85) Me.nprocL.Name = "nprocL" Me.nprocL.Size = New System.Drawing.Size(41, 13) Me.nprocL.TabIndex = 15 Me.nprocL.Text = "# proc" ' 'procnL ' Me.procnL.AutoSize = True Me.procnL.Location = New System.Drawing.Point(3, 19) Me.procnL.Name = "procnL" Me.procnL.Size = New System.Drawing.Size(39, 13) Me.procnL.TabIndex = 16 Me.procnL.Text = "Proc #" ' 'loadL ' Me.loadL.AutoSize = True Me.loadL.Location = New System.Drawing.Point(170, 85) Me.loadL.Name = "loadL" Me.loadL.Size = New System.Drawing.Size(31, 13) Me.loadL.TabIndex = 17 Me.loadL.Text = "Load" ' 'TotalT ' Me.TotalT.Location = New System.Drawing.Point(349, 12) Me.TotalT.Name = "TotalT" Me.TotalT.Size = New System.Drawing.Size(64, 20) Me.TotalT.TabIndex = 18 Me.TotalT.Text = "Total" ' 'seccntL ' Me.seccntL.AutoSize = True Me.seccntL.Location = New System.Drawing.Point(294, 85) Me.seccntL.Name = "seccntL" Me.seccntL.Size = New System.Drawing.Size(24, 13) Me.seccntL.TabIndex = 19 Me.seccntL.Text = "sec" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(5, 48) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(67, 13) Me.Label2.TabIndex = 20 Me.Label2.Text = "Performance" ' 'VStest1Form ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(427, 157) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.seccntL) Me.Controls.Add(Me.TotalT) Me.Controls.Add(Me.loadL) Me.Controls.Add(Me.procnL) Me.Controls.Add(Me.nprocL) Me.Controls.Add(Me.seccntT) Me.Controls.Add(Me.TotalL) Me.Controls.Add(Me.LoadT) Me.Controls.Add(Me.nProcT) Me.Controls.Add(Me.ProcTpp4) Me.Controls.Add(Me.ProcTpp3) Me.Controls.Add(Me.ProcTpp2) Me.Controls.Add(Me.ProcTpp1) Me.Controls.Add(Me.ResultLabelpp2) Me.Controls.Add(Me.ResultLabelpp3) Me.Controls.Add(Me.ResultLabelpp4) Me.Controls.Add(Me.ResultLabelpp1) Me.Controls.Add(Me.EndAsyncButton) Me.Controls.Add(Me.CancelAsyncButton) Me.Controls.Add(Me.StartAsyncButton) Me.Location = New System.Drawing.Point(3, 19) Me.Name = "VStest1Form" Me.Text = "VStest1 Control Form" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents BackgroundWorkerpp1 As System.ComponentModel.BackgroundWorker Friend WithEvents StartAsyncButton As System.Windows.Forms.Button Friend WithEvents CancelAsyncButton As System.Windows.Forms.Button Friend WithEvents EndAsyncButton As System.Windows.Forms.Button Friend WithEvents BackgroundWorkerpp2 As System.ComponentModel.BackgroundWorker Friend WithEvents BackgroundWorkerpp3 As System.ComponentModel.BackgroundWorker Friend WithEvents BackgroundWorkerpp4 As System.ComponentModel.BackgroundWorker Friend WithEvents ResultLabelpp1 As System.Windows.Forms.Label Friend WithEvents ResultLabelpp4 As System.Windows.Forms.Label Friend WithEvents ResultLabelpp3 As System.Windows.Forms.Label Friend WithEvents ResultLabelpp2 As System.Windows.Forms.Label Friend WithEvents ProcTpp1 As System.Windows.Forms.TextBox Friend WithEvents ProcTpp2 As System.Windows.Forms.TextBox Friend WithEvents ProcTpp4 As System.Windows.Forms.TextBox Friend WithEvents ProcTpp3 As System.Windows.Forms.TextBox Friend WithEvents nProcT As System.Windows.Forms.TextBox Friend WithEvents LoadT As System.Windows.Forms.TextBox Friend WithEvents TotalL As System.Windows.Forms.Label Friend WithEvents seccntT As System.Windows.Forms.TextBox Friend WithEvents nprocL As System.Windows.Forms.Label Friend WithEvents procnL As System.Windows.Forms.Label Friend WithEvents loadL As System.Windows.Forms.Label Friend WithEvents TotalT As System.Windows.Forms.TextBox Friend WithEvents seccntL As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label End Class