Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource.h « BenchmarkDialog « Resource « FileManager « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d720058d7f2d7d37160f0909beb325de92db4ba9 (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
#define IDD_DIALOG_BENCHMARK            800
#define IDC_BUTTON_STOP                 1001
#define IDC_BUTTON_RESTART              1002
#define IDC_BENCHMARK_DICTIONARY        1010
#define IDC_BENCHMARK_COMBO_DICTIONARY  1011
#define IDC_BENCHMARK_MEMORY            1012
#define IDC_BENCHMARK_MEMORY_VALUE      1013
#define IDC_BENCHMARK_MULTITHREADING    1014
#define IDC_BENCHMARK_SPEED_LABEL       1020
#define IDC_BENCHMARK_RATING_LABEL      1021
#define IDC_BENCHMARK_COMPRESSING       1022
#define IDC_BENCHMARK_DECOMPRESSING     1023
#define IDC_BENCHMARK_CURRENT           1024
#define IDC_BENCHMARK_RESULTING         1025
#define IDC_BENCHMARK_CURRENT2          1026
#define IDC_BENCHMARK_RESULTING2        1027
#define IDC_BENCHMARK_COMPRESSING_SPEED 1030
#define IDC_BENCHMARK_COMPRESSING_SPEED2 1031
#define IDC_BENCHMARK_COMPRESSING_RATING 1032
#define IDC_BENCHMARK_COMPRESSING_RATING2 1033
#define IDC_BENCHMARK_DECOMPRESSING_SPEED 1040
#define IDC_BENCHMARK_DECOMPRESSING_SPEED2 1041
#define IDC_BENCHMARK_DECOMPRESSING_RATING 1042
#define IDC_BENCHMARK_DECOMPRESSING_RATING2 1043
#define IDC_BENCHMARK_TOTAL_RATING      1050
#define IDC_BENCHMARK_TOTAL_RATING_VALUE 1051
#define IDC_BENCHMARK_ELAPSED           1060
#define IDC_BENCHMARK_ELAPSED_VALUE     1061
#define IDC_BENCHMARK_SIZE              1062
#define IDC_BENCHMARK_SIZE_VALUE        1063
#define IDC_BENCHMARK_ERRORS            1064
#define IDC_BENCHMARK_ERRORS_VALUE      1065
#define IDC_BENCHMARK_PASSES            1066
#define IDC_BENCHMARK_PASSES_VALUE      1067