#include <Dlg_SetBatchNumbers.h>
Public Types | |
| enum | { IDD = IDD_SETUPBATCHNUMBERS } |
Public Member Functions | |
| CDlg_SetBatchNumbers (CWnd *pParent=NULL) | |
Public Attributes | |
| CString | m_strNumbers |
| CListBox | m_wndSets |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| bool | CheckSetOfNumbersParameters (int from, int to, int step, int wc) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| void | UpdateEnabled () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnSetofnumbers () |
| afx_msg void | OnSinglenumber () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnWhatisthis () |
| afx_msg void | OnAdd () |
| virtual void | OnOK () |
Definition at line 13 of file Dlg_SetBatchNumbers.h.
| anonymous enum |
| CDlg_SetBatchNumbers::CDlg_SetBatchNumbers | ( | CWnd * | pParent = NULL |
) |
Definition at line 17 of file Dlg_SetBatchNumbers.cpp.
| void CDlg_SetBatchNumbers::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| bool CDlg_SetBatchNumbers::CheckSetOfNumbersParameters | ( | int | from, | |
| int | to, | |||
| int | step, | |||
| int | wc | |||
| ) | [protected] |
Definition at line 256 of file Dlg_SetBatchNumbers.cpp.
References FALSE, IDC_STEP, IDC_TO, IDC_WB, L_ENTERGREATER, L_INPERR, L_TOMBGTFROM, and LS.
Referenced by OnAdd().
| void CDlg_SetBatchNumbers::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 135 of file Dlg_SetBatchNumbers.cpp.
References _CHMgr, IDC__FROM, IDC__STEP, IDC__TO, IDC__WB, IDC_FROM, IDC_STEP, IDC_TO, IDC_WB, L_FROMHERE, L_STEPHERE, L_TOHERE, L_WILDBYTESHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CDlg_SetBatchNumbers::ApplyLanguage | ( | ) | [protected] |
Definition at line 90 of file Dlg_SetBatchNumbers.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__FROM, IDC__NUMBER, IDC__STEP, IDC__TO, IDC__WB, IDC_ADD, IDC_SETOFNUMBERS, IDC_SINGLENUMBER, L_ADD, L_ASSIGNSETOFNUMBERS, L_CANCEL, L_DLGFROM, L_DLGSTEP, L_DLGTO, L_DLGWILDBYTES, L_NUMBER, L_SETOFNUMBERS, L_SINGLENUMBER, and TRUE.
Referenced by OnInitDialog().
| void CDlg_SetBatchNumbers::UpdateEnabled | ( | ) | [protected] |
Definition at line 44 of file Dlg_SetBatchNumbers.cpp.
References b, IDC__FROM, IDC__NUMBER, IDC__STEP, IDC__TO, IDC__WB, IDC_FROM, IDC_FROMSPIN, IDC_NUMBER, IDC_STEP, IDC_STEPSPIN, IDC_TO, IDC_TOSPIN, IDC_WB, and IDC_WBSPIN.
Referenced by OnInitDialog(), OnSetofnumbers(), and OnSinglenumber().
| BOOL CDlg_SetBatchNumbers::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 60 of file Dlg_SetBatchNumbers.cpp.
References ApplyLanguage(), IDC_FROMSPIN, IDC_SETOFNUMBERS, IDC_STEP, IDC_STEPSPIN, IDC_TO, IDC_TOSPIN, IDC_WB, IDC_WBSPIN, TRUE, and UpdateEnabled().
| void CDlg_SetBatchNumbers::OnSetofnumbers | ( | ) | [protected] |
| void CDlg_SetBatchNumbers::OnSinglenumber | ( | ) | [protected] |
| void CDlg_SetBatchNumbers::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 107 of file Dlg_SetBatchNumbers.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| BOOL CDlg_SetBatchNumbers::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 113 of file Dlg_SetBatchNumbers.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CDlg_SetBatchNumbers::OnWhatisthis | ( | ) | [protected] |
Definition at line 130 of file Dlg_SetBatchNumbers.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| void CDlg_SetBatchNumbers::OnAdd | ( | ) | [protected] |
Definition at line 154 of file Dlg_SetBatchNumbers.cpp.
References BATCHLIST_STEP_SYMBOL, BATCHLIST_WILDCARD_SYMBOL, CheckSetOfNumbersParameters(), IDC_FROM, IDC_NUMBER, IDC_SETOFNUMBERS, IDC_STEP, IDC_TO, IDC_WB, L_DLGFROM, L_DLGSTEP, L_DLGTO, L_DLGWILDBYTES, L_ENTERGREATER, L_INPERR, L_TOMBGTFROM, LS, m_wndSets, and n.
| void CDlg_SetBatchNumbers::OnOK | ( | ) | [protected, virtual] |
Definition at line 18 of file Dlg_SetBatchNumbers.h.
Referenced by OnOK(), and CCreateBatchDownload::OnSetnumbers().
| CListBox CDlg_SetBatchNumbers::m_wndSets |
Definition at line 24 of file Dlg_SetBatchNumbers.h.
Referenced by DoDataExchange(), OnAdd(), and OnOK().
1.5.6