#region Imports using System.Drawing; using System.Windows.Forms; #endregion namespace DPumpHydr.WinFrmUI.RLT.Controls { #region MoonLabel public class MoonLabel : Label { public MoonLabel() { ForeColor = Color.Gray; BackColor = Color.Transparent; } } #endregion }