sipxezphoneaboutdlg.cpp
来自「基于sipfoundy 公司开发的sipx协议API」· C++ 代码 · 共 45 行
CPP
45 行
/////////////////////////////////////////////////////////////////////////////// Name: sipXezPhoneAboutDlg.cpp// Author: XX// Created: XX/XX/XX// Copyright: XX/////////////////////////////////////////////////////////////////////////////#ifdef __GNUG__ #pragma implementation "sipXezPhoneAboutDlg.cpp"#endif// For compilers that support precompilation, includes "wx/wx.h".#include "wx/wxprec.h"#ifdef __BORLANDC__ #pragma hdrstop#endif#include "sipXezPhoneAboutDlg.h"// WDR: class implementations//----------------------------------------------------------------------------// sipXezPhoneAboutDlg//----------------------------------------------------------------------------// WDR: event table for sipXezPhoneAboutDlgBEGIN_EVENT_TABLE(sipXezPhoneAboutDlg,wxDialog)END_EVENT_TABLE()sipXezPhoneAboutDlg::sipXezPhoneAboutDlg( wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &position, const wxSize& size, long style ) : wxDialog( parent, id, title, position, size, style ){ // WDR: dialog function sipXezPhoneAboutDlgFunc for sipXezPhoneAboutDlg sipXezPhoneAboutDlgFunc( this, TRUE ); }// WDR: handler implementations for sipXezPhoneAboutDlg
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?