mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
34 lines
1.5 KiB
C
34 lines
1.5 KiB
C
#ifndef IDC_STATIC
|
|
#define IDC_STATIC (-1)
|
|
#endif
|
|
|
|
#define IDD_APPLICATION 101
|
|
#define IDC_BACKGROUND 110
|
|
#define IDC_LCD 111
|
|
#define IDC_LED0 112
|
|
#define IDC_LED1 113
|
|
#define IDC_USER0 114
|
|
#define IDC_USER1 115
|
|
#define IDB_BOARD 120
|
|
#define IDB_BTN_UP 137
|
|
#define IDB_BTN_DWN 138
|
|
#define IDB_LCD 142
|
|
#define IDB_LED_OFF 144
|
|
#define IDB_LED_ON 145
|
|
#define IDB_SEG 146
|
|
#define IDB_SEG0 150
|
|
#define IDB_SEG1 151
|
|
#define IDB_SEG2 152
|
|
#define IDB_SEG3 153
|
|
#define IDB_SEG4 154
|
|
#define IDB_SEG5 155
|
|
#define IDB_SEG6 156
|
|
#define IDB_SEG7 157
|
|
#define IDB_SEG8 158
|
|
#define IDB_SEG9 159
|
|
#define IDC_SEG0 1020
|
|
#define IDC_SEG1 1021
|
|
#define IDC_SEG2 1022
|
|
#define IDC_SEG3 1023
|
|
#define IDS_APP_TITLE 40000
|