#include <wx/debug.h>
#include <wx/filedlg.h>
#include <wx/wfstream.h>
#include <wx/zipstrm.h>
#include <reporter.h>
#include <dialogs/html_message_box.h>
#include <gerbview_frame.h>
#include <gerbview_id.h>
#include <gerber_file_image.h>
#include <gerber_file_image_list.h>
#include <excellon_image.h>
#include <lset.h>
#include <wildcards_and_files_ext.h>
#include <view/view.h>
#include <widgets/wx_progress_reporters.h>
#include "widgets/gerbview_layer_widget.h"
#include <tool/tool_manager.h>
Go to the source code of this file.
◆ MSG_NO_MORE_LAYER
#define MSG_NO_MORE_LAYER _( "<b>No more available layers</b> in GerbView to load files" ) |
◆ MSG_NOT_LOADED
#define MSG_NOT_LOADED _( "<b>Not loaded:</b> <i>%s</i>" ) |
◆ MSG_OOM
#define MSG_OOM _( "<b>Memory was exhausted reading:</b> <i>%s</i>" ) |
◆ ZipFileExtension
#define ZipFileExtension "zip" |