📄 inputrecordset.h
字号:
#pragma once
#include "afxdao.h"
class inputrecordset :
public CDaoRecordset
{
public:
inputrecordset(void);
~inputrecordset(void);
virtual void DoFieldExchange(CDaoFieldExchange* pFX);
long id;
CString personcode;
CString personname;
double workdays;
double workdays2;
CString month;
CString unit;
CString job;//new
CString year;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -