Language:
XML     Change language:
Pastebin: 114018
Author: Computerpunk
Subject: Untitled
Created: 2009-05-11 12:36:25
Download and save
Toggle line numbers
1<?xml version="1.0" encoding="UTF-8"?> 
2<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../Interface.xsd"> 
3<Windows> 
4    <Window name="WarBoard_FPS" inherits="EA_Window_Default" movable="false" layer="secondary" > 
5        <Size> 
6            <AbsPoint x="148" y="30" /> 
7        </Size> 
8        <EventHandlers> 
9            <EventHandler event="OnLButtonUp" function="WarBoard_FPS.OnOptionsButton" /> 
10        </EventHandlers> 
11 
12        <Windows> 
13            <FullResizeImage name="$parentBackground" inherits="ModBackgroundTemplate" /> 
14            <Label name="$parentLabelFPS" font="font_default_text_small" skipinput="true" textalign="left"> 
15                <Size> 
16                    <AbsPoint x="65" y="25" /> 
17                </Size> 
18                <Anchors> 
19                    <Anchor point="topleft" relativePoint="topleft" relativeTo=""> 
20                        <AbsPoint x="8" y="8" /> 
21                    </Anchor> 
22                </Anchors> 
23                <Color r="255" g="255" b="255" a="255" /> 
24            </Label> 
25<!--font_clear_small_bold--> 
26            <Label name="$parentLabelAvg" font="font_default_text_small" skipinput="true" textalign="left"> 
27                <Size> 
28                    <AbsPoint x="65" y="25" /> 
29                </Size> 
30                <Anchors> 
31                    <Anchor point="topleft" relativePoint="topleft" relativeTo="$parentLabelFPS"> 
32                        <AbsPoint x="70" y="0" /> 
33                    </Anchor> 
34                </Anchors> 
35                <Color r="255" g="255" b="255" a="255" /> 
36            </Label> 
37 
38        </Windows> 
39    </Window> 
40</Windows> 
41</Interface> 
Thread:
[114018] Untitled by Computerpunk at 2009-05-11 12:36:25
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.