blob: a9e1e0a2721acfdf810e557a3e9acf8261653a00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define RID_TUBES_DLG_CONTACTS 1000
#define FL_LABEL 1
#define CTL_LIST 2
#define BTN_CONNECT 3
#define BTN_INVITE 4
#define BTN_LISTEN 5
#define BTN_GROUP 6
#define BTN_DEMO 7
#define STR_HEADER_ALIAS 20
#define STR_HEADER_NAME 21
|