move more dlls
[reactos.git] / reactos / lib / cpl / cplsample / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 /* metrics */
5 #define PROPSHEETWIDTH 246
6 #define PROPSHEETHEIGHT 228
7 #define PROPSHEETPADDING 6
8 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
9 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
10 #define ICONSIZE 16
11
12 /* ids */
13
14 #define IDC_CPLICON_1 1
15
16 #define IDD_PROPPAGE1 100
17 #define IDD_PROPPAGE2 101
18 #define IDD_PROPPAGE3 102
19
20 #define IDS_CPLNAME_1 1001
21 #define IDS_CPLDESCRIPTION_1 2001
22
23 #endif /* __CPL_RESOURCE_H */
24
25 /* EOF */