-
Notifications
You must be signed in to change notification settings - Fork 1
/
posco_Vs.xml
16 lines (16 loc) · 967 Bytes
/
posco_Vs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<GroupBox Name="GBDEDITposco" text="Search" toggle="1"><Ctrls>
<GroupBox Name="GB_jobid" Multiline="0" cols="xs12 sm6 md4"><Ctrls>
<Label Name="lb_jobid" Size="60,20" Text="jobid" Align="Right"/>
<TextBox Name="jobid" Size="170,20" Text="" Weight="170" ToolTip="ttp_jobid"></TextBox>
</Ctrls></GroupBox>
<GroupBox Name="GB_product_id" Multiline="0" cols="xs12 sm6 md4"><Ctrls>
<Label Name="lb_product_id" Size="60,20" Text="product_id" Align="Right" onload="init"/>
<ComboBox Name="product_id" Size="150,100" Text="" Weight="150" ToolTip="ttp_product_id" onload="init">
<DbDetails>
<Index>product_id</Index>
<DbTable>desoutter.product</DbTable>
<Data>product_name,product_id</Data>
<Where></Where>
<queryFormat></queryFormat></DbDetails></ComboBox>
<MagicCtrl Name="refreshproduct_id" Link="tip:刷新" images=",data/refresh.png" button="type:0" Size="20,20"><OnClick><submit next="product_id"/></OnClick></MagicCtrl>\r\n</Ctrls></GroupBox>
</Ctrls></GroupBox>