#pragma once #include "WinPos.h" // COldChgRevRangeDlg dialog class COldChgRevRangeDlg : public CDialog { DECLARE_DYNAMIC(COldChgRevRangeDlg) int m_dy; public: COldChgRevRangeDlg(CWnd* pParent = NULL); // standard constructor virtual ~COldChgRevRangeDlg(); void GetFilterRevRange(CString *filter); // Dialog Data enum { IDD = IDD_OLDCHG_REVRANGE }; int m_from; BOOL m_fromIsHaveExclusive; CString m_fromRev; CString m_fromSymbol; CComboBox m_fromTypeCombo; int m_fromTypeComboIX; int m_to; BOOL m_toIsHaveInclusive; CString m_toRev; CString m_toSymbol; CComboBox m_toTypeCombo; int m_toTypeComboIX; protected: CWinPos m_WinPos; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnInitDialog(); DECLARE_MESSAGE_MAP() afx_msg void OnFrom(); afx_msg void OnFromComboValueChg(); afx_msg void OnFromBrowse(); afx_msg void OnTo(); afx_msg void OnToComboValueChg(); afx_msg void OnToBrowse(); afx_msg void OnHelp(); afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); virtual void OnOK(); virtual void OnCancel(); LRESULT OnFromBrowseCallBack(WPARAM wParam, LPARAM lParam); LRESULT OnToBrowseCallBack(WPARAM wParam, LPARAM lParam); };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19924 | YourUncleBob |
Populate -o //guest/perforce_software/p4win/... //guest/YourUncleBob/p4win/..... |
||
//guest/perforce_software/p4win/main/gui/OldChgRevRangeDlg.h | |||||
#1 | 16169 | perforce_software | Move files to follow new path scheme for branches. | ||
//guest/perforce_software/p4win/gui/OldChgRevRangeDlg.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. |