EQInterface.comEQUI_MailWindow.xml Compare
Beta Server : The Buried Sea : 2\10\07


Produced: 2/10/2007 1:12:55 PM
   
Mode:  All Lines  
   
Left file: d:\games\EverQuest\uifiles\default\EQUI_MailWindow.xml  
Right file: d:\games\betaeq\uifiles\default\EQUI_MailWindow.xml  
1 <?xml version = "1.0"?> = 1 <?xml version = "1.0"?>
2 <XML ID = "EQInterfaceDefinitionLanguage">   2 <XML ID = "EQInterfaceDefinitionLanguage">
3     3  
4     <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes" />   4     <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes" />
5     5  
6     <!-- ======================================================================   6     <!-- ======================================================================
7     7  
8         INBOX   8         INBOX
9     9  
10         The inbox view is composed of a list of non-deleted messages, a   10         The inbox view is composed of a list of non-deleted messages, a
11         view pane for the currently selected message, and UI elements to   11         view pane for the currently selected message, and UI elements to
12         compose, reply to, forward and delete messages.   12         compose, reply to, forward and delete messages.
13     13  
14     -->   14     -->
15     15  
16     <Listbox item = "MAIL_InboxList">   16     <Listbox item = "MAIL_InboxList">
17         <ScreenID>InboxList</ScreenID>   17         <ScreenID>InboxList</ScreenID>
18         <DrawTemplate>WDT_Inner</DrawTemplate>   18         <DrawTemplate>WDT_Inner</DrawTemplate>
19         <AutoStretch>false</AutoStretch>   19         <AutoStretch>false</AutoStretch>
20         <Location>   20         <Location>
21             <X>0</X>   21             <X>0</X>
22             <Y>0</Y>   22             <Y>0</Y>
23         </Location>   23         </Location>
24         <Size>   24         <Size>
25             <CX>10</CX>   25             <CX>10</CX>
26             <CY>100</CY>   26             <CY>100</CY>
27         </Size>   27         </Size>
28         <TextColor><R>255</R><G>255</G><B>255</B></TextColor>   28         <TextColor><R>255</R><G>255</G><B>255</B></TextColor>
29         <Style_Border>true</Style_Border>   29         <Style_Border>true</Style_Border>
30         <Style_VScroll>true</Style_VScroll>   30         <Style_VScroll>true</Style_VScroll>
31         <Columns>   31         <Columns>
32             <Width>200</Width>   32             <Width>200</Width>
33             <Heading>From</Heading>   33             <Heading>From</Heading>
34             <Sortable>true</Sortable>   34             <Sortable>true</Sortable>
35         </Columns>   35         </Columns>
36         <Columns>   36         <Columns>
37             <Width>200</Width>   37             <Width>200</Width>
38             <Heading>Subject</Heading>   38             <Heading>Subject</Heading>
39             <Sortable>true</Sortable>   39             <Sortable>true</Sortable>
40         </Columns>   40         </Columns>
41         <Columns>   41         <Columns>
42             <Width>200</Width>   42             <Width>200</Width>
43             <Heading>Date</Heading>   43             <Heading>Date</Heading>
44             <Sortable>true</Sortable>   44             <Sortable>true</Sortable>
45         </Columns>   45         </Columns>
46     </Listbox>   46     </Listbox>
47     47  
48     <STMLbox item = "MAIL_Body">   48     <STMLbox item = "MAIL_Body">
49         <ScreenID>Body</ScreenID>   49         <ScreenID>Body</ScreenID>
50         <DrawTemplate>WDT_Inner</DrawTemplate>   50         <DrawTemplate>WDT_Inner</DrawTemplate>
51         <AutoStretch>false</AutoStretch>   51         <AutoStretch>false</AutoStretch>
52         <Location>   52         <Location>
53             <X>0</X>   53             <X>0</X>
54             <Y>102</Y>   54             <Y>102</Y>
55         </Location>   55         </Location>
56         <Size>   56         <Size>
57             <CX>10</CX>   57             <CX>10</CX>
58             <CY>100</CY>   58             <CY>100</CY>
59         </Size>   59         </Size>
60         <TextColor>   60         <TextColor>
61             <R>255</R>   61             <R>255</R>
62             <G>255</G>   62             <G>255</G>
63             <B>255</B>   63             <B>255</B>
64         </TextColor>   64         </TextColor>
65         <Style_Border>true</Style_Border>   65         <Style_Border>true</Style_Border>
66         <Style_VScroll>true</Style_VScroll>   66         <Style_VScroll>true</Style_VScroll>
67         <Style_Transparent>false</Style_Transparent>   67         <Style_Transparent>false</Style_Transparent>
68     </STMLbox>   68     </STMLbox>
69     69  
70     <VerticalLayoutBox item = "MAIL_InboxLayout">   70     <VerticalLayoutBox item = "MAIL_InboxLayout">
71         <ScreenID>InboxLayout</ScreenID>   71         <ScreenID>InboxLayout</ScreenID>
72         <DrawTemplate>WDT_Inner</DrawTemplate>   72         <DrawTemplate>WDT_Inner</DrawTemplate>
73         <AutoStretch>true</AutoStretch>   73         <AutoStretch>true</AutoStretch>
74         <LeftAnchorOffset>0</LeftAnchorOffset>   74         <LeftAnchorOffset>0</LeftAnchorOffset>
75         <TopAnchorOffset>24</TopAnchorOffset>   75         <TopAnchorOffset>24</TopAnchorOffset>
76         <RightAnchorOffset>0</RightAnchorOffset>   76         <RightAnchorOffset>0</RightAnchorOffset>
77         <BottomAnchorOffset>0</BottomAnchorOffset>   77         <BottomAnchorOffset>0</BottomAnchorOffset>
78         <TopAnchorToTop>true</TopAnchorToTop>   78         <TopAnchorToTop>true</TopAnchorToTop>
79         <BottomAnchorToTop>false</BottomAnchorToTop>   79         <BottomAnchorToTop>false</BottomAnchorToTop>
80         <LeftAnchorToLeft>true</LeftAnchorToLeft>   80         <LeftAnchorToLeft>true</LeftAnchorToLeft>
81         <RightAnchorToLeft>false</RightAnchorToLeft>   81         <RightAnchorToLeft>false</RightAnchorToLeft>
82         <Spacing>2</Spacing>   82         <Spacing>2</Spacing>
83         <Style_Border>false</Style_Border>   83         <Style_Border>false</Style_Border>
84         <Style_VScroll>false</Style_VScroll>   84         <Style_VScroll>false</Style_VScroll>
85         <Style_Transparent>true</Style_Transparent>   85         <Style_Transparent>true</Style_Transparent>
86         <Pieces>MAIL_InboxList</Pieces>   86         <Pieces>MAIL_InboxList</Pieces>
87         <Pieces>MAIL_Body</Pieces>   87         <Pieces>MAIL_Body</Pieces>
88     </VerticalLayoutBox>   88     </VerticalLayoutBox>
89     89  
90     <Button item = "MAIL_ButtonCompose">   90     <Button item = "MAIL_ButtonCompose">
91         <ScreenID>ButtonCompose</ScreenID>   91         <ScreenID>ButtonCompose</ScreenID>
92         <RelativePosition>true</RelativePosition>   92         <RelativePosition>true</RelativePosition>
93         <Location>   93         <Location>
94             <X>2</X>   94             <X>2</X>
95             <Y>2</Y>   95             <Y>2</Y>
96         </Location>   96         </Location>
97         <Size>   97         <Size>
98             <CX>90</CX>   98             <CX>90</CX>
99             <CY>20</CY>   99             <CY>20</CY>
100         </Size>   100         </Size>
101         <TooltipReference>Compose a new message.</TooltipReference>   101         <TooltipReference>Compose a new message.</TooltipReference>
102         <Style_Checkbox>false</Style_Checkbox>   102         <Style_Checkbox>false</Style_Checkbox>
103         <Text>Compose</Text>   103         <Text>Compose</Text>
104         <TextColor>   104         <TextColor>
105             <R>255</R>   105             <R>255</R>
106             <G>255</G>   106             <G>255</G>
107             <B>255</B>   107             <B>255</B>
108         </TextColor>   108         </TextColor>
109         <ButtonDrawTemplate>   109         <ButtonDrawTemplate>
110             <Normal>A_BtnNormal</Normal>   110             <Normal>A_BtnNormal</Normal>
111             <Pressed>A_BtnPressed</Pressed>   111             <Pressed>A_BtnPressed</Pressed>
112             <Flyby>A_BtnFlyby</Flyby>   112             <Flyby>A_BtnFlyby</Flyby>
113             <Disabled>A_BtnDisabled</Disabled>   113             <Disabled>A_BtnDisabled</Disabled>
114             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   114             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
115         </ButtonDrawTemplate>   115         </ButtonDrawTemplate>
116     </Button>   116     </Button>
117     117  
118     <Button item = "MAIL_ButtonDelete">   118     <Button item = "MAIL_ButtonDelete">
119         <ScreenID>ButtonDelete</ScreenID>   119         <ScreenID>ButtonDelete</ScreenID>
120         <RelativePosition>true</RelativePosition>   120         <RelativePosition>true</RelativePosition>
121         <Location>   121         <Location>
122             <X>94</X>   122             <X>94</X>
123             <Y>2</Y>   123             <Y>2</Y>
124         </Location>   124         </Location>
125         <Size>   125         <Size>
126             <CX>90</CX>   126             <CX>90</CX>
127             <CY>20</CY>   127             <CY>20</CY>
128         </Size>   128         </Size>
129         <TooltipReference>Delete selected messages.</TooltipReference>   129         <TooltipReference>Delete selected messages.</TooltipReference>
130         <Style_Checkbox>false</Style_Checkbox>   130         <Style_Checkbox>false</Style_Checkbox>
131         <Text>Delete</Text>   131         <Text>Delete</Text>
132         <TextColor>   132         <TextColor>
133             <R>255</R>   133             <R>255</R>
134             <G>255</G>   134             <G>255</G>
135             <B>255</B>   135             <B>255</B>
136         </TextColor>   136         </TextColor>
137         <ButtonDrawTemplate>   137         <ButtonDrawTemplate>
138             <Normal>A_BtnNormal</Normal>   138             <Normal>A_BtnNormal</Normal>
139             <Pressed>A_BtnPressed</Pressed>   139             <Pressed>A_BtnPressed</Pressed>
140             <Flyby>A_BtnFlyby</Flyby>   140             <Flyby>A_BtnFlyby</Flyby>
141             <Disabled>A_BtnDisabled</Disabled>   141             <Disabled>A_BtnDisabled</Disabled>
142             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   142             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
143         </ButtonDrawTemplate>   143         </ButtonDrawTemplate>
144     </Button>   144     </Button>
145     145  
146     <Button item = "MAIL_ButtonReply">   146     <Button item = "MAIL_ButtonReply">
147         <ScreenID>ButtonReply</ScreenID>   147         <ScreenID>ButtonReply</ScreenID>
148         <RelativePosition>true</RelativePosition>   148         <RelativePosition>true</RelativePosition>
149         <Location>   149         <Location>
150             <X>186</X>   150             <X>186</X>
151             <Y>2</Y>   151             <Y>2</Y>
152         </Location>   152         </Location>
153         <Size>   153         <Size>
154             <CX>90</CX>   154             <CX>90</CX>
155             <CY>20</CY>   155             <CY>20</CY>
156         </Size>   156         </Size>
157         <TooltipReference>Reply to sender.</TooltipReference>   157         <TooltipReference>Reply to sender.</TooltipReference>
158         <Style_Checkbox>false</Style_Checkbox>   158         <Style_Checkbox>false</Style_Checkbox>
159         <Text>Reply</Text>   159         <Text>Reply</Text>
160         <TextColor>   160         <TextColor>
161             <R>255</R>   161             <R>255</R>
162             <G>255</G>   162             <G>255</G>
163             <B>255</B>   163             <B>255</B>
164         </TextColor>   164         </TextColor>
165         <ButtonDrawTemplate>   165         <ButtonDrawTemplate>
166             <Normal>A_BtnNormal</Normal>   166             <Normal>A_BtnNormal</Normal>
167             <Pressed>A_BtnPressed</Pressed>   167             <Pressed>A_BtnPressed</Pressed>
168             <Flyby>A_BtnFlyby</Flyby>   168             <Flyby>A_BtnFlyby</Flyby>
169             <Disabled>A_BtnDisabled</Disabled>   169             <Disabled>A_BtnDisabled</Disabled>
170             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   170             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
171         </ButtonDrawTemplate>   171         </ButtonDrawTemplate>
172     </Button>   172     </Button>
173     173  
174     <Button item = "MAIL_ButtonReplyAll">   174     <Button item = "MAIL_ButtonReplyAll">
175         <ScreenID>ButtonReplyAll</ScreenID>   175         <ScreenID>ButtonReplyAll</ScreenID>
176         <RelativePosition>true</RelativePosition>   176         <RelativePosition>true</RelativePosition>
177         <Location>   177         <Location>
178             <X>278</X>   178             <X>278</X>
179             <Y>2</Y>   179             <Y>2</Y>
180         </Location>   180         </Location>
181         <Size>   181         <Size>
182             <CX>90</CX>   182             <CX>90</CX>
183             <CY>20</CY>   183             <CY>20</CY>
184         </Size>   184         </Size>
185         <TooltipReference>Reply to sender and recipients.</TooltipReference>   185         <TooltipReference>Reply to sender and recipients.</TooltipReference>
186         <Style_Checkbox>false</Style_Checkbox>   186         <Style_Checkbox>false</Style_Checkbox>
187         <Text>Reply All</Text>   187         <Text>Reply All</Text>
188         <TextColor>   188         <TextColor>
189             <R>255</R>   189             <R>255</R>
190             <G>255</G>   190             <G>255</G>
191             <B>255</B>   191             <B>255</B>
192         </TextColor>   192         </TextColor>
193         <ButtonDrawTemplate>   193         <ButtonDrawTemplate>
194             <Normal>A_BtnNormal</Normal>   194             <Normal>A_BtnNormal</Normal>
195             <Pressed>A_BtnPressed</Pressed>   195             <Pressed>A_BtnPressed</Pressed>
196             <Flyby>A_BtnFlyby</Flyby>   196             <Flyby>A_BtnFlyby</Flyby>
197             <Disabled>A_BtnDisabled</Disabled>   197             <Disabled>A_BtnDisabled</Disabled>
198             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   198             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
199         </ButtonDrawTemplate>   199         </ButtonDrawTemplate>
200     </Button>   200     </Button>
201     201  
202     <Button item = "MAIL_ButtonForward">   202     <Button item = "MAIL_ButtonForward">
203         <ScreenID>ButtonForward</ScreenID>   203         <ScreenID>ButtonForward</ScreenID>
204         <RelativePosition>true</RelativePosition>   204         <RelativePosition>true</RelativePosition>
205         <Location>   205         <Location>
206             <X>370</X>   206             <X>370</X>
207             <Y>2</Y>   207             <Y>2</Y>
208         </Location>   208         </Location>
209         <Size>   209         <Size>
210             <CX>90</CX>   210             <CX>90</CX>
211             <CY>20</CY>   211             <CY>20</CY>
212         </Size>   212         </Size>
213         <TooltipReference>Forward selected message.</TooltipReference>   213         <TooltipReference>Forward selected message.</TooltipReference>
214         <Style_Checkbox>false</Style_Checkbox>   214         <Style_Checkbox>false</Style_Checkbox>
215         <Text>Forward</Text>   215         <Text>Forward</Text>
216         <TextColor>   216         <TextColor>
217             <R>255</R>   217             <R>255</R>
218             <G>255</G>   218             <G>255</G>
219             <B>255</B>   219             <B>255</B>
220         </TextColor>   220         </TextColor>
221         <ButtonDrawTemplate>   221         <ButtonDrawTemplate>
222             <Normal>A_BtnNormal</Normal>   222             <Normal>A_BtnNormal</Normal>
223             <Pressed>A_BtnPressed</Pressed>   223             <Pressed>A_BtnPressed</Pressed>
224             <Flyby>A_BtnFlyby</Flyby>   224             <Flyby>A_BtnFlyby</Flyby>
225             <Disabled>A_BtnDisabled</Disabled>   225             <Disabled>A_BtnDisabled</Disabled>
226             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   226             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
227         </ButtonDrawTemplate>   227         </ButtonDrawTemplate>
228     </Button>   228     </Button>
229     229  
    -+ 230     <Button item = "MAIL_ButtonExport">
      231         <ScreenID>ButtonExport</ScreenID>
      232         <RelativePosition>true</RelativePosition>
      233         <Location>
      234             <X>462</X>
      235             <Y>2</Y>
      236         </Location>
      237         <Size>
      238             <CX>90</CX>
      239             <CY>20</CY>
      240         </Size>
      241         <TooltipReference>Save selected messages to a text file.</TooltipReference>
      242         <Style_Checkbox>false</Style_Checkbox>
      243         <Text>Export</Text>
      244         <TextColor>
      245             <R>255</R>
      246             <G>255</G>
      247             <B>255</B>
      248         </TextColor>
      249         <ButtonDrawTemplate>
      250             <Normal>A_BtnNormal</Normal>
      251             <Pressed>A_BtnPressed</Pressed>
      252             <Flyby>A_BtnFlyby</Flyby>
      253             <Disabled>A_BtnDisabled</Disabled>
      254             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      255         </ButtonDrawTemplate>
      256     </Button>
    = 257  
