edityuangong.cpp
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:4k
- // edityuangong.cpp : implementation file
- //
- #include "stdafx.h"
- #include "工资.h"
- #include "edityuangong.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // edityuangong dialog
- edityuangong::edityuangong(CWnd* pParent /*=NULL*/)
- : CDialog(edityuangong::IDD, pParent)
- {
- //{{AFX_DATA_INIT(edityuangong)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void edityuangong::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(edityuangong)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(edityuangong, CDialog)
- //{{AFX_MSG_MAP(edityuangong)
- ON_BN_CLICKED(IDC_OK, OnOk)
- ON_BN_CLICKED(IDC_cancel, Oncancel)
- ON_CBN_EDITCHANGE(IDC_COMBO3, OnEditchangeCombo3)
- ON_EN_CHANGE(IDC_EDIT1, OnChangeEdit1)
- ON_EN_CHANGE(IDC_EDIT2, OnChangeEdit2)
- ON_BN_CLICKED(IDC_yuangongid, Onyuangongid)
- ON_BN_CLICKED(IDC_yuangongxingming, Onyuangongxingming)
- ON_BN_CLICKED(IDC_yuangongxingbie, Onyuangongxingbie)
- ON_BN_CLICKED(IDC_suoshubumen, Onsuoshubumen)
- ON_CBN_EDITCHANGE(IDC_COMBO1, OnEditchangeCombo1)
- ON_BN_CLICKED(IDC_zhiwu, Onzhiwu)
- ON_CBN_EDITCHANGE(IDC_COMBO2, OnEditchangeCombo2)
- ON_EN_CHANGE(IDC_EDIT3, OnChangeEdit3)
- ON_EN_CHANGE(IDC_EDIT4, OnChangeEdit4)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // edityuangong message handlers
- void edityuangong::OnOk()
- {
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::Oncancel()
- {
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::OnChangeEdit1()
- {
- // TODO: If this is a RICHEDIT control, the control will not
- // send this notification unless you override the CDialog::OnInitDialog()
- // function and call CRichEditCtrl().SetEventMask()
- // with the ENM_CHANGE flag ORed into the mask.
-
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::OnChangeEdit2()
- {
- // TODO: If this is a RICHEDIT control, the control will not
- // send this notification unless you override the CDialog::OnInitDialog()
- // function and call CRichEditCtrl().SetEventMask()
- // with the ENM_CHANGE flag ORed into the mask.
-
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::Onyuangongid()
- {
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::Onyuangongxingming()
- {
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::Onyuangongxingbie()
- {
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::Onsuoshubumen()
- {
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::Onzhiwu()
- {
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::OnChangeEdit3()
- {
- // TODO: If this is a RICHEDIT control, the control will not
- // send this notification unless you override the CDialog::OnInitDialog()
- // function and call CRichEditCtrl().SetEventMask()
- // with the ENM_CHANGE flag ORed into the mask.
-
- // TODO: Add your control notification handler code here
-
- }
- void edityuangong::OnChangeEdit4()
- {
- // TODO: If this is a RICHEDIT control, the control will not
- // send this notification unless you override the CDialog::OnInitDialog()
- // function and call CRichEditCtrl().SetEventMask()
- // with the ENM_CHANGE flag ORed into the mask.
-
- // TODO: Add your control notification handler code here
-
- }