SVN r1211
SVN-Revision: r1211
This commit is contained in:
@@ -31,6 +31,12 @@ namespace Lskj.Control
|
||||
/// <value>The automatic text edit.</value>
|
||||
public LabelTextEdit LabelTextEdit { get { return labelTextEdit1; } }
|
||||
|
||||
/// <summary>
|
||||
/// 复选框日期控件
|
||||
/// </summary>
|
||||
public TextEdit TextEdit { get { return labelTextEdit1.TextEdit; } }
|
||||
|
||||
|
||||
public LabelCheckText()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -144,24 +150,4 @@ namespace Lskj.Control
|
||||
/// <para>修改日期:</para>
|
||||
/// <para>修改备注:</para>
|
||||
/// <para>版本:1.0</para>
|
||||
/// </summary>
|
||||
/// <param name="sender">The source of the event.</param>
|
||||
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
|
||||
private void ckCheck_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
CheckEdit check = sender as CheckEdit;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message, ex.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user