修改Recipe最大值限制问题
This commit is contained in:
parent
8a1b917509
commit
e6d7ad956a
@ -100,9 +100,9 @@
|
|||||||
<config default="Ar" name="Default" description="Default Value" max="" min="" paramter="Ar;H2" tag="ReadOnlySelection" unit="" type="String" visible="true" />
|
<config default="Ar" name="Default" description="Default Value" max="" min="" paramter="Ar;H2" tag="ReadOnlySelection" unit="" type="String" visible="true" />
|
||||||
</configs>
|
</configs>
|
||||||
<configs name="SHTotalFlow">
|
<configs name="SHTotalFlow">
|
||||||
<config default="140000" name="Default" description="Default Value" max="600000" min="0" paramter="" tag="" unit="sccm" type="Integer" visible="true" />
|
<config default="140000" name="Default" description="Default Value" max="900000" min="0" paramter="" tag="" unit="sccm" type="Integer" visible="true" />
|
||||||
<config default="0" name="Min" description="Minimum Value" max="0" min="0" paramter="" tag="" unit="sccm" type="Integer" visible="false" />
|
<config default="0" name="Min" description="Minimum Value" max="0" min="0" paramter="" tag="" unit="sccm" type="Integer" visible="false" />
|
||||||
<config default="200000" name="Max" description="Maximum Value" max="200000" min="200000" paramter="" tag="" unit="sccm" type="Integer" visible="false" />
|
<config default="900000" name="Max" description="Maximum Value" max="900000" min="200000" paramter="" tag="" unit="sccm" type="Integer" visible="true" />
|
||||||
</configs>
|
</configs>
|
||||||
<configs name="CarryGasFlow(M40)">
|
<configs name="CarryGasFlow(M40)">
|
||||||
<config default="5000" name="Default" description="Default Value" max="100000" min="0" paramter="" tag="" unit="sccm" type="Integer" visible="true" />
|
<config default="5000" name="Default" description="Default Value" max="100000" min="0" paramter="" tag="" unit="sccm" type="Integer" visible="true" />
|
||||||
|
|||||||
@ -51,7 +51,7 @@ using System.Windows;
|
|||||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.1.8.60615")]
|
[assembly: AssemblyVersion("1.1.9.60617")]
|
||||||
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,6 +55,6 @@ using System.Windows;
|
|||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.1.8.60615")]
|
[assembly: AssemblyVersion("1.1.9.60617")]
|
||||||
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user