3 #include "StandAloneDlg.h"
4 #include "HistoryCombo.h"
8 class CCherryPick
: public CResizableStandAloneDialog
10 DECLARE_DYNAMIC(CCherryPick
)
13 CCherryPick(CWnd
* pParent
= NULL
); // standard constructor
14 virtual ~CCherryPick();
17 enum { IDD
= IDD_CHERRY_PICK
};
19 CString m_PickVersion
;
22 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
23 virtual BOOL
OnInitDialog();
24 CHistoryCombo m_Version
;