#pragma once // CDialogsPage dialog class CDialogsPage : public CPropertyPage { DECLARE_DYNAMIC(CDialogsPage) public: CDialogsPage(); virtual ~CDialogsPage(); // Dialog Data //{{AFX_DATA(CDialogsPage) enum { IDD = IDD_PAGE_DIALOGS }; CButton m_ShowDiscard; CButton m_ShowNewClient; CButton m_ShowSyncClient; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CDialogsPage) public: virtual void OnOK(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL protected: BOOL m_Inited; // Generated message map functions //{{AFX_MSG(CDialogsPage) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 11099 | brkarpala | Integrate p4win from //guest/perforce_software/p4win/...@8562 | ||
//guest/perforce_software/p4win/gui/OptionsDlg/DialogsPage.h | |||||
#1 | 8562 | Matt Attaway |
These feet never stop running. Initial commit of the P4Win source code. To the best of our knowledge this compiles and runs using the 2013.3 P4 API and VS 2010. Expect a few changes as we refine the build process. Please post any build issues to the forums. |