2024-02-10 04:52:47 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
IDI_APP_PLEDITOR_ICON ICON "../resources/bitmaps_png/icons/icon_pagelayout_editor.ico"
|
|
|
|
IDI_FILE_WORKSHEET_ICON ICON "../resources/bitmaps_png/icons/fileicon_worksheet.ico"
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2021-12-29 01:27:16 +00:00
|
|
|
#define RC_VER_FILE_DESCRIPTION "KiCad Drawing Sheet Editor " KICAD_WIN32_RC_PRODVER_STR
|
2021-03-04 05:34:48 +00:00
|
|
|
#define RC_VER_INTERNALNAME "pl_editor"
|
|
|
|
#define RC_VER_ORIGINALFILENAME "pl_editor.exe"
|
2020-10-10 19:08:23 +00:00
|
|
|
#include "kiwin32.rc"
|