X++: Dialog dialog = new Dialog();
dialogText text;
FormBuildStaticTextControl textControl;
;
text = dialog.addText('Что то там');
textControl = text.control();
textControl.foregroundColor(2);
dialog.run();
__________________
"Страх перед возможностью ошибки не должен отвращать нас от поисков истины." (с)
С Уважением,
Елизаров Артем
|