-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact_Ve.xml
More file actions
13 lines (13 loc) · 809 Bytes
/
Copy pathcontact_Ve.xml
File metadata and controls
13 lines (13 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<WndTap Name="contact" Text="contact" Ver="2">
<var name="refreshAfterEdit" expr="2"/>
<var name="dataRequired" expr="firstname,lastname,reftbltp,refid"/>
<var name="dataRequireless" expr=""/>
<xi:include href="lan\contact.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<Ctrls>
<GroupBox Name="GBcontact" id="contact" Text="contact" Size="100,100"><Ctrls>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="contact_GBDEDIT.xml"/>
<BR AutoHeight="1"/><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="contact_GBOPE.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="contact_Vh.xml"/></Ctrls></GroupBox></Ctrls>
<OnChanged></OnChanged>
<OnActivate><SetVisible name="insertcontact" Visible="1"/><SetVisible name="modifycontact" Visible="0"/></OnActivate>
</WndTap>