⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sipxezphoneaboutdlg.cpp

📁 基于sipfoundy 公司开发的sipx协议API
💻 CPP
字号:
/////////////////////////////////////////////////////////////////////////////// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -