_
Partial Class PlanetPPForm
    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.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
        Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
        Me.BackgroundWorker3 = New System.ComponentModel.BackgroundWorker()
        Me.BackgroundWorker4 = 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.stateL = New System.Windows.Forms.Label()
        Me.ResultLabelpp1 = New System.Windows.Forms.Label()
        Me.ResultLabelpp2 = New System.Windows.Forms.Label()
        Me.ResultLabelpp3 = New System.Windows.Forms.Label()
        Me.ResultLabelpp4 = New System.Windows.Forms.Label()
        Me.ResultLabelpp5 = New System.Windows.Forms.Label()
        Me.StateTpp1 = New System.Windows.Forms.TextBox()
        Me.StateTpp2 = New System.Windows.Forms.TextBox()
        Me.StateTpp3 = New System.Windows.Forms.TextBox()
        Me.StateTpp4 = New System.Windows.Forms.TextBox()
        Me.StateTpp5 = New System.Windows.Forms.TextBox()
        Me.ProcTpp5 = New System.Windows.Forms.TextBox()
        Me.ProcTpp4 = New System.Windows.Forms.TextBox()
        Me.ProcTpp3 = New System.Windows.Forms.TextBox()
        Me.ProcTpp2 = New System.Windows.Forms.TextBox()
        Me.ProcTpp1 = New System.Windows.Forms.TextBox()
        Me.ProcL = New System.Windows.Forms.Label()
        Me.Label2 = New System.Windows.Forms.Label()
        Me.Label1 = New System.Windows.Forms.Label()
        Me.Label3 = New System.Windows.Forms.Label()
        Me.Label4 = New System.Windows.Forms.Label()
        Me.Label5 = New System.Windows.Forms.Label()
        Me.Label6 = New System.Windows.Forms.Label()
        Me.nplL = New System.Windows.Forms.Label()
        Me.nProcL = New System.Windows.Forms.Label()
        Me.seccntL = New System.Windows.Forms.Label()
        Me.tdeltaL = New System.Windows.Forms.Label()
        Me.tdeltaT = New System.Windows.Forms.TextBox()
        Me.seccntT = New System.Windows.Forms.TextBox()
        Me.MonitorButton = New System.Windows.Forms.Button()
        Me.pl1T = New System.Windows.Forms.TextBox()
        Me.x1T = New System.Windows.Forms.TextBox()
        Me.y1T = New System.Windows.Forms.TextBox()
        Me.r1T = New System.Windows.Forms.TextBox()
        Me.rev1T = New System.Windows.Forms.TextBox()
        Me.rev2T = New System.Windows.Forms.TextBox()
        Me.r2T = New System.Windows.Forms.TextBox()
        Me.y2T = New System.Windows.Forms.TextBox()
        Me.x2T = New System.Windows.Forms.TextBox()
        Me.pl2T = New System.Windows.Forms.TextBox()
        Me.rev4T = New System.Windows.Forms.TextBox()
        Me.r4T = New System.Windows.Forms.TextBox()
        Me.y4T = New System.Windows.Forms.TextBox()
        Me.x4T = New System.Windows.Forms.TextBox()
        Me.pl4T = New System.Windows.Forms.TextBox()
        Me.rev3T = New System.Windows.Forms.TextBox()
        Me.r3T = New System.Windows.Forms.TextBox()
        Me.y3T = New System.Windows.Forms.TextBox()
        Me.x3T = New System.Windows.Forms.TextBox()
        Me.pl3T = New System.Windows.Forms.TextBox()
        Me.HoldL = New System.Windows.Forms.Label()
        Me.nProcT = New System.Windows.Forms.NumericUpDown()
        Me.HoldT = New System.Windows.Forms.NumericUpDown()
        Me.nplT = New System.Windows.Forms.NumericUpDown()
        CType(Me.nProcT, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.HoldT, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nplT, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'BackgroundWorker1
        '
        '
        'BackgroundWorker2
        '
        '
        'BackgroundWorker3
        '
        '
        'BackgroundWorker4
        '
        '
        'StartAsyncButton
        '
        Me.StartAsyncButton.Location = New System.Drawing.Point(24, 120)
        Me.StartAsyncButton.Name = "StartAsyncButton"
        Me.StartAsyncButton.Size = New System.Drawing.Size(89, 25)
        Me.StartAsyncButton.TabIndex = 0
        Me.StartAsyncButton.Text = "Start"
        Me.StartAsyncButton.UseVisualStyleBackColor = True
        '
        'CancelAsyncButton
        '
        Me.CancelAsyncButton.Location = New System.Drawing.Point(138, 120)
        Me.CancelAsyncButton.Name = "CancelAsyncButton"
        Me.CancelAsyncButton.Size = New System.Drawing.Size(82, 25)
        Me.CancelAsyncButton.TabIndex = 1
        Me.CancelAsyncButton.Text = "Stop"
        Me.CancelAsyncButton.UseVisualStyleBackColor = True
        '
        'EndAsyncButton
        '
        Me.EndAsyncButton.Location = New System.Drawing.Point(240, 120)
        Me.EndAsyncButton.Name = "EndAsyncButton"
        Me.EndAsyncButton.Size = New System.Drawing.Size(77, 26)
        Me.EndAsyncButton.TabIndex = 2
        Me.EndAsyncButton.Text = "End"
        Me.EndAsyncButton.UseVisualStyleBackColor = True
        '
        'stateL
        '
        Me.stateL.AutoSize = True
        Me.stateL.Location = New System.Drawing.Point(21, 13)
        Me.stateL.Name = "stateL"
        Me.stateL.Size = New System.Drawing.Size(32, 13)
        Me.stateL.TabIndex = 4
        Me.stateL.Text = "State"
        '
        'ResultLabelpp1
        '
        Me.ResultLabelpp1.AutoSize = True
        Me.ResultLabelpp1.Location = New System.Drawing.Point(90, 72)
        Me.ResultLabelpp1.Name = "ResultLabelpp1"
        Me.ResultLabelpp1.Size = New System.Drawing.Size(25, 13)
        Me.ResultLabelpp1.TabIndex = 5
        Me.ResultLabelpp1.Text = "pp1"
        '
        'ResultLabelpp2
        '
        Me.ResultLabelpp2.AutoSize = True
        Me.ResultLabelpp2.Location = New System.Drawing.Point(151, 72)
        Me.ResultLabelpp2.Name = "ResultLabelpp2"
        Me.ResultLabelpp2.Size = New System.Drawing.Size(25, 13)
        Me.ResultLabelpp2.TabIndex = 6
        Me.ResultLabelpp2.Text = "pp2"
        '
        'ResultLabelpp3
        '
        Me.ResultLabelpp3.AutoSize = True
        Me.ResultLabelpp3.Location = New System.Drawing.Point(210, 72)
        Me.ResultLabelpp3.Name = "ResultLabelpp3"
        Me.ResultLabelpp3.Size = New System.Drawing.Size(25, 13)
        Me.ResultLabelpp3.TabIndex = 7
        Me.ResultLabelpp3.Text = "pp3"
        '
        'ResultLabelpp4
        '
        Me.ResultLabelpp4.AutoSize = True
        Me.ResultLabelpp4.Location = New System.Drawing.Point(263, 72)
        Me.ResultLabelpp4.Name = "ResultLabelpp4"
        Me.ResultLabelpp4.Size = New System.Drawing.Size(25, 13)
        Me.ResultLabelpp4.TabIndex = 8
        Me.ResultLabelpp4.Text = "pp4"
        '
        'ResultLabelpp5
        '
        Me.ResultLabelpp5.AutoSize = True
        Me.ResultLabelpp5.Location = New System.Drawing.Point(317, 72)
        Me.ResultLabelpp5.Name = "ResultLabelpp5"
        Me.ResultLabelpp5.Size = New System.Drawing.Size(25, 13)
        Me.ResultLabelpp5.TabIndex = 9
        Me.ResultLabelpp5.Text = "pp5"
        '
        'StateTpp1
        '
        Me.StateTpp1.Location = New System.Drawing.Point(77, 12)
        Me.StateTpp1.Name = "StateTpp1"
        Me.StateTpp1.Size = New System.Drawing.Size(46, 20)
        Me.StateTpp1.TabIndex = 10
        Me.StateTpp1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'StateTpp2
        '
        Me.StateTpp2.Location = New System.Drawing.Point(138, 13)
        Me.StateTpp2.Name = "StateTpp2"
        Me.StateTpp2.Size = New System.Drawing.Size(36, 20)
        Me.StateTpp2.TabIndex = 11
        Me.StateTpp2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'StateTpp3
        '
        Me.StateTpp3.Location = New System.Drawing.Point(198, 13)
        Me.StateTpp3.Name = "StateTpp3"
        Me.StateTpp3.Size = New System.Drawing.Size(50, 20)
        Me.StateTpp3.TabIndex = 12
        Me.StateTpp3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'StateTpp4
        '
        Me.StateTpp4.Location = New System.Drawing.Point(269, 12)
        Me.StateTpp4.Name = "StateTpp4"
        Me.StateTpp4.Size = New System.Drawing.Size(48, 20)
        Me.StateTpp4.TabIndex = 13
        Me.StateTpp4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'StateTpp5
        '
        Me.StateTpp5.Location = New System.Drawing.Point(334, 13)
        Me.StateTpp5.Name = "StateTpp5"
        Me.StateTpp5.Size = New System.Drawing.Size(48, 20)
        Me.StateTpp5.TabIndex = 14
        Me.StateTpp5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'ProcTpp5
        '
        Me.ProcTpp5.Location = New System.Drawing.Point(334, 40)
        Me.ProcTpp5.Name = "ProcTpp5"
        Me.ProcTpp5.Size = New System.Drawing.Size(48, 20)
        Me.ProcTpp5.TabIndex = 20
        Me.ProcTpp5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'ProcTpp4
        '
        Me.ProcTpp4.Location = New System.Drawing.Point(269, 39)
        Me.ProcTpp4.Name = "ProcTpp4"
        Me.ProcTpp4.Size = New System.Drawing.Size(48, 20)
        Me.ProcTpp4.TabIndex = 19
        Me.ProcTpp4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'ProcTpp3
        '
        Me.ProcTpp3.Location = New System.Drawing.Point(198, 40)
        Me.ProcTpp3.Name = "ProcTpp3"
        Me.ProcTpp3.Size = New System.Drawing.Size(50, 20)
        Me.ProcTpp3.TabIndex = 18
        Me.ProcTpp3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'ProcTpp2
        '
        Me.ProcTpp2.Location = New System.Drawing.Point(138, 40)
        Me.ProcTpp2.Name = "ProcTpp2"
        Me.ProcTpp2.Size = New System.Drawing.Size(36, 20)
        Me.ProcTpp2.TabIndex = 17
        Me.ProcTpp2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'ProcTpp1
        '
        Me.ProcTpp1.Location = New System.Drawing.Point(77, 39)
        Me.ProcTpp1.Name = "ProcTpp1"
        Me.ProcTpp1.Size = New System.Drawing.Size(46, 20)
        Me.ProcTpp1.TabIndex = 16
        Me.ProcTpp1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'ProcL
        '
        Me.ProcL.AutoSize = True
        Me.ProcL.Location = New System.Drawing.Point(21, 40)
        Me.ProcL.Name = "ProcL"
        Me.ProcL.Size = New System.Drawing.Size(39, 13)
        Me.ProcL.TabIndex = 15
        Me.ProcL.Text = "Proc #"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(9, 72)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(67, 13)
        Me.Label2.TabIndex = 21
        Me.Label2.Text = "Performance"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(39, 148)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(37, 13)
        Me.Label1.TabIndex = 22
        Me.Label1.Text = "Planet"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(152, 148)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(12, 13)
        Me.Label3.TabIndex = 23
        Me.Label3.Text = "x"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(264, 148)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(12, 13)
        Me.Label4.TabIndex = 24
        Me.Label4.Text = "y"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(360, 147)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(10, 13)
        Me.Label5.TabIndex = 25
        Me.Label5.Text = "r"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(425, 147)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(22, 13)
        Me.Label6.TabIndex = 26
        Me.Label6.Text = "rev"
        '
        'nplL
        '
        Me.nplL.AutoSize = True
        Me.nplL.Location = New System.Drawing.Point(278, 101)
        Me.nplL.Name = "nplL"
        Me.nplL.Size = New System.Drawing.Size(51, 13)
        Me.nplL.TabIndex = 27
        Me.nplL.Text = "# planets"
        Me.nplL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'nProcL
        '
        Me.nProcL.AutoSize = True
        Me.nProcL.Location = New System.Drawing.Point(12, 97)
        Me.nProcL.Name = "nProcL"
        Me.nProcL.Size = New System.Drawing.Size(39, 13)
        Me.nProcL.TabIndex = 28
        Me.nProcL.Text = "# Proc"
        Me.nProcL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'seccntL
        '
        Me.seccntL.AutoSize = True
        Me.seccntL.Location = New System.Drawing.Point(198, 101)
        Me.seccntL.Name = "seccntL"
        Me.seccntL.Size = New System.Drawing.Size(24, 13)
        Me.seccntL.TabIndex = 29
        Me.seccntL.Text = "sec"
        Me.seccntL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'tdeltaL
        '
        Me.tdeltaL.AutoSize = True
        Me.tdeltaL.Location = New System.Drawing.Point(108, 101)
        Me.tdeltaL.Name = "tdeltaL"
        Me.tdeltaL.Size = New System.Drawing.Size(39, 13)
        Me.tdeltaL.TabIndex = 30
        Me.tdeltaL.Text = "delta t "
        Me.tdeltaL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'tdeltaT
        '
        Me.tdeltaT.Location = New System.Drawing.Point(153, 94)
        Me.tdeltaT.Name = "tdeltaT"
        Me.tdeltaT.Size = New System.Drawing.Size(39, 20)
        Me.tdeltaT.TabIndex = 32
        Me.tdeltaT.Text = "0.02"
        Me.tdeltaT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'seccntT
        '
        Me.seccntT.Location = New System.Drawing.Point(228, 94)
        Me.seccntT.Name = "seccntT"
        Me.seccntT.Size = New System.Drawing.Size(32, 20)
        Me.seccntT.TabIndex = 33
        Me.seccntT.Text = "1"
        Me.seccntT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'MonitorButton
        '
        Me.MonitorButton.Location = New System.Drawing.Point(347, 120)
        Me.MonitorButton.Name = "MonitorButton"
        Me.MonitorButton.Size = New System.Drawing.Size(55, 25)
        Me.MonitorButton.TabIndex = 35
        Me.MonitorButton.Text = "Monitor"
        Me.MonitorButton.UseVisualStyleBackColor = True
        '
        'pl1T
        '
        Me.pl1T.Location = New System.Drawing.Point(35, 169)
        Me.pl1T.Name = "pl1T"
        Me.pl1T.Size = New System.Drawing.Size(43, 20)
        Me.pl1T.TabIndex = 36
        Me.pl1T.Text = "1"
        Me.pl1T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'x1T
        '
        Me.x1T.Location = New System.Drawing.Point(134, 169)
        Me.x1T.Name = "x1T"
        Me.x1T.Size = New System.Drawing.Size(43, 20)
        Me.x1T.TabIndex = 37
        Me.x1T.Text = "0"
        Me.x1T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'y1T
        '
        Me.y1T.Location = New System.Drawing.Point(239, 169)
        Me.y1T.Name = "y1T"
        Me.y1T.Size = New System.Drawing.Size(43, 20)
        Me.y1T.TabIndex = 38
        Me.y1T.Text = "0"
        Me.y1T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'r1T
        '
        Me.r1T.Location = New System.Drawing.Point(340, 169)
        Me.r1T.Name = "r1T"
        Me.r1T.Size = New System.Drawing.Size(43, 20)
        Me.r1T.TabIndex = 39
        Me.r1T.Text = "0"
        Me.r1T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'rev1T
        '
        Me.rev1T.Location = New System.Drawing.Point(404, 169)
        Me.rev1T.Name = "rev1T"
        Me.rev1T.Size = New System.Drawing.Size(50, 20)
        Me.rev1T.TabIndex = 40
        Me.rev1T.Text = "0"
        Me.rev1T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'rev2T
        '
        Me.rev2T.Location = New System.Drawing.Point(402, 195)
        Me.rev2T.Name = "rev2T"
        Me.rev2T.Size = New System.Drawing.Size(50, 20)
        Me.rev2T.TabIndex = 45
        Me.rev2T.Text = "0"
        Me.rev2T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'r2T
        '
        Me.r2T.Location = New System.Drawing.Point(338, 195)
        Me.r2T.Name = "r2T"
        Me.r2T.Size = New System.Drawing.Size(43, 20)
        Me.r2T.TabIndex = 44
        Me.r2T.Text = "0"
        Me.r2T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'y2T
        '
        Me.y2T.Location = New System.Drawing.Point(237, 195)
        Me.y2T.Name = "y2T"
        Me.y2T.Size = New System.Drawing.Size(43, 20)
        Me.y2T.TabIndex = 43
        Me.y2T.Text = "0"
        Me.y2T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'x2T
        '
        Me.x2T.Location = New System.Drawing.Point(132, 195)
        Me.x2T.Name = "x2T"
        Me.x2T.Size = New System.Drawing.Size(43, 20)
        Me.x2T.TabIndex = 42
        Me.x2T.Text = "0"
        Me.x2T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'pl2T
        '
        Me.pl2T.Location = New System.Drawing.Point(33, 195)
        Me.pl2T.Name = "pl2T"
        Me.pl2T.Size = New System.Drawing.Size(43, 20)
        Me.pl2T.TabIndex = 41
        Me.pl2T.Text = "2"
        Me.pl2T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'rev4T
        '
        Me.rev4T.Location = New System.Drawing.Point(402, 247)
        Me.rev4T.Name = "rev4T"
        Me.rev4T.Size = New System.Drawing.Size(50, 20)
        Me.rev4T.TabIndex = 55
        Me.rev4T.Text = "0"
        Me.rev4T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'r4T
        '
        Me.r4T.Location = New System.Drawing.Point(338, 247)
        Me.r4T.Name = "r4T"
        Me.r4T.Size = New System.Drawing.Size(43, 20)
        Me.r4T.TabIndex = 54
        Me.r4T.Text = "0"
        Me.r4T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'y4T
        '
        Me.y4T.Location = New System.Drawing.Point(237, 247)
        Me.y4T.Name = "y4T"
        Me.y4T.Size = New System.Drawing.Size(43, 20)
        Me.y4T.TabIndex = 53
        Me.y4T.Text = "0"
        Me.y4T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'x4T
        '
        Me.x4T.Location = New System.Drawing.Point(132, 247)
        Me.x4T.Name = "x4T"
        Me.x4T.Size = New System.Drawing.Size(43, 20)
        Me.x4T.TabIndex = 52
        Me.x4T.Text = "0"
        Me.x4T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'pl4T
        '
        Me.pl4T.Location = New System.Drawing.Point(33, 247)
        Me.pl4T.Name = "pl4T"
        Me.pl4T.Size = New System.Drawing.Size(43, 20)
        Me.pl4T.TabIndex = 51
        Me.pl4T.Text = "4"
        Me.pl4T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'rev3T
        '
        Me.rev3T.Location = New System.Drawing.Point(404, 221)
        Me.rev3T.Name = "rev3T"
        Me.rev3T.Size = New System.Drawing.Size(50, 20)
        Me.rev3T.TabIndex = 50
        Me.rev3T.Text = "0"
        Me.rev3T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'r3T
        '
        Me.r3T.Location = New System.Drawing.Point(340, 221)
        Me.r3T.Name = "r3T"
        Me.r3T.Size = New System.Drawing.Size(43, 20)
        Me.r3T.TabIndex = 49
        Me.r3T.Text = "0"
        Me.r3T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'y3T
        '
        Me.y3T.Location = New System.Drawing.Point(239, 221)
        Me.y3T.Name = "y3T"
        Me.y3T.Size = New System.Drawing.Size(43, 20)
        Me.y3T.TabIndex = 48
        Me.y3T.Text = "0"
        Me.y3T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'x3T
        '
        Me.x3T.Location = New System.Drawing.Point(134, 221)
        Me.x3T.Name = "x3T"
        Me.x3T.Size = New System.Drawing.Size(43, 20)
        Me.x3T.TabIndex = 47
        Me.x3T.Text = "0"
        Me.x3T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'pl3T
        '
        Me.pl3T.Location = New System.Drawing.Point(35, 221)
        Me.pl3T.Name = "pl3T"
        Me.pl3T.Size = New System.Drawing.Size(43, 20)
        Me.pl3T.TabIndex = 46
        Me.pl3T.Text = "3"
        Me.pl3T.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'HoldL
        '
        Me.HoldL.AutoSize = True
        Me.HoldL.Location = New System.Drawing.Point(384, 100)
        Me.HoldL.Name = "HoldL"
        Me.HoldL.Size = New System.Drawing.Size(29, 13)
        Me.HoldL.TabIndex = 56
        Me.HoldL.Text = "Hold"
        Me.HoldL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'nProcT
        '
        Me.nProcT.Location = New System.Drawing.Point(52, 94)
        Me.nProcT.Maximum = New Decimal(New Integer() {5, 0, 0, 0})
        Me.nProcT.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
        Me.nProcT.Name = "nProcT"
        Me.nProcT.Size = New System.Drawing.Size(41, 20)
        Me.nProcT.TabIndex = 58
        Me.nProcT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        Me.nProcT.Value = New Decimal(New Integer() {1, 0, 0, 0})
        '
        'HoldT
        '
        Me.HoldT.Location = New System.Drawing.Point(417, 95)
        Me.HoldT.Minimum = New Decimal(New Integer() {1, 0, 0, -2147483648})
        Me.HoldT.Name = "HoldT"
        Me.HoldT.Size = New System.Drawing.Size(37, 20)
        Me.HoldT.TabIndex = 59
        Me.HoldT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        Me.HoldT.Value = New Decimal(New Integer() {1, 0, 0, -2147483648})
        '
        'nplT
        '
        Me.nplT.Location = New System.Drawing.Point(330, 96)
        Me.nplT.Minimum = New Decimal(New Integer() {2, 0, 0, 0})
        Me.nplT.Name = "nplT"
        Me.nplT.Size = New System.Drawing.Size(39, 20)
        Me.nplT.TabIndex = 60
        Me.nplT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        Me.nplT.Value = New Decimal(New Integer() {10, 0, 0, 0})
        '
        'PlanetPPForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(536, 276)
        Me.Controls.Add(Me.nplT)
        Me.Controls.Add(Me.HoldT)
        Me.Controls.Add(Me.nProcT)
        Me.Controls.Add(Me.HoldL)
        Me.Controls.Add(Me.rev4T)
        Me.Controls.Add(Me.r4T)
        Me.Controls.Add(Me.y4T)
        Me.Controls.Add(Me.x4T)
        Me.Controls.Add(Me.pl4T)
        Me.Controls.Add(Me.rev3T)
        Me.Controls.Add(Me.r3T)
        Me.Controls.Add(Me.y3T)
        Me.Controls.Add(Me.x3T)
        Me.Controls.Add(Me.pl3T)
        Me.Controls.Add(Me.rev2T)
        Me.Controls.Add(Me.r2T)
        Me.Controls.Add(Me.y2T)
        Me.Controls.Add(Me.x2T)
        Me.Controls.Add(Me.pl2T)
        Me.Controls.Add(Me.rev1T)
        Me.Controls.Add(Me.r1T)
        Me.Controls.Add(Me.y1T)
        Me.Controls.Add(Me.x1T)
        Me.Controls.Add(Me.pl1T)
        Me.Controls.Add(Me.MonitorButton)
        Me.Controls.Add(Me.seccntT)
        Me.Controls.Add(Me.tdeltaT)
        Me.Controls.Add(Me.tdeltaL)
        Me.Controls.Add(Me.seccntL)
        Me.Controls.Add(Me.nProcL)
        Me.Controls.Add(Me.nplL)
        Me.Controls.Add(Me.Label6)
        Me.Controls.Add(Me.Label5)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.ProcTpp5)
        Me.Controls.Add(Me.ProcTpp4)
        Me.Controls.Add(Me.ProcTpp3)
        Me.Controls.Add(Me.ProcTpp2)
        Me.Controls.Add(Me.ProcTpp1)
        Me.Controls.Add(Me.ProcL)
        Me.Controls.Add(Me.StateTpp5)
        Me.Controls.Add(Me.StateTpp4)
        Me.Controls.Add(Me.StateTpp3)
        Me.Controls.Add(Me.StateTpp2)
        Me.Controls.Add(Me.StateTpp1)
        Me.Controls.Add(Me.ResultLabelpp5)
        Me.Controls.Add(Me.ResultLabelpp4)
        Me.Controls.Add(Me.ResultLabelpp3)
        Me.Controls.Add(Me.ResultLabelpp2)
        Me.Controls.Add(Me.ResultLabelpp1)
        Me.Controls.Add(Me.stateL)
        Me.Controls.Add(Me.EndAsyncButton)
        Me.Controls.Add(Me.CancelAsyncButton)
        Me.Controls.Add(Me.StartAsyncButton)
        Me.Name = "PlanetPPForm"
        Me.Text = "PlanetPP Control"
        CType(Me.nProcT, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.HoldT, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.nplT, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
    Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
    Friend WithEvents BackgroundWorker3 As System.ComponentModel.BackgroundWorker
    Friend WithEvents BackgroundWorker4 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 stateL As System.Windows.Forms.Label
    Friend WithEvents ResultLabelpp1 As System.Windows.Forms.Label
    Friend WithEvents ResultLabelpp2 As System.Windows.Forms.Label
    Friend WithEvents ResultLabelpp3 As System.Windows.Forms.Label
    Friend WithEvents ResultLabelpp4 As System.Windows.Forms.Label
    Friend WithEvents ResultLabelpp5 As System.Windows.Forms.Label
    Friend WithEvents StateTpp1 As System.Windows.Forms.TextBox
    Friend WithEvents StateTpp2 As System.Windows.Forms.TextBox
    Friend WithEvents StateTpp3 As System.Windows.Forms.TextBox
    Friend WithEvents StateTpp4 As System.Windows.Forms.TextBox
    Friend WithEvents StateTpp5 As System.Windows.Forms.TextBox
    Friend WithEvents ProcTpp5 As System.Windows.Forms.TextBox
    Friend WithEvents ProcTpp4 As System.Windows.Forms.TextBox
    Friend WithEvents ProcTpp3 As System.Windows.Forms.TextBox
    Friend WithEvents ProcTpp2 As System.Windows.Forms.TextBox
    Friend WithEvents ProcTpp1 As System.Windows.Forms.TextBox
    Friend WithEvents ProcL As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents nplL As System.Windows.Forms.Label
    Friend WithEvents nProcL As System.Windows.Forms.Label
    Friend WithEvents seccntL As System.Windows.Forms.Label
    Friend WithEvents tdeltaL As System.Windows.Forms.Label
    Friend WithEvents tdeltaT As System.Windows.Forms.TextBox
    Friend WithEvents seccntT As System.Windows.Forms.TextBox
    Friend WithEvents MonitorButton As System.Windows.Forms.Button
    Friend WithEvents pl1T As System.Windows.Forms.TextBox
    Friend WithEvents x1T As System.Windows.Forms.TextBox
    Friend WithEvents y1T As System.Windows.Forms.TextBox
    Friend WithEvents r1T As System.Windows.Forms.TextBox
    Friend WithEvents rev1T As System.Windows.Forms.TextBox
    Friend WithEvents rev2T As System.Windows.Forms.TextBox
    Friend WithEvents r2T As System.Windows.Forms.TextBox
    Friend WithEvents y2T As System.Windows.Forms.TextBox
    Friend WithEvents x2T As System.Windows.Forms.TextBox
    Friend WithEvents pl2T As System.Windows.Forms.TextBox
    Friend WithEvents rev4T As System.Windows.Forms.TextBox
    Friend WithEvents r4T As System.Windows.Forms.TextBox
    Friend WithEvents y4T As System.Windows.Forms.TextBox
    Friend WithEvents x4T As System.Windows.Forms.TextBox
    Friend WithEvents pl4T As System.Windows.Forms.TextBox
    Friend WithEvents rev3T As System.Windows.Forms.TextBox
    Friend WithEvents r3T As System.Windows.Forms.TextBox
    Friend WithEvents y3T As System.Windows.Forms.TextBox
    Friend WithEvents x3T As System.Windows.Forms.TextBox
    Friend WithEvents pl3T As System.Windows.Forms.TextBox
    Friend WithEvents HoldL As System.Windows.Forms.Label
    Friend WithEvents nProcT As System.Windows.Forms.NumericUpDown
    Friend WithEvents HoldT As System.Windows.Forms.NumericUpDown
    Friend WithEvents nplT As System.Windows.Forms.NumericUpDown

End Class