Searched refs:resource_export_dlg (Results 1 – 3 of 3) sorted by relevance
16 BEGIN_MESSAGE_MAP(resource_export_dlg, express_dialog) in BEGIN_MESSAGE_MAP() argument17 ON_BN_CLICKED(IDOK, &resource_export_dlg::OnBnClickedOk) in BEGIN_MESSAGE_MAP()19 ON_BN_CLICKED(IDC_CUSTOM_RESOURCE, &resource_export_dlg::OnBnClickedCustomResource) in BEGIN_MESSAGE_MAP()20 ON_BN_CLICKED(IDC_BINARY_FORMAT_SREC, &resource_export_dlg::OnSelectSRecord) in BEGIN_MESSAGE_MAP()21 ON_BN_CLICKED(IDC_BINARY_FORMAT_BIN, &resource_export_dlg::OnSelectBinary) in BEGIN_MESSAGE_MAP()24 IMPLEMENT_DYNAMIC(resource_export_dlg, express_dialog) in BEGIN_MESSAGE_MAP()28 resource_export_dlg::resource_export_dlg(CWnd *pParent) in BEGIN_MESSAGE_MAP()29 : express_dialog(resource_export_dlg::IDD, pParent) in BEGIN_MESSAGE_MAP()37 resource_export_dlg::~resource_export_dlg() in ~resource_export_dlg()42 void resource_export_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange()[all …]
36 class resource_export_dlg : public express_dialog38 DECLARE_DYNAMIC(resource_export_dlg)41 resource_export_dlg(CWnd* pParent = NULL); // standard constructor42 virtual ~resource_export_dlg();
731 resource_export_dlg dlg(AfxGetMainWnd()); in OnGenerateAll()746 resource_export_dlg dlg(AfxGetMainWnd()); in OnGenResources()