mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-15 16:11:11 +00:00
This is a thin wrapper around the Win32 API used in the Win32 Updater Dialog implementation.
41 lines
903 B
Text
41 lines
903 B
Text
//Microsoft eMbedded Visual C++ generated resource script.
|
|
//
|
|
|
|
#include "resource.h"
|
|
#include "windows.h"
|
|
#include "commctrl.h"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDW_MAIN ICON DISCARDABLE "res\\star.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_DIALOG DIALOG DISCARDABLE 0, 0, 160, 180
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE
|
|
FONT 8, "Tahoma"
|
|
BEGIN
|
|
PUSHBUTTON "Done",IDOK,54,118,50,14
|
|
CTEXT "Dialog Application",IDC_STATIC,33,63,90,13
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDW_MAIN "Dialog Application"
|
|
END
|
|
|