Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
ElementFormBitmaps.cpp
1//
2// This file was automatically generated by wxrc, do not edit by hand.
3//
4
5#include <wx/wxprec.h>
6
7#ifdef __BORLANDC__
8 #pragma hdrstop
9#endif
10
11#include <wx/filesys.h>
12#include <wx/fs_mem.h>
13#include <wx/xrc/xmlres.h>
14#include <wx/xrc/xh_all.h>
15
16#if wxCHECK_VERSION(2,8,5) && wxABI_VERSION >= 20805
17 #define XRC_ADD_FILE(name, data, size, mime) \
18 wxMemoryFSHandler::AddFileWithMimeType(name, data, size, mime)
19#else
20 #define XRC_ADD_FILE(name, data, size, mime) \
21 wxMemoryFSHandler::AddFile(name, data, size)
22#endif
23
24static size_t xml_res_size_0 = 137;
25static unsigned char xml_res_file_0[] = {
2660,63,120,109,108,32,118,101,114,115,105,111,110,61,34,49,46,48,34,32,101,
27110,99,111,100,105,110,103,61,34,85,84,70,45,56,34,63,62,10,60,114,101,
28115,111,117,114,99,101,32,120,109,108,110,115,61,34,104,116,116,112,58,
2947,47,119,119,119,46,119,120,119,105,100,103,101,116,115,46,111,114,103,
3047,119,120,120,114,99,34,62,10,32,32,60,33,45,45,32,72,97,110,100,108,101,
31114,32,71,101,110,101,114,97,116,105,111,110,32,105,115,32,79,78,32,45,
3245,62,10,60,47,114,101,115,111,117,114,99,101,62,10};
33
34void wxC9EE9InitBitmapResources()
35{
36
37 // Check for memory FS. If not present, load the handler:
38 {
39 wxMemoryFSHandler::AddFile(wxT("XRC_resource/dummy_file"), wxT("dummy one"));
40 wxFileSystem fsys;
41 wxFSFile *f = fsys.OpenFile(wxT("memory:XRC_resource/dummy_file"));
42 wxMemoryFSHandler::RemoveFile(wxT("XRC_resource/dummy_file"));
43 if (f) delete f;
44 else wxFileSystem::AddHandler(new wxMemoryFSHandlerBase);
45 }
46
47 XRC_ADD_FILE(wxT("XRC_resource/ElementFormBitmaps.cpp$C__Users_Pichau_Documents_GitHub_PSP_Project_ElementFormBitmaps.xrc"), xml_res_file_0, xml_res_size_0, wxT("text/xml"));
48 wxXmlResource::Get()->Load(wxT("memory:XRC_resource/ElementFormBitmaps.cpp$C__Users_Pichau_Documents_GitHub_PSP_Project_ElementFormBitmaps.xrc"));
49}