SVN r1211
SVN-Revision: r1211
This commit is contained in:
@@ -225,21 +225,4 @@ namespace Lskj.Control
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(formatString))
|
||||
{
|
||||
this.txtEdit.Properties.Mask.EditMask = "##########" + (formatString == "#" ? "0" : formatString);//#代表位数
|
||||
this.txtEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
||||
this.txtEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 按钮点击
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btnRefresh_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (ButtonClick != null) ButtonClick(this, e);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
this.txtEdit.Properties.Mask.EditMask = "#
|
||||
Reference in New Issue
Block a user