File size: 5,736 Bytes
b1b3bae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
Imports System.Windows.Forms
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FormPIDCPEditor
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.tbSP = New System.Windows.Forms.TextBox()
Me.tbMV = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.tbPV = New System.Windows.Forms.TextBox()
Me.chkAuto = New System.Windows.Forms.CheckBox()
Me.chkActive = New System.Windows.Forms.CheckBox()
Me.SuspendLayout()
'
'tbSP
'
Me.tbSP.Location = New System.Drawing.Point(52, 71)
Me.tbSP.Name = "tbSP"
Me.tbSP.Size = New System.Drawing.Size(100, 20)
Me.tbSP.TabIndex = 0
Me.tbSP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'tbMV
'
Me.tbMV.Location = New System.Drawing.Point(52, 123)
Me.tbMV.Name = "tbMV"
Me.tbMV.ReadOnly = True
Me.tbMV.Size = New System.Drawing.Size(100, 20)
Me.tbMV.TabIndex = 1
Me.tbMV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 75)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(21, 13)
Me.Label1.TabIndex = 2
Me.Label1.Text = "SP"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 127)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(23, 13)
Me.Label2.TabIndex = 3
Me.Label2.Text = "MV"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(12, 101)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(21, 13)
Me.Label3.TabIndex = 5
Me.Label3.Text = "PV"
'
'tbPV
'
Me.tbPV.Location = New System.Drawing.Point(52, 97)
Me.tbPV.Name = "tbPV"
Me.tbPV.ReadOnly = True
Me.tbPV.Size = New System.Drawing.Size(100, 20)
Me.tbPV.TabIndex = 4
Me.tbPV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'chkAuto
'
Me.chkAuto.Appearance = System.Windows.Forms.Appearance.Button
Me.chkAuto.BackColor = System.Drawing.Color.Green
Me.chkAuto.Checked = True
Me.chkAuto.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkAuto.ForeColor = System.Drawing.Color.White
Me.chkAuto.Location = New System.Drawing.Point(12, 39)
Me.chkAuto.Name = "chkAuto"
Me.chkAuto.Size = New System.Drawing.Size(140, 24)
Me.chkAuto.TabIndex = 6
Me.chkAuto.Text = "AUTO"
Me.chkAuto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.chkAuto.UseVisualStyleBackColor = False
'
'chkActive
'
Me.chkActive.Appearance = System.Windows.Forms.Appearance.Button
Me.chkActive.BackColor = System.Drawing.Color.Green
Me.chkActive.Checked = True
Me.chkActive.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkActive.ForeColor = System.Drawing.Color.White
Me.chkActive.Location = New System.Drawing.Point(12, 9)
Me.chkActive.Name = "chkActive"
Me.chkActive.Size = New System.Drawing.Size(140, 24)
Me.chkActive.TabIndex = 7
Me.chkActive.Text = "ON"
Me.chkActive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.chkActive.UseVisualStyleBackColor = False
'
'FormPIDCPEditor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScaleDimensions = New System.Drawing.SizeF(96, 96)
Me.ClientSize = New System.Drawing.Size(169, 154)
Me.Controls.Add(Me.chkActive)
Me.Controls.Add(Me.chkAuto)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.tbPV)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.tbMV)
Me.Controls.Add(Me.tbSP)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FormPIDCPEditor"
Me.Text = "FormPIDCPEditor"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents tbSP As TextBox
Friend WithEvents tbMV As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents tbPV As TextBox
Friend WithEvents chkAuto As CheckBox
Friend WithEvents chkActive As CheckBox
End Class
|