Simulateur Ferroviaire
Reconstruction et visualisation d'un réseau ferroviaire à partir de données GeoJSON — Win32 / WebView2 / Leaflet
Chargement...
Recherche...
Aucune correspondance
Resource.h
Aller à la documentation de ce fichier.
1//{{NO_DEPENDENCIES}}
2// fichier Include Microsoft Visual C++.
3// Utilise par SimulateurFerroviaire.rc
4//
5#define IDC_MYICON 2
6#define IDD_SIMULATEURFERROVIAIRE_DIALOG 102
7#define IDD_ABOUTBOX 103
8#define IDM_ABOUT 104
9#define IDM_EXIT 105
10#define IDS_APP_TITLE 106
11#define IDI_SIMULATEURFERROVIAIRE 107
12#define IDI_SMALL 108
13#define IDC_SIMULATEURFERROVIAIRE 109
14#define IDR_MAINFRAME 128
15#define IDM_FILE_OPEN 32771
16#define IDM_FILE_EXPORT 32772
17#define IDM_VIEW_PCC 32773
18#define IDM_PARSER_SETTINGS 32774
19#define IDC_EDIT_SNAP_TOLERANCE 32775
20#define IDC_EDIT_MAX_SEGMENT_LENGTH 32776
21#define IDC_EDIT_MIN_SWITCH_ANGLE 32777
22#define IDC_EDIT_JUNCTION_TRIM_MARGIN 32778
23#define IDC_EDIT_INTERSECTION_EPSILON 32779
24#define IDC_EDIT_DOUBLE_SWITCH_RADIUS 32780
25#define IDC_EDIT_MIN_BRANCH_LENGTH 32781
26#define IDC_BTN_RESET 32782
27#define IDC_CANCEL_PARSING 32783
28#define IDD_PARSER_SETTINGS 32784
29#define IDC_EDIT_MIN_SWITCH_SIDE_SIZE 32785
30
31#define IDC_STATIC -1
32
33// Next default values for new objects
34//
35#ifdef APSTUDIO_INVOKED
36#ifndef APSTUDIO_READONLY_SYMBOLS
37#define _APS_NO_MFC 1
38#define _APS_NEXT_RESOURCE_VALUE 129
39#define _APS_NEXT_COMMAND_VALUE 32774
40#define _APS_NEXT_CONTROL_VALUE 1000
41#define _APS_NEXT_SYMED_VALUE 110
42#endif
43#endif
44
45// =============================================================================
46// Messages inter-threads (GeoParsingTask → MainWindow)
47// =============================================================================
48
55#define WM_PROGRESS_UPDATE (WM_USER + 1)
56
58#define WM_PARSING_SUCCESS (WM_USER + 2)
59
65#define WM_PARSING_ERROR (WM_USER + 3)
66
68#define WM_PARSING_CANCELLED (WM_USER + 4)