mnrout.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 33 行
H
33 行
//---------------------------------------------------------------------------
#ifndef mNrOutH
#define mNrOutH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSNrOut :public TKSMidBase
{
private:
void __fastcall ValidNrOutCode(); //票据号码
void __fastcall ValidNrOutFmonth(); //月份
void __fastcall ValidNrOutDate(); //日期
void __fastcall ValidNrOutClient(); //客户
void __fastcall ValidNrOutAmt(); //金额
void __fastcall ValidNrOutInr(); //利息
void __fastcall ValidNrOutExp(); //费用
void __fastcall ValidNrOutExpense(); //费用类型
void __fastcall ValidNrOutDesc(); //备注
void __fastcall ValidNrOutReason(); //退回原因
void __fastcall ValidNrOutUser(); //操作员
void __fastcall ValidNrOutSysDate(); //系统日期
protected:
void __fastcall ValidHeadValues();
void __fastcall CmdExec(AnsiString Param);
public:
__fastcall TKSNrOut();
};
//---------------------------------------------------------------------------
extern TKSNrOut *sdNrOut;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?