📄 stdafx.h
字号:
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__E4DC63BE_E32E_4F72_BE83_1FFF3C70875E__INCLUDED_)
#define AFX_STDAFX_H__E4DC63BE_E32E_4F72_BE83_1FFF3C70875E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#import "C:\Program Files\Common Files\System\ado\msado15.dll" no_namespace \
rename("EOF","adoEOF") rename("BOF","adoBOF")
#define Provider "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=MinistryPerson.mdb"
#define BITMAP_X 259
#define BITMAP_Y 16
#define DAYSOFYEAR 365 //一年按365天处理
#define ICONSUM 5
#define IDC_LISTEDIT 200 //列表编辑时候的编辑框控件的ID号
#define wdCharacter 1
#define wdLine 5
#include "atlbase.h"
#include "resource.h"
#include "ADOOperation.h"
#include "EditableListCtrl.h"
#include "ADOView.h"
#include "FuncOper.h"
#include "LoginDlg.h"
#include "BmpButton.h"
#include "BasicInfoDlg.h"
#include "FamilyInforDlg.h"
#include "InActiveSerInfoDlg.h"
#include "WorkExpeInfoDlg.h"
#include "TrainExpeInfoDlg.h"
#include "PayProtectInfoDlg.h"
#include "PayChangeInfoDlg.h"
#include "ModifyEmployeeInfo.h"
#include "AddNewComAndDepartDlg.h"
#include "FuncOutPosInfoDlg.h"
#include "DemissionInfoDlg.h"
#include "FuncRemoveInfoDlg.h"
#include "AllTogetherMainDlg.h"
#include "RegisterNewUserDlg.h"
#include "FuncFilterInfoDlg.h"
#include "JoinFlowerInfoDlg.h"
#include "MakeWordsDoc.h"
#include "JoinNotInDutyFormDlg.h"
#include "Menu_QueryRemoveDlg.h"
#include "Menu_InputRemInfoDlg.h"
#include "Menu_AlterInfoFlower.h"
#include "Menu_ContractNewTimeDlg.h"
#include "Menu_ContractFlowerDlg.h"
#include "MenuL_QueryDelDlg.h"
#include "MenuL_ShowDelFlowerDlg.h"
#include "FuncPayProtectDlg.h"
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__E4DC63BE_E32E_4F72_BE83_1FFF3C70875E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -