summaryrefslogtreecommitdiff
path: root/Bus/IvyCursor
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:07:07 +0000
committerfcolin2007-02-01 13:07:07 +0000
commit5e8c3f6045de6d35393263efe843546047ee3ba5 (patch)
tree328a2734022213437db52ed19038cf47624d6cc2 /Bus/IvyCursor
parent20f7a2ba91a8a459640fb7610bbb67f8a014c83d (diff)
downloadivy-cplusplus-5e8c3f6045de6d35393263efe843546047ee3ba5.zip
ivy-cplusplus-5e8c3f6045de6d35393263efe843546047ee3ba5.tar.gz
ivy-cplusplus-5e8c3f6045de6d35393263efe843546047ee3ba5.tar.bz2
ivy-cplusplus-5e8c3f6045de6d35393263efe843546047ee3ba5.tar.xz
Utilisateur : Fcolin Date : 10/02/04 Heure : 17:09 Créé Commentaire: (vss 1)
Diffstat (limited to 'Bus/IvyCursor')
-rw-r--r--Bus/IvyCursor/IvyCursor.rc115
1 files changed, 115 insertions, 0 deletions
diff --git a/Bus/IvyCursor/IvyCursor.rc b/Bus/IvyCursor/IvyCursor.rc
new file mode 100644
index 0000000..9d49167
--- /dev/null
+++ b/Bus/IvyCursor/IvyCursor.rc
@@ -0,0 +1,115 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#define APSTUDIO_HIDDEN_SYMBOLS
+#include "windows.h"
+#undef APSTUDIO_HIDDEN_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Français (France) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
+#ifdef _WIN32
+LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_IVYCURSOR ICON "IvyCursor.ico"
+IDI_SMALL ICON "small.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Accelerator
+//
+
+IDC_IVYCURSOR ACCELERATORS
+BEGIN
+ "?", IDM_ABOUT, ASCII, ALT
+ "/", IDM_ABOUT, ASCII, ALT
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "#include ""windows.h""\r\n"
+ "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menu
+//
+
+IDR_MENU1 MENU
+BEGIN
+ POPUP "Menu"
+ BEGIN
+ MENUITEM "Quit", ID_QUIT
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ IDS_APP_TITLE "IvyCursor"
+ IDC_IVYCURSOR "IVYCURSOR"
+END
+
+#endif // Français (France) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+