diff options
author | fcolin | 2007-02-01 12:53:17 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:53:17 +0000 |
commit | d8e5b04be0b9a61df211ff02cd563e43f803e700 (patch) | |
tree | 3cf5102ef3666335c17ff9a866f11c13bce3688e | |
parent | a9df114b7538f5bc30d7dc252c6a86aed931ac07 (diff) | |
download | ivy-cplusplus-d8e5b04be0b9a61df211ff02cd563e43f803e700.zip ivy-cplusplus-d8e5b04be0b9a61df211ff02cd563e43f803e700.tar.gz ivy-cplusplus-d8e5b04be0b9a61df211ff02cd563e43f803e700.tar.bz2 ivy-cplusplus-d8e5b04be0b9a61df211ff02cd563e43f803e700.tar.xz |
Utilisateur : Fcolin Date : 27/11/01 Heure : 15:26 Archivé dans $/Bus/Horloge (vss 2)
-rw-r--r-- | Bus/Horloge/resource.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Bus/Horloge/resource.h b/Bus/Horloge/resource.h index 18cb515..2322c01 100644 --- a/Bus/Horloge/resource.h +++ b/Bus/Horloge/resource.h @@ -8,10 +8,12 @@ #define IDI_BACKWARD 142
#define IDI_PAUSE 143
#define IDI_START 144
+#define IDI_NORMAL_SPEED 146
#define IDC_PAUSE 1001
#define IDC_START 1002
#define IDC_BACKWARD 1003
#define IDC_FORWARD 1004
+#define IDC_NORMAL_SPEED 1005
#define IDC_SPEED 1010
#define IDC_TIME 1011
#define IDC_BUSNUMBER 1026
@@ -25,14 +27,16 @@ #define IDC_FORW_5 1037
#define IDC_BACK_1 1038
#define IDC_FORW_1 1039
+#define IDC_FILE 1040
+#define IDC_FILENAME 1041
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 145
+#define _APS_NEXT_RESOURCE_VALUE 147
#define _APS_NEXT_COMMAND_VALUE 32772
-#define _APS_NEXT_CONTROL_VALUE 1035
+#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|