mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-16 08:30:57 +00:00
21 lines
646 B
C
21 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
|