SVN r1211

SVN-Revision: r1211
This commit is contained in:
cyf
2026-06-18 01:43:59 +00:00
parent 253cb869bb
commit f6192b8086
59 changed files with 2910 additions and 657 deletions
+6 -1
View File
@@ -46,7 +46,8 @@ namespace Lskj.Control
/// Label 默认颜色
/// </summary>
protected Color DefaultLabelForceColor = Color.Black;
/// <summary>
/// Gets or sets the is empty.
@@ -114,6 +115,10 @@ namespace Lskj.Control
/// 控件Model
/// </summary>
public virtual ControlModel Model { get; set; }
/// <summary>
/// 控件背景颜色
/// </summary>
public virtual Color BackgroundColor { get; set; }
protected int GetCharWidth()