Taupie 0.20.5
Tiny Analyser
Chargement...
Recherche...
Aucune correspondance
resource.h
Aller à la documentation de ce fichier.
1#ifndef RESOURCE_INCLUDED
2#define RESOURCE_INCLUDED
3
4#ifndef IDC_STATIC
5#define IDC_STATIC (-1)
6#endif
7
8
9// Dialogue d'importation
10
11#define CHECK_MASK 40001
12#define ID_MASK 40002
13#define ID_DIRECTORY 40011
14#define ID_CHOOSE_DIRECTORY 40012
15#define CHECK_SUBDIRECTORY 40013
16
17#define CHECK_ARCHIVE 40015
18
19
20// Menu Projet
21
22#define IDM_INIT 40100
23#define IDM_PROJECT 40100
24
25#define IDM_PROJECT_NEW 40101
26#define IDM_PROJECT_OPEN 40102
27#define IDM_PROJECT_CLOSE 40103
28#define IDM_PROJECT_CONVERT 40110
29#define IDM_PROJECT_UPDATE 40111
30#define IDM_PROJECT_OPTIMIZE 40112
31#define IDM_PROJECT_LOG_IMPORT 40120
32#define IDM_PROJECT_LOG_COMMAND 40121
33
34
35// Menu Données
36
37#define IDM_DATA 40300
38
39#define IDM_DATA_CLOSE 40301
40#define IDM_DATA_IMPORT 40302
41#define IDM_DATA_EXPORT 40303
42
43#define IDM_DATA_COPYVALUE 40354
44
45#define IDM_TABLE_OPEN 40401
46#define IDM_TABLE_RENAME 40402
47#define IDM_TABLE_DELETE 40403
48#define IDM_TABLE_EXPORT 40404
49
50#define IDM_PAGE_PREVIOUS 40405
51#define IDM_PAGE_NEXT 40406
52
53
54// Menu SQL
55
56#define IDM_SQL 40500
57#define IDM_SQL_FILE 40501
58#define IDM_SQL_QUERY 40502
59
60
61// Menu Help
62
63#define IDP_HELP 40600
64#define IDM_OPTIONS 40610
65
66
67#endif // RESOURCE_INCLUDED