예제 #1
0
void CCpDialog::OnSysCommand(UINT nID, LPARAM lParam)
{
	if ((nID & 0xFFF0) == IDM_ABOUTBOX)
	{
		CAboutDlg dlgAbout(this);
		dlgAbout.DoModal();
		return;
	}

	CDHtmlDialog::OnSysCommand(nID, lParam);
}
예제 #2
0
void CWorkspaceDialog::OnSysCommand(UINT nID, LPARAM lParam)
{
	if ((nID & 0xFFF0) == IDM_ABOUTBOX)
	{
		CAboutDlg dlgAbout(this);
		dlgAbout.DoModal();
	}
	else
	{
		CDHtmlDialog::OnSysCommand(nID, lParam);
	}
}
예제 #3
0
void CScreenCaptureXCtrl::AboutBox()
{
	CDialogEx dlgAbout(IDD_ABOUTBOX_SCREENCAPTUREX);
	dlgAbout.DoModal();
}
예제 #4
0
void CCircCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_CIRC);
	dlgAbout.DoModal();
}
예제 #5
0
void CTesthelpCtrl::AboutBox()
{
		  CDialog dlgAbout(IDD_ABOUTBOX_TESTHELP);
		  dlgAbout.DoModal();
}
예제 #6
0
void CTimeCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_TIME);
	dlgAbout.DoModal();
}
void CLesson18Ctrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_LESSON18);
	dlgAbout.DoModal();
}
예제 #8
0
void CusLayoutCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_USLAYOUTCONTROL);
	dlgAbout.DoModal();
}
예제 #9
0
void CGenViewerCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_GenViewer);
	dlgAbout.DoModal();
}
예제 #10
0
void CHardInfoActiveXCtrl::AboutBox()
{
	CDialogEx dlgAbout(IDD_ABOUTBOX_HARDINFOACTIVEX);
	dlgAbout.DoModal();
}
예제 #11
0
/**
 * \fn void CTaskBarIcon::OnMenuAbout(wxCommandEvent& WXUNUSED(event))
 * \brief Displays the About information dialog box.
 * \param event The command event generated by the menu.
 */
void CTaskBarIcon::OnMenuAbout(wxCommandEvent& WXUNUSED(event))
{
	CAboutDialog dlgAbout(m_pParent, CAboutDialog::wxID_DIALOG_ABOUT);
	dlgAbout.ShowModal();
}
예제 #12
0
파일: TestOcxCtl.cpp 프로젝트: 119/HDOS_VC6
void CTestOcxCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_TESTOCX);
	dlgAbout.DoModal();
}
예제 #13
0
void CImageCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_IMAGE);
	dlgAbout.DoModal();
}
예제 #14
0
void CSpindialCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_SPINDIAL);
	dlgAbout.DoModal();
}
예제 #15
0
void CGeiOfficeCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_GEIOFFICE);
	dlgAbout.DoModal();
}
예제 #16
0
void CColosseumCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_COLOSSEUM);
	dlgAbout.DoModal();
}
예제 #17
0
void CDdjdemoCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_DDJDEMO);
	dlgAbout.DoModal();
}
예제 #18
0
void CRealPlayXCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_REALPLAYX);
	dlgAbout.DoModal();
}
예제 #19
0
파일: McdCtl.cpp 프로젝트: zxwbj/danei
void CMcdCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_MCD);
	dlgAbout.DoModal();
}
예제 #20
0
void CHD_ZTHActiveXCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_HD_ZTHACTIVEX);
	dlgAbout.DoModal();
}
예제 #21
0
void CXCardOCXCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_XCARDOCX);
	dlgAbout.DoModal();
	
}
예제 #22
0
void CCintocxCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_CINTOCX);
	dlgAbout.DoModal();
}
void CFRManagerCtrl::AboutBox()
{
    CDialogEx dlgAbout(IDD_ABOUTBOX_FRMANAGER);
    dlgAbout.DoModal();
}
예제 #24
0
void CPushCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_PUSH);
	dlgAbout.DoModal();
}
예제 #25
0
void CColorButtonCtrl::AboutBox()
{
    CDialog dlgAbout(IDD_ABOUTBOX_COLORBUTTON);
    dlgAbout.DoModal();
}
예제 #26
0
void CDocViewCoreCtrl::AboutBox()
{
	CDialogEx dlgAbout(IDD_ABOUTBOX_DOCVIEWCORE);
	dlgAbout.DoModal();
}
예제 #27
0
void CHelloWorldCtrl::AboutBox()
{
	CDialog dlgAbout(IDD_ABOUTBOX_HELLOWORLD);
	dlgAbout.DoModal();
}