Changeset 660
- Timestamp:
- 03/15/07 17:04:38 (21 months ago)
- Location:
- trunk/win
- Files:
-
- 2 modified
-
Propspgs.cpp (modified) (2 diffs)
-
Propspgs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/win/Propspgs.cpp
r656 r660 53 53 // NOTE: the ClassWizard will add message map macros here 54 54 //}}AFX_MSG_MAP 55 ON_EN_CHANGE(IDC_PROP_SUM_NAME, &CPropertiesSummary::OnEnChangePropSumName)56 55 END_MESSAGE_MAP() 57 56 … … 258 257 *pResult = 0; 259 258 } 260 261 void CPropertiesSummary::OnEnChangePropSumName()262 {263 // TODO: If this is a RICHEDIT control, the control will not264 // send this notification unless you override the CPropertyPage::OnInitDialog()265 // function and call CRichEditCtrl().SetEventMask()266 // with the ENM_CHANGE flag ORed into the mask.267 268 // TODO: Add your control notification handler code here269 } -
trunk/win/Propspgs.h
r656 r660 43 43 //}}AFX_MSG 44 44 DECLARE_MESSAGE_MAP() 45 46 public:47 afx_msg void OnEnChangePropSumName();48 45 }; 49 46
