论坛帮助 |
社区圈子 |
日历事件 |
2022-05-19, 15:07 | 只看该作者 #2 | |||
|
||||
正式会员
等级: 七袋长老
|
引用:
if (sbValue.text != "") { //自定义色条开始 link2file = g.placedItems.add(); link2file.file = new File(sbValue.text); if ((lmax - lmin) < (tmax - tmin)) { link2file.rotate(90); link2file.left = lmin - link2file.width - 8.5 - (py5Value.text * v); link2file.top = ((tmax + tmin) / 2) + (link2file.height / 2); } else { link2file.left = ((lmax + lmin) / 2) - ((link2file.width) / 2); link2file.top = tmax + 8.5 + link2file.height + (py5Value.text * v); } if (embed.value == true) { link2file.embed(); } } //自定义色条结束 if (scValue.text != "") { //自定义测控条开始 link3file = g.placedItems.add(); link3file.file = new File(scValue.text); link3file.left = ((lmax + lmin) / 2) - ((link3file.width) / 2); link3file.top = tmin - 8.5 - (py6Value.text * v); } if (embed.value == true) { link3file.embed(); } //自定义测控条结束 此帖于 2022-05-19 15:31 被 tiantian1998 编辑. |
|||
右列会员因为此帖价值甚高向 tiantian1998 表示感谢: |
YHB66 (2022-05-19)
|