mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-02 20:31:22 +00:00
d16da069e9
This is a thin wrapper around the Win32 API used in the Win32 Updater Dialog implementation.
20 lines
646 B
C
20 lines
646 B
C
//This file contains the resource ID definitions.
|
|
|
|
|
|
// include the Resource IDs defined by Win32++
|
|
#include "default_resource.h"
|
|
|
|
|
|
//Resource IDs for the dialog
|
|
#define IDD_COMCTLS 100
|
|
#define IDC_EDIT1 101
|
|
#define IDC_BUTTON1 102
|
|
#define IDC_COMBO1 103
|
|
#define IDC_LIST1 104
|
|
#define IDC_SCROLLBAR1 105
|
|
#define IDC_SCROLLBAR2 106
|
|
#define IDC_SPIN1 107
|
|
#define IDC_SLIDER1 108
|
|
#define IDC_PROGRESS1 109
|
|
|
|
#define ID_TIMER 120
|