TDateEditPicker: A Nullable & Bindingable Date Edit and Pick Control

来源:互联网 发布:mac照片怎么导出 编辑:程序博客网 时间:2024/03/28 21:20

TDateEditPicker is a .net 2.0 windows form control which is derived from TextBox and DateTimePicker, it's main features are:

  • Date can be nullable and bindingable.(ver1.3)
  • Can set the edit box ForeColor and BackColor.
  • Can set the error date ForeColor.
  • Click/Enter selects a date.
  • ESC/Click outside control abandons the current select.
  • Can set initiate date when at design mode.(ver1.5)
  • Can set date show format(yyyymmdd/mmddyy/ddmmyyyy).
  • Can set date seperator.

 Below are the source codes of TDateEditPicer(Ver 1.3): TDateEditPicker Demo and Sources, Ver1.5: TDateEditPicker Demo and Source.,Ver1.6: TDateEditPicker Demo and Source。Ver1.8: TDateEditPicker Demo and Source. Version1.9(2010-4-8)。Version1.11(2010-4-17)。