📄 mnrout.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -