|
JunkBox_Win_Lib 1.5.3
|
#include <InputNumDLG.h>


Public Types | |
| enum | { IDD = IDD_INPNUM_DLG } |
Public Member Functions | |
| CInputNumDLG (CWnd *pParent=NULL) | |
| CInputNumDLG (LPCTSTR tn, int v=0, CWnd *pParent=NULL) | |
| virtual | ~CInputNumDLG () |
| virtual BOOL | OnInitDialog () |
Public Attributes | |
| CStatic * | valtlBox |
| CEdit * | valBox |
| CString | valtl |
| int | val |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
Definition at line 21 of file InputNumDLG.h.
| anonymous enum |
| CInputNumDLG | ( | CWnd * | pParent = NULL | ) |
Definition at line 19 of file InputNumDLG.cpp.
| CInputNumDLG | ( | LPCTSTR | tn, |
| int | v = 0, | ||
| CWnd * | pParent = NULL ) |
Definition at line 31 of file InputNumDLG.cpp.
References CInputNumDLG::val, CInputNumDLG::valBox, CInputNumDLG::valtl, and CInputNumDLG::valtlBox.
|
virtual |
Definition at line 43 of file InputNumDLG.cpp.
|
protectedvirtual |
Definition at line 49 of file InputNumDLG.cpp.
|
virtual |
Definition at line 63 of file InputNumDLG.cpp.
References IDC_INM_VAL, and IDC_INM_VALTTL.
|
protectedvirtual |
Definition at line 80 of file InputNumDLG.cpp.
References CInputNumDLG::val, and CInputNumDLG::valBox.
| int val |
Definition at line 44 of file InputNumDLG.h.
Referenced by CInputNumDLG::CInputNumDLG(), jbxwl::InputNumDLG(), and CInputNumDLG::OnOK().
| CEdit* valBox |
Definition at line 41 of file InputNumDLG.h.
Referenced by CInputNumDLG::CInputNumDLG(), and CInputNumDLG::OnOK().
| CString valtl |
Definition at line 43 of file InputNumDLG.h.
Referenced by CInputNumDLG::CInputNumDLG().
| CStatic* valtlBox |
Definition at line 40 of file InputNumDLG.h.
Referenced by CInputNumDLG::CInputNumDLG().