📄 dlgkqinput.h
字号:
#if !defined(AFX_DLGKQINPUT_H__734C7652_F632_4B9C_8F79_438E98149616__INCLUDED_)
#define AFX_DLGKQINPUT_H__734C7652_F632_4B9C_8F79_438E98149616__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgKqInput.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgKqInput form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "datawin\listdoc.H"
#include "ado\ado.H"
#include "ado\Adocommand.H"
#include "maskedit\amsEdit.H"
#include "Other\bsColorComboBox.H"
#include "DlgInputCtrl.H"
#include "datawin\ReportCtrl.H"
//#include "XCtrl\XListCtrl.H"
//输入考勤计划
class CDlgKqInput : public CFormView
{
protected:
CDlgKqInput(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CDlgKqInput)
// char m_szBack[31][2];
// Form Data
public:
//{{AFX_DATA(CDlgKqInput)
enum { IDD = IDD_KQ_INPUT };
CButton m_btSave;
CButton m_btCopyto;
CButton m_btAppend;
CButton m_btRetrieve;
CAMSAlphanumericEdit m_edProject;
// CComboBox m_Project;
CBSColorComboBox m_Project;
CComboBox m_Dep;
CReportCtrl m_Left;
CDlgInputCtrl m_Master;
// CReportCtrl m_Master;
//}}AFX_DATA
CListDoc m_ListDoc;
CListDoc m_MasterDoc;
CAdoRecordSet m_RecordSet;
CAdoConnection *m_pConnection;
CKvipApp *m_pApp;
CAdoCommand m_Command;
// Attributes
public:
// Operations
public:
void SelectProject();
void SetState(int nState);
BOOL _IsValidInput(CString sText);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgKqInput)
public:
virtual void OnInitialUpdate();
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CDlgKqInput();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CDlgKqInput)
afx_msg void OnSave(WPARAM nExit);
afx_msg void OnAppend();
afx_msg void OnRetrieve();
afx_msg void OnCopyto();
afx_msg void OnSelchangeDep();
afx_msg void OnCancel();
afx_msg void OnClickMaster(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClose();
afx_msg void OnItemchangedLeft(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGKQINPUT_H__734C7652_F632_4B9C_8F79_438E98149616__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -