mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-02 12:21:23 +00:00
d16da069e9
This is a thin wrapper around the Win32 API used in the Win32 Updater Dialog implementation.
26 lines
483 B
Text
26 lines
483 B
Text
//Microsoft eMbedded Visual C++ generated resource script.
|
|
//
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDW_MAIN "Simple Window"
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Accelerator
|
|
//
|
|
|
|
IDW_MAIN ACCELERATORS DISCARDABLE
|
|
BEGIN
|
|
"Q", IDW_QUIT, VIRTKEY, CONTROL, NOINVERT
|
|
END
|
|
|