SV/SV_GRAPH.H
2021-09-08 21:43:28 +02:00

35 lines
1.2 KiB
C

#define NEGRO 0
#define AZUL 1
#define ROJO 4
#define VERDE 2
#define BLANCO 63
#define GRIS_O 56
#define GRIS_C 7
#define AMARILLO 62
void Imprime_Boton2(int D_Bord, char Cf, int Cb1, int Cb2, struct Make_Boton Bot_Imp);
void Fuente(int Fuente, int Size );
void Dibuja_Pantalla_Altas_Rapida(struct Make_Boton *PAR);
void Dibuja_Pantalla_Pricipal(void);
void Dibuja_Pantalla_Altas_Todos_los_Datos(struct Make_Boton *PATLD, struct Make_Boton *PATLD_c);
void Dibuja_Pantalla_Vendedores(struct Make_Boton *PV);
void Dibuja_Pantalla_Referencia(struct Make_Boton *PR);
void Dibuja_Pantalla_Compras(struct Make_Boton *PC);
void Dibuja_Pantalla_Stock(struct Make_Boton *PS);
void Pantalla_de_Facturas(void);
void Pantalla_Graficas_Compras(struct Make_Boton *PGC);
void Pantalla_Graficas_Compras_C(struct Make_Boton *PGC);
void Imprime_Boton2(int D_Bord, char Cf, int Cb1, int Cb2, struct Make_Boton Bot_Imp);
void Dibuja_Pantalla_Ventas(struct Make_Boton *PVent);
struct Make_Boton {
/* unsigned */ int Up, Left, Down, Right;
unsigned char Cdf, Cb1, Cb2;
unsigned char Ab, Pb;
unsigned char Isc, Sc;
};
int CheckButon(int nb, struct boton menu[]);