refactor: Sequence格式模板文件中,数值类参数的输入框类型更改为IntInput。

This commit is contained in:
Liang Su 2024-06-12 09:59:52 +08:00
parent 95a48e89ec
commit c5f7ca89ae
1 changed files with 8 additions and 8 deletions

View File

@ -29,14 +29,14 @@
<Option ControlName="HeatByTime" DisplayName="HeatByTime"/> <Option ControlName="HeatByTime" DisplayName="HeatByTime"/>
<Option ControlName="CoolingByTime" DisplayName="CoolingByTime"/> <Option ControlName="CoolingByTime" DisplayName="CoolingByTime"/>
</Item> </Item>
<Item ControlName="SetValue" DisplayName="SetValue" InputType="NumInput" Min="0" Max="10000" /> <Item ControlName="SetValue" DisplayName="SetValue" InputType="IntInput" Min="0" Max="10000" />
<Item ControlName="PurgeCount" DisplayName="PurgeCount" InputType="NumInput" Min="0" Max="1000" /> <Item ControlName="PurgeCount" DisplayName="PurgeCount" InputType="IntInput" Min="0" Max="1000" />
<Item ControlName="PumpDelayTime" DisplayName="PumpDelayTime" InputType="NumInput" Min="0" Max="1000" /> <Item ControlName="PumpDelayTime" DisplayName="PumpDelayTime" InputType="IntInput" Min="0" Max="1000" />
<Item ControlName="PurgeCountBeforeWaferPicking" DisplayName="Purge Count Before ATM" InputType="NumInput" Min="0" Max="1000" /> <Item ControlName="PurgeCountBeforeWaferPicking" DisplayName="Purge Count Before ATM" InputType="IntInput" Min="0" Max="1000" />
<Item ControlName="PumpDelayTimeBeforeWaferPicking" DisplayName="Pump Delay Before ATM" InputType="NumInput" Min="0" Max="1000" /> <Item ControlName="PumpDelayTimeBeforeWaferPicking" DisplayName="Pump Delay Before ATM" InputType="IntInput" Min="0" Max="1000" />
<Item ControlName="PurgeCountAfterWaferPicking" DisplayName="Purge Count After ATM" InputType="NumInput" Min="0" Max="1000" /> <Item ControlName="PurgeCountAfterWaferPicking" DisplayName="Purge Count After ATM" InputType="IntInput" Min="0" Max="1000" />
<Item ControlName="PumpDelayTimeAfterWaferPicking" DisplayName="Pump Delay After ATM" InputType="NumInput" Min="0" Max="1000" /> <Item ControlName="PumpDelayTimeAfterWaferPicking" DisplayName="Pump Delay After ATM" InputType="IntInput" Min="0" Max="1000" />
<Item ControlName="CoolingTime" DisplayName="Cooling Time(s)" InputType="NumInput" Min="0" Max="3600" /> <Item ControlName="CoolingTime" DisplayName="Cooling Time(s)" InputType="IntInput" Min="0" Max="3600" />
</Catalog> </Catalog>
</TableSequenceFormat> </TableSequenceFormat>
<TableSequenceData RecipeVersion="Sic" CreatedBy="System" Barcode="" CreationTime="2016-05-13T13:56:44" LastRevisedBy="admin" LastRevisionTime="2015-10-13T13:56:44" Description="Empty"> <TableSequenceData RecipeVersion="Sic" CreatedBy="System" Barcode="" CreationTime="2016-05-13T13:56:44" LastRevisedBy="admin" LastRevisionTime="2015-10-13T13:56:44" Description="Empty">