-
Notifications
You must be signed in to change notification settings - Fork 1
/
posco_V.xml
20 lines (20 loc) · 1.83 KB
/
posco_V.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<WndTap Name="posco_v" Text="posco_v">
<WndTaps>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="posco_Ve.xml" popup="1"/>
</WndTaps>
<var name="searchtmpl"><jobid format="(p.jobid like '%%{opvalue}%')"/><product_id format="p.product_id='%{opvalue}'"/><station_id format="(p.station_id like '%%{opvalue}%')"/><posco_id format="(p.posco_id like '%%{opvalue}%')"/></var>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lan\posco.xml"/>
<Ctrls><GroupBox Name="GBposco" id="posco" Text="posco" Size="100,100"><Ctrls>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="posco_Vs.xml"/>
<BR AutoHeight="1"/><GroupBox Name="GBOPVposco" Size="100,20" cols="xs12 sm6 md4"><Ctrls>
<Button Text="addone" ToolTip="ttp_addone" Name="addone" Size="50,20"> <OnClick><submit next="$this.posco.GBDEDITposco" function="reset"/><assign name="$this.posco.frmwndctrl" expr="%{$this.posco_vLst}"/></OnClick> </Button><TAB/>
<Button Text="reset" ToolTip="ttp_resetposco" Name="resetposco" Size="50,20"> <OnClick> <submit next="GBDEDITposco" function="reset"/> </OnClick> </Button><TAB/>
<Button Text="Search" ToolTip="ttp_gsearchposco" Name="gsearchposco" Size="50,20"> <OnClick>
<search next="posco_vLst" listed="0" prefixwhere="0" prefixand="0" inputed="1">%{searchtmpl}</search><submit next="GBDEDITposco" namelist="search" function="search"/>
<search next="records_posco" listed="0" prefixwhere="1" prefixand="0" inputed="1">%{searchtmpl}</search><submit next="GBDEDITposco" namelist="search" function="search"/>
</OnClick></Button><TAB/></Ctrls></GroupBox>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="posco_Vpg.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="posco_Vpgop.xml"/>
<BR AutoHeight="1"/><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="posco_Vv.xml"/>
</Ctrls></GroupBox>
</Ctrls></WndTap>