* 更新WIKI时,对一些文件的描述也做了更新。
This commit is contained in:
parent
e8e590b891
commit
c5d18c1f4f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -322,6 +322,7 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
|
|
||||||
[DefaultValue(false)]
|
[DefaultValue(false)]
|
||||||
|
[Description("是否只读"), Category("SunnyUI")]
|
||||||
public bool ReadOnly
|
public bool ReadOnly
|
||||||
{
|
{
|
||||||
get => edit.ReadOnly;
|
get => edit.ReadOnly;
|
||||||
|
@ -30,7 +30,7 @@ using System.Windows.Forms;
|
|||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
{
|
{
|
||||||
[DefaultEvent("ValueChanged")]
|
[DefaultEvent("ValueChanged")]
|
||||||
[DefaultProperty("Text")]
|
[DefaultProperty("Checked")]
|
||||||
[ToolboxItem(true)]
|
[ToolboxItem(true)]
|
||||||
public class UICheckBox : UIControl
|
public class UICheckBox : UIControl
|
||||||
{
|
{
|
||||||
@ -93,6 +93,7 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
|
|
||||||
[DefaultValue(false)]
|
[DefaultValue(false)]
|
||||||
|
[Description("是否只读"), Category("SunnyUI")]
|
||||||
public bool ReadOnly { get; set; }
|
public bool ReadOnly { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -27,6 +27,7 @@ using System.Windows.Forms;
|
|||||||
|
|
||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
{
|
{
|
||||||
|
[DefaultProperty("Text")]
|
||||||
public partial class UIGroupBox : UIPanel
|
public partial class UIGroupBox : UIPanel
|
||||||
{
|
{
|
||||||
public UIGroupBox()
|
public UIGroupBox()
|
||||||
|
@ -31,7 +31,7 @@ using System.Windows.Forms;
|
|||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
{
|
{
|
||||||
[DefaultEvent("ValueChanged")]
|
[DefaultEvent("ValueChanged")]
|
||||||
[DefaultProperty("Text")]
|
[DefaultProperty("Checked")]
|
||||||
[ToolboxItem(true)]
|
[ToolboxItem(true)]
|
||||||
public sealed class UIRadioButton : UIControl
|
public sealed class UIRadioButton : UIControl
|
||||||
{
|
{
|
||||||
@ -226,6 +226,7 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
|
|
||||||
[DefaultValue(0)]
|
[DefaultValue(0)]
|
||||||
|
[Description("分组编号"), Category("SunnyUI")]
|
||||||
public int GroupIndex { get; set; }
|
public int GroupIndex { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -29,6 +29,7 @@ using System.Windows.Forms;
|
|||||||
|
|
||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
{
|
{
|
||||||
|
[DefaultEvent("Click"), DefaultProperty("Text")]
|
||||||
public partial class UITitlePanel : UIPanel
|
public partial class UITitlePanel : UIPanel
|
||||||
{
|
{
|
||||||
private int _titleHeight = 35;
|
private int _titleHeight = 35;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user