00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_DLG_SETBATCHNUMBERS_H__0B532F73_29A2_4673_A538_A173472F4305__INCLUDED_) 00007 #define AFX_DLG_SETBATCHNUMBERS_H__0B532F73_29A2_4673_A538_A173472F4305__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CDlg_SetBatchNumbers : public CDialog 00014 { 00015 00016 public: 00017 00018 CString m_strNumbers; 00019 00020 CDlg_SetBatchNumbers(CWnd* pParent = NULL); 00021 00022 //{{AFX_DATA(CDlg_SetBatchNumbers) 00023 enum { IDD = IDD_SETUPBATCHNUMBERS }; 00024 CListBox m_wndSets; 00025 //}}AFX_DATA 00026 00027 //{{AFX_VIRTUAL(CDlg_SetBatchNumbers) 00028 protected: 00029 virtual void DoDataExchange(CDataExchange* pDX); 00030 //}}AFX_VIRTUAL 00031 00032 protected: 00033 00034 bool CheckSetOfNumbersParameters (int from, int to, int step, int wc); 00035 void PrepareCHMgr(CPoint point); 00036 void ApplyLanguage(); 00037 void UpdateEnabled(); 00038 00039 //{{AFX_MSG(CDlg_SetBatchNumbers) 00040 virtual BOOL OnInitDialog(); 00041 afx_msg void OnSetofnumbers(); 00042 afx_msg void OnSinglenumber(); 00043 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00044 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00045 afx_msg void OnWhatisthis(); 00046 afx_msg void OnAdd(); 00047 virtual void OnOK(); 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00052 //{{AFX_INSERT_LOCATION}//}} 00053 00054 #endif
1.5.6