逻辑编程

时间:2019-05-18 19:16:32

标签: prolog

_S1 = [dlg_ownedbyprolog,ws_sysmenu,ws_caption],
_S2 = [ws_child,ws_visible,ss_center],
_S3 = [ws_child,ws_visible,ws_tabstop,ws_border,es_left,es_multiline,es_autohscroll,es_autovscroll],
_S4 = [ws_child,ws_visible,ws_tabstop,bs_pushbutton],
_S5 = [ws_child,ws_visible,ss_left],
wdcreate( dict, `Dictionary (Malay <-> English)`,   483, 151, 562, 354, _S1 ), wccreate( (dict,10000), static, `Enter a paragraph of sentence:`, 20, 10, 520, 20, _S2 ), wccreate( (dict,8000), edit,   ``, 20, 40, 520, 120, _S3 ),
wccreate( (dict,1000), button, `TRANSLATE`, 460, 190, 80, 30, _S4 ),
wccreate( (dict,1001), button, `CLEAR`, 460, 240,  80,  30, _S4 ),
wccreate( (dict,1002), button, `CLOSE`, 460, 290,  80,  30, _S4 ),
wccreate( (dict,8001), edit,   ``,  20, 190, 430, 130, _S3 ),
wccreate( (dict,10001), static, `Translated as:`,   20, 170, 430, 20, _S5 ).

这是我的密码,但请显示此 子句中的句号?无法重新定义,/ 2 ?-

0 个答案:

没有答案