📄 dadd.h
字号:
#if !defined(AFX_DADD_H__D91F735C_1861_4705_91B7_46C52D9B2BFD__INCLUDED_)
#define AFX_DADD_H__D91F735C_1861_4705_91B7_46C52D9B2BFD__INCLUDED_
#include "RxRecordset.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DAdd.h : header file
//
#include "BaseEdit.h"
#include "BaseDateTimeCtrl.h"
#include "BaseComboBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDAdd dialog
class CDAdd : public CDialog
{
// Construction
public:
virtual void SetID(CString sID);
void Clear();
void Enabled(bool bEnabled);
void Display(CString sID);
CString m_sID;
CDAdd(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDAdd)
enum { IDD = IDD_DIA_ADD };
// CStatic m_StaIcoText;
CBaseEdit m_Xuhao;
CBaseEdit m_Bumen;
CBaseEdit m_Gubian;
CBaseEdit m_Caibian;
CBaseEdit m_Zhibian;
CBaseEdit m_Name;
CBaseEdit m_Value;
CBaseEdit m_NowValue;
CBaseEdit m_Num;
CBaseEdit m_Danwei;
CBaseEdit m_User;
CBaseEdit m_UserId;
CBaseEdit m_Beizhu;
CBaseEdit m_Xinghao;
CBaseComboBox m_Zhuangtai;
CBaseComboBox m_Position;
CBaseEdit m_Support;
CBaseEdit m_Baoxiu;
CBaseDateTimeCtrl m_DtDate;
CBaseComboBox m_ComMeans;
CBaseComboBox m_ComAddStyle;
CButton m_ButUndo;
CButton m_ButSave;
CButton m_ButExit;
CButton m_BueDele;
CButton m_ButChange;
CButton m_ButAdd;
CStatic m_StaCaption;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDAdd)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDAdd)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnButadd();
afx_msg void OnButchange();
afx_msg void OnButdelete();
afx_msg void OnButsave();
afx_msg void OnButundo();
afx_msg void OnButexit();
afx_msg void OnChangeEdtdepreciation();
afx_msg void OnChangeEdtovalue();
afx_msg void OnChangeEdtremainsrate();
afx_msg void OnKillfocusCommeans();
afx_msg void OnSetfocusCommeans();
afx_msg void OnEditchangeComusestatus();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int AddOrChange;
RxRecordset rst;
CFont m_font;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DADD_H__D91F735C_1861_4705_91B7_46C52D9B2BFD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -