Here is one of the meters.
'LinearMeterV1
'
Me.LinearMeterV1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.LinearMeterV1.BorderColor = System.Drawing.Color.DimGray
Me.LinearMeterV1.BorderWidth = 8
Me.LinearMeterV1.CenterTargetValue = False
Me.LinearMeterV1.CommComponent = Me.EthernetIPforSLCMicroCom1
Me.LinearMeterV1.FillAreaBackcolor = System.Drawing.Color.LightGray
Me.LinearMeterV1.FillColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(16, Byte), Integer), CType(CType(16, Byte), Integer))
Me.LinearMeterV1.FillColorInRange = System.Drawing.Color.FromArgb(CType(CType(16, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(16, Byte), Integer))
Me.LinearMeterV1.FillType = MfgControl.AdvancedHMI.Controls.LinearMeterBase.FillTypeOption.Fill
Me.LinearMeterV1.ForeColor = System.Drawing.Color.Black
Me.LinearMeterV1.KeypadFontColor = System.Drawing.Color.WhiteSmoke
Me.LinearMeterV1.KeypadMaxValue = 0R
Me.LinearMeterV1.KeypadMinValue = 0R
Me.LinearMeterV1.KeypadScaleFactor = 1.0R
Me.LinearMeterV1.KeypadText = Nothing
Me.LinearMeterV1.KeypadWidth = 300
Me.LinearMeterV1.Location = New System.Drawing.Point(803, 374)
Me.LinearMeterV1.MajorDivisions = 2
Me.LinearMeterV1.Maximum = 50.0R
Me.LinearMeterV1.Minimum = 0R
Me.LinearMeterV1.MinorDivisions = 5
Me.LinearMeterV1.Name = "LinearMeterV1"
Me.LinearMeterV1.NumericFormat = Nothing
Me.LinearMeterV1.PLCAddressKeypad = ""
Me.LinearMeterV1.PLCAddressTargetValue = "30"
Me.LinearMeterV1.PLCAddressText = Nothing
Me.LinearMeterV1.PLCAddressValue = "f8:0"
Me.LinearMeterV1.PLCAddressVisible = Nothing
Me.LinearMeterV1.ScaleTargetValue = True
Me.LinearMeterV1.ShowValidRangeMarker = True
Me.LinearMeterV1.ShowValue = True
Me.LinearMeterV1.Size = New System.Drawing.Size(86, 175)
Me.LinearMeterV1.TabIndex = 92
Me.LinearMeterV1.TargetValue = 50.0R
Me.LinearMeterV1.ToleranceMinus = 10.0R
Me.LinearMeterV1.TolerancePlus = 10.0R
Me.LinearMeterV1.Value = 0R
Me.LinearMeterV1.ValueScaleFactor = 1.0R