📄 mrouteh.h
字号:
//---------------------------------------------------------------------------
#ifndef mRoutehH
#define mRoutehH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSRouteh :public TKSMidBase
{
private:
void __fastcall ValidRoutehCode(); //工艺路线代码
void __fastcall ValidRoutehName(); //名称
void __fastcall ValidRoutehGoods(); //物料编码
void __fastcall ValidRoutehDesc(); //说明
void __fastcall ValidRoutehKey(); //关键路线
void __fastcall ValidRoutehUser(); //操作员
void __fastcall ValidRoutehProducter(); //生管员
void __fastcall ValidRoutehCancel(); //取消
void __fastcall ValidRoutehCancelDate(); //取消日期
void __fastcall ValidRoutehEdate(); //开始日期
void __fastcall ValidRoutehIdate(); //结束日期
void __fastcall ValidRoutehSysDate(); //系统时间
void __fastcall ValidRoutedSn(); //序号
void __fastcall ValidRoutedCode(); //工艺路线号
void __fastcall ValidRoutedProcess(); //工序号
void __fastcall ValidRoutedWc(); //工作中心
void __fastcall ValidRoutedName(); //工序名称
void __fastcall ValidRoutedLoc(); //在制货位
void __fastcall ValidRoutedState(); //工序状态
void __fastcall ValidRoutedChkFlg(); //质检标识
void __fastcall ValidRoutedWxFlg(); //外协标识
void __fastcall ValidRoutedWxAmt(); //外协标准费率
void __fastcall ValidRoutedType(); //工序类型
void __fastcall ValidRoutedSpec(); //特殊工艺要求
void __fastcall ValidRoutedQlt(); //排队时间
void __fastcall ValidRoutedSlt(); //准备时间
void __fastcall ValidRoutedRlt(); //加工时间
void __fastcall ValidRoutedWlt(); //等待时间
void __fastcall ValidRoutedMlt(); //移动时间
void __fastcall ValidRoutedDesc(); //备注
protected:
void __fastcall ValidHeadValues();
void __fastcall ValidItemValues();
void __fastcall CmdExec(AnsiString Param);
public:
__fastcall TKSRouteh();
};
//---------------------------------------------------------------------------
extern TKSRouteh *sdRouteh;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -