www.pudn.com > cygl.rar > Jiezhang.h
#if !defined(AFX_JIEZHANG_H__60F35B26_D703_4D29_83E1_EC0F4DF774F8__INCLUDED_)
#define AFX_JIEZHANG_H__60F35B26_D703_4D29_83E1_EC0F4DF774F8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Jiezhang.h : header file
//
#include "JieMian.h"
/////////////////////////////////////////////////////////////////////////////
// CJiezhang dialog
class CJiezhang : public CJieMian
{
// Construction
public:
CJiezhang(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CJiezhang)
enum { IDD = IDD_JIEZHANG };
CBitmapButton m_QUXIAO;
CBitmapButton m_QUEDING;
CBitmapButton m_QUEREN;
CEdit m_zhehoujia;
CEdit m_zhekou;
CEdit m_kahao;
CEdit m_fws;
CEdit m_shuaka;
CEdit m_zhipiao;
CEdit m_xianjin;
CEdit m_yye;
CEdit m_yingfu;
CEdit m_fjh;
CEdit m_leixing;
CBitmapButton m_ZHESUAN;
CComboBox m_fkfs;
int yye;
int yingfu;
int xianjin;
int zhipiao;
int shuaka;
double zhekou;
int zhehoujia;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJiezhang)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CJiezhang)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point);
afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual void OnOK();
afx_msg void OnQueRen();
afx_msg void Onzhesuan();
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JIEZHANG_H__60F35B26_D703_4D29_83E1_EC0F4DF774F8__INCLUDED_)