?? 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;
CStatic m_StaICo;
CStatic m_StaID;
CBaseEdit m_EdtUseTime;
CBaseEdit m_EdtUnit;
CBaseEdit m_EdtSpec;
CBaseEdit m_EdtReMainsRate;
CBaseEdit m_EdtReMains;
CBaseEdit m_EdtOvalue;
CBaseEdit m_EdtNumber;
CBaseEdit m_EdtNetValue;
CBaseEdit m_EdtName;
CBaseEdit m_EdtEstimateUseTime;
CBaseEdit m_EdtDepreciationRate;
CBaseEdit m_EdtDepreciationMoney;
CBaseEdit m_EdtDepreciation;
CBaseDateTimeCtrl m_DtDate;
CBaseComboBox m_ComUseStatus;
CBaseComboBox m_ComStyle;
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 + -