#if !defined(AFX_TABLENAMEDLG_H__F38D8880_5F25_45E9_8EF0_3B088F4977A4__INCLUDED_) #define AFX_TABLENAMEDLG_H__F38D8880_5F25_45E9_8EF0_3B088F4977A4__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // TableNameDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CTableNameDlg dialog class CTableNameDlg : public CDialog { // Construction public: CString strTableName; CString OpStr; CTableNameDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CTableNameDlg) enum { IDD = IDD_TABLENAME }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTableNameDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CTableNameDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TABLENAMEDLG_H__F38D8880_5F25_45E9_8EF0_3B088F4977A4__INCLUDED_)