freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

軟件綜合課程設計-人事管理系統(tǒng)-資料下載頁

2025-04-09 07:02本頁面
  

【正文】 , OnDatabaseBackup) ON_UPDATE_COMMAND_UI(ID_DATABASE_BACKUP, OnUpdateDatabaseBackup) ON_COMMAND(ID_DATABASE_RECOVER, OnDatabaseRecover) ON_UPDATE_COMMAND_UI(ID_DATABASE_RECOVER, OnUpdateDatabaseRecover) ON_COMMAND(ID_ATT_SET, OnAttSet) ON_UPDATE_COMMAND_UI(ID_ATT_SET, OnUpdateAttSet) //}}AFX_MSG_MAPEND_MESSAGE_MAP()static UINT indicators[] ={ ID_SEPARATOR, // status line indicator ID_INDICATOR_CAPS, ID_INDICATOR_NUM, ID_INDICATOR_SCRL,}。/////////////////////////////////////////////////////////////////////////////// CMainFrame construction/destructionCMainFrame::CMainFrame(){ // TODO: add member initialization code here }CMainFrame::~CMainFrame(){}int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct){ if (CFrameWnd::OnCreate(lpCreateStruct) == 1) return 1。 if (!(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !(IDR_MAINFRAME)) { TRACE0(Failed to create toolbar\n)。 return 1。 // fail to create } if (!(this) || !(indicators, sizeof(indicators)/sizeof(UINT))) { TRACE0(Failed to create status bar\n)。 return 1。 // fail to create } // TODO: Delete these three lines if you don39。t want the toolbar to // be dockable (CBRS_ALIGN_ANY)。 EnableDocking(CBRS_ALIGN_ANY)。 DockControlBar(amp。m_wndToolBar)。 return 0。}BOOL CMainFrame::PreCreateWindow(CREATESTRUCTamp。 cs){ if( !CFrameWnd::PreCreateWindow(cs) ) return FALSE。 // TODO: Modify the Window class or styles here by modifying // the CREATESTRUCT cs return TRUE。}/////////////////////////////////////////////////////////////////////////////// CMainFrame diagnosticsifdef _DEBUGvoid CMainFrame::AssertValid() const{ CFrameWnd::AssertValid()。}void CMainFrame::Dump(CDumpContextamp。 dc) const{ CFrameWnd::Dump(dc)。}endif //_DEBUG/////////////////////////////////////////////////////////////////////////////// CMainFrame message handlersvoid CMainFrame::OnSysDeptype() { // TODO: Add your mand handler code here CDeptDlg Dlg。 ()。}void CMainFrame::OnSysFolk() { // TODO: Add your mand handler code here CFolkDlg Dlg。 ()。}void CMainFrame::OnSysKnowleage() { // TODO: Add your mand handler code here CEducationDlg Dlg。 ()。}void CMainFrame::OnSysPolity() { // TODO: Add your mand handler code here CPoliticalDlg Dlg。 ()。}void CMainFrame::OnSysPost() { // TODO: Add your mand handler code here CDutyDlg Dlg。 ()。}void CMainFrame::OnSysQuit() {//退出系統(tǒng) // TODO: Add your mand handler code here CFrameWnd::OnClose()。}void CMainFrame::OnSysReload() {//重新登錄 // TODO: Add your mand handler code here CLoginDlg Dlg。 int nRes=0。 do { nRes=()。 //回到主界面 if(nRes==IDOK) return。 //退出系統(tǒng) if(nRes==IDCANCEL) { if(AfxMessageBox(您確定要退出系統(tǒng)嗎?,MB_OKCANCEL)==IDCANCEL) { return。 } CFrameWnd::OnClose()。 return。 } }while(1)。}void CMainFrame::OnSysSalary() { // TODO: Add your mand handler code here CAboutPayDlg Dlg。 ()。}void CMainFrame::OnSysSet() { // TODO: Add your mand handler code here }void CMainFrame::OnSysTech() { // TODO: Add your mand handler code here CTechnicalDlg Dlg。 ()。}void CMainFrame::OnSysUser() { // TODO: Add your mand handler code here CUserDlg UserDlg。 ()。}void CMainFrame::OnSysWorkertype() { // TODO: Add your mand handler code here CWorkerStatusDlg Dlg。 ()。}void CMainFrame::OnPerBrowse() { // TODO: Add your mand handler code here CBrowseDlg Dlg。 ()。}void CMainFrame::OnPerSearch() { // TODO: Add your mand handler code here CSearchDlg Dlg。 ()。}void CMainFrame::OnPerSum() { // TODO: Add your mand handler code here CStatDlg Dlg。 ()。}void CMainFrame::OnMemoNotepad() { // TODO: Add your mand handler code here CNotePadDlg Dlg。 ()。}void CMainFrame::OnMemoBook() { // TODO: Add your mand handler code here CAddrBookDlg Dlg。 ()。}void CMainFrame::OnClose() { if(AfxMessageBox(您確定要退出系統(tǒng)嗎?,MB_OKCANCEL)==IDCANCEL) { return。 } CFrameWnd::OnClose()。}void CMainFrame::OnUpdateSysDeptype(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。}void CMainFrame::OnUpdateSysFolk(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。 }void CMainFrame::OnUpdateSysKnowleage(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。 }void CMainFrame::OnUpdateSysPolity(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。 }void CMainFrame::OnUpdateSysPost(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。 }void CMainFrame::OnUpdateSysSalary(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。 }void CMainFrame::OnUpdateSysTech(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。 }void CMainFrame::OnUpdateSysUser(CCmdUI* pCmdUI) { // TODO: Add your mand update UI handler code here CManagerrApp* ptheApp = (CManagerrApp *) AfxGetApp()。 pCmdUIEnable(ptheAppm_bIsAdmin)。 }void CMainFrame::OnU
點擊復制文檔內(nèi)容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1