|
JunkBox_Win_Lib 1.5.3
|
#include <ReadFilesDLG.h>


Public Types | |
| enum | { IDD = IDD_RFDLG } |
Public Member Functions | |
| CReadFilesDLG (LPCTSTR fname, CWnd *pParent=NULL) | |
| virtual | ~CReadFilesDLG () |
| virtual BOOL | OnInitDialog () |
Public Attributes | |
| CWnd * | pWnd |
| CEdit * | fnameEBox |
| CEdit * | fromNumEBox |
| CEdit * | toNumEBox |
| CString | fName |
| int | fromNum |
| int | toNum |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
| afx_msg void | OnSetHead () |
Definition at line 26 of file ReadFilesDLG.h.
| anonymous enum |
| CReadFilesDLG | ( | LPCTSTR | fname, |
| CWnd * | pParent = NULL ) |
Definition at line 24 of file ReadFilesDLG.cpp.
References CReadFilesDLG::fName, CReadFilesDLG::fnameEBox, CReadFilesDLG::fromNum, CReadFilesDLG::fromNumEBox, CReadFilesDLG::pWnd, CReadFilesDLG::toNum, and CReadFilesDLG::toNumEBox.
|
virtual |
Definition at line 50 of file ReadFilesDLG.cpp.
|
protectedvirtual |
Definition at line 57 of file ReadFilesDLG.cpp.
|
virtual |
Definition at line 78 of file ReadFilesDLG.cpp.
References IDC_RF_FNAME, IDC_RF_FROMNUM, and IDC_RF_TONUM.
|
protectedvirtual |
Definition at line 100 of file ReadFilesDLG.cpp.
References CReadFilesDLG::fName, CReadFilesDLG::fnameEBox, CReadFilesDLG::fromNum, CReadFilesDLG::fromNumEBox, CReadFilesDLG::toNum, and CReadFilesDLG::toNumEBox.
|
protected |
Definition at line 127 of file ReadFilesDLG.cpp.
References jbxwl::SetHeaderDLG.
| CString fName |
Definition at line 35 of file ReadFilesDLG.h.
Referenced by CReadFilesDLG::CReadFilesDLG(), and CReadFilesDLG::OnOK().
| CEdit* fnameEBox |
Definition at line 31 of file ReadFilesDLG.h.
Referenced by CReadFilesDLG::CReadFilesDLG(), and CReadFilesDLG::OnOK().
| int fromNum |
Definition at line 36 of file ReadFilesDLG.h.
Referenced by CReadFilesDLG::CReadFilesDLG(), and CReadFilesDLG::OnOK().
| CEdit* fromNumEBox |
Definition at line 32 of file ReadFilesDLG.h.
Referenced by CReadFilesDLG::CReadFilesDLG(), and CReadFilesDLG::OnOK().
| CWnd* pWnd |
Definition at line 29 of file ReadFilesDLG.h.
Referenced by CReadFilesDLG::CReadFilesDLG().
| int toNum |
Definition at line 37 of file ReadFilesDLG.h.
Referenced by CReadFilesDLG::CReadFilesDLG(), and CReadFilesDLG::OnOK().
| CEdit* toNumEBox |
Definition at line 33 of file ReadFilesDLG.h.
Referenced by CReadFilesDLG::CReadFilesDLG(), and CReadFilesDLG::OnOK().