?? 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 + -