New battery slider

This commit is contained in:
seerge
2023-03-28 20:11:30 +02:00
parent fbed195194
commit 14dc1741f7
4 changed files with 198 additions and 38 deletions

View File

@@ -52,11 +52,6 @@ namespace CustomControls
}
public class RTrackBar : TrackBar
{
}
public class RComboBox : ComboBox
{
private Color borderColor = Color.Gray;
@@ -73,6 +68,8 @@ namespace CustomControls
}
}
}
private Color buttonColor = Color.FromArgb(255,230, 230, 230);
[DefaultValue(typeof(Color), "230, 230, 230")]
public Color ButtonColor