-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem_properties_Vs.xml
26 lines (26 loc) · 1.29 KB
/
item_properties_Vs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<GroupBox Name="GBDEDITitem_properties" text="Search" toggle="1"><Ctrls>
<GroupBox Name="GB_item_id_m" Multiline="0" cols="xs12 sm6 md4"><Ctrls>
<Label Name="lb_item_id_m" Size="120,20" Text="item_id_m" Align="Right"/>
<TextBox Name="item_id_m" Size="110,20" Text="" Weight="110" ToolTip="ttp_item_id_m">
<DbDetails>
<Index>item_id_m</Index>
<DbTable>bosa.item</DbTable>
<Data>item_number,item_id_m</Data>
<Where></Where>
<queryFormat></queryFormat></DbDetails></TextBox>
</Ctrls></GroupBox>
<GroupBox Name="GB_property_id" Multiline="0" cols="xs12 sm6 md4"><Ctrls>
<Label Name="lb_property_id" Size="120,20" Text="property_id" Align="Right" onload="init" selectedIndex="0"/>
<ComboBox Name="property_id" Size="110,100" Text="" Weight="110" ToolTip="ttp_property_id" onload="init" selectedIndex="0">
<DbDetails>
<Index>property_id</Index>
<DbTable>bosa.item_property</DbTable>
<Data>prop_display_name,property_id</Data>
<Where></Where>
<queryFormat></queryFormat></DbDetails></ComboBox>
</Ctrls></GroupBox>
<GroupBox Name="GB_property_value" Multiline="0" cols="xs12 sm6 md4"><Ctrls>
<Label Name="lb_property_value" Size="120,20" Text="property_value" Align="Right"/>
<TextBox Name="property_value" Size="110,20" Text="" Weight="110" ToolTip="ttp_property_value"></TextBox>
</Ctrls></GroupBox>
</Ctrls></GroupBox>