230     <Button item = "MAIL_ButtonReport">   258     <Button item = "MAIL_ButtonReport">
231         <ScreenID>ButtonReport</ScreenID>   259         <ScreenID>ButtonReport</ScreenID>
232         <RelativePosition>true</RelativePosition>   260         <RelativePosition>true</RelativePosition>
233         <Location>   261         <Location>
234             <X>492</X> <> 262             <X>584</X>
235             <Y>2</Y> = 263             <Y>2</Y>
236         </Location>   264         </Location>
237         <Size>   265         <Size>
238             <CX>90</CX>   266             <CX>90</CX>
239             <CY>20</CY>   267             <CY>20</CY>
240         </Size>   268         </Size>
241         <TooltipReference>Report innapropriate messages.</TooltipReference>   269         <TooltipReference>Report innapropriate messages.</TooltipReference>
242         <Style_Checkbox>false</Style_Checkbox>   270         <Style_Checkbox>false</Style_Checkbox>
243         <Text>Report</Text>   271         <Text>Report</Text>
244         <TextColor>   272         <TextColor>
245             <R>255</R>   273             <R>255</R>
246             <G>255</G>   274             <G>255</G>
247             <B>255</B>   275             <B>255</B>
248         </TextColor>   276         </TextColor>
249         <ButtonDrawTemplate>   277         <ButtonDrawTemplate>
250             <Normal>A_BtnNormal</Normal>   278             <Normal>A_BtnNormal</Normal>
251             <Pressed>A_BtnPressed</Pressed>   279             <Pressed>A_BtnPressed</Pressed>
252             <Flyby>A_BtnFlyby</Flyby>   280             <Flyby>A_BtnFlyby</Flyby>
253             <Disabled>A_BtnDisabled</Disabled>   281             <Disabled>A_BtnDisabled</Disabled>
254             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   282             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
255         </ButtonDrawTemplate>   283         </ButtonDrawTemplate>
256     </Button>   284     </Button>
257     285  
258     286  
259     <!-- ======================================================================   287     <!-- ======================================================================
260     288  
261         TRASHCAN   289         TRASHCAN
262     290  
263         The deleted items view is composed of a list of deleted messages, a   291         The deleted items view is composed of a list of deleted messages, a
264         view pane for the currently selected message, and UI elements to   292         view pane for the currently selected message, and UI elements to
265         compose, reply to, forward and undelete messages.   293         compose, reply to, forward and undelete messages.
266     294  
267         You also have a button to permanently empty your trashcan.   295         You also have a button to permanently empty your trashcan.
268     296  
269     -->   297     -->
270     298  
271     299  
272     <Listbox item = "MAIL_TrashList">   300     <Listbox item = "MAIL_TrashList">
273         <ScreenID>TrashList</ScreenID>   301         <ScreenID>TrashList</ScreenID>
274         <DrawTemplate>WDT_Inner</DrawTemplate>   302         <DrawTemplate>WDT_Inner</DrawTemplate>
275         <AutoStretch>false</AutoStretch>   303         <AutoStretch>false</AutoStretch>
276         <Location>   304         <Location>
277             <X>0</X>   305             <X>0</X>
278             <Y>0</Y>   306             <Y>0</Y>
279         </Location>   307         </Location>
280         <Size>   308         <Size>
281             <CX>10</CX>   309             <CX>10</CX>
282             <CY>100</CY>   310             <CY>100</CY>
283         </Size>   311         </Size>
284         <TextColor><R>255</R><G>255</G><B>255</B></TextColor>   312         <TextColor><R>255</R><G>255</G><B>255</B></TextColor>
285         <Style_Border>true</Style_Border>   313         <Style_Border>true</Style_Border>
286         <Style_VScroll>true</Style_VScroll>   314         <Style_VScroll>true</Style_VScroll>
287         <Columns>   315         <Columns>
288             <Width>200</Width>   316             <Width>200</Width>
289             <Heading>From</Heading>   317             <Heading>From</Heading>
290             <Sortable>true</Sortable>   318             <Sortable>true</Sortable>
291         </Columns>   319         </Columns>
292         <Columns>   320         <Columns>
293             <Width>200</Width>   321             <Width>200</Width>
294             <Heading>Subject</Heading>   322             <Heading>Subject</Heading>
295             <Sortable>true</Sortable>   323             <Sortable>true</Sortable>
296         </Columns>   324         </Columns>
297         <Columns>   325         <Columns>
298             <Width>200</Width>   326             <Width>200</Width>
299             <Heading>Date</Heading>   327             <Heading>Date</Heading>
300             <Sortable>true</Sortable>   328             <Sortable>true</Sortable>
301         </Columns>   329         </Columns>
302     </Listbox>   330     </Listbox>
303     331  
304     <STMLbox item = "MAIL_TrashBody">   332     <STMLbox item = "MAIL_TrashBody">
305         <ScreenID>TrashBody</ScreenID>   333         <ScreenID>TrashBody</ScreenID>
306         <DrawTemplate>WDT_Inner</DrawTemplate>   334         <DrawTemplate>WDT_Inner</DrawTemplate>
307         <AutoStretch>false</AutoStretch>   335         <AutoStretch>false</AutoStretch>
308         <Location>   336         <Location>
309             <X>0</X>   337             <X>0</X>
310             <Y>102</Y>   338             <Y>102</Y>
311         </Location>   339         </Location>
312         <Size>   340         <Size>
313             <CX>10</CX>   341             <CX>10</CX>
314             <CY>100</CY>   342             <CY>100</CY>
315         </Size>   343         </Size>
316         <TextColor>   344         <TextColor>
317             <R>255</R>   345             <R>255</R>
318             <G>255</G>   346             <G>255</G>
319             <B>255</B>   347             <B>255</B>
320         </TextColor>   348         </TextColor>
321         <Style_Border>true</Style_Border>   349         <Style_Border>true</Style_Border>
322         <Style_VScroll>true</Style_VScroll>   350         <Style_VScroll>true</Style_VScroll>
323         <Style_Transparent>false</Style_Transparent>   351         <Style_Transparent>false</Style_Transparent>
324     </STMLbox>   352     </STMLbox>
325     353  
326     <VerticalLayoutBox item = "MAIL_TrashLayout">   354     <VerticalLayoutBox item = "MAIL_TrashLayout">
327         <ScreenID>TrashLayout</ScreenID>   355         <ScreenID>TrashLayout</ScreenID>
328         <DrawTemplate>WDT_Inner</DrawTemplate>   356         <DrawTemplate>WDT_Inner</DrawTemplate>
329         <AutoStretch>true</AutoStretch>   357         <AutoStretch>true</AutoStretch>
330         <LeftAnchorOffset>0</LeftAnchorOffset>   358         <LeftAnchorOffset>0</LeftAnchorOffset>
331         <TopAnchorOffset>24</TopAnchorOffset>   359         <TopAnchorOffset>24</TopAnchorOffset>
332         <RightAnchorOffset>0</RightAnchorOffset>   360         <RightAnchorOffset>0</RightAnchorOffset>
333         <BottomAnchorOffset>0</BottomAnchorOffset>   361         <BottomAnchorOffset>0</BottomAnchorOffset>
334         <TopAnchorToTop>true</TopAnchorToTop>   362         <TopAnchorToTop>true</TopAnchorToTop>
335         <BottomAnchorToTop>false</BottomAnchorToTop>   363         <BottomAnchorToTop>false</BottomAnchorToTop>
336         <LeftAnchorToLeft>true</LeftAnchorToLeft>   364         <LeftAnchorToLeft>true</LeftAnchorToLeft>
337         <RightAnchorToLeft>false</RightAnchorToLeft>   365         <RightAnchorToLeft>false</RightAnchorToLeft>
338         <Spacing>2</Spacing>   366         <Spacing>2</Spacing>
339         <Style_Border>false</Style_Border>   367         <Style_Border>false</Style_Border>
340         <Style_VScroll>false</Style_VScroll>   368         <Style_VScroll>false</Style_VScroll>
341         <Style_Transparent>true</Style_Transparent>   369         <Style_Transparent>true</Style_Transparent>
342         <Pieces>MAIL_TrashList</Pieces>   370         <Pieces>MAIL_TrashList</Pieces>
343         <Pieces>MAIL_TrashBody</Pieces>   371         <Pieces>MAIL_TrashBody</Pieces>
344     </VerticalLayoutBox>   372     </VerticalLayoutBox>
345     373  
346     374  
347     <Button item = "MAIL_ButtonTrashCompose">   375     <Button item = "MAIL_ButtonTrashCompose">
348         <ScreenID>ButtonTrashCompose</ScreenID>   376         <ScreenID>ButtonTrashCompose</ScreenID>
349         <RelativePosition>true</RelativePosition>   377         <RelativePosition>true</RelativePosition>
350         <Location>   378         <Location>
351             <X>2</X>   379             <X>2</X>
352             <Y>2</Y>   380             <Y>2</Y>
353         </Location>   381         </Location>
354         <Size>   382         <Size>
355             <CX>90</CX>   383             <CX>90</CX>
356             <CY>20</CY>   384             <CY>20</CY>
357         </Size>   385         </Size>
358         <TooltipReference>Compose a new message.</TooltipReference>   386         <TooltipReference>Compose a new message.</TooltipReference>
359         <Style_Checkbox>false</Style_Checkbox>   387         <Style_Checkbox>false</Style_Checkbox>
360         <Text>Compose</Text>   388         <Text>Compose</Text>
361         <TextColor>   389         <TextColor>
362             <R>255</R>   390             <R>255</R>
363             <G>255</G>   391             <G>255</G>
364             <B>255</B>   392             <B>255</B>
365         </TextColor>   393         </TextColor>
366         <ButtonDrawTemplate>   394         <ButtonDrawTemplate>
367             <Normal>A_BtnNormal</Normal>   395             <Normal>A_BtnNormal</Normal>
368             <Pressed>A_BtnPressed</Pressed>   396             <Pressed>A_BtnPressed</Pressed>
369             <Flyby>A_BtnFlyby</Flyby>   397             <Flyby>A_BtnFlyby</Flyby>
370             <Disabled>A_BtnDisabled</Disabled>   398             <Disabled>A_BtnDisabled</Disabled>
371             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   399             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
372         </ButtonDrawTemplate>   400         </ButtonDrawTemplate>
373     </Button>   401     </Button>
374     402  
375     <Button item = "MAIL_ButtonTrashUndelete">   403     <Button item = "MAIL_ButtonTrashUndelete">
376         <ScreenID>ButtonTrashUndelete</ScreenID>   404         <ScreenID>ButtonTrashUndelete</ScreenID>
377         <RelativePosition>true</RelativePosition>   405         <RelativePosition>true</RelativePosition>
378         <Location>   406         <Location>
379             <X>94</X>   407             <X>94</X>
380             <Y>2</Y>   408             <Y>2</Y>
381         </Location>   409         </Location>
382         <Size>   410         <Size>
383             <CX>90</CX>   411             <CX>90</CX>
384             <CY>20</CY>   412             <CY>20</CY>
385         </Size>   413         </Size>
386         <TooltipReference>Undelete selected messages.</TooltipReference>   414         <TooltipReference>Undelete selected messages.</TooltipReference>
387         <Style_Checkbox>false</Style_Checkbox>   415         <Style_Checkbox>false</Style_Checkbox>
388         <Text>Undelete</Text>   416         <Text>Undelete</Text>
389         <TextColor>   417         <TextColor>
390             <R>255</R>   418             <R>255</R>
391             <G>255</G>   419             <G>255</G>
392             <B>255</B>   420             <B>255</B>
393         </TextColor>   421         </TextColor>
394         <ButtonDrawTemplate>   422         <ButtonDrawTemplate>
395             <Normal>A_BtnNormal</Normal>   423             <Normal>A_BtnNormal</Normal>
396             <Pressed>A_BtnPressed</Pressed>   424             <Pressed>A_BtnPressed</Pressed>
397             <Flyby>A_BtnFlyby</Flyby>   425             <Flyby>A_BtnFlyby</Flyby>
398             <Disabled>A_BtnDisabled</Disabled>   426             <Disabled>A_BtnDisabled</Disabled>
399             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   427             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
400         </ButtonDrawTemplate>   428         </ButtonDrawTemplate>
401     </Button>   429     </Button>
402     430  
403     <Button item = "MAIL_ButtonTrashReply">   431     <Button item = "MAIL_ButtonTrashReply">
404         <ScreenID>ButtonTrashReply</ScreenID>   432         <ScreenID>ButtonTrashReply</ScreenID>
405         <RelativePosition>true</RelativePosition>   433         <RelativePosition>true</RelativePosition>
406         <Location>   434         <Location>
407             <X>186</X>   435             <X>186</X>
408             <Y>2</Y>   436             <Y>2</Y>
409         </Location>   437         </Location>
410         <Size>   438         <Size>
411             <CX>90</CX>   439             <CX>90</CX>
412             <CY>20</CY>   440             <CY>20</CY>
413         </Size>   441         </Size>
414         <TooltipReference>Reply to sender.</TooltipReference>   442         <TooltipReference>Reply to sender.</TooltipReference>
415         <Style_Checkbox>false</Style_Checkbox>   443         <Style_Checkbox>false</Style_Checkbox>
416         <Text>Reply</Text>   444         <Text>Reply</Text>
417         <TextColor>   445         <TextColor>
418             <R>255</R>   446             <R>255</R>
419             <G>255</G>   447             <G>255</G>
420             <B>255</B>   448             <B>255</B>
421         </TextColor>   449         </TextColor>
422         <ButtonDrawTemplate>   450         <ButtonDrawTemplate>
423             <Normal>A_BtnNormal</Normal>   451             <Normal>A_BtnNormal</Normal>
424             <Pressed>A_BtnPressed</Pressed>   452             <Pressed>A_BtnPressed</Pressed>
425             <Flyby>A_BtnFlyby</Flyby>   453             <Flyby>A_BtnFlyby</Flyby>
426             <Disabled>A_BtnDisabled</Disabled>   454             <Disabled>A_BtnDisabled</Disabled>
427             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   455             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
428         </ButtonDrawTemplate>   456         </ButtonDrawTemplate>
429     </Button>   457     </Button>
430     458  
431     <Button item = "MAIL_ButtonTrashReplyAll">   459     <Button item = "MAIL_ButtonTrashReplyAll">
432         <ScreenID>ButtonTrashReplyAll</ScreenID>   460         <ScreenID>ButtonTrashReplyAll</ScreenID>
433         <RelativePosition>true</RelativePosition>   461         <RelativePosition>true</RelativePosition>
434         <Location>   462         <Location>
435             <X>278</X>   463             <X>278</X>
436             <Y>2</Y>   464             <Y>2</Y>
437         </Location>   465         </Location>
438         <Size>   466         <Size>
439             <CX>90</CX>   467             <CX>90</CX>
440             <CY>20</CY>   468             <CY>20</CY>
441         </Size>   469         </Size>
442         <TooltipReference>Reply to sender and recipients.</TooltipReference>   470         <TooltipReference>Reply to sender and recipients.</TooltipReference>
443         <Style_Checkbox>false</Style_Checkbox>   471         <Style_Checkbox>false</Style_Checkbox>
444         <Text>Reply All</Text>   472         <Text>Reply All</Text>
445         <TextColor>   473         <TextColor>
446             <R>255</R>   474             <R>255</R>
447             <G>255</G>   475             <G>255</G>
448             <B>255</B>   476             <B>255</B>
449         </TextColor>   477         </TextColor>
450         <ButtonDrawTemplate>   478         <ButtonDrawTemplate>
451             <Normal>A_BtnNormal</Normal>   479             <Normal>A_BtnNormal</Normal>
452             <Pressed>A_BtnPressed</Pressed>   480             <Pressed>A_BtnPressed</Pressed>
453             <Flyby>A_BtnFlyby</Flyby>   481             <Flyby>A_BtnFlyby</Flyby>
454             <Disabled>A_BtnDisabled</Disabled>   482             <Disabled>A_BtnDisabled</Disabled>
455             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   483             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
456         </ButtonDrawTemplate>   484         </ButtonDrawTemplate>
457     </Button>   485     </Button>
458     486  
459     <Button item = "MAIL_ButtonTrashForward">   487     <Button item = "MAIL_ButtonTrashForward">
460         <ScreenID>ButtonTrashForward</ScreenID>   488         <ScreenID>ButtonTrashForward</ScreenID>
461         <RelativePosition>true</RelativePosition>   489         <RelativePosition>true</RelativePosition>
462         <Location>   490         <Location>
463             <X>370</X>   491             <X>370</X>
464             <Y>2</Y>   492             <Y>2</Y>
465         </Location>   493         </Location>
466         <Size>   494         <Size>
467             <CX>90</CX>   495             <CX>90</CX>
468             <CY>20</CY>   496             <CY>20</CY>
469         </Size>   497         </Size>
470         <TooltipReference>Forward selected message.</TooltipReference>   498         <TooltipReference>Forward selected message.</TooltipReference>
471         <Style_Checkbox>false</Style_Checkbox>   499         <Style_Checkbox>false</Style_Checkbox>
472         <Text>Forward</Text>   500         <Text>Forward</Text>
473         <TextColor>   501         <TextColor>
474             <R>255</R>   502             <R>255</R>
475             <G>255</G>   503             <G>255</G>
476             <B>255</B>   504             <B>255</B>
477         </TextColor>   505         </TextColor>
478         <ButtonDrawTemplate>   506         <ButtonDrawTemplate>
479             <Normal>A_BtnNormal</Normal>   507             <Normal>A_BtnNormal</Normal>
480             <Pressed>A_BtnPressed</Pressed>   508             <Pressed>A_BtnPressed</Pressed>
481             <Flyby>A_BtnFlyby</Flyby>   509             <Flyby>A_BtnFlyby</Flyby>
482             <Disabled>A_BtnDisabled</Disabled>   510             <Disabled>A_BtnDisabled</Disabled>
483             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   511             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
484         </ButtonDrawTemplate>   512         </ButtonDrawTemplate>
485     </Button>   513     </Button>
486     514  
487     <Button item = "MAIL_ButtonTrashEmpty">   515     <Button item = "MAIL_ButtonTrashEmpty">
488         <ScreenID>ButtonTrashEmpty</ScreenID>   516         <ScreenID>ButtonTrashEmpty</ScreenID>
489         <RelativePosition>true</RelativePosition>   517         <RelativePosition>true</RelativePosition>
490         <Location>   518         <Location>
491             <X>462</X>   519             <X>462</X>
492             <Y>2</Y>   520             <Y>2</Y>
493         </Location>   521         </Location>
494         <Size>   522         <Size>
495             <CX>90</CX>   523             <CX>90</CX>
496             <CY>20</CY>   524             <CY>20</CY>
497         </Size>   525         </Size>
498         <TooltipReference>Permanently remove deleted items.</TooltipReference>   526         <TooltipReference>Permanently remove deleted items.</TooltipReference>
499         <Style_Checkbox>false</Style_Checkbox>   527         <Style_Checkbox>false</Style_Checkbox>
500         <Text>Empty Trash</Text>   528         <Text>Empty Trash</Text>
501         <TextColor>   529         <TextColor>
502             <R>255</R>   530             <R>255</R>
503             <G>255</G>   531             <G>255</G>
504             <B>255</B>   532             <B>255</B>
505         </TextColor>   533         </TextColor>
506         <ButtonDrawTemplate>   534         <ButtonDrawTemplate>
507             <Normal>A_BtnNormal</Normal>   535             <Normal>A_BtnNormal</Normal>
508             <Pressed>A_BtnPressed</Pressed>   536             <Pressed>A_BtnPressed</Pressed>
509             <Flyby>A_BtnFlyby</Flyby>   537             <Flyby>A_BtnFlyby</Flyby>
510             <Disabled>A_BtnDisabled</Disabled>   538             <Disabled>A_BtnDisabled</Disabled>
511             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>   539             <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
512         </ButtonDrawTemplate>   540         </ButtonDrawTemplate>
513     </Button>   541     </Button>
514     542  
515     543  
516     544  
517     <!-- ======================================================================   545     <!-- ======================================================================
518     546  
519         TABS: Inbox and Deleted Items.   547         TABS: Inbox and Deleted Items.
520     548  
521     -->   549     -->
522     550  
523     <Page item = "MAIL_InboxPage">   551     <Page item = "MAIL_InboxPage">
524         <ScreenID>InboxPage</ScreenID>   552         <ScreenID>InboxPage</ScreenID>
525         <RelativePosition>false</RelativePosition>   553         <RelativePosition>false</RelativePosition>
526         <TooltipReference>Messages in your mailbox.</TooltipReference>   554         <TooltipReference>Messages in your mailbox.</TooltipReference>
527         <DrawTemplate>WDT_Def</DrawTemplate>   555         <DrawTemplate>WDT_Def</DrawTemplate>
528         <TabText>Inbox</TabText>   556         <TabText>Inbox</TabText>
529         <TabTextColor><R>255</R><G>255</G><B>255</B></TabTextColor>   557         <TabTextColor><R>255</R><G>255</G><B>255</B></TabTextColor>
530         <TabTextActiveColor><R>255</R><G>255</G><B>0</B></TabTextActiveColor>   558         <TabTextActiveColor><R>255</R><G>255</G><B>0</B></TabTextActiveColor>
531         <Style_Sizable>true</Style_Sizable>   559         <Style_Sizable>true</Style_Sizable>
532         <Pieces>MAIL_ButtonCompose</Pieces>   560         <Pieces>MAIL_ButtonCompose</Pieces>
533         <Pieces>MAIL_ButtonDelete</Pieces>   561         <Pieces>MAIL_ButtonDelete</Pieces>
534         <Pieces>MAIL_ButtonReply</Pieces>   562         <Pieces>MAIL_ButtonReply</Pieces>
535         <Pieces>MAIL_ButtonReplyAll</Pieces>   563         <Pieces>MAIL_ButtonReplyAll</Pieces>
536         <Pieces>MAIL_ButtonForward</Pieces>   564         <Pieces>MAIL_ButtonForward</Pieces>
    -+ 565         <Pieces>MAIL_ButtonExport</Pieces>
