diff options
Diffstat (limited to 'font_service/resource.h')
-rw-r--r-- | font_service/resource.h | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/font_service/resource.h b/font_service/resource.h new file mode 100644 index 0000000..7612d86 --- /dev/null +++ b/font_service/resource.h @@ -0,0 +1,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
|