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

📄 msquote.h

📁 科思ERP部分源码及控件
💻 H
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -