blob: 7612d86ef70465961625ad20765921075912e49f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
#define IDD_DIALOG1 101
#define IDD_OPT 101
#define IDD_OPT2 102
#define IDC_FONTGROUP 1000
#define IDC_COLOURLIST 1003
#define IDC_STAT_RESTART 1004
#define IDC_BTN_RESET 1005
#define IDC_BTN_UNDO 1006
#define IDC_BTN_UNDO2 1007
#define IDC_BTN_EXPORT 1007
#define IDC_TOOLTIP 1008
#define IDC_FONTLIST 1048
#define IDC_CHOOSEFONT 1049
#define IDC_FONTID 1256
#define IDC_SAMETYPE 1257
#define IDC_SAMESTYLE 1258
#define IDC_SAMECOLOUR 1259
#define IDC_SAMEAS 1260
#define IDC_TYPEFACE 1261
#define IDC_BOLD 1262
#define IDC_ITALIC 1263
#define IDC_COLOUR 1264
#define IDC_UNDERLINE 1265
#define IDC_SAMESIZE 1268
#define IDC_BKGCOLOUR 1269
#define IDC_FONTCOLOUR 1282
#define IDC_SAMPLE 1292
#define IDC_FONTSIZE 1293
#define IDC_SCRIPT 1300
#define IDC_STSAMETEXT 1382
#define IDC_STASTEXT 1383
#define IDC_STSIZETEXT 1384
#define IDC_STCOLOURTEXT 1385
#define IDC_STHORZBAR 1386
#define IDD_CUSTOM_FONT 1543
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1009
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|