摘要:
首先网上有一个老的教程,写的还不错:Midas Civil V7.8.0钢束生成器指南 要点一:在AutoCAD中画钢束图 首先标准图是这样给出钢束大样的: 我们可以先画出两相交的直线,再通过Circle命令的相交相交半径(ttr),画出一个圆,再用剪切命令得到圆弧,也就是说我们只需要R的数据,而α和T的数据可以不用管。 要确定一条空间的钢束,需要竖弯和平弯的的图,一般来说平弯是... 阅读全文
摘要:
布局抄自MonoLite_Plus_0_4_3_by_Junior_Spirit,皮肤也是用的他的 Track List: //背景颜色 播放、播放+焦点、焦点、奇偶 $if(%el_isplaying%, $if(%el_focused%,$puts(backgroung_color,%B_color_PF%),$puts(backgroung_color,%B_colo... 阅读全文
摘要:
Global style: //产生 alternate strips 效果,同时为group指定颜色 $if(%_is_group%,$set_style(back,$rgb(199,183,132) $set_style(text,$rgb(83,42,69))), $ifequal($mod(%playlist_number%,2),1, $set_style(back,$... 阅读全文
摘要:
在imagebutton上点击时后,鼠标总是变成水平状,在 behaviour 中关闭 enable resizeable border就好了. CUI的布局: 根选项最好是Horizontal/Vertical splitter,因为只有这样才能控制下面Panel Stack Splitter的caption的显隐,Playlist Tabs只能包含一个播放列表,不防设在PSS中设... 阅读全文
摘要:
alt+1,2,3,4,5为副评级,alt+6移除评级 Ctrl+Q view/Queue Content Editor,查看Queue列表,由插件“Queue Contents Editor”提供 Ctrl+D 加入Queue Playback →Flush playback queue 清空queue列表 Playback 可选择是Keep Queue,由插件“K... 阅读全文
摘要:
How can I (automatically) move to the currently playing track in the playlist?[edit] By default, double-clicking the status bar will highlight the currently playing track. To make it automatic, selec... 阅读全文