forked from morbac/xmltools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
54 lines (53 loc) · 2.15 KB
/
resource.h
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
//{{NO_DEPENDENCIES}}
// fichier Include Microsoft Visual C++.
// Utilisé par XMLTools.rc
//
#define IDD_INPUTDLG 2000
#define IDC_STATIC_CAPTION 2000
#define IDC_EDIT_INPUT 2001
#define IDD_XPATHEVAL 2001
#define IDC_EDIT_EXPRESSION 2002
#define IDD_SELECTFILE 2002
#define IDC_LIST_NODESRESULT 2003
#define IDD_MESSAGEDLG 2003
#define IDC_BTN_EVALUATE 2004
#define IDD_XSLTDLG 2004
#define IDC_LIST_XPATHRESULTS 2005
#define IDD_HOWTOUSE 2005
#define IDC_BTN_EVALUATE2 2006
#define IDC_BTN_COPY2CLIPBOARD 2006
#define IDD_ABOUTBOX 2006
#define IDC_EDIT_FILENAME 2007
#define IDD_OPTIONS 2007
#define IDC_BTN_EXPLORE_XSDFILE 2008
#define IDC_BTN_CLEARLIST 2008
#define IDD_DLGDEBUG 2008
#define IDC_EDIT_ROOTELEMSAMPLE 2009
#define IDC_EDIT_MULTILINEMSG 2010
#define IDC_EDIT_XSLTFILE 2011
#define IDC_BTN_BROWSEXSLTFILE 2012
#define IDC_EDIT_XSLTOPTIONS 2013
#define IDC_BTN_TRANSFORM 2014
#define IDC_LIST1 2015
#define IDC_EXTLIBS_URL 2018
#define IDC_EXTLIBS_URL4 2019
#define IDC_EXTLIBS_URL2 2019
#define IDC_ABOUTTEXT 2019
#define IDC_ABOUTURL 2020
#define IDC_CHKENABLEPROXY 2022
#define IDC_EDITPROXYHOST 2023
#define IDC_EDITPROXYPORT 2024
#define IDC_EDITPROXYUSERNAME 2025
#define IDC_EDITPROXYPASSWORD 2026
#define IDC_BUTTON1 2027
#define IDC_EDITDEBUG 2029
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 2009
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 2030
#define _APS_NEXT_SYMED_VALUE 2000
#endif
#endif