?? sheet_tiqian_no_tutai_append.cpp
字號:
// Sheet_Tiqian_No_Tutai_Append.cpp : implementation file
//
#include "stdafx.h"
#include "gear_cutter_database.h"
#include "Sheet_Tiqian_No_Tutai_Append.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSheet_Tiqian_No_Tutai_Append
IMPLEMENT_DYNAMIC(CSheet_Tiqian_No_Tutai_Append, CPropertySheet)
CSheet_Tiqian_No_Tutai_Append::CSheet_Tiqian_No_Tutai_Append(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
:CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
{
AddPage(&m_page_tiqian_no_tutai_append);
}
CSheet_Tiqian_No_Tutai_Append::CSheet_Tiqian_No_Tutai_Append(LPCTSTR pszCaption, CWnd* pParentWnd, UINT iSelectPage)
:CPropertySheet(pszCaption, pParentWnd, iSelectPage)
{
AddPage(&m_page_tiqian_no_tutai_append);
}
CSheet_Tiqian_No_Tutai_Append::~CSheet_Tiqian_No_Tutai_Append()
{
}
BEGIN_MESSAGE_MAP(CSheet_Tiqian_No_Tutai_Append, CPropertySheet)
//{{AFX_MSG_MAP(CSheet_Tiqian_No_Tutai_Append)
ON_WM_SHOWWINDOW()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CSheet_Tiqian_No_Tutai_Append message handlers
void CSheet_Tiqian_No_Tutai_Append::OnShowWindow(BOOL bShow, UINT nStatus)
{
CPropertySheet::OnShowWindow(bShow, nStatus);
// TODO: Add your message handler code here
GetDlgItem(IDOK)->ShowWindow(SW_HIDE);
GetDlgItem(IDCANCEL)->SetWindowText("確定");
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -