Patch level : 12.0 nopatch
Files correlati : 777201.cpp Commento: Aggiornata testata di stampa CU 2022
This commit is contained in:
parent
dd7331965b
commit
8e0ffce44b
@ -592,14 +592,14 @@ void TCU_report::add_underlined_text(TReport_section& body, int row, const char*
|
||||
|
||||
void TCU_report::create_logo(TReport_section& header)
|
||||
{
|
||||
add_big_text(header, 3, 0, "CERTIFICAZIONE", COLOR_GRAY).set_vertical_alignment('T');
|
||||
add_big_text(header, 6, 0, "UNICA", COLOR_BLACK).set_vertical_alignment('B');
|
||||
add_big_text(header, 6,12, THIS_YEAR, COLOR_LTGRAY).set_vertical_alignment('B');
|
||||
add_big_text(header, 2, 0, "CERTIFICAZIONE", COLOR_GRAY).set_vertical_alignment('T');
|
||||
add_big_text(header, 4, 0, "UNICA", COLOR_BLACK).set_vertical_alignment('B');
|
||||
add_big_text(header, 4,12, THIS_YEAR, COLOR_LTGRAY).set_vertical_alignment('B');
|
||||
|
||||
TReport_field* txt = new TReport_field(&header);
|
||||
txt->set_type('I');
|
||||
txt->set("res/AgenziaEntrate.gif");
|
||||
txt->set_pos(CU_FORM_BORDER, 900);
|
||||
txt->set_pos(CU_FORM_BORDER, 700);
|
||||
txt->set_size(1200, 200);
|
||||
header.add(txt);
|
||||
}
|
||||
@ -691,15 +691,15 @@ void TCU_report::create_D()
|
||||
txt->set_type('T');
|
||||
txt->set_picture("CERTIFICAZIONE DI CUI ALL'ART.4, COMMI 6-ter e 6-quater,\n"
|
||||
"DEL D.P.R. 22 LUGLIO 1998, n. 322, RELATIVA ALL'ANNO");
|
||||
txt->set_pos(CU_FORM_BORDER+28*100, 7*100);
|
||||
txt->set_size(7000, 300);
|
||||
txt->set_pos(CU_FORM_BORDER+30*100, 5*100);
|
||||
txt->set_size(6000, 300);
|
||||
txt->set_pattern(PAT_HOLLOW);
|
||||
txt->set_back_color(COLOR_INVALID);
|
||||
txt->set_text_color(COLOR_BLACK);
|
||||
txt->set_font(fnt_big);
|
||||
body.add(txt);
|
||||
|
||||
add_boxed_field(body, 8, 68, 4, LAST_YEAR, "");
|
||||
add_boxed_field(body, 6, 70, 4, LAST_YEAR, "");
|
||||
|
||||
add_band(body, 12, 35);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user