mirror of
https://github.com/ogoguel/activegs-ios.git
synced 2025-01-03 00:30:08 +00:00
324 lines
9.1 KiB
Plaintext
324 lines
9.1 KiB
Plaintext
// Microsoft Visual C++ generated resource script.
|
||
//
|
||
#include "resource.h"
|
||
|
||
#define APSTUDIO_READONLY_SYMBOLS
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 2 resource.
|
||
//
|
||
#include "afxres.h"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#undef APSTUDIO_READONLY_SYMBOLS
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
// French (France) resources
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
|
||
#ifdef _WIN32
|
||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||
#pragma code_page(1252)
|
||
#endif //_WIN32
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// TEXTINCLUDE
|
||
//
|
||
|
||
1 TEXTINCLUDE
|
||
BEGIN
|
||
"resource.h\0"
|
||
END
|
||
|
||
2 TEXTINCLUDE
|
||
BEGIN
|
||
"#include ""afxres.h""\r\n"
|
||
"\0"
|
||
END
|
||
|
||
3 TEXTINCLUDE
|
||
BEGIN
|
||
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
|
||
"#define _AFX_NO_OLE_RESOURCES\r\n"
|
||
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
|
||
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
|
||
"\r\n"
|
||
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)\r\n"
|
||
"LANGUAGE 12, 1\r\n"
|
||
"#pragma code_page(1252)\r\n"
|
||
"#include ""res\\ActiveGSApp.rc2"" // ressources non modifiées par Microsoft Visual C++ \r\n"
|
||
"#include ""afxres.rc"" // Composants standard\r\n"
|
||
"#endif\r\n"
|
||
"\0"
|
||
END
|
||
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Icon
|
||
//
|
||
|
||
// Icon with lowest ID value placed first to ensure application icon
|
||
// remains consistent on all systems.
|
||
IDR_MAINFRAME ICON "res\\ActiveGSApp.ico"
|
||
IDR_2DSK ICON "res\\idr_2mg1.ico"
|
||
IDR_32MG ICON "res\\idr_22mg.ico"
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Bitmap
|
||
//
|
||
|
||
IDR_MAINFRAME BITMAP "res\\Toolbar.bmp"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Toolbar
|
||
//
|
||
|
||
IDR_MAINFRAME TOOLBAR 16, 15
|
||
BEGIN
|
||
BUTTON ID_EDIT_CUT
|
||
BUTTON ID_EDIT_COPY
|
||
BUTTON ID_EDIT_PASTE
|
||
SEPARATOR
|
||
BUTTON ID_APP_ABOUT
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Menu
|
||
//
|
||
|
||
IDR_MAINFRAME MENU
|
||
BEGIN
|
||
POPUP "&Fichier"
|
||
BEGIN
|
||
MENUITEM "&quitter", ID_APP_EXIT
|
||
END
|
||
POPUP "&Edition"
|
||
BEGIN
|
||
MENUITEM "&Annuler\tCtrl+Z", ID_EDIT_UNDO
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Couper\tCtrl+X", ID_EDIT_CUT
|
||
MENUITEM "C&opier\tCtrl+C", ID_EDIT_COPY
|
||
MENUITEM "Co&ller\tCtrl+V", ID_EDIT_PASTE
|
||
END
|
||
POPUP "&Affichage"
|
||
BEGIN
|
||
MENUITEM "&barre d'outils", ID_VIEW_TOOLBAR
|
||
MENUITEM "&barre d'état", ID_VIEW_STATUS_BAR
|
||
END
|
||
POPUP "&Aide"
|
||
BEGIN
|
||
MENUITEM "&À propos de ActiveGSApp...", ID_APP_ABOUT
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Accelerator
|
||
//
|
||
|
||
IDR_MAINFRAME ACCELERATORS
|
||
BEGIN
|
||
"C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
|
||
"V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
|
||
VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
|
||
VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
|
||
VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
|
||
VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
|
||
VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
|
||
"X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
|
||
"Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Dialog
|
||
//
|
||
|
||
IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
|
||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
CAPTION "À propos de ActiveGSApp"
|
||
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
||
BEGIN
|
||
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
|
||
LTEXT "ActiveGSApp Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
|
||
LTEXT "Copyright (C) 2003",IDC_STATIC,40,25,119,8
|
||
DEFPUSHBUTTON "OK",IDOK,178,7,50,16,WS_GROUP
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Version
|
||
//
|
||
|
||
VS_VERSION_INFO VERSIONINFO
|
||
FILEVERSION $MAJORVER$,$MINORVER$,$WCREV$,0
|
||
PRODUCTVERSION $MAJORVER$,$MINORVER$,$WCREV$,0
|
||
FILEFLAGSMASK 0x3fL
|
||
#ifdef _DEBUG
|
||
FILEFLAGS 0x1L
|
||
#else
|
||
FILEFLAGS 0x0L
|
||
#endif
|
||
FILEOS 0x4L
|
||
FILETYPE 0x1L
|
||
FILESUBTYPE 0x0L
|
||
BEGIN
|
||
BLOCK "StringFileInfo"
|
||
BEGIN
|
||
BLOCK "040c04e4"
|
||
BEGIN
|
||
VALUE "CompanyName", "Second Sight Software"
|
||
VALUE "FileDescription", "ActiveGS StandAlone Application"
|
||
VALUE "FileVersion", "$MAJORVER$.$MINORVER$.$WCREV$"
|
||
VALUE "InternalName", "ActiveGS.exe"
|
||
VALUE "LegalCopyright", "(c) Second Sight Software 2009-2011"
|
||
VALUE "OriginalFilename", "ActiveGSApp.exe"
|
||
VALUE "ProductName", "ActiveGS Standalone Application"
|
||
VALUE "ProductVersion", "$MAJORVER$.$MINORVER$.$WCREV$"
|
||
END
|
||
END
|
||
BLOCK "VarFileInfo"
|
||
BEGIN
|
||
VALUE "Translation", 0x40c, 1252
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// DESIGNINFO
|
||
//
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
GUIDELINES DESIGNINFO
|
||
BEGIN
|
||
IDD_ABOUTBOX, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 228
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 48
|
||
END
|
||
END
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// String Table
|
||
//
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDR_MAINFRAME "ActiveGSApp"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
AFX_IDS_APP_TITLE "ActiveGSApp"
|
||
AFX_IDS_IDLEMESSAGE "Prêt"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
ID_INDICATOR_EXT "EXT"
|
||
ID_INDICATOR_CAPS "MAJ"
|
||
ID_INDICATOR_NUM "NUM"
|
||
ID_INDICATOR_SCRL "DÉFIL"
|
||
ID_INDICATOR_OVR "RFP"
|
||
ID_INDICATOR_REC "ENR"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
ID_APP_ABOUT "Affiche des informations concernant le programme, le numéro de version et le copyright\nÀ propos de"
|
||
ID_APP_EXIT "Quitte l'application et invite à enregistrer les documents\nQuitter"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
ID_NEXT_PANE "Bascule vers le volet de fenêtre suivant\nVolet suivant"
|
||
ID_PREV_PANE "Bascule vers le volet de fenêtre précédent\nVolet précédent"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
ID_WINDOW_SPLIT "Fractionne la fenêtre active en volets\nFractionner"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
ID_EDIT_CLEAR "Efface la sélection\nEffacer"
|
||
ID_EDIT_CLEAR_ALL "Efface tout\nEffacer tout"
|
||
ID_EDIT_COPY "Copie la sélection et la place dans le Presse-papiers\nCopier"
|
||
ID_EDIT_CUT "Coupe la sélection et la place dans le Presse-papiers\nCouper"
|
||
ID_EDIT_FIND "Recherche le texte spécifié\nRechercher"
|
||
ID_EDIT_PASTE "Insère le contenu du presse-papiers\nColler"
|
||
ID_EDIT_REPEAT "Répète la dernière action\nRépéter"
|
||
ID_EDIT_REPLACE "Remplace un texte spécifié par un texte différent\nRemplacer"
|
||
ID_EDIT_SELECT_ALL "Sélectionne la totalité du document\nSélectionner tout"
|
||
ID_EDIT_UNDO "Annule la dernière action\nAnnuler"
|
||
ID_EDIT_REDO "Rétablit l'action précédemment annulée\nRétablir"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
ID_VIEW_TOOLBAR "Affiche ou masque la barre d'outils\nActiver/Désactiver Barre d'outils"
|
||
ID_VIEW_STATUS_BAR "Affiche ou masque la barre d'état\nActiver/Désactiver Barre d'état"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
AFX_IDS_SCSIZE "Modifie la taille de la fenêtre"
|
||
AFX_IDS_SCMOVE "Modifie la position de la fenêtre"
|
||
AFX_IDS_SCMINIMIZE "Affiche la fenêtre sous forme d'icône"
|
||
AFX_IDS_SCMAXIMIZE "Affiche la fenêtre en plein écran"
|
||
AFX_IDS_SCNEXTWINDOW "Bascule vers la fenêtre de document suivante"
|
||
AFX_IDS_SCPREVWINDOW "Bascule vers la fenêtre de document précédente"
|
||
AFX_IDS_SCCLOSE "Ferme la fenêtre active et propose l'enregistrement des documents"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
AFX_IDS_SCRESTORE "Restaure la fenêtre à sa taille normale"
|
||
AFX_IDS_SCTASKLIST "Active la liste des tâches"
|
||
END
|
||
|
||
#endif // French (France) resources
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 3 resource.
|
||
//
|
||
#define _AFX_NO_SPLITTER_RESOURCES
|
||
#define _AFX_NO_OLE_RESOURCES
|
||
#define _AFX_NO_TRACKER_RESOURCES
|
||
#define _AFX_NO_PROPERTY_RESOURCES
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
|
||
LANGUAGE 12, 1
|
||
#pragma code_page(1252)
|
||
#include "res\ActiveGSApp.rc2" // ressources non modifiées par Microsoft Visual C++
|
||
#include "afxres.rc" // Composants standard
|
||
#endif
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#endif // not APSTUDIO_INVOKED
|
||
|