Create button with text name.

Calling:

ac_request("create_button",string sButtonText, int sx, int sy, int ex, int ey, string sToolTip, string sPrgCppFileName);


Here:

sButtonText - text on button.

sx,sy,ex,ey - button coordinates on the working panel LabPP_Automat,

sToolTip - a text hint to show when the user hovers over the button,

sPrgCppFileName - name of the program file (from the "tsprg" directory) that will be launched by this button.