⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basedocformmgr.h

📁 科思ERP部分源码及控件
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef BasedocFormMgrH
#define BasedocFormMgrH
//---------------------------------------------------------------------------	
#include "Company.h"  //公司资料
#include "Tax.h"  //税务资料
#include "Currency.h"  //货币资料
#include "FC.h"  //财务日历
#include "NoteBook.h"  //短语手册
#include "Rate.h"  //每月汇率
#include "NbQuery.h"  //短语查询
#include "Fy.h"  //财务年度
#include "PayMode.h"  //付款方式
#include "SettleMode.h"  //结算方式
#include "Unit.h"  //计量单位
#include "TransMode.h"  //运输方式
#include "Dept.h"  //部门资料
#include "Area.h"  //地区代码
#include "Trade.h"  //行业类型
#include "Expense.h"  //费用维护
#include "Deliver.h"  //交货方式
//---------------------------------------------------------------------------	
extern "C" int __declspec(dllexport) __stdcall NewClientForm(HWND ahWnd,int FormCode,HWND chWnd,char *ClassCode,char *Param,char *gvs);
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -