37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0" encoding="gb2312"?>
|
||
<jnlp codebase="$$codebase" href="$$name">
|
||
<information>
|
||
<title>中鼎WCS-成品库</title>
|
||
<vendor>无锡中鼎集成技术有限公司</vendor>
|
||
<description>自动化立库监控系统客户端</description>
|
||
<icon href="logo.gif"/>
|
||
<shortcut online="true">
|
||
<desktop/>
|
||
<menu submenu="自动化立体仓库"/>
|
||
</shortcut>
|
||
</information>
|
||
|
||
<security>
|
||
<all-permissions/>
|
||
</security>
|
||
|
||
<resources>
|
||
<j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se" />
|
||
<jar href="WCS.jar" version="$$version(WCS.jar.pack.gz)" main="true" download="eager"/>
|
||
</resources>
|
||
|
||
<applet-desc main-class="com.wxzd.wcs.Main" name="loginWindow" documentbase="index.htm" width="1320" height="788">
|
||
<param name="title" value="中鼎WCS-江阴名鸿 - 成品库"/>
|
||
<param name="about" value="中鼎WCS软件<br>无锡中鼎集成技术有限公司<br>版权所有 ©"/>
|
||
<param name="version" value="9.4"/>
|
||
<param name="laf" value="javax.swing.plaf.metal.MetalLookAndFeel"/>
|
||
<param name="floorX" value="1"/>
|
||
<param name="floorsX" value="1,2"/>
|
||
<param name="showPlatformInApplet" value="true"/>
|
||
<param name="showFileMenu" value="true"/>
|
||
<param name="frameLocation" value="0,0"/>
|
||
<param name="frameIcon" value="logo.gif"/>
|
||
</applet-desc>
|
||
|
||
</jnlp>
|