diff options
Diffstat (limited to 'CPP/7zip/UI/GUI/BenchmarkDialogRes.h')
-rw-r--r-- | CPP/7zip/UI/GUI/BenchmarkDialogRes.h | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/CPP/7zip/UI/GUI/BenchmarkDialogRes.h b/CPP/7zip/UI/GUI/BenchmarkDialogRes.h new file mode 100644 index 0000000..b7d54b7 --- /dev/null +++ b/CPP/7zip/UI/GUI/BenchmarkDialogRes.h | |||
@@ -0,0 +1,79 @@ | |||
1 | #define IDD_BENCH 7600 | ||
2 | #define IDD_BENCH_2 17600 | ||
3 | #define IDD_BENCH_TOTAL 7699 | ||
4 | |||
5 | #define IDE_BENCH2_EDIT 100 | ||
6 | |||
7 | #define IDC_BENCH_DICTIONARY 101 | ||
8 | #define IDT_BENCH_MEMORY_VAL 102 | ||
9 | #define IDC_BENCH_NUM_THREADS 103 | ||
10 | #define IDT_BENCH_HARDWARE_THREADS 104 | ||
11 | |||
12 | #define IDT_BENCH_VER 105 | ||
13 | #define IDT_BENCH_CPU 106 | ||
14 | #define IDT_BENCH_SYS1 107 | ||
15 | #define IDT_BENCH_SYS2 108 | ||
16 | #define IDT_BENCH_CPU_FEATURE 109 | ||
17 | |||
18 | #define IDT_BENCH_COMPRESS_SPEED1 110 | ||
19 | #define IDT_BENCH_COMPRESS_SPEED2 111 | ||
20 | #define IDT_BENCH_COMPRESS_RATING1 112 | ||
21 | #define IDT_BENCH_COMPRESS_RATING2 113 | ||
22 | #define IDT_BENCH_COMPRESS_USAGE1 114 | ||
23 | #define IDT_BENCH_COMPRESS_USAGE2 115 | ||
24 | #define IDT_BENCH_COMPRESS_RPU1 116 | ||
25 | #define IDT_BENCH_COMPRESS_RPU2 117 | ||
26 | |||
27 | #define IDT_BENCH_DECOMPR_SPEED1 118 | ||
28 | #define IDT_BENCH_DECOMPR_SPEED2 119 | ||
29 | #define IDT_BENCH_DECOMPR_RATING1 120 | ||
30 | #define IDT_BENCH_DECOMPR_RATING2 121 | ||
31 | #define IDT_BENCH_DECOMPR_USAGE1 122 | ||
32 | #define IDT_BENCH_DECOMPR_USAGE2 123 | ||
33 | #define IDT_BENCH_DECOMPR_RPU1 124 | ||
34 | #define IDT_BENCH_DECOMPR_RPU2 125 | ||
35 | |||
36 | #define IDT_BENCH_TOTAL_RATING_VAL 130 | ||
37 | #define IDT_BENCH_TOTAL_RPU_VAL 131 | ||
38 | #define IDT_BENCH_TOTAL_USAGE_VAL 133 | ||
39 | |||
40 | #define IDT_BENCH_ELAPSED_VAL 140 | ||
41 | // #define IDT_BENCH_SIZE_VAL 141 | ||
42 | #define IDT_BENCH_PASSES_VAL 142 | ||
43 | #define IDC_BENCH_NUM_PASSES 143 | ||
44 | |||
45 | #define IDT_BENCH_LOG 160 | ||
46 | #define IDT_BENCH_ERROR_MESSAGE 161 | ||
47 | |||
48 | #define IDT_BENCH_COMPRESS_SIZE1 170 | ||
49 | #define IDT_BENCH_COMPRESS_SIZE2 171 | ||
50 | #define IDT_BENCH_DECOMPR_SIZE1 172 | ||
51 | #define IDT_BENCH_DECOMPR_SIZE2 173 | ||
52 | |||
53 | // #define IDT_BENCH_FREQ_CUR 150 | ||
54 | // #define IDT_BENCH_FREQ_RES 151 | ||
55 | |||
56 | #define IDB_STOP 442 | ||
57 | #define IDB_RESTART 443 | ||
58 | |||
59 | #define IDT_BENCH_DICTIONARY 4006 | ||
60 | #define IDT_BENCH_NUM_THREADS 4009 | ||
61 | |||
62 | #define IDT_BENCH_SIZE 1007 | ||
63 | #define IDT_BENCH_ELAPSED 3900 | ||
64 | #define IDT_BENCH_SPEED 3903 | ||
65 | |||
66 | #define IDT_BENCH_MEMORY 7601 | ||
67 | |||
68 | #define IDG_BENCH_COMPRESSING 7602 | ||
69 | #define IDG_BENCH_DECOMPRESSING 7603 | ||
70 | #define IDG_BENCH_TOTAL_RATING 7605 | ||
71 | |||
72 | #define IDT_BENCH_RATING_LABEL 7604 | ||
73 | #define IDT_BENCH_CURRENT 7606 | ||
74 | #define IDT_BENCH_RESULTING 7607 | ||
75 | #define IDT_BENCH_USAGE_LABEL 7608 | ||
76 | #define IDT_BENCH_RPU_LABEL 7609 | ||
77 | #define IDT_BENCH_PASSES 7610 | ||
78 | #define IDT_BENCH_CURRENT2 (7606+50) | ||
79 | #define IDT_BENCH_RESULTING2 (7607+50) | ||