lifan
12 小时以前 391cec0976eb1c2307630aed2445f1609be405be
jrj/xframe/xcontrol/xdatetimepick.hpp
@@ -25,8 +25,8 @@
      int GDT_VALID = 0x0;
      int DTM_FIRST = 0x1000;
      int DTM_SETSYSTEMTIME = DTM_FIRST + 2;
      int WM_KILLFOCUS = 0x0008;
      int WM_SETFOCUS = 0x0007;
      int WM_KILLFOCUS_ = 0x0008;
      int WM_SETFOCUS_ = 0x0007;
      SendMessage(GetHWND(), DTM_SETSYSTEMTIME, GDT_VALID, (LPARAM) & fdate);
      return 1;
   }