home *** CD-ROM | disk | FTP | other *** search
- // DlgField.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDlgField dialog
-
- class CDlgField : public CDialog
- {
- // Construction
- public:
- CString m_strCaption;
- CDlgField(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDlgField)
- enum { IDD = IDD_DLG_FIELDINFO };
- CString m_strFieldName;
- int m_nTextLength;
- int m_nFieldType;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgField)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CDlgField)
- afx_msg void OnFieldTypeText();
- afx_msg void OnFieldTypeNumeric();
- afx_msg void OnChangeFieldName();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-