1 <?xml version="1.0" encoding="utf-8"?>
2 <window type="dialog" id="1102">
3 <defaultcontrol always="true">1000</defaultcontrol>
4 <include>Animation_DialogPopupOpenClose</include>
8 <centertop>50%</centertop>
10 <include content="DialogBackgroundCommons">
11 <param name="width" value="84%" />
12 <param name="height" value="770" />
13 <param name="header_label" value="$INFO[Window(home).Property(TextViewer_Header)]" />
14 <param name="header_id" value="1" />
16 <control type="textbox" id="2000">
21 <shadowcolor>black</shadowcolor>
22 <pagecontrol>3000</pagecontrol>
24 <label>$INFO[Window(home).Property(TextViewer_Text)]</label>
26 <control type="scrollbar" id="3000">
27 <include>HiddenObject</include>
32 <control type="button" id="1000">
33 <include>HiddenObject</include>
34 <onclick>Action(Close)</onclick>
35 <onup>PageUp(3000)</onup>
36 <ondown>PageDown(3000)</ondown>
38 <control type="button">
39 <centerleft>50%</centerleft>
43 <onclick>SetFocus(3000)</onclick>
45 <texturefocus colordiffuse="button_focus" flipy="true">overlays/arrowdown.png</texturefocus>
46 <texturenofocus colordiffuse="button_focus" flipy="true">overlays/arrowdown.png</texturenofocus>
47 <visible>Control.IsVisible(3000) + Integer.IsGreater(Container(2000).CurrentPage,1)</visible>
48 <animation effect="zoom" start="100,0" end="100,100" center="auto" time="200" delay="10">VisibleChange</animation>
50 <control type="button">
51 <centerleft>50%</centerleft>
55 <onclick>SetFocus(3000)</onclick>
56 <onclick>Down</onclick>
57 <texturefocus colordiffuse="button_focus">overlays/arrowdown.png</texturefocus>
58 <texturenofocus colordiffuse="button_focus">overlays/arrowdown.png</texturenofocus>
59 <visible>Control.IsVisible(3000) + !String.IsEqual(Container(2000).CurrentPage,Container(2000).NumPages)</visible>
60 <animation effect="zoom" start="100,0" end="100,100" center="auto" time="200" delay="10">VisibleChange</animation>