# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

GetVal.h

Go to the documentation of this file.
00001 #if !defined(AFX_GETVAL_H__DD545A1E_2DA6_4D2B_A698_79FA197F9931__INCLUDED_)
00002 #define AFX_GETVAL_H__DD545A1E_2DA6_4D2B_A698_79FA197F9931__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // GetVal.h : header file
00008 //
00009 
00011 // GetVal dialog
00012 
00013 
00014 class GetVal : public CDialog
00015 {
00016 // Construction
00017 public:
00018         char *name;
00019         int NameOk;
00020         GetVal(CWnd* pParent = NULL);   // standard constructor
00021 
00022 // Dialog Data
00023         //{{AFX_DATA(GetVal)
00024         enum { IDD = IDD_GETSTR };
00025                 // NOTE: the ClassWizard will add data members here
00026         //}}AFX_DATA
00027 
00028 
00029 // Overrides
00030         // ClassWizard generated virtual function overrides
00031         //{{AFX_VIRTUAL(GetVal)
00032         protected:
00033         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00034         virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
00035         //}}AFX_VIRTUAL
00036 
00037 // Implementation
00038 protected:
00039 
00040         // Generated message map functions
00041         //{{AFX_MSG(GetVal)
00042         virtual void OnOK();
00043         virtual void OnCancel();
00044         //}}AFX_MSG
00045         DECLARE_MESSAGE_MAP()
00046 };
00047 
00048 //{{AFX_INSERT_LOCATION}}
00049 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00050 
00051 #endif // !defined(AFX_GETVAL_H__DD545A1E_2DA6_4D2B_A698_79FA197F9931__INCLUDED_)