Files
xinhaikeji_wms/deploy/wcs.jnlp
2025-09-12 17:38:40 +08:00

37 lines
1.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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软件&lt;br&gt;无锡中鼎集成技术有限公司&lt;br&gt;版权所有 &copy;"/>
<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>