Try using a class like this for the dialog
#define CT_STATIC 0
#define ST_MULTI 0x10
class RscText
{
access = 0;
idc = -1;
type = CT_STATIC;
style = ST_MULTI;
linespacing = 1;
colorBackground[] = {0,0,0,0};
colorText[] = {0,0,0,1};
text = "A";
shadow = 0;
font = "puristaMedium";
SizeEx = 1;
fixedWidth = 0;
h = 0.001;
w = 0.001;
};