Rif. mod. 95/24. Aggiunti campi per settare fontname e size del form.

git-svn-id: svn://10.65.10.50/trunk@1764 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1995-08-31 15:23:23 +00:00
parent 0850a46045
commit c794a91e98
2 changed files with 28 additions and 7 deletions

View File

@ -12,6 +12,8 @@
#define F_AUTOMAGIC 110
#define F_PICTURE 111
#define F_ID 112
#define F_FONT 113
#define F_SIZE 114
#define F_GROUP 130
#define F_GROUP1 131

View File

@ -1,31 +1,50 @@
#include "ba2100.h"
PAGE "SEZIONE DI STAMPA" -1 -1 30 7
PAGE "SEZIONE DI STAMPA" -1 -1 30 10
NUMBER F_HEIGHT 3
BEGIN
PROMPT 1 1 "Altezza in righe "
PROMPT 1 1 "Altezza in righe "
END
GROUP DLG_NULL -1 6
BEGIN
PROMPT 0 2 "Dati comuni "
END
NUMBER F_X 3
BEGIN
PROMPT 1 2 "Spostamento orizzontale "
PROMPT 1 3 "Spostamento orizzontale "
END
NUMBER F_Y 3
BEGIN
PROMPT 1 3 "Spostamento verticale "
PROMPT 1 4 "Spostamento verticale "
END
LIST F_FONT 2 16
BEGIN
PROMPT 1 5 "Font "
ITEM "Courier New|Courier New"
HELP "Font di stampa su video o stampante"
END
LIST F_SIZE 3
BEGIN
PROMPT 1 6 "Carattere "
ITEM "12|12"
HELP "Dimensioni del carattere di stampa"
END
BUTTON DLG_EDIT 10 2
BEGIN
PROMPT -12 -1 ""
MESSAGE EXIT,K_ENTER
PROMPT -12 -1 ""
MESSAGE EXIT,K_ENTER
END
BUTTON DLG_CANCEL 10 2
BEGIN
PROMPT -22 -1 ""
PROMPT -22 -1 ""
END
ENDPAGE