📄 classused.h
字号:
//--------------------------------------------------------------------------
// Copyright : promatic
// FileName : ClassUsed.h
// Description :
// Version :
// Created Date: 2006/12/7
// History
// Auther Name : Kevin Cheung Description:
// Modified by
// Author : Date: Description:
// Author : Date: Description:
//--------------------------------------------------------------------------
#ifndef _CLASS_USED_H
#define _CLASS_USED_H
//郑守江 2007.8.2
class CCustomerInfo
{
public:
CCustomerInfo(){};
~CCustomerInfo(){};
CString m_strIdIndex;
CString m_strCustomerCode ;
CString m_strCustomerName;
CString m_strClassCode;
CString m_strCustomerAddress;
CString m_strCustomerLinkMan;
CString m_strCustomerTelephone;
CString m_strMemo;
CString m_strPostZip;
};
class CProductInfo
{
public:
CProductInfo(){};
~CProductInfo(){};
int IdIndex;
CString strMsn;
CString strProductTypeCode;
CString strProductTypeName;
CString strProductName;
//Added by 郑守江 2007.8.2
CString strProductClassName;
CString curDateTime; //当前工序完成时间
bool IsResult; //产品信息是否为空
//
CString strPlanCode;
int nPlanItem; //
CString IQCCode;
int nIQCItem;
CString strCurProcedureCode; //
CString strCurWarehouseCode; //
CString strCurWarehouseName;
CString strCurWarehouseCellCode; //
CString strSupplierCode;
CString strSupplierName;//
CString strCustomerCode;
CString strCustomerName;//
CString strBarCode;
CString strParentCode;
CString strMemo;
CString strOrderCode;
int nOrderItem;
CString strInvoiceCode;
int nInvoiceItem;
CString strOther; //
int nOther; //
};
class COperatorInfo
{
public:
COperatorInfo(){};
~COperatorInfo(){};
int nID;
int nNo; // 当前工序的操作单编号
CString strCode;
CString strOperatorCode;//employee工号
CString strOperatorName; //employee姓名
int nOperatorNo; //employee工号
// int nWarehouseman;
int nCurProcedureNo; //当前工序号
CString strCurProcedure;//当前工序
};
class CProcedureOperate
{
public:
CProcedureOperate(){};
~CProcedureOperate(){};
int nNo;
int nProcedureNo;
CString strProcedureName;
int nOperator;
CString strOperator;
CString strBegintime;
CString strEndtime;
int nLasttime;
int nProductSN;
CString strResult;
//操作单信息
int nOperateSheetCode;
CString strOperateSheetCode;
};
class CSelectItemInfo
{
public:
CSelectItemInfo(){};
~CSelectItemInfo(){};
CString strStatic;
CString strTable;
CString strColumnName;
CString strColumn[8];
CString strHeadName[8];
int nItem;
CString strCondition;
//返回
int nReturn;
CString strReturn;
CString strReturn1;
int nRetNo1;
int nRetNo2;
};
class CPlanInfo //导出类
{
public:
CPlanInfo(){};
~CPlanInfo(){};
CString strPlanCode;
int nPlanMaker;
CString strPlanMaker;
CString strProductName;
CString strProductType;
int nCount;
CString strPlanBegintime;
CString strPlanEndtime;
CString strRealBegintime;
CString strRealEndtime;
int nBudget;
int bBeginProcedure;
int nCardCount;
int nOrderNo;
CString strOrderCode;
int nCustomer;
CString strCustomer;
CString strPlantime;
CString strTechnics;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -