-
Notifications
You must be signed in to change notification settings - Fork 2
/
cabinet_Vm.xml
21 lines (21 loc) · 2.35 KB
/
cabinet_Vm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<WndTap Name="cabinet_v" Text="cabinet_v">
<WndTaps>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cabinet_Ve.xml" popup="1"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cabinet_cell_Vem.xml" popup="1"/>
</WndTaps>
<var name="searchtmpl"><cabinetno format="(c.cabinetno like '%%{opvalue}%')"/><cabinetname format="(c.cabinetname like '%%{opvalue}%')"/><layout_row format="(c.layout_row like '%%{opvalue}%')"/><layout_col format="(c.layout_col like '%%{opvalue}%')"/><layout_rowwidth format="(c.layout_rowwidth like '%%{opvalue}%')"/><layout_rowheight format="(c.layout_rowheight like '%%{opvalue}%')"/><status format="c.status is %{opvalue}"/><cabinetid format="(c.cabinetid like '%%{opvalue}%')"/><uptime format="(c.uptime between '%{uptime[datetime]}' and '%{uptime[datetime2]}')"/><opera format="c.opera='%{opvalue}'"/></var>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lan\cabinet.xml"/>
<Ctrls><GroupBox Name="GBcabinet" id="cabinet" Text="cabinet" Size="100,100"><Ctrls>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cabinet_Vs.xml"/>
<BR AutoHeight="1"/><GroupBox Name="GBOPVcabinet" Size="100,20" cols="xs12 sm6 md4"><Ctrls>
<Button Text="addone" ToolTip="ttp_addone" Name="addone" Size="50,20"> <OnClick><submit next="$this.cabinet.GBDEDITcabinet" function="reset"/><assign name="$this.cabinet.frmwndctrl" expr="%{$this.cabinet_vLst}"/></OnClick> </Button><TAB/>
<Button Text="reset" ToolTip="ttp_resetcabinet" Name="resetcabinet" Size="50,20"> <OnClick> <submit next="GBDEDITcabinet" function="reset"/> </OnClick> </Button><TAB/>
<Button Text="Search" ToolTip="ttp_gsearchcabinet" Name="gsearchcabinet" Size="50,20"> <OnClick>
<search next="cabinet_vLst" listed="0" prefixwhere="0" prefixand="0" inputed="1">%{searchtmpl}</search><submit next="GBDEDITcabinet" namelist="search" function="search"/>
<search next="records_cabinet" listed="0" prefixwhere="1" prefixand="0" inputed="1">%{searchtmpl}</search><submit next="GBDEDITcabinet" namelist="search" function="search"/>
</OnClick></Button><TAB/></Ctrls></GroupBox>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cabinet_Vpg.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cabinet_Vpgop.xml"/>
<BR AutoHeight="1"/><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cabinet_Vv.xml"/>
</Ctrls></GroupBox>
</Ctrls></WndTap>