msquote.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 60 行
H
60 行
//---------------------------------------------------------------------------
#ifndef mSquoteH
#define mSquoteH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSSquote :public TKSMidBase
{
private:
void __fastcall ValidSquoteClient(); //客户编码
void __fastcall ValidSquoteCurrency(); //币种
void __fastcall ValidSquoteGoods(); //产品编码
void __fastcall ValidSquoteUnit(); //计量单位
void __fastcall ValidSquoteSdate(); //启用日期
void __fastcall ValidSquoteEdate(); //停用日期
void __fastcall ValidSquoteSpt(); //价格类型
void __fastcall ValidSquoteDesc(); //备注
void __fastcall ValidSquoteUser(); //操作员
void __fastcall ValidSquoteQty1(); //数量段一
void __fastcall ValidSquotePrice1(); //单价一
void __fastcall ValidSquoteRebate1(); //折扣一
void __fastcall ValidSquoteQty2(); //数量段2
void __fastcall ValidSquotePrice2(); //单价2
void __fastcall ValidSquoteRebate2(); //折扣2
void __fastcall ValidSquoteQty3(); //数量段3
void __fastcall ValidSquotePrice3(); //单价3
void __fastcall ValidSquoteRebate3(); //折扣3
void __fastcall ValidSquoteQty4(); //数量段4
void __fastcall ValidSquotePrice4(); //价格段4
void __fastcall ValidSquoteRebate4(); //折扣4
void __fastcall ValidSquoteQty5(); //数量段5
void __fastcall ValidSquotePrice5(); //价格段5
void __fastcall ValidSquoteRebate5(); //折扣5
void __fastcall ValidSquoteQty6(); //数量段6
void __fastcall ValidSquotePrice6(); //价格段6
void __fastcall ValidSquoteRebate6(); //折扣6
void __fastcall ValidSquoteQty7(); //数量段7
void __fastcall ValidSquotePrice7(); //价格段7
void __fastcall ValidSquoteRebate7(); //折扣7
void __fastcall ValidSquoteQty8(); //数量段8
void __fastcall ValidSquotePrice8(); //价格8
void __fastcall ValidSquoteRebate8(); //折扣8
void __fastcall ValidSquoteQty9(); //数量段9
void __fastcall ValidSquotePrice9(); //价格9
void __fastcall ValidSquoteRebate9(); //折扣9
void __fastcall ValidSquoteQty10(); //数量段10
void __fastcall ValidSquotePrice10(); //价格10
void __fastcall ValidSquoteRebate10(); //折扣10
protected:
void __fastcall ValidMasterField(int FieldNo);
void __fastcall CmdExec(AnsiString Param);
public:
__fastcall TKSSquote();
};
//---------------------------------------------------------------------------
extern TKSSquote *sdSquote;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?