537         <Pieces>MAIL_ButtonReport</Pieces> = 566         <Pieces>MAIL_ButtonReport</Pieces>
538         <Pieces>VerticalLayoutBox:MAIL_InboxLayout</Pieces>   567         <Pieces>VerticalLayoutBox:MAIL_InboxLayout</Pieces>
539     </Page>   568     </Page>
540     569  
541     <Page item = "MAIL_TrashcanPage">   570     <Page item = "MAIL_TrashcanPage">
542         <ScreenID>TrashPage</ScreenID>   571         <ScreenID>TrashPage</ScreenID>
543         <RelativePosition>false</RelativePosition>   572         <RelativePosition>false</RelativePosition>
544         <TooltipReference>Messages that you have marked for deletion.</TooltipReference>   573         <TooltipReference>Messages that you have marked for deletion.</TooltipReference>
545         <DrawTemplate>WDT_Def</DrawTemplate>   574         <DrawTemplate>WDT_Def</DrawTemplate>
546         <TabText>Deleted Items</TabText>   575         <TabText>Deleted Items</TabText>
547         <TabTextColor><R>255</R><G>255</G><B>255</B></TabTextColor>   576         <TabTextColor><R>255</R><G>255</G><B>255</B></TabTextColor>
548         <TabTextActiveColor><R>255</R><G>255</G><B>0</B></TabTextActiveColor>   577         <TabTextActiveColor><R>255</R><G>255</G><B>0</B></TabTextActiveColor>
549         <Style_Sizable>true</Style_Sizable>   578         <Style_Sizable>true</Style_Sizable>
550         <Pieces>MAIL_ButtonTrashCompose</Pieces>   579         <Pieces>MAIL_ButtonTrashCompose</Pieces>
551         <Pieces>MAIL_ButtonTrashUndelete</Pieces>   580         <Pieces>MAIL_ButtonTrashUndelete</Pieces>
552         <Pieces>MAIL_ButtonTrashReply</Pieces>   581         <Pieces>MAIL_ButtonTrashReply</Pieces>
553         <Pieces>MAIL_ButtonTrashReplyAll</Pieces>   582         <Pieces>MAIL_ButtonTrashReplyAll</Pieces>
554         <Pieces>MAIL_ButtonTrashForward</Pieces>   583         <Pieces>MAIL_ButtonTrashForward</Pieces>
555         <Pieces>MAIL_ButtonTrashEmpty</Pieces>   584         <Pieces>MAIL_ButtonTrashEmpty</Pieces>
556         <Pieces>VerticalLayoutBox:MAIL_TrashLayout</Pieces>   585         <Pieces>VerticalLayoutBox:MAIL_TrashLayout</Pieces>
557     586  
558     </Page>   587     </Page>
559     588  
560     <!-- ======================================================================   589     <!-- ======================================================================
561     590  
562         Character Mailbox Selector   591         Character Mailbox Selector
563     592  
564     -->   593     -->
565     594  
566     <Label item = "MAIL_CharacterBoxSelectorLabel">   595     <Label item = "MAIL_CharacterBoxSelectorLabel">
567         <RelativePosition>true</RelativePosition>   596         <RelativePosition>true</RelativePosition>
568         <AutoStretch>true</AutoStretch>   597         <AutoStretch>true</AutoStretch>
569         <LeftAnchorOffset>6</LeftAnchorOffset>   598         <LeftAnchorOffset>6</LeftAnchorOffset>
570         <RightAnchorOffset>150</RightAnchorOffset>   599         <RightAnchorOffset>150</RightAnchorOffset>
571         <TopAnchorOffset>7</TopAnchorOffset>   600         <TopAnchorOffset>7</TopAnchorOffset>
572         <BottomAnchorOffset>36</BottomAnchorOffset>   601         <BottomAnchorOffset>36</BottomAnchorOffset>
573         <LeftAnchorToLeft>true</LeftAnchorToLeft>   602         <LeftAnchorToLeft>true</LeftAnchorToLeft>
574         <RightAnchorToLeft>true</RightAnchorToLeft>   603         <RightAnchorToLeft>true</RightAnchorToLeft>
575         <TopAnchorToTop>true</TopAnchorToTop>   604         <TopAnchorToTop>true</TopAnchorToTop>
576         <BottomAnchorToTop>true</BottomAnchorToTop>   605         <BottomAnchorToTop>true</BottomAnchorToTop>
577         <Text>Character Mailbox:</Text>   606         <Text>Character Mailbox:</Text>
578         <TextColor>   607         <TextColor>
579             <!-- c_crLtBlueCool -->   608             <!-- c_crLtBlueCool -->
580             <R>138</R>   609             <R>138</R>
581             <G>163</G>   610             <G>163</G>
582             <B>255</B>   611             <B>255</B>
583         </TextColor>   612         </TextColor>
584         <NoWrap>true</NoWrap>   613         <NoWrap>true</NoWrap>
585         <AlignCenter>false</AlignCenter>   614         <AlignCenter>false</AlignCenter>
586         <AlignRight>false</AlignRight>   615         <AlignRight>false</AlignRight>
587     </Label>   616     </Label>
588     617  
589     618  
590     <Combobox item = "MAIL_CharacterBoxSelector">   619     <Combobox item = "MAIL_CharacterBoxSelector">
591         <ScreenID>CharacterBoxSelector</ScreenID>   620         <ScreenID>CharacterBoxSelector</ScreenID>
592         <AutoStretch>true</AutoStretch>   621         <AutoStretch>true</AutoStretch>
593         <LeftAnchorOffset>115</LeftAnchorOffset>   622         <LeftAnchorOffset>115</LeftAnchorOffset>
594         <TopAnchorOffset>2</TopAnchorOffset>   623         <TopAnchorOffset>2</TopAnchorOffset>
595         <RightAnchorOffset>62</RightAnchorOffset>   624         <RightAnchorOffset>62</RightAnchorOffset>
596         <BottomAnchorOffset>28</BottomAnchorOffset>   625         <BottomAnchorOffset>28</BottomAnchorOffset>
597         <TopAnchorToTop>true</TopAnchorToTop>   626         <TopAnchorToTop>true</TopAnchorToTop>
598         <BottomAnchorToTop>true</BottomAnchorToTop>   627         <BottomAnchorToTop>true</BottomAnchorToTop>
599         <LeftAnchorToLeft>true</LeftAnchorToLeft>   628         <LeftAnchorToLeft>true</LeftAnchorToLeft>
600         <RightAnchorToLeft>false</RightAnchorToLeft>   629         <RightAnchorToLeft>false</RightAnchorToLeft>
601         <DrawTemplate>WDT_Inner</DrawTemplate>   630         <DrawTemplate>WDT_Inner</DrawTemplate>
602         <ListHeight>80</ListHeight>   631         <ListHeight>80</ListHeight>
603         <Button>BDT_Combo</Button>   632         <Button>BDT_Combo</Button>
604         <Style_Border>true</Style_Border>   633         <Style_Border>true</Style_Border>
605     </Combobox>   634     </Combobox>
606     635  
607     <!-- ======================================================================   636     <!-- ======================================================================
608     637  
609         BUTTONS TO OTHER WINDOWS   638         BUTTONS TO OTHER WINDOWS
610     639  
611     -->   640     -->
612     641  
613     <Button item = "MAIL_OptionsButton">   642     <Button item = "MAIL_OptionsButton">
614         <ScreenID>OptionsButton</ScreenID>   643         <ScreenID>OptionsButton</ScreenID>
615         <RelativePosition>true</RelativePosition>   644         <RelativePosition>true</RelativePosition>
616         <AutoStretch>true</AutoStretch>   645         <AutoStretch>true</AutoStretch>
617     646  
618         <LeftAnchorOffset>30</LeftAnchorOffset>   647         <LeftAnchorOffset>30</LeftAnchorOffset>
619         <TopAnchorOffset>3</TopAnchorOffset>   648         <TopAnchorOffset>3</TopAnchorOffset>
620         <RightAnchorOffset>4</RightAnchorOffset>   649         <RightAnchorOffset>4</RightAnchorOffset>
621         <BottomAnchorOffset>29</BottomAnchorOffset>   650         <BottomAnchorOffset>29</BottomAnchorOffset>
622         <TopAnchorToTop>true</TopAnchorToTop>   651         <TopAnchorToTop>true</TopAnchorToTop>
623         <BottomAnchorToTop>true</BottomAnchorToTop>   652         <BottomAnchorToTop>true</BottomAnchorToTop>
624         <LeftAnchorToLeft>false</LeftAnchorToLeft>   653         <LeftAnchorToLeft>false</LeftAnchorToLeft>
625         <RightAnchorToLeft>false</RightAnchorToLeft>   654         <RightAnchorToLeft>false</RightAnchorToLeft>
626           655        
627         <Style_Checkbox>false</Style_Checkbox>   656         <Style_Checkbox>false</Style_Checkbox>
628         <TooltipReference>Mail Options</TooltipReference>   657         <TooltipReference>Mail Options</TooltipReference>
629         <ButtonDrawTemplate>   658         <ButtonDrawTemplate>
630             <Normal>A_OptionsBtnNormal</Normal>   659             <Normal>A_OptionsBtnNormal</Normal>
631             <Pressed>A_OptionsBtnPressed</Pressed>   660             <Pressed>A_OptionsBtnPressed</Pressed>
632             <Flyby>A_OptionsBtnFlyby</Flyby>   661             <Flyby>A_OptionsBtnFlyby</Flyby>
633             <Disabled>A_OptionsBtnNormal</Disabled>  <!-- Will never be disabled -->   662             <Disabled>A_OptionsBtnNormal</Disabled>  <!-- Will never be disabled -->
634             <PressedFlyby>A_OptionsBtnPressedFlyby</PressedFlyby>   663             <PressedFlyby>A_OptionsBtnPressedFlyby</PressedFlyby>
635         </ButtonDrawTemplate>   664         </ButtonDrawTemplate>
636     </Button>   665     </Button>
637     666  
638     <Button item = "MAIL_AddressBookButton">   667     <Button item = "MAIL_AddressBookButton">
639         <ScreenID>AddressBookButton</ScreenID>   668         <ScreenID>AddressBookButton</ScreenID>
640         <RelativePosition>true</RelativePosition>   669         <RelativePosition>true</RelativePosition>
641         <AutoStretch>true</AutoStretch>   670         <AutoStretch>true</AutoStretch>
642           671        
643         <LeftAnchorOffset>58</LeftAnchorOffset>   672         <LeftAnchorOffset>58</LeftAnchorOffset>
644         <TopAnchorOffset>3</TopAnchorOffset>   673         <TopAnchorOffset>3</TopAnchorOffset>
645         <RightAnchorOffset>32</RightAnchorOffset>   674         <RightAnchorOffset>32</RightAnchorOffset>
646         <BottomAnchorOffset>29</BottomAnchorOffset>   675         <BottomAnchorOffset>29</BottomAnchorOffset>
647         <TopAnchorToTop>true</TopAnchorToTop>   676         <TopAnchorToTop>true</TopAnchorToTop>
648         <BottomAnchorToTop>true</BottomAnchorToTop>   677         <BottomAnchorToTop>true</BottomAnchorToTop>
649         <LeftAnchorToLeft>false</LeftAnchorToLeft>   678         <LeftAnchorToLeft>false</LeftAnchorToLeft>
650         <RightAnchorToLeft>false</RightAnchorToLeft>   679         <RightAnchorToLeft>false</RightAnchorToLeft>
651           680        
652         <Style_Checkbox>false</Style_Checkbox>   681         <Style_Checkbox>false</Style_Checkbox>
653         <TooltipReference>Address Book</TooltipReference>   682         <TooltipReference>Address Book</TooltipReference>
654         <ButtonDrawTemplate>   683         <ButtonDrawTemplate>
655             <Normal>A_AddressBookBtnNormal</Normal>   684             <Normal>A_AddressBookBtnNormal</Normal>
656             <Pressed>A_AddressBookBtnPressed</Pressed>   685             <Pressed>A_AddressBookBtnPressed</Pressed>
657             <Flyby>A_AddressBookBtnFlyby</Flyby>   686             <Flyby>A_AddressBookBtnFlyby</Flyby>
658             <Disabled>A_AddressBookBtnNormal</Disabled>    687             <Disabled>A_AddressBookBtnNormal</Disabled> 
659             <PressedFlyby>A_AddressBookBtnPressedFlyby</PressedFlyby>   688             <PressedFlyby>A_AddressBookBtnPressedFlyby</PressedFlyby>
660         </ButtonDrawTemplate>   689         </ButtonDrawTemplate>
661     </Button>   690     </Button>
662     691  
663     <!-- ======================================================================   692     <!-- ======================================================================
664     693  
665         MAIL WINDOW   694         MAIL WINDOW
666     695  
667         The messaging interface simply offers two tabs.  The first one   696         The messaging interface simply offers two tabs.  The first one
668         enables the user to view and interact with his non-deleted messages.   697         enables the user to view and interact with his non-deleted messages.
669         The other one contains the messages that the user previously   698         The other one contains the messages that the user previously
670         deleted.   699         deleted.
671     700  
672     -->   701     -->
673     702  
674     703  
675     <TabBox item = "MAIL_Tabs">   704     <TabBox item = "MAIL_Tabs">
676         <RelativePosition>true</RelativePosition>   705         <RelativePosition>true</RelativePosition>
677         <AutoStretch>true</AutoStretch>   706         <AutoStretch>true</AutoStretch>
678         <LeftAnchorOffset>2</LeftAnchorOffset>   707         <LeftAnchorOffset>2</LeftAnchorOffset>
679         <TopAnchorOffset>32</TopAnchorOffset>   708         <TopAnchorOffset>32</TopAnchorOffset>
680         <RightAnchorOffset>2</RightAnchorOffset>   709         <RightAnchorOffset>2</RightAnchorOffset>
681         <BottomAnchorOffset>2</BottomAnchorOffset>   710         <BottomAnchorOffset>2</BottomAnchorOffset>
682         <TopAnchorToTop>true</TopAnchorToTop>   711         <TopAnchorToTop>true</TopAnchorToTop>
683         <BottomAnchorToTop>false</BottomAnchorToTop>   712         <BottomAnchorToTop>false</BottomAnchorToTop>
684         <LeftAnchorToLeft>true</LeftAnchorToLeft>   713         <LeftAnchorToLeft>true</LeftAnchorToLeft>
685         <RightAnchorToLeft>false</RightAnchorToLeft>   714         <RightAnchorToLeft>false</RightAnchorToLeft>
686         <TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>   715         <TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
687         <PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>   716         <PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
688         <TextColor><R>255</R><G>255</G><B>255</B></TextColor>   717         <TextColor><R>255</R><G>255</G><B>255</B></TextColor>
689         <Pages>MAIL_InboxPage</Pages>   718         <Pages>MAIL_InboxPage</Pages>
690         <Pages>MAIL_TrashcanPage</Pages>   719         <Pages>MAIL_TrashcanPage</Pages>
691     </TabBox>   720     </TabBox>
692     721  
693     <Screen item = "MailWindow">   722     <Screen item = "MailWindow">
694         <RelativePosition>false</RelativePosition>   723         <RelativePosition>false</RelativePosition>
695         <Location>   724         <Location>
696             <X>50</X>   725             <X>50</X>
697             <Y>50</Y>   726             <Y>50</Y>
698         </Location>   727         </Location>
699         <Size>   728         <Size>
700             <CX>600</CX>   729             <CX>600</CX>
701             <CY>300</CY>   730             <CY>300</CY>
702         </Size>   731         </Size>
703         <Text>Messages</Text>   732         <Text>Messages</Text>
704         <Style_VScroll>false</Style_VScroll>   733         <Style_VScroll>false</Style_VScroll>
705         <Style_HScroll>false</Style_HScroll>   734         <Style_HScroll>false</Style_HScroll>
706         <Style_Transparent>false</Style_Transparent>   735         <Style_Transparent>false</Style_Transparent>
707         <TooltipReference>This is the mail window.</TooltipReference>   736         <TooltipReference>This is the mail window.</TooltipReference>
708         <DrawTemplate>WDT_Rounded</DrawTemplate>   737         <DrawTemplate>WDT_Rounded</DrawTemplate>
709         <Style_Titlebar>true</Style_Titlebar>   738         <Style_Titlebar>true</Style_Titlebar>
710         <Style_Closebox>true</Style_Closebox>   739         <Style_Closebox>true</Style_Closebox>
711         <Style_Minimizebox>true</Style_Minimizebox>   740         <Style_Minimizebox>true</Style_Minimizebox>
712         <Style_Border>true</Style_Border>   741         <Style_Border>true</Style_Border>
713         <Style_Sizable>true</Style_Sizable>   742         <Style_Sizable>true</Style_Sizable>
714         <Pieces>MAIL_Tabs</Pieces>   743         <Pieces>MAIL_Tabs</Pieces>
715         <Pieces>MAIL_CharacterBoxSelectorLabel</Pieces>   744         <Pieces>MAIL_CharacterBoxSelectorLabel</Pieces>
716         <Pieces>MAIL_CharacterBoxSelector</Pieces>   745         <Pieces>MAIL_CharacterBoxSelector</Pieces>
717         <Pieces>MAIL_AddressBookButton</Pieces>   746         <Pieces>MAIL_AddressBookButton</Pieces>
718         <Pieces>MAIL_OptionsButton</Pieces>   747         <Pieces>MAIL_OptionsButton</Pieces>
719     </Screen>   748     </Screen>
720     749  
721 </XML>   750 </XML>