◆- Adobe插件与脚本区 主要讨论Adobe插件开发与软件脚本撰写

发表新主题 关闭主题
 
只看楼主 主题工具
旧 2022-03-30, 01:46   只看该作者   #46
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认



引用:
作者: dt352 查看帖子
你可以参考一下我的哪个,无伦你角线有多长,都在角线居中显示
大师谢谢指导,刚刚试过了,发现你的不错,已经参考了一下你的内容,信息问题已经改进了。
tiantian1998 当前在线  
旧 2022-03-30, 08:23   只看该作者   #47
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

引用:
作者: dt352 查看帖子
你可以参考一下我的哪个,无伦你角线有多长,都在角线居中显示
感谢大师的启发,我现在将代码合并了,我试了一下可以,你看一下还有可以合并的代码吗?位置有空再调整一下。许多英文也不懂,都是复制过来的。

o = gr.pathItems.ellipse(((tmin - linespace) + (od / 2)) - (linelength / 2), (lmin + ((lmax - lmin) / 2)) - (od / 2), od, od);
o.strokeColor = regColor;
o.strokeWidth = lw;
o.strokeDashes = [];
o.filled = false;

w = myDate();
if (haveFN.value == true) {
docname = doc.name;
}
if (littleSize.value == true || bigSize.value == true || paperSize.value == true || haveFN.value == true|| haveTM.value == true|| weidong2.value == true) {
gw = g.width / v;
gh = g.height / v;
text = g.textFrames.add();
text.textRange.characterAttributes.textFont = Textfontname;
if (littleSize.value == true) {
text1 = "成品:" + Math.round(parseInt((w1 / 2.834646) * 100) / 100) + "x" + Math.round(parseInt((h1 / 2.834646) * 100) / 100) + "mm ";
} else {
text1 = "";
}
if (bigSize.value == true) {
text2 = "拼版:" + Math.round(parseInt(((lmax - lmin) / 2.834646) * 100) / 100) + "x" + Math.round(parseInt(((tmax - tmin) / 2.834646) * 100) / 100) + "mm ";
} else {
text2 = "";
}
if (paperSize.value == true) {
text3 = "角线:" + Math.round((gw * 100) / 100) + "x" + Math.round((gh * 100) / 100) + "mm ";
} else {
text3 = "";
}
if (haveFN.value== true) {
text5 = doc.name + " ";
} else {
text5 = "";
}
if (haveTM.value== true) {
text6 = w + " ";
} else {
text6 = "";
}
if (weidong2.text != "") {
text7 = weidong2.text + " ";
} else {
text7 = "";
}
if (wzzc.value == true) {//文字左侧信息
text.contents = text5 + text6+ text7 + text1 + text2 + text3;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.rotate(-90);
text.left = ((lmin - linespace) - (linelength / 2)) - (text.width / 2) -0.5;
text.top = (tmax - linelength) + 11.5;
}
if (wzzs.value == true) {//文字左上信息
text.contents = text5 + text6+ text7 + text1 + text2 + text3;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left=(lmax-(text.geometricBounds[2]-text.geometricBounds[0]))-8.503938;
text.left = lmin + 15;
text.top = tmax + text.height+ 13.7;
}
if (wzzx.value == true) {//文字左下信息
text.contents = text5 + text6+ text7 + text1 + text2 + text3;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left = lmin + 15;
text.top = tmin + text.height - 28.5;
}
if (wzyc.value == true) {//文字右侧信息
text.contents = text5 + text6+ text7 + text1 + text2 + text3;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left = (lmax - (text.geometricBounds[2] - text.geometricBounds[0]));
text.rotate(90);
text.left = (lmax + linespace + (linelength / 2)) - (text.width / 2);
text.top = tmin + text.height+ 14;
}
if (wzyx.value == true) {//文字右下信息
text.contents = text5 + text6+ text7 + text1 + text2 + text3;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left = (lmax - (text.geometricBounds[2] - text.geometricBounds[0])) -5;
text.top = tmin + text.height - 28.5;
}
}
}
if (zlagui.value == true || flagui.value == true) {
if (sfValue.text != "") {
linkfile = g.placedItems.add();
linkfile.file = new File(sfValue.text);
} else {
if (zlagui.value == true) {
linkpdf = "Lagui_z.pdf";
} else {
linkpdf = "Lagui_f.pdf";
}
laguifile = new File(set_folder + linkpdf);
if (laguifile.exists) {
linkfile = g.placedItems.add();
linkfile.file = laguifile;
} else {

此帖于 2022-03-30 08:43 被 tiantian1998 编辑.
tiantian1998 当前在线  
旧 2022-03-30, 09:37   只看该作者   #48
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

引用:
作者: fixone 查看帖子
楼主您好,最近换上你的印前角线插件,方便了很多。不过今天和印刷机师傅聊天,他说左下角的色标和备注信息能不能换个位置。现在左下角,装板的时候看颜色要倒过来,换成右边就方便些(如图)。能不能帮忙实现,或者提供两个或者多个位置选项,方便大家选择。谢谢
单独帮你改了一个,看一下,我感觉颜色放在右上角是不是四开机用的。对开机感觉颜色太远机长看起来不方便。可以单独用,也可以用记事本打开脚本复制到合集里面。
3MM位置下次再调整。
更新日志:
1,颜色放在右上角
2,五个信息位置代码合并简化。
上传的图像
文件类型: jpg 1.jpg (693.5 KB, 16 次查看)
上传的附件
文件类型: zip AI精简角线V2.3.zip (14.3 KB, 15 次查看)
tiantian1998 当前在线  
右列 2 位会员因为此帖价值甚高向 tiantian1998 表示感谢:
fixone (2022-03-30), ots (2022-03-30)
旧 2022-03-30, 10:22   只看该作者   #49
fixone fixone 当前离线
正式会员
等级: 二袋长老
级别:16 | 在线时长:343小时 | 升级还需:14小时
 
Uid: 676968
注册日期: 2019-11-28, 09:24
帖子: 88
感谢: 80
11 个帖子获得 12 次感谢
现金: 132金币
资产: 132金币
声望: 10 fixone 向着好的方向发展
fixone fixone 当前离线
正式会员
等级: 二袋长老
级别:16 | 在线时长:343小时 | 升级还需:14小时
 
Uid: 676968
注册日期: 2019-11-28, 09:24
帖子: 88
感谢: 80
11 个帖子获得 12 次感谢
现金: 132金币
资产: 132金币
声望: 10 fixone 向着好的方向发展
默认

引用:
作者: dt352 查看帖子
这种形式不好么, 拿版我怎么觉得这样看更方便些呢
一开始也是习惯放上面或者下面,但是一些公司开纸张特别扣,版尾就多出几毫米,有时甚至只有1-2mm,完全看不到色标。有时候碰到装版装错了,还推说纸张上看不到色标,下方也是一样的原因。所以现在尽量把信息放在两侧。

引用:
作者: tiantian1998 查看帖子
单独帮你改了一个,看一下,我感觉颜色放在右上角是不是四开机用的。对开机感觉颜色太远机长看起来不方便。可以单独用,也可以用记事本打开脚本复制到合集里面。
3MM位置下次再调整。
更新日志:
1,颜色放在右上角
2,五个信息位置代码合并简化。
感谢大佬,先拿去用了。

这个要求是对开机的副手提的,说是放左边装版时看颜色要转过来看不方便,放下面或者右边比较好。我想下面一般印不出来,暂时先放右侧试试。
fixone 当前离线  
旧 2022-03-30, 21:38   只看该作者   #50
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

考虑到有的用户需要路径的需求,准备将【精简角线】增加【路径】放在右上角,这样也可以印刷出来,正在改动中。

此帖于 2022-03-30 22:10 被 tiantian1998 编辑.
tiantian1998 当前在线  
旧 2022-03-31, 07:14   只看该作者   #51
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

我不懂代码,只会复制粘贴,后来发现我将相同的代码复制的起来越多了,这几天研究删除相同的代码,不错。就是方向不同,只要将方向有选项,其它都通用,试过也可以,我自己认为代码少一点,脚本运行可能会快一点,没事搞的好玩,角线以后的更新又有了更大的方向。我是初中毕业,在学校里面英语都是不及格,许多英文我也不认识,只能改改脚本里面的数字和复制一些相同的内容,由于能力有限许多用户提出的要求和我自己都想改进的地方暂时也没办法完成,真的对不起大家。

【原来复制代码如下】
o.strokeWidth = lw;
o.strokeDashes = [];
o.filled = false;

{/*左侧信息开始*/}
if (wzzc.value == true) {
{/*系统时间*/}
w = myDate();
if (haveFN.value == true) {
docname = new File(doc.fullName).fsName;
} else {
if (haveFN.value == true) {
docname = doc.name;
}
}
if (littleSize.value == true || bigSize.value == true || paperSize.value == true || paperSize1.value == true|| haveFN.value == true|| haveTM.value == true|| weidong2.value == true) {
gw = g.width / v;
gh = g.height / v;
text = g.textFrames.add();
text.textRange.characterAttributes.textFont = Textfontname;
if (littleSize.value == true) {
text1 = "成品:" + Math.round(parseInt((w1 / 2.834646) * 100) / 100) + "x" + Math.round(parseInt((h1 / 2.834646) * 100) / 100) + "mm ";
} else {
text1 = "";
}
if (bigSize.value == true) {
text2 = "拼版:" + Math.round(parseInt(((lmax - lmin) / 2.834646) * 100) / 100) + "x" + Math.round(parseInt(((tmax - tmin) / 2.834646) * 100) / 100) + "mm ";
} else {
text2 = "";
}
if (paperSize.value == true) {
text3 = "角线:" + Math.round((gw * 100) / 100) + "x" + Math.round((gh * 100) / 100) + "mm ";
} else {
text3 = "";
}
if (paperSize1.value == true) {
text4 = "纸张:" + paperW.text + "x" + paperH.text + "mm ";
} else {
text4 = "";
}
if (haveFN.value== true) {
text5 = doc.name + " ";
} else {
text5 = "";
}
if (haveTM.value== true) {
text6 = w + " ";
} else {
text6 = "";
}
if (weidong2.text != "") {
text7 = weidong2.text + " ";
} else {
text7 = "";
}
text.contents = text5 + text6+ text7 + text1 + text2 + text3 + text4;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.rotate(-90);
text.left = ((lmin - linespace) - (linelength / 2)) - (text.width / 2) -0.5;
text.top = (tmax - linelength) + 11.5;
}
} else {
}
{/*左侧信息结束*/}

{/*左上信息开始*/}
if (wzzs.value == true) {
{/*系统时间*/}
w = myDate();
if (haveFN.value == true) {
docname = new File(doc.fullName).fsName;
} else {
if (haveFN.value == true) {
docname = doc.name;
}
}
if (littleSize.value == true || bigSize.value == true || paperSize.value == true || paperSize1.value == true|| haveFN.value == true|| haveTM.value == true|| weidong2.value == true) {
gw = g.width / v;
gh = g.height / v;
text = g.textFrames.add();
text.textRange.characterAttributes.textFont = Textfontname;
if (littleSize.value == true) {
text1 = "成品:" + Math.round(parseInt((w1 / 2.834646) * 100) / 100) + "x" + Math.round(parseInt((h1 / 2.834646) * 100) / 100) + "mm ";
} else {
text1 = "";
}
if (bigSize.value == true) {
text2 = "拼版:" + Math.round(parseInt(((lmax - lmin) / 2.834646) * 100) / 100) + "x" + Math.round(parseInt(((tmax - tmin) / 2.834646) * 100) / 100) + "mm ";
} else {
text2 = "";
}
if (paperSize.value == true) {
text3 = "角线:" + Math.round((gw * 100) / 100) + "x" + Math.round((gh * 100) / 100) + "mm ";
} else {
text3 = "";
}
if (paperSize1.value == true) {
text4 = "纸张:" + paperW.text + "x" + paperH.text + "mm ";
} else {
text4 = "";
}
if (haveFN.value== true) {
text5 = doc.name + " ";
} else {
text5 = "";
}
if (haveTM.value== true) {
text6 = w + " ";
} else {
text6 = "";
}
if (weidong2.text != "") {
text7 = weidong2.text + " ";
} else {
text7 = "";
}
text.contents = text5 + text6+ text7 + text1 + text2 + text3 + text4;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left = lmin + 15;
text.top = tmax + text.height+ 13.7;
}
} else {
}
{/*左上信息结束*/}

{/*左下信息开始*/}
if (wzzx.value == true) {
{/*系统时间*/}
w = myDate();
if (haveFN.value == true) {
docname = new File(doc.fullName).fsName;
} else {
if (haveFN.value == true) {
docname = doc.name;
}
}
if (littleSize.value == true || bigSize.value == true || paperSize.value == true || paperSize1.value == true|| haveFN.value == true|| haveTM.value == true|| weidong2.value == true) {
gw = g.width / v;
gh = g.height / v;
text = g.textFrames.add();
text.textRange.characterAttributes.textFont = Textfontname;
if (littleSize.value == true) {
text1 = "成品:" + Math.round(parseInt((w1 / 2.834646) * 100) / 100) + "x" + Math.round(parseInt((h1 / 2.834646) * 100) / 100) + "mm ";
} else {
text1 = "";
}
if (bigSize.value == true) {
text2 = "拼版:" + Math.round(parseInt(((lmax - lmin) / 2.834646) * 100) / 100) + "x" + Math.round(parseInt(((tmax - tmin) / 2.834646) * 100) / 100) + "mm ";
} else {
text2 = "";
}
if (paperSize.value == true) {
text3 = "角线:" + Math.round((gw * 100) / 100) + "x" + Math.round((gh * 100) / 100) + "mm ";
} else {
text3 = "";
}
if (paperSize1.value == true) {
text4 = "纸张:" + paperW.text + "x" + paperH.text + "mm ";
} else {
text4 = "";
}
if (haveFN.value== true) {
text5 = doc.name + " ";
} else {
text5 = "";
}
if (haveTM.value== true) {
text6 = w + " ";
} else {
text6 = "";
}
if (weidong2.text != "") {
text7 = weidong2.text + " ";
} else {
text7 = "";
}
text.contents = text5 + text6+ text7 + text1 + text2 + text3 + text4;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left = lmin + 15;
text.top = tmin + text.height - 28.5;
}
} else {
}
{/*左下信息结束*/}

{/*右侧信息开始*/}
if (wzyc.value == true) {
{/*系统时间*/}
w = myDate();
if (haveFN.value == true) {
docname = new File(doc.fullName).fsName;
} else {
if (haveFN.value == true) {
docname = doc.name;
}
}
if (littleSize.value == true || bigSize.value == true || paperSize.value == true || paperSize1.value == true|| haveFN.value == true|| haveTM.value == true|| weidong2.value == true) {
gw = g.width / v;
gh = g.height / v;
text = g.textFrames.add();
text.textRange.characterAttributes.textFont = Textfontname;
if (littleSize.value == true) {
text1 = "成品:" + Math.round(parseInt((w1 / 2.834646) * 100) / 100) + "x" + Math.round(parseInt((h1 / 2.834646) * 100) / 100) + "mm ";
} else {
text1 = "";
}
if (bigSize.value == true) {
text2 = "拼版:" + Math.round(parseInt(((lmax - lmin) / 2.834646) * 100) / 100) + "x" + Math.round(parseInt(((tmax - tmin) / 2.834646) * 100) / 100) + "mm ";
} else {
text2 = "";
}
if (paperSize.value == true) {
text3 = "角线:" + Math.round((gw * 100) / 100) + "x" + Math.round((gh * 100) / 100) + "mm ";
} else {
text3 = "";
}
if (paperSize1.value == true) {
text4 = "纸张:" + paperW.text + "x" + paperH.text + "mm ";
} else {
text4 = "";
}
if (haveFN.value== true) {
text5 = doc.name + " ";
} else {
text5 = "";
}
if (haveTM.value== true) {
text6 = w + " ";
} else {
text6 = "";
}
if (weidong2.text != "") {
text7 = weidong2.text + " ";
} else {
text7 = "";
}
text.contents = text5 + text6+ text7 + text1 + text2 + text3 + text4;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left = (lmax - (text.geometricBounds[2] - text.geometricBounds[0]));
text.rotate(90);
text.left = (lmax + linespace + (linelength / 2)) - (text.width / 2);
text.top = tmin + text.height+ 14;
}
} else {
}
{/*右侧信息结束*/}

{/*右下信息开始*/}
if (wzyx.value == true) {
{/*系统时间*/}
w = myDate();
if (haveFN.value == true) {
docname = new File(doc.fullName).fsName;
} else {
if (haveFN.value == true) {
docname = doc.name;
}
}
if (littleSize.value == true || bigSize.value == true || paperSize.value == true || paperSize1.value == true|| haveFN.value == true|| haveTM.value == true|| weidong2.value == true) {
gw = g.width / v;
gh = g.height / v;
text = g.textFrames.add();
text.textRange.characterAttributes.textFont = Textfontname;
if (littleSize.value == true) {
text1 = "成品:" + Math.round(parseInt((w1 / 2.834646) * 100) / 100) + "x" + Math.round(parseInt((h1 / 2.834646) * 100) / 100) + "mm ";
} else {
text1 = "";
}
if (bigSize.value == true) {
text2 = "拼版:" + Math.round(parseInt(((lmax - lmin) / 2.834646) * 100) / 100) + "x" + Math.round(parseInt(((tmax - tmin) / 2.834646) * 100) / 100) + "mm ";
} else {
text2 = "";
}
if (paperSize.value == true) {
text3 = "角线:" + Math.round((gw * 100) / 100) + "x" + Math.round((gh * 100) / 100) + "mm ";
} else {
text3 = "";
}
if (paperSize1.value == true) {
text4 = "纸张:" + paperW.text + "x" + paperH.text + "mm ";
} else {
text4 = "";
}
if (haveFN.value== true) {
text5 = doc.name + " ";
} else {
text5 = "";
}
if (haveTM.value== true) {
text6 = w + " ";
} else {
text6 = "";
}
if (weidong2.text != "") {
text7 = weidong2.text + " ";
} else {
text7 = "";
}
text.contents = text5 + text6+ text7 + text1 + text2 + text3 + text4;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
text.left = (lmax - (text.geometricBounds[2] - text.geometricBounds[0])) -5;
text.top = tmin + text.height - 28.5;
}
}} else {
}
{/*右下信息结束*/}

zlagui.onClick = function() {
flagui.value = false;
};
flagui.onClick = function() {
zlagui.value = false;
};
if (zlagui.value == true || flagui.value == true) {
if (sfValue.text != "") {

【精简合并相同代码】
o.strokeDashes = [];
o.filled = false;

w = myDate();
if (haveFN.value == true) {
docname = doc.name;
}
if (littleSize.value == true || bigSize.value == true || paperSize.value == true || haveFN.value == true|| haveTM.value == true|| weidong2.value == true) {
gw = g.width / v;
gh = g.height / v;
text = g.textFrames.add();
text.textRange.characterAttributes.textFont = Textfontname;
if (littleSize.value == true) {
text1 = "成品:" + Math.round(parseInt((w1 / 2.834646) * 100) / 100) + "x" + Math.round(parseInt((h1 / 2.834646) * 100) / 100) + "mm ";
} else {
text1 = "";
}
if (bigSize.value == true) {
text2 = "拼版:" + Math.round(parseInt(((lmax - lmin) / 2.834646) * 100) / 100) + "x" + Math.round(parseInt(((tmax - tmin) / 2.834646) * 100) / 100) + "mm ";
} else {
text2 = "";
}
if (paperSize.value == true) {
text3 = "角线:" + Math.round((gw * 100) / 100) + "x" + Math.round((gh * 100) / 100) + "mm ";
} else {
text3 = "";
}
if (haveFN.value== true) {
text5 = doc.name + " ";
} else {
text5 = "";
}
if (haveTM.value== true) {
text6 = w + " ";
} else {
text6 = "";
}
if (weidong2.text != "") {
text7 = weidong2.text + " ";
} else {
text7 = "";
}
text.contents = text5 + text6+ text7 + text1 + text2 + text3;
text.textRange.characterAttributes.fillColor = regColor;
text.textRange.characterAttributes.stroked = false;
text.textRange.characterAttributes.size = textfontsize;
if (wzzc.value == true) {//文字左侧信息
text.rotate(-90);
text.left = ((lmin - linespace) - (linelength / 2)) - (text.width / 2) -0.5;
text.top = (tmax - linelength) + 11.5;
}
if (wzzs.value == true) {//文字左上信息
text.left = lmin + 15;
text.top = tmax + text.height+ 13.7;
}
if (wzzx.value == true) {//文字左下信息
text.left = lmin + 15;
text.top = tmin + text.height - 28.5;
}
if (wzyc.value == true) {//文字右侧信息
text.left = (lmax - (text.geometricBounds[2] - text.geometricBounds[0]));
text.rotate(90);
text.left = (lmax + linespace + (linelength / 2)) - (text.width / 2);
text.top = tmin + text.height+ 14;
}
if (wzyx.value == true) {//文字右下信息
text.left = (lmax - (text.geometricBounds[2] - text.geometricBounds[0])) -5;
text.top = tmin + text.height - 28.5;
}
}
}
if (zlagui.value == true || flagui.value == true) {
if (sfValue.text != "") {
linkfile = g.placedItems.add();
linkfile.file = new File(sfValue.text);

此帖于 2022-03-31 07:43 被 tiantian1998 编辑.
tiantian1998 当前在线  
旧 2022-03-31, 09:11   只看该作者   #52
海V慧 的头像
海V慧 海V慧 当前离线
正式会员
等级: 五袋长老
帅哥 级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时
 
Uid: 53223
注册日期: 2007-09-15, 20:48
帖子: 701
感谢: 103
50 个帖子获得 59 次感谢
现金: 53金币
资产: 205金币
声望: 10 海V慧 向着好的方向发展
海V慧 海V慧 当前离线
正式会员
等级: 五袋长老
帅哥 级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时级别:51 | 在线时长:2839小时 | 升级还需:73小时
海V慧 的头像
 
Uid: 53223
注册日期: 2007-09-15, 20:48
帖子: 701
感谢: 103
50 个帖子获得 59 次感谢
现金: 53金币
资产: 205金币
声望: 10 海V慧 向着好的方向发展
默认

版本名称不要用3 3.1 3.2 这样去命名.....一般人的感觉是3.2大于3功能更好一样.........感觉可以用.CTP版 快印版 外贸版一类的去命名.....
海V慧 当前离线  
旧 2022-03-31, 10:50   只看该作者   #53
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

引用:
作者: 海V慧 查看帖子
版本名称不要用3 3.1 3.2 这样去命名.....一般人的感觉是3.2大于3功能更好一样.........感觉可以用.CTP版 快印版 外贸版一类的去命名.....
这个问题我也发现了,所以将分别写成了【印前角线】CTP版大于>【精简角线】快印版大于>【角线】外贸版,这样名字不一样,用户就可以区分了。
印前-精简-名字一点一点省略下来,也能区分出来了。
名字后面小数点太多不方便记忆和推广,现在也是过渡阶段最多只有1个小数点,到了最终版本将是一个整数,像手机版本一样,哈哈。
我也是没事研究的好玩,顺便分享给大家。
tiantian1998 当前在线  
旧 2022-03-31, 10:57   只看该作者   #54
dt352 dt352 当前离线
正式会员
等级: 六袋长老
级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时
 
Uid: 164898
注册日期: 2010-05-28, 20:25
帖子: 1335
感谢: 39
93 个帖子获得 159 次感谢
现金: 986金币
资产: 986金币
声望: 10 dt352 向着好的方向发展
dt352 dt352 当前离线
正式会员
等级: 六袋长老
级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时
 
Uid: 164898
注册日期: 2010-05-28, 20:25
帖子: 1335
感谢: 39
93 个帖子获得 159 次感谢
现金: 986金币
资产: 986金币
声望: 10 dt352 向着好的方向发展
默认

引用:
作者: tiantian1998 查看帖子
这个问题我也发现了,所以将分别写成了【印前角线】CTP版大于>【精简角线】快印版大于>【角线】外贸版,这样名字不一样,用户就可以区分了。
印前-精简-名字一点一点省略下来,也能区分出来了。
名字后面小数点太多不方便记忆和推广,我最多只有1个小数点。
不是,就一个角线用的着搞这么多么,哈哈……
dt352 当前离线  
旧 2022-03-31, 11:04   只看该作者   #55
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

引用:
作者: dt352 查看帖子
不是,就一个角线用的着搞这么多么,哈哈……
没事搞的好玩,有的功能有的用户用不到。我在文印店和印务公司和出CTP印务公司都工作过,知道他们的需求,他们需求都不一样。

到最后我自己研究不下去的情况下,我也不是为了金币,我会出200金币发源码求助,太多金币对我来说也没有什么多大意义,取之于民,用之于民。继续完善角线功能,不是为了我自己,为了那些没有金币的网友能够用上好的角线。这些话不是对你说的,我只是说一下我的想法。

此帖于 2022-03-31 11:28 被 tiantian1998 编辑.
tiantian1998 当前在线  
旧 2022-03-31, 22:44   只看该作者   #56
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

引用:
作者: dt352 查看帖子
你这个,使用3mm的角线时不合适,会错位
谢谢大师帮助,已经参考你的3MM调整了。

【精简角线V2.4】更新日志
1、右上角增加路径选项
2、解决3MM会错位问题
3、解决左侧信息9MM裁切线改为3MM裁切线,文件名跟上面角线距离问题。

【精简角线V2.4】可以用记事本打开脚本,添加到合集中。
上传的图像
文件类型: jpg 12.jpg (834.7 KB, 12 次查看)
上传的附件
文件类型: zip AI精简角线V2.4.zip (14.5 KB, 10 次查看)

此帖于 2022-03-31 23:25 被 tiantian1998 编辑.
tiantian1998 当前在线  
旧 2022-04-01, 23:49   只看该作者   #57
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

近期推出【印前角线V17.0】+【精简角线V3.0】,敬请期待!

【印前角线V17.0】更新日志
增加4个方向颜色选项

【精简角线V3.0】
增加2个方向颜色选项
上传的图像
文件类型: jpg 2.jpg (759.8 KB, 15 次查看)
tiantian1998 当前在线  
旧 2022-04-02, 05:04   只看该作者   #58
tiantian1998 的头像
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
tiantian1998 tiantian1998 当前在线
正式会员
等级: 七袋长老
级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时级别:98 | 在线时长:10068小时 | 升级还需:129小时
tiantian1998 的头像
 
Uid: 437581
注册日期: 2014-12-15, 17:53
帖子: 2229
感谢: 36
596 个帖子获得 1563 次感谢
现金: 3902金币
资产: 4002金币
声望: 10 tiantian1998 向着好的方向发展
默认

近期推出【印前角线V17.0】+【精简角线V3.0】,双管齐下名字好听,所以后期只更新2个系列脚本,目前正在测试中,敬请期待!
后期简易【角线】脚本不再更新。
上传的图像
文件类型: jpg 未标题-1.jpg (590.3 KB, 15 次查看)

此帖于 2022-04-02 05:29 被 tiantian1998 编辑.
tiantian1998 当前在线  
右列会员因为此帖价值甚高向 tiantian1998 表示感谢:
fixone (2022-04-02)
旧 2022-04-02, 09:33   只看该作者   #59
dt352 dt352 当前离线
正式会员
等级: 六袋长老
级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时
 
Uid: 164898
注册日期: 2010-05-28, 20:25
帖子: 1335
感谢: 39
93 个帖子获得 159 次感谢
现金: 986金币
资产: 986金币
声望: 10 dt352 向着好的方向发展
dt352 dt352 当前离线
正式会员
等级: 六袋长老
级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时级别:51 | 在线时长:2880小时 | 升级还需:32小时
 
Uid: 164898
注册日期: 2010-05-28, 20:25
帖子: 1335
感谢: 39
93 个帖子获得 159 次感谢
现金: 986金币
资产: 986金币
声望: 10 dt352 向着好的方向发展
默认

引用:
作者: tiantian1998 查看帖子
近期推出【印前角线V17.0】+【精简角线V3.0】,双管齐下名字好听,所以后期只更新2个系列脚本,目前正在测试中,敬请期待!
后期简易【角线】脚本不再更新。
是不是有点 太多了,哈哈……
dt352 当前离线  
旧 2022-04-02, 09:49   只看该作者   #60
165012171 的头像
165012171 165012171 当前在线
正式会员
等级: 四袋长老
帅哥 级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时
 
Uid: 310484
注册日期: 2012-07-12, 23:02
年龄: 39
帖子: 362
感谢: 2
18 个帖子获得 61 次感谢
现金: 127金币
资产: 127金币
声望: 10 165012171 向着好的方向发展
165012171 165012171 当前在线
正式会员
等级: 四袋长老
帅哥 级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时级别:38 | 在线时长:1643小时 | 升级还需:34小时
165012171 的头像
 
Uid: 310484
注册日期: 2012-07-12, 23:02
年龄: 39
帖子: 362
感谢: 2
18 个帖子获得 61 次感谢
现金: 127金币
资产: 127金币
声望: 10 165012171 向着好的方向发展
默认

17.0 文件名同时可以放上下左右是吗? 可以单独选择放上下或者左右吗?
165012171 当前在线  
发表新主题 关闭主题


发帖规则
不可以发表主题
不可以回复帖子
不可以上传附件
不可以编辑自己的帖子

论坛启用 vB 代码
论坛启用 表情图标
论坛启用 [IMG] 代码
论坛禁用 HTML 代码


律师声明:本站内容,均具有版权,未经书面授权,禁止转载,严禁镜像,违者承担一切后果!
论坛广告报价   广告联系及办理企业会员服务QQ:57880388 站务管理QQ:35529388


所有时间均为 +8, 现在的时间是 2025-01-04 15:28.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
 
Copyright © 2004-2022