Source: resource.h


Annotated List
Files
Globals
Hierarchy
Index
/***************************************************************************
                          resource.h  -  description
                             -------------------
    begin                : jue nov 23 11:02:40 CET 2000
    copyright            : (C) 2000 by Jose Maria Requena Lopez
    email                : jmrequena@larural.es
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/
#ifndef RESOURCE_H
#define RESOURCE_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif



///////////////////////////////////////////////////////////////////
// VALORES DE COMANDOS PARA LA BARRA DE MENUS


///////////////////////////////////////////////////////////////////
// ENTRADAS DEL MENU ARCHIVO
#define ID_FILE_NEW                 10020
#define ID_FILE_OPEN                10030

#define ID_FILE_SAVE                10050
#define ID_FILE_SAVE_AS             10060
#define ID_FILE_CLOSE               10070



#define ID_FILE_QUIT                10100

///////////////////////////////////////////////////////////////////
// ENTRADAS DEL MENU -AYUDA
#define ID_HELP_ABOUT               1002

///////////////////////////////////////////////////////////////////
//	ENTRADAS DEL MENU OPCIONES
#define ID_OPTIONS_LOG							10500

///////////////////////////////////////////////////////////////////
// VALRES GENERALES
#define IDS_APP_ABOUT               "MIpsim\nVersion " VERSION \
                                    "\n(c) 2000 by Jose Maria Requena Lopez"
#define IDS_STATUS_DEFAULT          "Preparado."

#endif // RESOURCE_H

Generated by: root@localhost.localdomain on Sat Dec 2 02:26:22 200.