12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_SETPERCENTALL_H__81D7FB9D_01E9_41B1_BA80_95AB9292070B__INCLUDED_)
- #define AFX_SETPERCENTALL_H__81D7FB9D_01E9_41B1_BA80_95AB9292070B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetPercentAll.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SetPercentAll dialog
- class SetPercentAll : public CDialog
- {
- // Construction
- public:
- SetPercentAll(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SetPercentAll)
- enum { IDD = IDD_DLGSetPercentAll };
- CNumEdit m_editnum5;
- CNumEdit m_editnum4;
- CNumEdit m_editnum3;
- CNumEdit m_editnum2;
- CNumEdit m_editnum1;
- CString m_rate1;
- CString m_rate2;
- CString m_rate3;
- CString m_rate4;
- CString m_rate5;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SetPercentAll)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SetPercentAll)
- 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_SETPERCENTALL_H__81D7FB9D_01E9_41B1_BA80_95AB9292070B__INCLUDED_)
|