First commit 09/04/1995
This commit is contained in:
27
CD_SND.H
Normal file
27
CD_SND.H
Normal file
@ -0,0 +1,27 @@
|
||||
// CD_OUTxx . WAV
|
||||
// ID_Code xx
|
||||
|
||||
#define Start_Program 0 // 0 00 Inicio del Programa
|
||||
#define Mouse_Press 1 // 1 01 Raton pulsado en algun sitio
|
||||
#define Key_Press 2 // 2 02 Tecla pulsada para nada
|
||||
#define Mouse_Key_Tick 3 // 3 03 Tick Generico
|
||||
#define Play_DOS 4 // 4 04 Boton DOS
|
||||
#define Play_WINDOWS 5 // 5 05 Boton Windows
|
||||
#define Select_Icono 6 // 6 06 Select Icono
|
||||
#define Install 7 // 7 07 Instalar
|
||||
#define Setup 8 // 8 08 Configurar
|
||||
#define Run 9 // 9 09 Ejecutar
|
||||
#define Show_Image 10 // 10 0A Ver Dibujo
|
||||
#define Yes 11 // 11 0B Si
|
||||
#define No 12 // 12 0C No
|
||||
#define Printing 13 // 13 0D Imprimiendo
|
||||
#define Ok 14 // 14 0E Aceptar
|
||||
#define Cancel 15 // 15 0F Cancelar
|
||||
#define Save_until_exit 16 // 16 10 Salvar al Salir
|
||||
#define Unknow_error 17 // 17 11 ERROR DESCONOCIDO
|
||||
#define End_Program 18 // 18 FF Fin del Programa
|
||||
|
||||
#define Error_108 -1 // 19 ver 108 de Make_Boton (Error Abriendo Fichero)
|
||||
#define Error_113 -1 // 20 ver 113 de Make_Boton (No fichero a instalarar)
|
||||
#define Error_114 -1 // 21 ver 114 de Make_Boton (Ejecutar imposible)
|
||||
#define Error_116 -1 // 22 ver 116 de Make_Boton (Imprimiendo)
|
Reference in New Issue
Block a user