diff options
author | fcolin | 2007-02-01 13:11:54 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:54 +0000 |
commit | 697b1b4e9dea2db64d8f07a1a59bb5cbf8149dd2 (patch) | |
tree | 051825afc4f99d96a508e1a926753ee40c77f35c | |
parent | 1273733a5b24b8fb48c9c2d5374e1569b1d6aa0a (diff) | |
download | ivy-cplusplus-697b1b4e9dea2db64d8f07a1a59bb5cbf8149dd2.zip ivy-cplusplus-697b1b4e9dea2db64d8f07a1a59bb5cbf8149dd2.tar.gz ivy-cplusplus-697b1b4e9dea2db64d8f07a1a59bb5cbf8149dd2.tar.bz2 ivy-cplusplus-697b1b4e9dea2db64d8f07a1a59bb5cbf8149dd2.tar.xz |
Utilisateur : Fcolin Date : 14/03/00 Heure : 11:49 Archivé dans $/Bus/Test Commentaire: modif boite resize et combo box (vss 4)
-rw-r--r-- | IvyProbe/Resource.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/IvyProbe/Resource.h b/IvyProbe/Resource.h index f8d5965..70fe2c7 100644 --- a/IvyProbe/Resource.h +++ b/IvyProbe/Resource.h @@ -19,8 +19,12 @@ #define IDC_SLIDER7 1008
#define IDC_SLIDER2 1010
#define IDC_TEXT 1011
-#define IDC_MSG 1012
-#define IDC_BIND 1013
+#define IDC_MSG 1015
+#define IDC_SEND 1016
+#define IDC_BIND 1017
+#define IDC_STATIC_MSG 1018
+#define IDC_STATIC_BIND 1019
+#define IDC_REGEXP 1021
// Next default values for new objects
//
@@ -28,7 +32,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
-#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_CONTROL_VALUE 1022
#define _APS_NEXT_SYMED_VALUE 104
#endif
#endif
|