Create static text.

Call:

ts_dialogcontrol(int iTextDescr, "init_control", "lefttext", int x, int y, int w, int h);
ts_dialogcontrol(int iTextDescr, "init_control", "centertext", int x, int y, int w, int h);
ts_dialogcontrol(int iTextDescr, "init_control", "righttext", int x, int y, int w, int h);


Here:

x,y,w,h - position of the top left corner of the button, width and height in pixels.