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
+1 -21
View File
@@ -176,24 +176,4 @@ namespace Lskj.Control
{
this.popupControl.Size = this.specialDatePopup.Size;
this.specialDatePopup.OwnerEdit = this.txtEdit;
this.specialDatePopup.SetValue(this.txtEdit.EditValue + "");
}
private void SpecialDatePopup_ConfirmClick(object sender, System.EventArgs e)
{
this.txtEdit.EditValue = this.specialDatePopup.SelectedValue;
this.txtEdit.ClosePopup();
}
private void SpecialDatePopup_ClearClick(object sender, System.EventArgs e)
{
this.txtEdit.EditValue = string.Empty;
this.txtEdit.ClosePopup();
}
private void SpecialDatePopup_CancelClick(object sender, System.EventArgs e)
{
this.txtEdit.ClosePopup();
}
}
}
this.specialDatePopup.SetValue(this